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