blob: 6cde820c26d303f514ec7d8aae4d4f1d5f74b7e7 [file] [log] [blame]
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03001classes:
azvyagintsev03e26b12018-10-22 16:34:31 +03002- system.linux.system.repo.mcp.apt_mirantis.extra
azvyagintsev98cba952018-07-13 12:40:53 +03003- system.linux.system.repo.mcp.apt_mirantis.saltstack
azvyagintsev03e26b12018-10-22 16:34:31 +03004- system.linux.system.repo.mcp.apt_mirantis.openstack
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03005- system.linux.network.hosts
6- system.linux.storage.loopback
7- system.nova.compute.cluster
8- system.neutron.compute.cluster
9- system.ceilometer.client.nova_compute
Mykyta Karpin015e7b32018-07-26 11:00:02 +030010- system.ceilometer.agent.telemetry.cluster
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030011- system.ceilometer.agent.polling.default
12- service.cinder.volume.single
13- system.cinder.volume.backend.lvm
14- system.nova.compute.nfv.cpu_pinning
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030015- system.neutron.compute.nfv.dpdk
Michael Polenchuk04a918b2018-07-16 13:59:24 +040016- system.nova.compute.nfv.hugepages
Oleksandr Shyshkof54aa342018-06-12 18:41:26 +030017- system.nova.compute.libvirt.ssl
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030018- cluster.virtual-offline-ssl
19parameters:
20 _param:
21 primary_interface: ens4
22 tenant_interface: ens5
23 external_interface: ens6
24 interface_mtu: 1500
25 linux_system_codename: xenial
Tatyana Leontovich023db382018-07-18 15:21:51 +030026 nova_cpu_pinning: 3
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030027 compute_dpdk_driver: uio
28 compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
29 compute_ovs_pmd_cpu_mask: "0x6"
30 compute_ovs_dpdk_socket_mem: "1024"
Tatyana Leontovich023db382018-07-18 15:21:51 +030031 compute_ovs_dpdk_lcore_mask: '0xF'
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030032 compute_ovs_memory_channels: "2"
Michael Polenchuk04a918b2018-07-16 13:59:24 +040033 compute_hugepages_size: 2M
Tatyana Leontovich023db382018-07-18 15:21:51 +030034 compute_hugepages_count: 2048
Michael Polenchuk04a918b2018-07-16 13:59:24 +040035 compute_hugepages_mount: /mnt/hugepages_2M
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030036 loopback_device_size: 20
Mykyta Karpin015e7b32018-07-26 11:00:02 +030037 ceilometer:
38 agent:
39 identity:
40 protocol: https
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030041 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
Tatyana Leontovich611a4962018-07-23 17:12:10 +030054 libvirt:
55 logging:
56 level: 3
57 filters: '3:remote 4:event'
58 outputs: '3:syslog:libvirtd'
59 buffer_size: 64
60 qemu:
61 logging:
62 handler: logd
63 virtlog:
64 enabled: true
65 level: 3
66 filters: '3:remote 4:event'
67 outputs: '3:syslog:virtlogd'
68 max_clients: 1024
69 max_size: 2097152
70 max_backups: 3
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030071 neutron:
72 compute:
73 notification:
74 driver: messagingv2
75 topics: "notifications"
76 cinder:
77 volume:
78 barbican:
79 enabled: ${_param:barbican_integration_enabled}
80 linux:
81 network:
82 bridge: openvswitch
83 interface:
84 dhcp_int:
85 enabled: true
86 name: ens3
87 proto: dhcp
88 type: eth
89 mtu: ${_param:interface_mtu}
90 primary_interface:
91 enabled: true
92 name: ${_param:primary_interface}
93 mtu: ${_param:interface_mtu}
94 proto: manual
95 type: eth
96 tenant_interface:
97 enabled: true
98 name: ${_param:tenant_interface}
99 mtu: ${_param:interface_mtu}
100 proto: manual
101 type: eth
102 br-mgmt:
103 enabled: true
104 type: bridge
105 proto: static
106 address: ${_param:single_address}
107 netmask: 255.255.255.0
108 use_interfaces:
109 - ${_param:primary_interface}
110 br-mesh:
111 enabled: true
Tatyana Leontovich023db382018-07-18 15:21:51 +0300112 ipflush_onchange: true
113 restart_on_ipflush: true
Michael Polenchuk04a918b2018-07-16 13:59:24 +0400114 type: dpdk_ovs_bridge
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +0300115 address: ${_param:tenant_address}
116 netmask: 255.255.255.0
Michael Polenchuk04a918b2018-07-16 13:59:24 +0400117 dpdk0:
118 name: ${_param:dpdk0_name}
119 pci: ${_param:dpdk0_pci}
120 driver: igb_uio
121 bridge: br-mesh
122 enabled: true
123 type: dpdk_ovs_port
124 n_rxq: 2