aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/edgex/metadata.yaml
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-10-11 03:13:15 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-10-18 13:58:30 -0700
commit87f249320b8bf55a4037a75f16170b287e3b6ee6 (patch)
treeea1dd9936fc32e37abfd09bb285b79717d686e89 /vagrant/tests/edgex/metadata.yaml
parent6942719b390a62695d6dd3efa09eadf6ec48aa7a (diff)
Add edgex yaml to helm based template
Add existing deployment and service yaml files into a helm chart that can reused. Currently splitting out consul and mongo as subcharts while keeping the rest under the main edgex chart. P2: Convert to different label selectors P3: Keep the old configuration yaml in a seperate kubernetes folder P4: Removed common chart with the templates. We are using only a small subset which we can expand locally via Helm Variables Issue-ID: MULTICLOUD-376 Change-Id: I8e0682c7d1d2433b9754209b2f3eedb790df5464 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'vagrant/tests/edgex/metadata.yaml')
-rw-r--r--vagrant/tests/edgex/metadata.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/vagrant/tests/edgex/metadata.yaml b/vagrant/tests/edgex/metadata.yaml
deleted file mode 100644
index 63f784dc..00000000
--- a/vagrant/tests/edgex/metadata.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-resources:
- deployment:
- - deployments/command-deployment.yaml
- - deployments/consul-deployment.yaml
- - deployments/data-deployment.yaml
- - deployments/device-bluetooth-deployment.yaml
- - deployments/export-client-deployment.yaml
- - deployments/export-distro-deployment.yaml
- - deployments/logging-deployment.yaml
- - deployments/metadata-deployment.yaml
- - deployments/mongo-deployment.yaml
- - deployments/notifications-deployment.yaml
- - deployments/rulesengine-deployment.yaml
- - deployments/scheduler-deployment.yaml
- service:
- - services/command-service.yaml
- - services/consul-service.yaml
- - services/data-service.yaml
- - services/device-bluetooth-service.yaml
- - services/export-client-service.yaml
- - services/export-distro-service.yaml
- - services/logging-service.yaml
- - services/metadata-service.yaml
- - services/mongo-service.yaml
- - services/notifications-service.yaml
- - services/rulesengine-service.yaml
- - services/scheduler-service.yaml \ No newline at end of file