X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fconfig%2Fscenario%2Fos-nosdn-nofeature-noha.yaml;h=46c8bddc1f85e086f6ae80da1b33a1e1425514c1;hb=d176f3e13ad34afb2c292710ddb513fb33b55339;hp=4af625b252408f604a51d6c40a16dffa340c1cd6;hpb=2f874c8729bd80f34e5994fe07f116c82c9b1695;p=fuel.git diff --git a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml index 4af625b25..46c8bddc1 100644 --- a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml +++ b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml @@ -7,21 +7,49 @@ ############################################################################## --- cluster: - domain: mcp-pike-ovs-noha.local + domain: mcp-ovs-noha.local states: - openstack_noha - neutron_gateway - - neutron_compute - networks virtual: nodes: - - cfg01 - - ctl01 - - cmp01 - - cmp02 - - gtw01 + control: + - ctl01 + - gtw01 + compute: + - cmp001 + - cmp002 ctl01: vcpus: 4 ram: 14336 gtw01: ram: 2048 + cmp001: + vcpus: 8 + ram: 16384 + cpu_topology: + sockets: 2 + cores: 2 + threads: 2 + numa: + cell0: + memory: 8388608 + cpus: 0-3 + cell1: + memory: 8388608 + cpus: 4-7 + cmp002: + vcpus: 8 + ram: 16384 + cpu_topology: + sockets: 2 + cores: 2 + threads: 2 + numa: + cell0: + memory: 8388608 + cpus: 0-3 + cell1: + memory: 8388608 + cpus: 4-7