diff options
author | Justin chi <chigang@huawei.com> | 2017-07-28 04:11:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-28 04:11:43 +0000 |
commit | 4a59daec53faa8686d782e5f6ba1cdc1d304950d (patch) | |
tree | da8af996c1588a89442645ad3376bf6098217a71 /deploy/compass_conf/package_installer | |
parent | ef7fcad91a146edf21a5a6600f7ec4067f844fbc (diff) | |
parent | 1edb67f913276eec2dad1adae80a3ac3d9a5356c (diff) |
Merge "Add moonv4 into Compass4nfv"
Diffstat (limited to 'deploy/compass_conf/package_installer')
-rwxr-xr-x | deploy/compass_conf/package_installer/ansible-ocata.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_conf/package_installer/ansible-ocata.conf b/deploy/compass_conf/package_installer/ansible-ocata.conf index 0286b4eb..1df2153b 100755 --- a/deploy/compass_conf/package_installer/ansible-ocata.conf +++ b/deploy/compass_conf/package_installer/ansible-ocata.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'], + 'inventory_group': ['controller', 'compute', 'ha', 'odl', 'onos', 'opencontrail', 'ceph_adm', 'ceph_mon', 'ceph_osd', 'moon'], 'group_variable': 'all', 'etc_hosts_path': 'roles/pre-openstack/templates/hosts', 'runner_dirs': ['roles','openstack_ocata/templates','openstack_ocata/roles'] |