diff options
author | zhichaozhu <zhichao.zhu8@gmail.com> | 2018-05-05 17:23:02 +0800 |
---|---|---|
committer | Forrest Zhu <zhichao.zhu8@gmail.com> | 2018-06-05 07:58:25 +0000 |
commit | 09db9c1968ed9586078d193b16e226553754dd92 (patch) | |
tree | 4abcc54a0e802356adf92f528c8b9b1c222db685 /deploy/compass_conf/role/kubernetes_ansible.conf | |
parent | c9bd8b778c698a9fd39764fa0f4275614ecee5a8 (diff) |
use contrail-ansible-deployer to integrate opencontrail into k8s
Change-Id: If78430a159e13cf9456b9985d923a8ec107dc7cc
Signed-off-by: Forrest Zhu <zhichao.zhu8@gmail.com>
Diffstat (limited to 'deploy/compass_conf/role/kubernetes_ansible.conf')
-rwxr-xr-x | deploy/compass_conf/role/kubernetes_ansible.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/compass_conf/role/kubernetes_ansible.conf b/deploy/compass_conf/role/kubernetes_ansible.conf index 3e79cbb9..87bbaf56 100755 --- a/deploy/compass_conf/role/kubernetes_ansible.conf +++ b/deploy/compass_conf/role/kubernetes_ansible.conf @@ -12,6 +12,10 @@ ROLES = [{ 'display_name': 'kube node', 'description': 'kube Node' }, { + 'role': 'opencontrail', + 'display_name': 'opencontrail node', + 'description': 'opencontrail node' +},{ 'role': 'ha', 'display_name': 'ha', 'description': 'ha' |