Minor fixes (#339)

* script

* deploy csr script

* source csr script
This commit is contained in:
Alistair Mackay
2024-03-19 07:27:14 +00:00
committed by GitHub
parent 7f5a15ed8a
commit f7fef4dfdd
4 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ echo -e "${BLUE}Checking system compatibility${NC}"
MEM_GB=$(( $(sysctl hw.memsize | cut -d ' ' -f 2) / 1073741824 ))
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/scripts
TOOLS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../tools
CPMEM="2048M"
WNMEM="2048M"
@@ -106,4 +107,6 @@ do
multipass exec $node -- /tmp/01-setup-hosts.sh
done
multipass transfer $TOOLS_DIR/approve-csr.sh controlplane01:/home/ubuntu/
echo -e "${GREEN}Done!${NC}"