summaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-01 17:20:29 -0400
committerTim Rozet <trozet@redhat.com>2017-08-09 02:28:21 +0000
commit5597f9921bd46f5f0a100e64ed927f7170fe7725 (patch)
tree2aae35ff17c33a3fb78ecf6d0d89fd43edeb5c89 /config/deploy
parenta36df896ab212bc3fc1705d1ead949a5fabcd77e (diff)
Enables SFC scenarios
apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522 apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a Change-Id: I0b17b4e86eb90b949bd62f7e73944adad77ef1a3 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/os-odl-sfc-ha.yaml11
-rw-r--r--config/deploy/os-odl-sfc-noha.yaml11
2 files changed, 22 insertions, 0 deletions
diff --git a/config/deploy/os-odl-sfc-ha.yaml b/config/deploy/os-odl-sfc-ha.yaml
new file mode 100644
index 00000000..6cb153d3
--- /dev/null
+++ b/config/deploy/os-odl-sfc-ha.yaml
@@ -0,0 +1,11 @@
+---
+global_params:
+ ha_enabled: true
+
+deploy_options:
+ sdn_controller: opendaylight
+ odl_version: carbon
+ tacker: true
+ congress: true
+ sfc: true
+ vpn: false
diff --git a/config/deploy/os-odl-sfc-noha.yaml b/config/deploy/os-odl-sfc-noha.yaml
new file mode 100644
index 00000000..c3b3379c
--- /dev/null
+++ b/config/deploy/os-odl-sfc-noha.yaml
@@ -0,0 +1,11 @@
+---
+global_params:
+ ha_enabled: false
+
+deploy_options:
+ sdn_controller: opendaylight
+ odl_version: carbon
+ tacker: true
+ congress: true
+ sfc: true
+ vpn: false