|
| 1 | +# A Heat environment file which can be used to enable a |
| 2 | +# a Neutron Cisco Aci backend on the controller, configured via puppet |
| 3 | +resource_registry: |
| 4 | + #controller |
| 5 | + OS::TripleO::ControllerExtraConfigPre: /opt/tripleo-ciscoaci/nodepre.yaml |
| 6 | + OS::TripleO::Services::NeutronL3Agent: OS::Heat::None |
| 7 | + OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None |
| 8 | + OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginCiscoAci |
| 9 | + OS::TripleO::Services::NeutronCorePluginCiscoAci: /opt/tripleo-ciscoaci/ciscoaci.yaml |
| 10 | + OS::TripleO::Services::HorizonCiscoAci: /opt/tripleo-ciscoaci/ciscoaci_horizon.yaml |
| 11 | + OS::TripleO::Services::HeatCiscoAci: /opt/tripleo-ciscoaci/ciscoaci_heat.yaml |
| 12 | + #compute |
| 13 | + OS::TripleO::ComputeExtraConfigPre: /opt/tripleo-ciscoaci/nodepre.yaml |
| 14 | + OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None |
| 15 | + OS::TripleO::Services::ComputeNeutronCorePlugin: /opt/tripleo-ciscoaci/ciscoaci_compute.yaml |
| 16 | + OS::TripleO::Services::ComputeNeutronMetadataAgent: /usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-metadata.yaml |
| 17 | + |
| 18 | +parameter_defaults: |
| 19 | + ComputeCount: 1 |
| 20 | + GlanceBackend: 'file' |
| 21 | + NeutronCorePlugin: 'ml2plus' |
| 22 | + NeutronServicePlugins: 'group_policy,ncp,apic_aim_l3' |
| 23 | + NeutronEnableIsolatedMetadata: true |
| 24 | + EnablePackageInstall: true |
| 25 | + ACIYumRepo: http://1.11.1.1/acirepo |
| 26 | + ACIApicHosts: 1.1.1.1 |
| 27 | + 4CIApicUsername: admin |
| 28 | + ACIApicPassword: noir0123 |
| 29 | + ACIApicSystemId: osd10_composable |
| 30 | + ACIApicEntityProfile: f-aep |
| 31 | + ACIApicInfraVlan: 3901 |
| 32 | + ACIApicInfraSubnetGateway: 10.0.0.30 |
| 33 | + ACIApicInfraAnycastAddr: 10.0.0.32 |
| 34 | + ACIOpflexUplinkInterface: nic2 |
| 35 | + ACIOpflexEncapMode: vlan |
| 36 | + #NeutronNetworkVLANRanges: datacentre:1000:1020 |
| 37 | + ACIOpflexVlanRange: 1200:1300 |
0 commit comments