diff options
Diffstat (limited to 'deploy/compass_conf/package_installer')
-rwxr-xr-x | deploy/compass_conf/package_installer/ansible-ocata.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deploy/compass_conf/package_installer/ansible-ocata.conf b/deploy/compass_conf/package_installer/ansible-ocata.conf index 45e7cbe5..0286b4eb 100755 --- a/deploy/compass_conf/package_installer/ansible-ocata.conf +++ b/deploy/compass_conf/package_installer/ansible-ocata.conf @@ -5,7 +5,9 @@ SETTINGS = { 'ansible_run_dir': '/var/ansible/run', 'ansible_config': 'ansible.cfg', 'playbook_file': 'site.yml', - 'inventory_file': 'inventory.yml', + 'inventory_file': 'inventory.py', + 'inventory_json_file': 'inventory.json', + 'inventory_group': ['controller', 'compute', 'ha', 'odl', 'onos', 'opencontrail', 'ceph_adm', 'ceph_mon', 'ceph_osd'], 'group_variable': 'all', 'etc_hosts_path': 'roles/pre-openstack/templates/hosts', 'runner_dirs': ['roles','openstack_ocata/templates','openstack_ocata/roles'] |