diff options
Diffstat (limited to 'config/deploy/os-nosdn-nofeature-ha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-nofeature-ha.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/deploy/os-nosdn-nofeature-ha.yaml b/config/deploy/os-nosdn-nofeature-ha.yaml index 93a1fb6f..26d30e5e 100644 --- a/config/deploy/os-nosdn-nofeature-ha.yaml +++ b/config/deploy/os-nosdn-nofeature-ha.yaml @@ -1,10 +1,11 @@ --- global_params: ha_enabled: true - deploy_options: + containers: true + os_version: master sdn_controller: false - tacker: true - congress: true + tacker: false + congress: false sfc: false vpn: false |