blob: 5a5710a559692c6e29eeba01d786998598d07dc7 [file] [log] [blame]
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03001classes:
2- system.linux.system.repo_local.mcp.apt_mirantis.openstack
3- system.linux.system.repo_local.mcp.extra
4- system.linux.system.repo_local.mcp.apt_mirantis.saltstack_2016_3
5- system.linux.system.repo_local.mcp.apt_mirantis.ceph
6- system.linux.network.hosts
7- system.linux.storage.loopback
8- system.nova.compute.cluster
9- system.neutron.compute.cluster
10- system.ceilometer.client.nova_compute
11- system.ceilometer.agent.cluster
12- system.ceilometer.agent.polling.default
13- service.cinder.volume.single
14- system.cinder.volume.backend.lvm
15- system.nova.compute.nfv.cpu_pinning
16- system.nova.compute.nfv.sriov
17- system.neutron.compute.nfv.dpdk
18- system.neutron.compute.nfv.sriov
19- cluster.virtual-offline-ssl
20parameters:
21 _param:
22 primary_interface: ens4
23 tenant_interface: ens5
24 external_interface: ens6
25 interface_mtu: 1500
26 linux_system_codename: xenial
27 sriov_nic01_device_name: enp5s0f1
28 sriov_nic01_numvfs: 16
29 sriov_nic01_physical_network: physnet3
30 sriov_unsafe_interrupts: False
31 dpdk0_pci: '"0000:04:00"'
32 nova_cpu_pinning: 0,1,2
33 compute_dpdk_driver: uio
34 compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
35 compute_ovs_pmd_cpu_mask: "0x6"
36 compute_ovs_dpdk_socket_mem: "1024"
37 compute_ovs_dpdk_lcore_mask: "0x400"
38 compute_ovs_memory_channels: "2"
39 loopback_device_size: 20
40 nova:
41 compute:
42 vncproxy_url: http://${_param:cluster_vip_address}:6080
43 barbican:
44 enabled: ${_param:barbican_integration_enabled}
45 identity:
46 protocol: https
47 network:
48 protocol: https
49 glance:
50 protocol: https
51 image:
52 protocol: https
53 neutron:
54 compute:
55 notification:
56 driver: messagingv2
57 topics: "notifications"
58 cinder:
59 volume:
60 barbican:
61 enabled: ${_param:barbican_integration_enabled}
62 linux:
63 network:
64 bridge: openvswitch
65 interface:
66 dhcp_int:
67 enabled: true
68 name: ens3
69 proto: dhcp
70 type: eth
71 mtu: ${_param:interface_mtu}
72 primary_interface:
73 enabled: true
74 name: ${_param:primary_interface}
75 mtu: ${_param:interface_mtu}
76 proto: manual
77 type: eth
78 tenant_interface:
79 enabled: true
80 name: ${_param:tenant_interface}
81 mtu: ${_param:interface_mtu}
82 proto: manual
83 type: eth
84 br-mgmt:
85 enabled: true
86 type: bridge
87 proto: static
88 address: ${_param:single_address}
89 netmask: 255.255.255.0
90 use_interfaces:
91 - ${_param:primary_interface}
92 br-mesh:
93 enabled: true
94 type: bridge
95 proto: static
96 address: ${_param:tenant_address}
97 netmask: 255.255.255.0
98 use_interfaces:
99 - ${_param:tenant_interface}