diff options
author | Justin chi <chigang@huawei.com> | 2016-12-05 12:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 12:41:23 +0000 |
commit | c98a6528c6b0b9ce73d48b97b3287dbd9502543b (patch) | |
tree | 158dda969e865ba9ec5cabc37f8426f8064bfa08 /deploy/compass_conf/package_installer/ansible-osp9.conf | |
parent | 3bc1fe012f53ae38ce8fc1c9370ed499bdbb3b26 (diff) | |
parent | cceecd6920ae01d99dafb46d225f69e4546f278b (diff) |
Merge "add compass-core conf/ into compass4nfv"
Diffstat (limited to 'deploy/compass_conf/package_installer/ansible-osp9.conf')
-rwxr-xr-x | deploy/compass_conf/package_installer/ansible-osp9.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/compass_conf/package_installer/ansible-osp9.conf b/deploy/compass_conf/package_installer/ansible-osp9.conf new file mode 100755 index 00000000..65f83515 --- /dev/null +++ b/deploy/compass_conf/package_installer/ansible-osp9.conf @@ -0,0 +1,13 @@ +NAME = 'ansible_installer' +INSTANCE_NAME = 'ansible_installer_osp9' +SETTINGS = { + 'ansible_dir': '/var/ansible', + 'ansible_run_dir': '/var/ansible/run', + 'ansible_config': 'ansible.cfg', + 'playbook_file': 'site.yml', + 'inventory_file': 'inventory.yml', + 'group_variable': 'all', + 'etc_hosts_path': 'roles/common/templates/hosts', + 'runner_dirs': ['roles','openstack_osp9/templates','openstack_osp9/roles'] +} + |