Add neutron profiles
authorMichael Chapman <woppin@gmail.com>
Wed, 16 Mar 2016 13:35:35 +0000 (00:35 +1100)
committerMichael Chapman <woppin@gmail.com>
Thu, 5 May 2016 05:44:58 +0000 (15:44 +1000)
commitf0c7efc0688da284afcadb65ce06f5e72151bf4d
tree6061b56a83df2012aeb1042ac25a54e5fb411151
parent1b13c573641fd5ab2355faa3ecb89ad7ce1a76d3
Add neutron profiles

Implements: blueprint refactor-puppet-manifests

Add neutron profiles for both pacemaker and non-ha.

HA profiles are designed such that they include the base
profiles, disabling features as needed, while the base
profile can be used independently.

Co-Authored-By: Dan Prince <dprince@redhat.com>
Change-Id: Ida781badbcd63bbcb481a2170638aefe262b717b
18 files changed:
manifests/profile/base/neutron.pp [new file with mode: 0644]
manifests/profile/base/neutron/dhcp.pp [new file with mode: 0644]
manifests/profile/base/neutron/l3.pp [new file with mode: 0644]
manifests/profile/base/neutron/metadata.pp [new file with mode: 0644]
manifests/profile/base/neutron/midonet.pp [new file with mode: 0644]
manifests/profile/base/neutron/ml2.pp [new file with mode: 0644]
manifests/profile/base/neutron/n1k.pp [new file with mode: 0644]
manifests/profile/base/neutron/nuage.pp [new file with mode: 0644]
manifests/profile/base/neutron/ovs.pp [new file with mode: 0644]
manifests/profile/base/neutron/server.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/dhcp.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/l3.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/metadata.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/midonet.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/ml2.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/ovs.pp [new file with mode: 0644]
manifests/profile/pacemaker/neutron/server.pp [new file with mode: 0644]