From ed47542253ad4a31af5d64b25a75c0e2d656836a Mon Sep 17 00:00:00 2001 From: Martin Kulhavy Date: Wed, 9 Aug 2017 16:08:40 +0300 Subject: Change the deployment mode from 'nonha' to 'noha' To conform with the OPNFV scenario naming pattern, the mode of the scenario must be either 'ha' or 'noha'. Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188 Signed-off-by: Martin Kulhavy --- labconfig/orange/pod1/labconfig.yaml | 2 +- labconfig/orange/pod2/labconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'labconfig/orange') diff --git a/labconfig/orange/pod1/labconfig.yaml b/labconfig/orange/pod1/labconfig.yaml index 205700c6..70d2e556 100644 --- a/labconfig/orange/pod1/labconfig.yaml +++ b/labconfig/orange/pod1/labconfig.yaml @@ -101,7 +101,7 @@ lab: opnfv: release: c distro: xenial - type: nonha + type: noha openstack: mitaka sdncontroller: - type: odl diff --git a/labconfig/orange/pod2/labconfig.yaml b/labconfig/orange/pod2/labconfig.yaml index c0d03daa..e9025edf 100644 --- a/labconfig/orange/pod2/labconfig.yaml +++ b/labconfig/orange/pod2/labconfig.yaml @@ -125,7 +125,7 @@ lab: opnfv: release: c distro: xenial - type: nonha + type: noha openstack: newton sdncontroller: - type: nosdn -- cgit 1.2.3-korg