From cceecd6920ae01d99dafb46d225f69e4546f278b Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Fri, 25 Nov 2016 04:08:19 +0800 Subject: add compass-core conf/ into compass4nfv JIRA: COMPASS-507 1.create deploy/compass_conf/ directory to keep local compass-core conf/ files. build.sh will add it into compass.iso 2.adjust conf files to support congress Change-Id: I91dde6f62f2385d1289a5cf9a39eafce945a1bc7 Signed-off-by: Harry Huang --- deploy/compass_conf/package_installer/ansible-juno.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 deploy/compass_conf/package_installer/ansible-juno.conf (limited to 'deploy/compass_conf/package_installer/ansible-juno.conf') diff --git a/deploy/compass_conf/package_installer/ansible-juno.conf b/deploy/compass_conf/package_installer/ansible-juno.conf new file mode 100755 index 00000000..0c74b2ed --- /dev/null +++ b/deploy/compass_conf/package_installer/ansible-juno.conf @@ -0,0 +1,13 @@ +NAME = 'ansible_installer' +INSTANCE_NAME = 'ansible_installer_juno' +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_juno/templates','openstack_juno/roles'] +} + -- cgit 1.2.3-korg