summaryrefslogtreecommitdiffstats
path: root/node-admin/scripts/common-vm.sh
blob: c91c75e1404e3230f2d70fcb4590bf278892fb9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

set -e

source "${0%/*}/common.sh"

# VM configuration
declare -r DOCKER_VM_NAME=vespa                # Don't put spaces in the name
declare -r DOCKER_VM_DISK_SIZE_IN_MB=40000
declare -r DOCKER_VM_MEMORY_SIZE_IN_MB=4096
declare -r DOCKER_VM_CPU_COUNT=1
declare -r DOCKER_VM_HOST_CIDR=172.21.46.1/24