diff options
author | Dan Radez <dradez@redhat.com> | 2016-06-28 14:34:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-28 14:34:30 +0000 |
commit | 44bfa2a383673db14dcc62cd55039938ac0e17e2 (patch) | |
tree | 0e5c71d0a69025359a22490cc662566f9cdfdc42 /config | |
parent | cc35694a87dfab1afbf429bedf67e2ef63003f3d (diff) | |
parent | 0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (diff) |
Merge "Adds initial FDIO support"
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 12 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-noha.yaml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml new file mode 100644 index 00000000..b258c653 --- /dev/null +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -0,0 +1,12 @@ +global_params: + ha_enabled: true + +deploy_options: + sdn_controller: opendaylight + sdn_l3: false + odl_version: boron + tacker: false + congress: false + sfc: false + vpn: false + vpp: true diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml new file mode 100644 index 00000000..52e312e3 --- /dev/null +++ b/config/deploy/os-odl_l2-fdio-noha.yaml @@ -0,0 +1,12 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: opendaylight + sdn_l3: false + odl_version: boron + tacker: false + congress: false + sfc: false + vpn: false + vpp: true |