diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-12 21:30:22 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-13 20:43:17 +0000 |
commit | dfe75a0f4945aa9dd27de5c849fd5471be9ee537 (patch) | |
tree | fe967d6ad782a22edab12e635dfdfe6e28435570 /deploy/scenario/scenario.yaml | |
parent | b89b797ced3cd818ddce1d1d724d240bc27e93c3 (diff) |
VLAN Segmentation scenarios needed for virtual traffic classifier
Change-Id: I2a42cff6f128bc0faca40bd6576c52282e66c0f4
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 9e2b5ea04932ad255882d1e707fb2b7eae5afcf9)
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml index 707049f47..1b9aeb35f 100644 --- a/deploy/scenario/scenario.yaml +++ b/deploy/scenario/scenario.yaml @@ -19,6 +19,12 @@ os_ha: os_no-ha: configfile: no-ha_heat_ceilometer_scenario_0.0.1.yaml +os_vlan_ha: + configfile: ha_vlan_heat_ceilometer_scenario_0.0.1.yaml + +os_vlan_no-ha: + configfile: no-ha_vlan_heat_ceilometer_scenario_0.0.1.yaml + os_odl-l3_ha: configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml |