diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-09-17 12:39:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-09-17 12:39:12 +0000 |
commit | 6d0cec55ce50a54ede405c465f26fe87bb68af4e (patch) | |
tree | c1b668dd32cbd0bc977e39974bdcfcd5ab630fa7 /environments/neutron-ml2-bigswitch.yaml | |
parent | d65027bd4a676e046157ba2729866166b9d6a584 (diff) | |
parent | e78e1c8d9b5a7ebf327987b22091bff3ed42d1c1 (diff) |
Merge "Big Switch Neutron ML2 plugin integration"
Diffstat (limited to 'environments/neutron-ml2-bigswitch.yaml')
-rw-r--r-- | environments/neutron-ml2-bigswitch.yaml | 17 |
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: + |