blob: 781acac72f82e37c5a1f0ea5f970875d93e48023 [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.linux.system.repo.mcp.openstack
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.saltstack.xenial
5- system.nova.compute.cluster
6- system.neutron.compute.cluster
7- system.heka.alarm.openstack_compute
8- cluster.virtual-mcp-ocata-ovs
9parameters:
10 _param:
11 primary_interface: ens4
12 tenant_interface: ens5
13 external_interface: ens6
14 interface_mtu: 9000
15 linux_system_codename: xenial
16 nova:
17 compute:
18 vncproxy_url: http://${_param:cluster_vip_address}:6080
19 notification:
20 driver: messagingv2
21 topics: "notifications,${_param:stacklight_notification_topic}"
22 notify_on:
23 state_change: vm_and_task_state
24 message_queue:
25 members:
26 - host: ${_param:openstack_control_node01_address}
27 - host: ${_param:openstack_control_node02_address}
28 - host: ${_param:openstack_control_node03_address}
29 linux:
30 network:
31 bridge: openvswitch
32 interface:
33 dhcp_int:
34 enabled: true
35 name: ens3
36 proto: dhcp
37 type: eth
38 mtu: ${_param:interface_mtu}
39 primary_interface:
40 enabled: true
41 name: ${_param:primary_interface}
42 mtu: ${_param:interface_mtu}
43 proto: manual
44 type: eth
45 tenant_interface:
46 enabled: true
47 name: ${_param:tenant_interface}
48 mtu: ${_param:interface_mtu}
49 proto: manual
50 type: eth
51 br-mgmt:
52 enabled: true
53 type: bridge
54 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
57 use_interfaces:
58 - ${_param:primary_interface}
59 br-mesh:
60 enabled: true
61 type: bridge
62 proto: static
63 address: ${_param:tenant_address}
64 netmask: 255.255.255.0
65 use_interfaces:
66 - ${_param:tenant_interface}