From 26f6c1b15bb2bf83695746768624a36cc092187b Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 20 Jun 2018 16:06:14 +0400 Subject: [noha] Rectify opendaylight+dpdk scenario Change-Id: Ie707de90617e7080a5eb87cad69a604cf5e0f9fc Signed-off-by: Michael Polenchuk --- mcp/config/scenario/os-odl-ovs-noha.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mcp/config/scenario') diff --git a/mcp/config/scenario/os-odl-ovs-noha.yaml b/mcp/config/scenario/os-odl-ovs-noha.yaml index 84eaf6318..083e7e646 100644 --- a/mcp/config/scenario/os-odl-ovs-noha.yaml +++ b/mcp/config/scenario/os-odl-ovs-noha.yaml @@ -18,8 +18,8 @@ virtual: nodes: - cfg01 - ctl01 - - cmp01 - - cmp02 + - cmp001 + - cmp002 - gtw01 - odl01 ctl01: @@ -30,9 +30,9 @@ virtual: odl01: vcpus: 4 ram: 5120 - cmp01: + cmp001: vcpus: 4 ram: 8192 - cmp02: + cmp002: vcpus: 4 ram: 8192 -- cgit 1.2.3-korg