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