diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-06-21 14:43:40 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-06-21 15:33:34 +0400 |
commit | c9c86b875735b7f21a90e73f16b58fa13c01b419 (patch) | |
tree | f3a0fd24c422aaa9485a7033e79dd698bb295511 /mcp/reclass/scripts/infra.sh | |
parent | 8e0b5d2550241d44a9d91bbbb040e3446656a02f (diff) |
Make virtual cluster as noha w/ one controller
* remove glusterfs from cluster
* increase amount of ram on controller
* bring in one more compute node
Change-Id: I04ccd4cdaf65bb860d6d3b9c012e035f598e44d5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/scripts/infra.sh')
-rwxr-xr-x | mcp/reclass/scripts/infra.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/scripts/infra.sh b/mcp/reclass/scripts/infra.sh index 1f5e3e44f..72ad5aa5a 100755 --- a/mcp/reclass/scripts/infra.sh +++ b/mcp/reclass/scripts/infra.sh @@ -1,7 +1,7 @@ #!/bin/bash BASE_IMAGE=https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img -declare -A NODES=( [cfg01]=4096 [ctl01]=8192 [ctl02]=8192 [ctl03]=8192 [gtw01]=2048 [cmp01]=6144 ) +declare -A NODES=( [cfg01]=4096 [ctl01]=14336 [gtw01]=2048 [cmp01]=6144 [cmp02]=6144 ) # get required packages apt-get install -y mkisofs curl virtinst cpu-checker qemu-kvm |