![Dan Prince](/assets/img/avatar_default.png)
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-api, neutron-dhcp, and neutron-l3 services. With this patch the baremetal version of each respective neutron service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: I6d1fae29498d2c8bffff2ccffcfbf0b605350205
33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
environments:
|
|
-
|
|
name: networking/neutron-midonet
|
|
title: Enable the Neutron MidoNet Services
|
|
description: A Heat environment that can be used to deploy MidoNet Services
|
|
files:
|
|
puppet/extraconfig/all_nodes/neutron-midonet-all-nodes.yaml:
|
|
parameters: all
|
|
puppet/services/neutron-base.yaml:
|
|
parameters:
|
|
- NeutronCorePlugin
|
|
deployment/neutron/neutron-dhcp-container-puppet.yaml:
|
|
parameters:
|
|
- NeutronEnableIsolatedMetadata
|
|
sample_values:
|
|
NeutronCorePlugin: 'midonet.neutron.plugin_v1.MidonetPluginV2'
|
|
NeutronEnableIsolatedMetadata: true
|
|
EnableZookeeperOnController: true
|
|
EnableCassandraOnController: true
|
|
static:
|
|
- NeutronCorePlugin
|
|
- NeutronEnableIsolatedMetadata
|
|
- EnableZookeeperOnController
|
|
- EnableCassandraOnController
|
|
resource_registry:
|
|
OS::TripleO::AllNodesExtraConfig: ../../puppet/extraconfig/all_nodes/neutron-midonet-all-nodes.yaml
|
|
OS::TripleO::Controller::Net::SoftwareConfig: ../../net-config-linux-bridge.yaml
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMidonet
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../../puppet/services/neutron-compute-plugin-midonet.yaml
|