blob: f9e38784d04900c5daea9ea82fe87172b921ea24 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.repo.mcp.apt_mirantis.openstack
3- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02005- system.linux.network.hosts
6- system.nova.compute.cluster
7- system.neutron.compute.cluster
Oleh Hryhorovc1ac7322018-04-18 15:35:03 +03008- system.cinder.volume.single
9- system.cinder.volume.backend.lvm
10- system.linux.storage.loopback
Mykyta Karpin10193c52018-03-19 18:17:40 +020011- system.ceilometer.client.nova_compute
12- system.ceilometer.agent.cluster
13- system.ceilometer.agent.polling.default
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020014- system.linux.network.interface.single_ovs_dvr
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020015- cluster.virtual-mcp-pike-dvr
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020016parameters:
17 _param:
18 primary_interface: ens4
19 tenant_interface: ens5
20 external_interface: ens6
21 interface_mtu: 1500
22 linux_system_codename: xenial
Oleh Hryhorovc1ac7322018-04-18 15:35:03 +030023 loopback_device_size: 20
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020024 nova:
25 compute:
26 vncproxy_url: http://${_param:cluster_vip_address}:6080
27 message_queue:
28 members:
29 - host: ${_param:openstack_control_node01_address}
30 - host: ${_param:openstack_control_node02_address}
31 - host: ${_param:openstack_control_node03_address}
Vasyl Saienko4b63c292018-04-26 09:25:04 +000032 # Compute nodes on devcloud can have different CPUs, we need this
33 # to make sure live migration always work even when cmp VMs are on different computes
34 cpu_mode: custom
35 libvirt:
36 cpu_model: kvm64
Mykyta Karpin10193c52018-03-19 18:17:40 +020037 neutron:
38 compute:
39 notification:
40 driver: messagingv2
41 topics: "notifications"
Vasyl Saienko7b4feb92018-03-27 10:48:54 +030042 linux:
43 network:
44 interface:
45 primary_interface:
46 ipflush_onchange: true
47 tenant_interface:
48 ipflush_onchange: true
49 external_interface:
50 ipflush_onchange: true