From a9041dbf7b68f56169e82de3c37601b7e86867b0 Mon Sep 17 00:00:00 2001 From: liyuenan Date: Tue, 20 Dec 2016 16:44:59 +0800 Subject: Change newton_xenial to newton JIRA: COMPASS-513 Change-Id: I937a02bcd69f0df1f5d951dd6630ef2e76e8d386 Signed-off-by: liyuenan --- deploy/compass_conf/package_installer/ansible-osp9.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 deploy/compass_conf/package_installer/ansible-osp9.conf (limited to 'deploy/compass_conf/package_installer/ansible-osp9.conf') diff --git a/deploy/compass_conf/package_installer/ansible-osp9.conf b/deploy/compass_conf/package_installer/ansible-osp9.conf deleted file mode 100755 index 65f83515..00000000 --- a/deploy/compass_conf/package_installer/ansible-osp9.conf +++ /dev/null @@ -1,13 +0,0 @@ -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'] -} - -- cgit 1.2.3-korg