Skip to content

Commit

Permalink
Merge pull request #20 from omnivector-solutions/matheushent/fix-depl…
Browse files Browse the repository at this point in the history
…oy-script

fix the *multipass launch* command in the deploy-democluster.sh script
  • Loading branch information
matheushent authored Sep 11, 2024
2 parents 4787611 + 0024cf1 commit 60223dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public-scripts/deploy-democluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ EOF
mkdir -p $HOME/democluster/tmp

cat /tmp/cloud-init.yaml | multipass launch -c$(nproc) \
-m4GB \
-m4G \
--mount=$HOME/democluster:/home/ubuntu/democluster \
-n democluster-`echo "$CLIENT_ID" | sed 's/-[0-9a-f]\{8\}-[0-9a-f]\{4\}-4[0-9a-f]\{3\}-[89abAB][0-9a-f]\{3\}-[0-9a-f]\{12\}//'` \
$IMAGE_ORIGIN \
Expand Down

0 comments on commit 60223dc

Please sign in to comment.