diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-20 16:06:14 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-20 16:44:48 +0400 |
commit | 26f6c1b15bb2bf83695746768624a36cc092187b (patch) | |
tree | bb198a60fc50d93b64416e751d14942ce62610b8 /mcp/config/scenario/os-odl-ovs-noha.yaml | |
parent | 32faafc317169dfe2216995bf4a2afd330749545 (diff) |
[noha] Rectify opendaylight+dpdk scenario
Change-Id: Ie707de90617e7080a5eb87cad69a604cf5e0f9fc
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/scenario/os-odl-ovs-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-odl-ovs-noha.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |