From: Harry Huang Date: Thu, 21 Jun 2018 08:48:37 +0000 (+0800) Subject: Set OpenContrail role to optional X-Git-Tag: opnfv-7.0.0~44 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F58851%2F1;p=compass4nfv.git Set OpenContrail role to optional JIRA: COMPASS-602 OpenContrail is not installed in every Kubernetes scenario. Set this role to optional to avoid deploy failure. Change-Id: Iafa0c817e87b44509e96549fcda892380b1c5586 Signed-off-by: Harry Huang --- diff --git a/deploy/compass_conf/role/kubernetes_ansible.conf b/deploy/compass_conf/role/kubernetes_ansible.conf index 87bbaf56..02e10cee 100755 --- a/deploy/compass_conf/role/kubernetes_ansible.conf +++ b/deploy/compass_conf/role/kubernetes_ansible.conf @@ -14,7 +14,8 @@ ROLES = [{ }, { 'role': 'opencontrail', 'display_name': 'opencontrail node', - 'description': 'opencontrail node' + 'description': 'opencontrail node', + 'optional': True },{ 'role': 'ha', 'display_name': 'ha',