X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fconfig%2Fscenario%2Fos-nosdn-nofeature-noha.yaml;h=46c8bddc1f85e086f6ae80da1b33a1e1425514c1;hb=27ed4796ac54da3c598929c1aeaed62ba14a533b;hp=b35e66fc72ef971b987d561ffe360e2ed81bbe16;hpb=86c8109641cf22548ca68876e7de89b0d13e96b5;p=fuel.git diff --git a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml index b35e66fc7..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: virtual-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