diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-28 03:40:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 03:40:57 +0000 |
commit | b28482b5804308c4d88439020b56288d86a67ab1 (patch) | |
tree | bf1bc4efe0c70a42c1b39c55d46e62c2556eccfa /config/deploy | |
parent | 97de7b9e2bdcb63613c99b9db4d77ad125d410f0 (diff) | |
parent | 37f0a8b3c451f369c00920c9c1568de6e24e92f4 (diff) |
Merge "Adding OVN as an SDN option to Apex"
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/os-ovn-nofeature-noha.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/deploy/os-ovn-nofeature-noha.yaml b/config/deploy/os-ovn-nofeature-noha.yaml new file mode 100644 index 00000000..e03ac0ab --- /dev/null +++ b/config/deploy/os-ovn-nofeature-noha.yaml @@ -0,0 +1,10 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: ovn + sdn_l3: false + tacker: false + congress: true + sfc: false + vpn: false |