Pavel Glazov | 2871c3d | 2022-12-22 20:53:49 +0400 | [diff] [blame^] | 1 | classes: |
| 2 | - system.nova.compute.cluster |
| 3 | - system.nova.compute.notification.messagingv2 |
| 4 | - system.ceilometer.agent.telemetry.cluster |
| 5 | - system.ceilometer.agent.polling.default |
| 6 | - system.nova.compute.libvirt.ssl |
| 7 | - system.nova.compute.libvirt.ssl.vnc |
| 8 | - system.prometheus.exporters.libvirt |
| 9 | - system.neutron.compute.cluster |
| 10 | - system.nova.compute.storage.ceph |
| 11 | - system.ceph.common.cluster |
| 12 | - cluster.bm-b300-e7-cicd-pike-ovs-maas.ceph.common |
| 13 | - cluster.bm-b300-e7-cicd-pike-ovs-maas.ceph.keyrings.cinder |
| 14 | - cluster.bm-b300-e7-cicd-pike-ovs-maas.ceph.keyrings.nova |
| 15 | - system.linux.network.dynamic_hosts |
| 16 | - cluster.bm-b300-e7-cicd-pike-ovs-maas.infra |
| 17 | - cluster.bm-b300-e7-cicd-pike-ovs-maas.openstack.networking.vcmpcompute |
| 18 | parameters: |
| 19 | _param: |
| 20 | cluster_vip_address: ${_param:openstack_control_address} |
| 21 | cluster_local_address: ${_param:single_address} |
| 22 | cluster_node01_hostname: ${_param:openstack_control_node01_hostname} |
| 23 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 24 | cluster_node02_hostname: ${_param:openstack_control_node02_hostname} |
| 25 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 26 | cluster_node03_hostname: ${_param:openstack_control_node03_hostname} |
| 27 | cluster_node03_address: ${_param:openstack_control_node03_address} |
| 28 | nova_vncproxy_url: https://${_param:cluster_public_host}:6080 |
| 29 | galera_ssl_enabled: true |
| 30 | openstack_mysql_x509_enabled: True |
| 31 | rabbitmq_ssl_enabled: True |
| 32 | openstack_rabbitmq_port: 5671 |
| 33 | openstack_rabbitmq_x509_enabled: True |
| 34 | openstack_rabbitmq_port: 5671 |
| 35 | primary_first_nic: eth1 |
| 36 | primary_second_nic: eth2 |
| 37 | ceilometer_agent_ssl_enabled: True |
| 38 | cluster_internal_protocol: https |
| 39 | nova: |
| 40 | compute: |
| 41 | reserved_host_memory_mb: 1100 |
| 42 | workaround: |
| 43 | disable_libvirt_livesnapshot: True |
| 44 | # Set rp_filter to Loose mode to allow requests from VM`s floating address to exported Manila share in tenant network |
| 45 | # For Ironic deployments it allows Ironic provisioned nodes to reach iscsi target in boot from volume cases |
| 46 | linux: |
| 47 | system: |
| 48 | kernel: |
| 49 | sysctl: |
| 50 | net.ipv4.conf.all.rp_filter: 2 |
| 51 | ## Best practice configure high speed interface for live migrations |
| 52 | # nova: |
| 53 | # libvirt: |
| 54 | # migration_inbound_addr: ${_param:single_address} |
| 55 | |