cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #04172
[Merge] ~chad.smith/cloud-init:bug/status-fix-done-status into cloud-init:master
The proposal to merge ~chad.smith/cloud-init:bug/status-fix-done-status into cloud-init:master has been updated.
Description changed to:
see commit message
to test:
# provide slow running cloud-config
cat >slow.yaml <EOF
#cloud-config
runcmd:
- sleep 30
EOF
make deb # in this branch
lxc launch ubuntu-daily:bionic myb1
lxc file push cloud-init*deb myb1/.
lxc exec myb1 'dpkg -i /cloud-init*deb'
lxc config set myb1 user.user-data - < slow.yaml
lxc exec myb1 'cloud-init clean --logs --reboot'
lxc exec myb1 bash
cloud-init --wait # should print dots for < 30 seconds and exit w/ done
For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/337306
--
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:bug/status-fix-done-status into cloud-init:master.
References