f70163fc7c
Change-Id: Ib301c6433a175de24724459fb03a921934b7b0f1 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
27 lines
658 B
Plaintext
27 lines
658 B
Plaintext
# copy it to vagrant-settings.yaml then Vagrantfile
|
|
# will use values from this file
|
|
|
|
# Nodes config
|
|
num_instances: 3
|
|
instance_name_prefix: "node"
|
|
# FIXME(bogdando) switch to the public installer images, once published
|
|
box: "bogdando/ubuntu-16.04.1-server-amd64"
|
|
vm_gui: "false"
|
|
# For full OpenStack deployment you may need something like a 8G per a VM node
|
|
vm_memory: 4096
|
|
vm_cpus: 2
|
|
vm_cpu_limit: 75
|
|
vm_linked_clone: "true"
|
|
sync_type: "nfs"
|
|
|
|
# A list of forwarded ports
|
|
forwarded_ports:
|
|
9090: 19090
|
|
|
|
# Networking config
|
|
subnet_prefix: "172.17"
|
|
|
|
# Kargo config for a K8s cluster
|
|
kargo_repo: "https://github.com/kubespray/kargo.git"
|
|
kargo_commit: "master"
|