blob: c210cb83769f9f1fa3be20c44207775b15f6eb9b [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
2- system.linux.system.repo.mcp.openstack
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.saltstack.xenial
5- system.linux.network.hosts
6- system.nova.compute.cluster
7- system.neutron.compute.cluster
8- system.ceilometer.agent.cluster
9- system.prometheus.exporters.libvirt
10- system.nova.compute.storage.ceph
11- system.ceph.common.cluster
Jiri Broulik3e2050c2017-12-01 13:40:11 +010012- cluster.virtual-mcp-ocata-ovs-ceph.ceph.common
13- cluster.virtual-mcp-ocata-ovs-ceph.infra
Tatyana Leontovich444b3462017-11-13 13:33:33 +020014parameters:
15 _param:
16 primary_interface: ens4
17 tenant_interface: ens5
18 external_interface: ens6
Tatyana Leontovich33058d12017-11-28 16:23:19 +020019 interface_mtu: 1500
Tatyana Leontovich444b3462017-11-13 13:33:33 +020020 linux_system_codename: xenial
21 nova:
22 compute:
23 vncproxy_url: http://${_param:cluster_vip_address}:6080
24 notification:
25 driver: messagingv2
26 topics: "notifications,${_param:stacklight_notification_topic}"
27 notify_on:
28 state_change: vm_and_task_state
29 message_queue:
30 members:
31 - host: ${_param:openstack_control_node01_address}
32 - host: ${_param:openstack_control_node02_address}
33 - host: ${_param:openstack_control_node03_address}
34 linux:
35 network:
36 bridge: openvswitch
37 interface:
38 dhcp_int:
39 enabled: true
40 name: ens3
41 proto: dhcp
42 type: eth
43 mtu: ${_param:interface_mtu}
44 primary_interface:
45 enabled: true
46 name: ${_param:primary_interface}
47 mtu: ${_param:interface_mtu}
48 proto: manual
49 type: eth
50 tenant_interface:
51 enabled: true
52 name: ${_param:tenant_interface}
53 mtu: ${_param:interface_mtu}
54 proto: manual
55 type: eth
56 br-mgmt:
57 enabled: true
58 type: bridge
59 proto: static
60 address: ${_param:single_address}
61 netmask: 255.255.255.0
62 use_interfaces:
63 - ${_param:primary_interface}
64 br-mesh:
65 enabled: true
66 type: bridge
67 proto: static
68 address: ${_param:tenant_address}
69 netmask: 255.255.255.0
70 use_interfaces:
71 - ${_param:tenant_interface}