From 4d397012a431d489dddb570414ae2d3c189b8061 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 23 Nov 2021 16:43:55 +0100 Subject: [PATCH] : --- salt/pillars/rancher.sls | 2 +- update.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/pillars/rancher.sls b/salt/pillars/rancher.sls index db61946..6f45e23 100644 --- a/salt/pillars/rancher.sls +++ b/salt/pillars/rancher.sls @@ -1,5 +1,5 @@ rancher: root_password: rancher - ram: 4096 + ram: 6144 vcpus: 2 bootstrapPassword: rancher diff --git a/update.sh b/update.sh index cf63f19..bd4a15b 100755 --- a/update.sh +++ b/update.sh @@ -253,6 +253,7 @@ function install_rancher_vm(){ if [[ -f $HOME/rancherVM.yaml ]]; then echo "rancher butane file already exists" else + echo "creating the butane file" SSH_PUB_KEYS="" for i in "${SALT_ssh_user_pub_keys[@]}"; do if [[ "$i" != "[]" ]];then @@ -367,6 +368,7 @@ EOF if [[ -f $HOME/rancherVM.ign ]];then echo "rancher ignition file already exists" else + echo "creating the ignition file" sudo podman run -i --rm quay.io/coreos/fcct:release --pretty --strict < $HOME/rancherVM.yaml > $HOME/rancherVM.ign fi