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 | |
parent | 25dd19618aecf69917720d10e0e9d7ba2925db14 (diff) | |
parent | 14de5d725e74cb885a48146217e2fc9d8f093df6 (diff) |
Merge "Enable SFC scenarios for Gambia"
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/os-odl-sfc-ha.yaml | 8 | ||||
-rw-r--r-- | config/deploy/os-odl-sfc-noha.yaml | 8 | ||||
-rw-r--r-- | config/deploy/os-odl-sfc_queens-ha.yaml | 13 | ||||
-rw-r--r-- | config/deploy/os-odl-sfc_queens-noha.yaml | 13 |
4 files changed, 36 insertions, 6 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 diff --git a/config/deploy/os-odl-sfc-noha.yaml b/config/deploy/os-odl-sfc-noha.yaml index 2b08af6c..3dac36fa 100644 --- a/config/deploy/os-odl-sfc-noha.yaml +++ b/config/deploy/os-odl-sfc-noha.yaml @@ -3,9 +3,11 @@ global_params: ha_enabled: false 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 diff --git a/config/deploy/os-odl-sfc_queens-ha.yaml b/config/deploy/os-odl-sfc_queens-ha.yaml new file mode 100644 index 00000000..0cd01466 --- /dev/null +++ b/config/deploy/os-odl-sfc_queens-ha.yaml @@ -0,0 +1,13 @@ +--- +global_params: + ha_enabled: true + +deploy_options: + containers: true + os_version: queens + sdn_controller: opendaylight + odl_version: master + tacker: false + congress: false + sfc: true + vpn: false diff --git a/config/deploy/os-odl-sfc_queens-noha.yaml b/config/deploy/os-odl-sfc_queens-noha.yaml new file mode 100644 index 00000000..d091b8cf --- /dev/null +++ b/config/deploy/os-odl-sfc_queens-noha.yaml @@ -0,0 +1,13 @@ +--- +global_params: + ha_enabled: false + +deploy_options: + containers: true + os_version: queens + sdn_controller: opendaylight + odl_version: master + tacker: false + congress: false + sfc: true + vpn: false |