From e49e91d7aa740437c01e6531ef648d2dae97c11d Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 29 Jun 2017 15:52:28 +0400 Subject: Rewrite infra deployment scripts * bring in scenario files * shift infra code into functions Change-Id: I650a26d03d842c3afcc7fcb97b84ef4826827a38 Signed-off-by: Michael Polenchuk --- mcp/config/defaults.yaml | 6 ++++++ mcp/config/os-nosdn-nofeature-noha.yaml | 14 ++++++++++++++ mcp/config/os-nosdn-ovs-noha.yaml | 18 ++++++++++++++++++ mcp/config/os-odl_l2-nofeature-noha.yaml | 17 +++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 mcp/config/defaults.yaml create mode 100644 mcp/config/os-nosdn-nofeature-noha.yaml create mode 100644 mcp/config/os-nosdn-ovs-noha.yaml create mode 100644 mcp/config/os-odl_l2-nofeature-noha.yaml (limited to 'mcp/config') diff --git a/mcp/config/defaults.yaml b/mcp/config/defaults.yaml new file mode 100644 index 000000000..b841e88c9 --- /dev/null +++ b/mcp/config/defaults.yaml @@ -0,0 +1,6 @@ +base_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img +virtual: + default: + vcpus: 2 + ram: 4096 + diff --git a/mcp/config/os-nosdn-nofeature-noha.yaml b/mcp/config/os-nosdn-nofeature-noha.yaml new file mode 100644 index 000000000..526ea5763 --- /dev/null +++ b/mcp/config/os-nosdn-nofeature-noha.yaml @@ -0,0 +1,14 @@ +cluster: + domain: virtual-mcp-ocata-ovs.local +virtual: + nodes: + - cfg01 + - ctl01 + - cmp01 + - cmp02 + - gtw01 + ctl01: + vcpus: 4 + ram: 14336 + gtw01: + ram: 2048 diff --git a/mcp/config/os-nosdn-ovs-noha.yaml b/mcp/config/os-nosdn-ovs-noha.yaml new file mode 100644 index 000000000..ef35d72d3 --- /dev/null +++ b/mcp/config/os-nosdn-ovs-noha.yaml @@ -0,0 +1,18 @@ +cluster: + domain: virtual-mcp-ocata-ovs-dpdk.local +virtual: + nodes: + - cfg01 + - ctl01 + - cmp01 + - cmp02 + - gtw01 + ctl01: + vcpus: 4 + ram: 14336 + gtw01: + ram: 2048 + cmp01: + ram: 6144 + cmp02: + ram: 6144 diff --git a/mcp/config/os-odl_l2-nofeature-noha.yaml b/mcp/config/os-odl_l2-nofeature-noha.yaml new file mode 100644 index 000000000..d9810791b --- /dev/null +++ b/mcp/config/os-odl_l2-nofeature-noha.yaml @@ -0,0 +1,17 @@ +cluster: + domain: virtual-mcp-ocata-odl.local +virtual: + nodes: + - cfg01 + - ctl01 + - cmp01 + - gtw01 + - odl01 + ctl01: + vcpus: 4 + ram: 14336 + gtw01: + ram: 2048 + odl01: + vcpus: 4 + ram: 5120 -- cgit 1.2.3-korg