Set OpenContrail role to optional 51/58851/1
authorHarry Huang <huangxiangyu5@huawei.com>
Thu, 21 Jun 2018 08:48:37 +0000 (16:48 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Thu, 21 Jun 2018 08:56:54 +0000 (16:56 +0800)
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>
deploy/compass_conf/role/kubernetes_ansible.conf

index 87bbaf5..02e10ce 100755 (executable)
@@ -14,7 +14,8 @@ ROLES = [{
 }, {
     'role': 'opencontrail',
     'display_name': 'opencontrail node',
-    'description': 'opencontrail node'
+    'description': 'opencontrail node',
+    'optional': True
 },{
     'role': 'ha',
     'display_name': 'ha',