summaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/package_installer/ansible-newton_xenial.conf
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-12-05 12:41:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-05 12:41:23 +0000
commitc98a6528c6b0b9ce73d48b97b3287dbd9502543b (patch)
tree158dda969e865ba9ec5cabc37f8426f8064bfa08 /deploy/compass_conf/package_installer/ansible-newton_xenial.conf
parent3bc1fe012f53ae38ce8fc1c9370ed499bdbb3b26 (diff)
parentcceecd6920ae01d99dafb46d225f69e4546f278b (diff)
Merge "add compass-core conf/ into compass4nfv"
Diffstat (limited to 'deploy/compass_conf/package_installer/ansible-newton_xenial.conf')
-rwxr-xr-xdeploy/compass_conf/package_installer/ansible-newton_xenial.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/compass_conf/package_installer/ansible-newton_xenial.conf b/deploy/compass_conf/package_installer/ansible-newton_xenial.conf
new file mode 100755
index 00000000..d51f167d
--- /dev/null
+++ b/deploy/compass_conf/package_installer/ansible-newton_xenial.conf
@@ -0,0 +1,13 @@
+NAME = 'ansible_installer'
+INSTANCE_NAME = 'ansible_installer_newton_xenial'
+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_newton_xenial/templates','openstack_newton_xenial/roles']
+}
+