diff options
author | Dan Radez <dradez@redhat.com> | 2016-01-28 15:59:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-28 15:59:51 +0000 |
commit | 86b63487620e56978242572a5cf59c4f535a7d98 (patch) | |
tree | 2cac30f97b0e4d55ff813f2c95ea7bd812f7e7bb /config/deploy/os-nosdn-nofeature-ha.yaml | |
parent | 1c337aef12c7a026eee2020017f8433c71808433 (diff) | |
parent | 4a7e1d41a5356f18b900986b06dccd968ab6b6a0 (diff) |
Merge "Fixes various bugs and adds some improvements"
Diffstat (limited to 'config/deploy/os-nosdn-nofeature-ha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-nofeature-ha.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/deploy/os-nosdn-nofeature-ha.yaml b/config/deploy/os-nosdn-nofeature-ha.yaml new file mode 100644 index 00000000..becd6e57 --- /dev/null +++ b/config/deploy/os-nosdn-nofeature-ha.yaml @@ -0,0 +1,9 @@ +global_params: + ha_enabled: true + +deploy_options: + sdn_controller: false + sdn_l3: false + tacker: false + congress: false + sfc: false |