Add DCAE Kubernetes plugin 31/37831/3
authorJack Lucas <jflucas@research.att.com>
Thu, 22 Mar 2018 17:43:01 +0000 (17:43 +0000)
committerJack Lucas <jflucas@research.att.com>
Fri, 23 Mar 2018 12:46:10 +0000 (12:46 +0000)
commit1ed29c111f50e33ac89915ba86b530820da3a689
tree314ad8dc5dd2cad4ba89bac5662015f8a9c43ced
parent19a075b395d687753de0f0266842cb9af8f24682
Add DCAE Kubernetes plugin

Change-Id: Ic329f77bb09dcccfd49a34a8f84d387e8da929c6
Issue-ID: DCAEGEN2-410
Signed-off-by: Jack Lucas <jflucas@research.att.com>
29 files changed:
k8s/.gitignore [new file with mode: 0644]
k8s/ChangeLog.md [new file with mode: 0644]
k8s/DesignNotes.md [new file with mode: 0644]
k8s/LICENSE.txt [new file with mode: 0644]
k8s/README.md [new file with mode: 0644]
k8s/configure/__init__.py [new file with mode: 0644]
k8s/configure/configure.py [new file with mode: 0644]
k8s/k8s-node-type.yaml [new file with mode: 0644]
k8s/k8sclient/__init__.py [new file with mode: 0644]
k8s/k8sclient/k8sclient.py [new file with mode: 0644]
k8s/k8splugin/__init__.py [new file with mode: 0644]
k8s/k8splugin/decorators.py [new file with mode: 0644]
k8s/k8splugin/discovery.py [new file with mode: 0644]
k8s/k8splugin/exceptions.py [new file with mode: 0644]
k8s/k8splugin/tasks.py [new file with mode: 0644]
k8s/k8splugin/utils.py [new file with mode: 0644]
k8s/msb/__init__.py [new file with mode: 0644]
k8s/msb/msb.py [new file with mode: 0644]
k8s/pom.xml [new file with mode: 0644]
k8s/requirements.txt [new file with mode: 0644]
k8s/setup.py [new file with mode: 0644]
k8s/tests/conftest.py [new file with mode: 0644]
k8s/tests/test_decorators.py [new file with mode: 0644]
k8s/tests/test_discovery.py [new file with mode: 0644]
k8s/tests/test_tasks.py [new file with mode: 0644]
k8s/tests/test_utils.py [new file with mode: 0644]
k8s/tox.ini [new file with mode: 0644]
mvn-phase-script.sh
pom.xml