diff options
author | 2018-10-19 04:08:35 +0000 | |
---|---|---|
committer | 2018-10-19 04:08:35 +0000 | |
commit | a0717d420a2824347e5bcc673f368756fdceccd6 (patch) | |
tree | e0d8674bc49fc830f10af36f51e7f57d8ad55bca /vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml | |
parent | a272d5104bde2d9eca6a9082ea122db273a981ed (diff) | |
parent | 87f249320b8bf55a4037a75f16170b287e3b6ee6 (diff) |
Merge "Add edgex yaml to helm based template"
Diffstat (limited to 'vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml')
-rw-r--r-- | vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml b/vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml new file mode 100644 index 00000000..63f784dc --- /dev/null +++ b/vagrant/tests/vnfs/edgex/kubernetes/metadata.yaml @@ -0,0 +1,27 @@ +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 |