blob: 49360f71ffbec71be1674c7a7e7ae42a894f7150 [file] [log] [blame]
Vasyl Saienko8403d172017-04-27 14:21:46 +03001applications:
2 - ironic
3parameters:
4 ironic:
5 conductor:
6 enabled: true
7 version: ${_param:ironic_version}
8 message_queue:
9 engine: rabbitmq
10 port: 5672
11 user: openstack
12 password: ${_param:rabbitmq_openstack_password}
13 virtual_host: '/openstack'
14 host: ${_param:cluster_vip_address}
15 database:
16 engine: mysql
17 host: ${_param:cluster_vip_address}
18 port: 3306
19 name: ironic
20 user: ironic
21 password: ${_param:mysql_ironic_password}
22 identity:
23 engine: keystone
24 region: RegionOne
25 host: ${_param:cluster_vip_address}
26 port: 35357
27 user: ironic
28 password: ${_param:keystone_ironic_password}
29 tenant: service
30 auth_type: password
31 user_domain_id: default
32 project_domain_id: default
33 protocol: 'http'
34 neutron:
35 cleaning_network: baremetal
36 provisioning_network: baremetal
37 project_domain_id: ${ironic:conductor:identity:project_domain_id}
38 user_domain_id: ${ironic:conductor:identity:user_domain_id}
39 password: ${ironic:conductor:identity:password}
40 username: ${ironic:conductor:identity:user}
41 enabled_drivers:
42 - agent_ipmitool
43 - fake
44 automated_clean: false
45 http_url: 'http://${_param:cluster_vip_address}'
46 api_url: 'http://${_param:cluster_vip_address}:6385'
47 pxe_config_template: '$pybasedir/drivers/modules/ipxe_config.template'
48 pxe_bootfile_name: '/undionly.kpxe'
49 ipxe_enabled: true
50 http_root: '/var/www/httproot'
51 tftp_root: '/var/lib/tftpboot'
52 tftp_master_path: '/var/lib/tftpboot/master_images'