aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-06-21 16:48:37 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-06-21 16:56:54 +0800
commitb8fe5eef450224a1346faff33c796d260e64fe36 (patch)
tree299c23b4dcfc125572f3f1e5d7c7a166e98329b7
parent44f6ab71b61756b04eae25fe1e93cb502f4e1f84 (diff)
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 <huangxiangyu5@huawei.com>
-rwxr-xr-xdeploy/compass_conf/role/kubernetes_ansible.conf3
1 files changed, 2 insertions, 1 deletions
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',