blob: 145ebcc953ce79a9a97f6b59755cb3de01a9ad09 [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
13 virtualization: kvm
14 vncproxy_url: http://${_param:nova_service_host}:6080
15 reserved_host_memory_mb: 32768
16 libvirt:
17 uri: "qemu+tcp://localhost/system"
18 log_dir_perms: 755
19 bind:
20 vnc_address: 0.0.0.0
21 vnc_port: 6080
22 vnc_name: 0.0.0.0
23 database:
24 engine: mysql
25 host: ${_param:cluster_vip_address}
26 port: 3306
27 name: nova
28 user: nova
29 password: ${_param:mysql_nova_password}
30 identity:
31 engine: keystone
32 host: ${_param:keystone_service_host}
33 port: 35357
34 user: nova
35 password: ${_param:keystone_nova_password}
36 tenant: service
37 message_queue:
38 engine: rabbitmq
39 host: ${_param:rabbitmq_service_host}
40 user: openstack
41 port: 5672
42 password: ${_param:rabbitmq_openstack_password}
43 virtual_host: '/openstack'
44 image:
45 engine: glance
46 host: ${_param:glance_service_host}
47 port: 9292
48 network:
49 engine: neutron
50 user: neutron
51 password: ${_param:keystone_neutron_password}
52 host: ${_param:neutron_service_host}
53 port: 9696