diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-22 21:31:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-22 21:31:53 +0000 |
commit | 85a3c2e347c1555bf589a7574abd0b651196952f (patch) | |
tree | 729fcf5f04b6d0a7fe7e265df344c6a331f8a7ae /config/deploy/os-odl-sfc-ha.yaml | |
parent | 25dd19618aecf69917720d10e0e9d7ba2925db14 (diff) | |
parent | 14de5d725e74cb885a48146217e2fc9d8f093df6 (diff) |
Merge "Enable SFC scenarios for Gambia"
Diffstat (limited to 'config/deploy/os-odl-sfc-ha.yaml')
-rw-r--r-- | config/deploy/os-odl-sfc-ha.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/deploy/os-odl-sfc-ha.yaml b/config/deploy/os-odl-sfc-ha.yaml index 3a87bfe3..e8df1170 100644 --- a/config/deploy/os-odl-sfc-ha.yaml +++ b/config/deploy/os-odl-sfc-ha.yaml @@ -3,9 +3,11 @@ global_params: ha_enabled: true deploy_options: + containers: true + os_version: master sdn_controller: opendaylight - odl_version: nitrogen - tacker: true - congress: true + odl_version: master + tacker: false + congress: false sfc: true vpn: false |