summaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2017-07-29 09:04:16 +0800
committerYifei Xue <xueyifei@huawei.com>2017-07-29 09:07:24 +0800
commitc16338e61ecbf5012ab7c8b8f70bd276ed080fdf (patch)
tree8ead9c9d647479369aaef9231504e99c727d9b4d /deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml
parent5388c0cfd7aaee3a877906fd66a519e60bf5fc87 (diff)
Correct the DHA name of SFC scenario
The DHA name of SFC scenario in compass4nfv repo is " os-odl_l3-sfc-ha.yml". However, the scenario name on CI master is "os-odl-sfc-ha.yml". So CI failed when read DHA file. THis patch is proposed to fix this problem. Change-Id: Icb8db6c6c023a794bdd803d0365d719a853dc712 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml')
-rw-r--r--deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml50
1 files changed, 0 insertions, 50 deletions
diff --git a/deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml b/deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml
deleted file mode 100644
index 4673c58d..00000000
--- a/deploy/conf/vm_environment/os-odl_l3-sfc-ha.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-##############################################################################
-# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
----
-TYPE: virtual
-FLAVOR: cluster
-
-odl_l3_agent: "Enable"
-plugins:
- - opendaylight: "Enable"
- - odl_sfc: "Enable"
-
-hosts:
- - name: host1
- roles:
- - controller
- - ha
- - odl
- - ceph-adm
- - ceph-mon
-
- - name: host2
- roles:
- - controller
- - ha
- - odl
- - ceph-mon
-
- - name: host3
- roles:
- - controller
- - ha
- - odl
- - ceph-mon
-
- - name: host4
- roles:
- - compute
- - ceph-osd
-
- - name: host5
- roles:
- - compute
- - ceph-osd