diff options
author | hu xinhui <xinhui_hu@foxmail.com> | 2017-09-29 17:06:33 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-10-16 01:47:13 +0000 |
commit | 1a1f792afdb66343645a3703f4fccb65ba3c11d1 (patch) | |
tree | 8a2750d18690174100ff24697d39b05e2545ba01 /deploy/compass_conf/package_installer/ansible-kubernetes.conf | |
parent | cb85c6c9a6a5eb1d492cddd44a6bcf876a3176a5 (diff) |
Modification for kargo to generate dynamic inventory
JIRA: -
There is some hardcode for kargo inventory.This patch is to generate dynamic inventory for kargo
Change-Id: If4a7c5f973e520e4ca24c3c9e0bfa97725a5a44c
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
(cherry picked from commit 179cd6db9f1bd9be1606187cf74e128bede7a8e6)
Diffstat (limited to 'deploy/compass_conf/package_installer/ansible-kubernetes.conf')
-rwxr-xr-x[-rw-r--r--] | deploy/compass_conf/package_installer/ansible-kubernetes.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_conf/package_installer/ansible-kubernetes.conf b/deploy/compass_conf/package_installer/ansible-kubernetes.conf index c706ccb2..32590c82 100644..100755 --- a/deploy/compass_conf/package_installer/ansible-kubernetes.conf +++ b/deploy/compass_conf/package_installer/ansible-kubernetes.conf @@ -7,7 +7,7 @@ SETTINGS = { 'playbook_file': 'site.yml', 'inventory_file': 'inventory.py', 'inventory_json_file': 'inventory.json', - 'inventory_group': ['controller', 'compute', 'ha', 'odl', 'onos', 'opencontrail', 'ceph_adm', 'ceph_mon', 'ceph_osd', 'moon'], + 'inventory_group': ['kube_master', 'etcd', 'kube_node'], 'group_variable': 'all', 'etc_hosts_path': 'roles/pre-k8s/templates/hosts', 'runner_dirs': ['roles','kubernetes/roles'] |