aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-17 12:39:12 +0000
committerGerrit Code Review <review@openstack.org>2015-09-17 12:39:12 +0000
commit6d0cec55ce50a54ede405c465f26fe87bb68af4e (patch)
treec1b668dd32cbd0bc977e39974bdcfcd5ab630fa7 /environments
parentd65027bd4a676e046157ba2729866166b9d6a584 (diff)
parente78e1c8d9b5a7ebf327987b22091bff3ed42d1c1 (diff)
Merge "Big Switch Neutron ML2 plugin integration"
Diffstat (limited to 'environments')
-rw-r--r--environments/neutron-ml2-bigswitch.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/environments/neutron-ml2-bigswitch.yaml b/environments/neutron-ml2-bigswitch.yaml
new file mode 100644
index 00000000..69c91326
--- /dev/null
+++ b/environments/neutron-ml2-bigswitch.yaml
@@ -0,0 +1,17 @@
+# A Heat environment file which can be used to enable Big Switch
+# extensions, configured via puppet
+resource_registry:
+ OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-ml2-bigswitch.yaml
+
+parameter_defaults:
+ # Required to fill in:
+ NeutronBigswitchRestproxyServers:
+ NeutronBigswitchRestproxyServerAuth:
+
+ # Optional:
+ # NeutronBigswitchRestproxyAutoSyncOnFailure:
+ # NeutronBigswitchRestproxyConsistencyInterval:
+ # NeutronBigswitchRestproxyNeutronId:
+ # NeutronBigswitchRestproxyServerSsl:
+ # NeutronBigswitchRestproxySslCertDirectory:
+