compass-core/conf/package_installer/ansible-liberty.conf
baigk b4130d3957 support openstack liberty deployment
add config files of liberty so that can deploy openstack liberty
using compass

Change-Id: I617b415a5293484598326959580958550fd11adc
Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-11 11:24:16 +08:00

14 lines
426 B
Plaintext

NAME = 'ansible_installer'
INSTANCE_NAME = 'ansible_installer_liberty'
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_liberty/templates:templates']
}