1
1
Fork 1

Compare commits

...

3 Commits

Author SHA1 Message Date
Derek Smith 796c36e40e
Update project head. 2023-11-19 14:01:44 -05:00
Derek Smith 82fd312766
Bump LXD version. 2023-11-19 14:00:54 -05:00
Derek Smith 2fd61026ef
Increase timer. 2023-11-19 14:00:34 -05:00
5 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ else
lxc start "$BASE_IMAGE_VM_NAME" --project=default
sleep 15
sleep 25
while lxc exec "$BASE_IMAGE_VM_NAME" --project=default -- [ ! -f /var/lib/cloud/instance/boot-finished ]; do
sleep 1
done

@ -1 +1 @@
Subproject commit e699ed6fdd5d71dfa62e7477857bf4d5608cb698
Subproject commit dd446a753e5baf53fd3a20178c67af5418a91ca4

View File

@ -148,7 +148,7 @@ fi
# install dependencies.
ssh -t "ubuntu@$FQDN" 'sudo apt update && sudo apt upgrade -y && sudo apt install htop dnsutils nano -y'
if ! ssh "ubuntu@$FQDN" snap list | grep -q lxd; then
ssh -t "ubuntu@$FQDN" 'sudo snap install lxd --channel=5.17/stable'
ssh -t "ubuntu@$FQDN" 'sudo snap install lxd --channel=5.18/stable'
sleep 5
fi

View File

@ -47,7 +47,7 @@ export DISK="$DISK"
# install lxd snap and initialize it
if ! snap list | grep -q lxd; then
sudo snap install lxd --channel=5.17/stable
sudo snap install lxd --channel=5.18/stable
sleep 5
# run lxd init

View File

@ -35,7 +35,7 @@ sleep 10
# install snap
if ! snap list | grep -q lxd; then
sudo snap install htop
sudo snap install lxd --channel=5.17/stable
sudo snap install lxd --channel=5.18/stable
sleep 6
# We just do an auto initialization. All we are using is the LXD client inside the management environment.