From c33c08f3b4faa30a3deb39bc0c4e4488a4f2222f Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 22 Jul 2021 10:58:56 -0700 Subject: Update EMCO playbook to 21.03.06 Issue-ID: MULTICLOUD-1376 Signed-off-by: Todd Malsbary Change-Id: I91422116714e16f520ed37bd00185383b01d41aa --- kud/deployment_infra/playbooks/configure-emco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/deployment_infra/playbooks/configure-emco.yml') diff --git a/kud/deployment_infra/playbooks/configure-emco.yml b/kud/deployment_infra/playbooks/configure-emco.yml index 82ce61ad..b3266b70 100644 --- a/kud/deployment_infra/playbooks/configure-emco.yml +++ b/kud/deployment_infra/playbooks/configure-emco.yml @@ -62,7 +62,7 @@ when: "'emco' in emco_roles" - name: Install emco helm charts - command: /usr/local/bin/helm install --wait --namespace emco -f helm_value_overrides.yaml --set emco-db.etcd.clusterDomain={{ cluster_name.stdout }} --set emco-tools.fluentd.clusterDomain={{ cluster_name.stdout }} emco dist/packages/emco-0.1.0.tgz + command: /usr/local/bin/helm install --wait --timeout 10m --namespace emco -f helm_value_overrides.yaml --set emco-db.etcd.clusterDomain={{ cluster_name.stdout }} --set emco-tools.fluentd.clusterDomain={{ cluster_name.stdout }} emco dist/packages/emco-0.1.0.tgz args: chdir: "{{ emco_dir }}/deployments/helm/emcoOpenNESS" when: "'emco' in emco_roles" -- cgit 1.2.3-korg