blob: e908e623ccf384109b82f477ef721b2023178851 [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
Oleksandr Shyshkof54aa342018-06-12 18:41:26 +030019- system.nova.compute.libvirt.ssl
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030020- cluster.virtual-offline-ssl
21parameters:
22 _param:
23 primary_interface: ens4
24 tenant_interface: ens5
25 external_interface: ens6
26 interface_mtu: 1500
27 linux_system_codename: xenial
28 sriov_nic01_device_name: enp5s0f1
29 sriov_nic01_numvfs: 16
30 sriov_nic01_physical_network: physnet3
31 sriov_unsafe_interrupts: False
32 dpdk0_pci: '"0000:04:00"'
33 nova_cpu_pinning: 0,1,2
34 compute_dpdk_driver: uio
35 compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
36 compute_ovs_pmd_cpu_mask: "0x6"
37 compute_ovs_dpdk_socket_mem: "1024"
38 compute_ovs_dpdk_lcore_mask: "0x400"
39 compute_ovs_memory_channels: "2"
40 loopback_device_size: 20
41 nova:
42 compute:
43 vncproxy_url: http://${_param:cluster_vip_address}:6080
44 barbican:
45 enabled: ${_param:barbican_integration_enabled}
46 identity:
47 protocol: https
48 network:
49 protocol: https
50 glance:
51 protocol: https
52 image:
53 protocol: https
54 neutron:
55 compute:
56 notification:
57 driver: messagingv2
58 topics: "notifications"
59 cinder:
60 volume:
61 barbican:
62 enabled: ${_param:barbican_integration_enabled}
63 linux:
64 network:
65 bridge: openvswitch
66 interface:
67 dhcp_int:
68 enabled: true
69 name: ens3
70 proto: dhcp
71 type: eth
72 mtu: ${_param:interface_mtu}
73 primary_interface:
74 enabled: true
75 name: ${_param:primary_interface}
76 mtu: ${_param:interface_mtu}
77 proto: manual
78 type: eth
79 tenant_interface:
80 enabled: true
81 name: ${_param:tenant_interface}
82 mtu: ${_param:interface_mtu}
83 proto: manual
84 type: eth
85 br-mgmt:
86 enabled: true
87 type: bridge
88 proto: static
89 address: ${_param:single_address}
90 netmask: 255.255.255.0
91 use_interfaces:
92 - ${_param:primary_interface}
93 br-mesh:
94 enabled: true
95 type: bridge
96 proto: static
97 address: ${_param:tenant_address}
98 netmask: 255.255.255.0
99 use_interfaces:
100 - ${_param:tenant_interface}