blob: 7a25b90ea19d70cbe619569be0b615a625d2c4e0 [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
Jiri Broulik432ae9c2017-08-17 10:24:23 +02005- system.linux.network.hosts
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03006- system.nova.compute.cluster
7- system.neutron.compute.cluster
Tatyana Leontoviche80eb132017-08-31 15:33:03 +03008- system.ceilometer.agent.cluster
9- system.prometheus.exporters.libvirt
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030010- cluster.virtual-mcp-ocata-ovs
11parameters:
12 _param:
13 primary_interface: ens4
14 tenant_interface: ens5
15 external_interface: ens6
16 interface_mtu: 9000
17 linux_system_codename: xenial
18 nova:
19 compute:
20 vncproxy_url: http://${_param:cluster_vip_address}:6080
21 notification:
22 driver: messagingv2
23 topics: "notifications,${_param:stacklight_notification_topic}"
24 notify_on:
25 state_change: vm_and_task_state
26 message_queue:
27 members:
28 - host: ${_param:openstack_control_node01_address}
29 - host: ${_param:openstack_control_node02_address}
30 - host: ${_param:openstack_control_node03_address}
31 linux:
32 network:
33 bridge: openvswitch
34 interface:
35 dhcp_int:
36 enabled: true
37 name: ens3
38 proto: dhcp
39 type: eth
40 mtu: ${_param:interface_mtu}
41 primary_interface:
42 enabled: true
43 name: ${_param:primary_interface}
44 mtu: ${_param:interface_mtu}
45 proto: manual
46 type: eth
47 tenant_interface:
48 enabled: true
49 name: ${_param:tenant_interface}
50 mtu: ${_param:interface_mtu}
51 proto: manual
52 type: eth
53 br-mgmt:
54 enabled: true
55 type: bridge
56 proto: static
57 address: ${_param:single_address}
58 netmask: 255.255.255.0
59 use_interfaces:
60 - ${_param:primary_interface}
61 br-mesh:
62 enabled: true
63 type: bridge
64 proto: static
65 address: ${_param:tenant_address}
66 netmask: 255.255.255.0
67 use_interfaces:
68 - ${_param:tenant_interface}