Add docker and relationships plugin 71/8471/1
authorMichael Hwang <mhwang@research.att.com>
Wed, 23 Aug 2017 18:26:36 +0000 (14:26 -0400)
committerMichael Hwang <mhwang@research.att.com>
Wed, 23 Aug 2017 18:31:51 +0000 (14:31 -0400)
commit21af561cafe31681f94479e8c70f157f6e6ecc53
treef41f69e1419867fd70af1f7697f78e3490d41b87
parent94cbaca0f5d9447afe9b0f392f248470420422e5
Add docker and relationships plugin

Change-Id: I323599ae2965f081f2061b6791635bbeddb09811
Issue-Id: DCAEGEN2-79
Signed-off-by: Michael Hwang <mhwang@research.att.com>
31 files changed:
docker/.gitignore [new file with mode: 0644]
docker/ChangeLog.md [new file with mode: 0644]
docker/LICENSE.txt [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/docker-node-type.yaml [new file with mode: 0644]
docker/dockerplugin/__init__.py [new file with mode: 0644]
docker/dockerplugin/decorators.py [new file with mode: 0644]
docker/dockerplugin/discovery.py [new file with mode: 0644]
docker/dockerplugin/exceptions.py [new file with mode: 0644]
docker/dockerplugin/tasks.py [new file with mode: 0644]
docker/dockerplugin/utils.py [new file with mode: 0644]
docker/examples/blueprint-laika-dmaap-pubs.yaml [new file with mode: 0644]
docker/examples/blueprint-laika-dmaap-pubsub.yaml [new file with mode: 0644]
docker/examples/blueprint-laika-dmaap-subs.yaml [new file with mode: 0644]
docker/examples/blueprint-laika.yaml [new file with mode: 0644]
docker/examples/blueprint-registrator.yaml [new file with mode: 0644]
docker/requirements.txt [new file with mode: 0644]
docker/setup.py [new file with mode: 0644]
docker/tests/test_discovery.py [new file with mode: 0644]
docker/tests/test_tasks.py [new file with mode: 0644]
relationships/.gitignore [new file with mode: 0644]
relationships/LICENSE.txt [new file with mode: 0644]
relationships/README.md [new file with mode: 0644]
relationships/example_register_to_blueprint.yaml [new file with mode: 0644]
relationships/relationship-types.yaml [new file with mode: 0644]
relationships/relationshipplugin/__init__.py [new file with mode: 0644]
relationships/relationshipplugin/discovery.py [new file with mode: 0644]
relationships/relationshipplugin/tasks.py [new file with mode: 0644]
relationships/requirements.txt [new file with mode: 0644]
relationships/setup.py [new file with mode: 0644]
relationships/tests/test_discovery.py [new file with mode: 0644]