add ops9 installer

Change-Id: If181fedf78d50d270e1c0ced6c572c59dc870344
This commit is contained in:
Xicheng Chang 2016-12-23 10:05:21 -08:00
parent f51d0b1424
commit 7432122eaa
1 changed files with 13 additions and 0 deletions

View File

@ -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']
}