blob: 9a227d1b1c5562bcf8b4cb078f419f42c374bfe6 [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
4- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
5- system.linux.network.hosts
6- system.nova.compute.cluster
7- system.neutron.compute.cluster
Mykyta Karpin10193c52018-03-19 18:17:40 +02008- system.ceilometer.client.nova_compute
9- system.ceilometer.agent.cluster
10- system.ceilometer.agent.polling.default
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020011- system.linux.network.interface.single_ovs_dvr
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020012- cluster.virtual-mcp-pike-dvr
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020013parameters:
14 _param:
15 primary_interface: ens4
16 tenant_interface: ens5
17 external_interface: ens6
18 interface_mtu: 1500
19 linux_system_codename: xenial
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020020 nova:
21 compute:
22 vncproxy_url: http://${_param:cluster_vip_address}:6080
23 message_queue:
24 members:
25 - host: ${_param:openstack_control_node01_address}
26 - host: ${_param:openstack_control_node02_address}
27 - host: ${_param:openstack_control_node03_address}
Vasyl Saienko4b63c292018-04-26 09:25:04 +000028 # Compute nodes on devcloud can have different CPUs, we need this
29 # to make sure live migration always work even when cmp VMs are on different computes
30 cpu_mode: custom
31 libvirt:
32 cpu_model: kvm64
Mykyta Karpin10193c52018-03-19 18:17:40 +020033 neutron:
34 compute:
35 notification:
36 driver: messagingv2
37 topics: "notifications"
Vasyl Saienko7b4feb92018-03-27 10:48:54 +030038 linux:
39 network:
40 interface:
41 primary_interface:
42 ipflush_onchange: true
43 tenant_interface:
44 ipflush_onchange: true
45 external_interface:
46 ipflush_onchange: true