Add EdgeX Foundry example VNFs 01/67501/2
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Tue, 18 Sep 2018 22:24:26 +0000 (15:24 -0700)
committerVictor Morales <victor.morales@intel.com>
Wed, 19 Sep 2018 09:52:12 +0000 (02:52 -0700)
commitf5972d3c34b070d55300e2e1ace7b98b5065a3f0
tree3f79b0803a4a631617265fc9d2814540a2ad3269
parentb368dfe25337494060eb8cd85a5becaf7a465643
Add EdgeX Foundry example VNFs

This patch adds EdgeX Foundry sample VNFs for integration testing.

Change-Id: I570850832854b76df3ba9613252b0b46302210f3
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Issue-ID: MULTICLOUD-301
Signed-off-by: Victor Morales <victor.morales@intel.com>
27 files changed:
vagrant/installer.sh
vagrant/tests/edgex/deployments/command-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/consul-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/data-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/device-bluetooth-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/export-client-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/export-distro-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/logging-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/metadata-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/mongo-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/notifications-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/rulesengine-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/deployments/scheduler-deployment.yaml [new file with mode: 0644]
vagrant/tests/edgex/metadata.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/command-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/consul-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/data-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/device-bluetooth-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/export-client-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/export-distro-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/logging-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/metadata-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/mongo-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/notifications-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/rulesengine-service.yaml [new file with mode: 0644]
vagrant/tests/edgex/services/scheduler-service.yaml [new file with mode: 0644]
vagrant/tests/plugin_edgex.sh [new file with mode: 0755]