You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
4.2 KiB
90 lines
4.2 KiB
resource_registry: |
|
OS::TripleO::Controller::Net::SoftwareConfig: ../common/net-config-multinode-os-net-config.yaml |
|
OS::TripleO::Compute::Net::SoftwareConfig: ../common/net-config-multinode-os-net-config.yaml |
|
OS::TripleO::Docker::NeutronMl2PluginBase: ../../puppet/services/neutron-plugin-ml2-ovn.yaml |
|
OS::TripleO::Services::OVNController: ../../docker/services/ovn-controller.yaml |
|
OS::TripleO::Services::OVNDBs: ../../docker/services/ovn-dbs.yaml |
|
OS::TripleO::Services::OVNMetadataAgent: ../../docker/services/ovn-metadata.yaml |
|
# Some infra instances don't pass the ping test but are otherwise working. |
|
# Since the OVB jobs also test this functionality we can shut it off here. |
|
OS::TripleO::AllNodes::Validation: ../common/all-nodes-validation-disabled.yaml |
|
OS::TripleO::Services::NovaMigrationTarget: OS::Heat::None |
|
OS::TripleO::Services::SwiftProxy: OS::Heat::None |
|
OS::TripleO::Services::SwiftStorage: OS::Heat::None |
|
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None |
|
# TODO(mandre) fix the tacker service - https://bugs.launchpad.net/tripleo/+bug/1714270 |
|
# OS::TripleO::Services::Tacker: ../../docker/services/tacker.yaml |
|
OS::TripleO::Services::Tacker: ../../puppet/services/tacker.yaml |
|
OS::TripleO::Services::Congress: ../../docker/services/congress.yaml |
|
parameter_defaults: |
|
ControllerServices: |
|
- OS::TripleO::Services::CACerts |
|
- OS::TripleO::Services::Clustercheck |
|
- OS::TripleO::Services::Docker |
|
- OS::TripleO::Services::Kernel |
|
- OS::TripleO::Services::Keystone |
|
- OS::TripleO::Services::GlanceApi |
|
- OS::TripleO::Services::HeatApi |
|
- OS::TripleO::Services::HeatApiCfn |
|
- OS::TripleO::Services::HeatEngine |
|
- OS::TripleO::Services::MySQL |
|
- OS::TripleO::Services::MySQLClient |
|
- OS::TripleO::Services::NeutronServer |
|
- OS::TripleO::Services::NeutronCorePlugin |
|
- OS::TripleO::Services::OVNDBs |
|
- OS::TripleO::Services::OVNController |
|
- OS::TripleO::Services::OVNMetadataAgent |
|
- OS::TripleO::Services::RabbitMQ |
|
- OS::TripleO::Services::HAproxy |
|
- OS::TripleO::Services::Keepalived |
|
- OS::TripleO::Services::Memcached |
|
- OS::TripleO::Services::Pacemaker |
|
- OS::TripleO::Services::NovaConductor |
|
- OS::TripleO::Services::NovaApi |
|
- OS::TripleO::Services::NovaPlacement |
|
- OS::TripleO::Services::NovaMetadata |
|
- OS::TripleO::Services::NovaScheduler |
|
- OS::TripleO::Services::Ntp |
|
- OS::TripleO::Services::Snmp |
|
- OS::TripleO::Services::Timezone |
|
- OS::TripleO::Services::NovaCompute |
|
- OS::TripleO::Services::NovaLibvirt |
|
- OS::TripleO::Services::NovaMigrationTarget |
|
- OS::TripleO::Services::TripleoPackages |
|
- OS::TripleO::Services::TripleoFirewall |
|
- OS::TripleO::Services::Sshd |
|
- OS::TripleO::Services::Iscsid |
|
- OS::TripleO::Services::Tacker |
|
- OS::TripleO::Services::Congress |
|
ControllerExtraConfig: |
|
nova::compute::libvirt::services::libvirt_virt_type: qemu |
|
nova::compute::libvirt::libvirt_virt_type: qemu |
|
# Required for Centos 7.3 and Qemu 2.6.0 |
|
nova::compute::libvirt::libvirt_cpu_mode: 'none' |
|
# For OVN. |
|
NeutronMechanismDrivers: ovn |
|
OVNVifType: ovs |
|
OVNNeutronSyncMode: log |
|
OVNQosDriver: ovn-qos |
|
OVNTunnelEncapType: geneve |
|
NeutronEnableDHCPAgent: false |
|
NeutronTypeDrivers: 'geneve,vlan,flat,vxlan' |
|
NeutronNetworkType: 'geneve' |
|
NeutronServicePlugins: 'qos,networking_ovn.l3.l3_ovn.OVNL3RouterPlugin' |
|
NeutronVniRanges: ['1:65536', ] |
|
OVNBridgeMappings: 'datacentre:br-ex' |
|
Debug: true |
|
DockerPuppetDebug: True |
|
BannerText: | |
|
****************************************************************** |
|
* This system is for the use of authorized users only. Usage of * |
|
* this system may be monitored and recorded by system personnel. * |
|
* Anyone using this system expressly consents to such monitoring * |
|
* and is advised that if such monitoring reveals possible * |
|
* evidence of criminal activity, system personnel may provide * |
|
* the evidence from such monitoring to law enforcement officials.* |
|
****************************************************************** |
|
# we don't deploy Swift so we switch to file backend. |
|
GlanceBackend: 'file' |
|
IronicCleaningDiskErase: 'metadata' |
|
NotificationDriver: 'noop'
|
|
|