From 1aa628c9494e0bdef7cdf3fd374520f91d86adb7 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Fri, 25 Jan 2019 12:32:55 -0800 Subject: Add test helm chart for testing Add a test helm chart for testing the end to end flow. This chart brings up a service and a deployment. The deployment brings up two containers, vault and consul. Vault and Consul are brought up in dev mode. The helm chart also has a subchart, common, which contains templates that are used within the main chart. Added an override deployment.yaml which creates only one container instead of two Fixed plugin.sh and tar file creation steps Issue-ID: MULTICLOUD-291 Change-Id: I7eb10c9f43f8a4e09938139b5e2edee5d59feb3b Signed-off-by: Kiran Kamineni Signed-off-by: Victor Morales --- vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml (limited to 'vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml') diff --git a/vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml b/vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml new file mode 100644 index 00000000..c9f29a31 --- /dev/null +++ b/vagrant/tests/vnfs/testrb/helm/profile/override_values.yaml @@ -0,0 +1,7 @@ +service: + type: NodePort + name: override-vault-consul + portName: override-port-vault-consul + internalPort: 8222 + nodePort: 44 + -- cgit 1.2.3-korg