blob: 51f771d4c10a981a3f8a5f3a27c49c4101ca007d [file] [log] [blame]
Jakub Pavlik329f55b2016-10-19 16:20:55 +02001parameters:
2 kubernetes:
3 control:
4 configmap:
5 nova-compute:
6 grains:
7 os_family: Debian
8 pillar:
9 nova:
10 compute:
11 version: ${_param:nova_version}
12 enabled: true
Jakub Pavlik329f55b2016-10-19 16:20:55 +020013 vncproxy_url: http://${_param:nova_service_host}:6080
14 reserved_host_memory_mb: 32768
15 libvirt:
16 uri: "qemu+tcp://localhost/system"
17 log_dir_perms: 755
18 bind:
19 vnc_address: 0.0.0.0
20 vnc_port: 6080
21 vnc_name: 0.0.0.0
22 database:
23 engine: mysql
24 host: ${_param:cluster_vip_address}
25 port: 3306
26 name: nova
27 user: nova
28 password: ${_param:mysql_nova_password}
29 identity:
30 engine: keystone
31 host: ${_param:keystone_service_host}
32 port: 35357
33 user: nova
34 password: ${_param:keystone_nova_password}
35 tenant: service
36 message_queue:
37 engine: rabbitmq
38 host: ${_param:rabbitmq_service_host}
39 user: openstack
40 port: 5672
41 password: ${_param:rabbitmq_openstack_password}
42 virtual_host: '/openstack'
43 image:
44 engine: glance
45 host: ${_param:glance_service_host}
46 port: 9292
47 network:
48 engine: neutron
49 user: neutron
50 password: ${_param:keystone_neutron_password}
51 host: ${_param:neutron_service_host}
Vasyl Saienkocab3a902018-07-12 13:17:17 +030052 port: 9696