cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #04360
[Merge] ~chad.smith/cloud-init:feature/snap-module into cloud-init:master
The proposal to merge ~chad.smith/cloud-init:feature/snap-module into cloud-init:master has been updated.
Description changed to:
see commit message.
to test:
1. make a deb of this branch
make deb;
2. create a container and install the deb
lxc launch ubuntu-daily/bionic myb1;
lxc file push cloud-init_18*deb myb1/;
3. install snap user-data cloud-config
cat > snap.yaml <<EOF#cloud-config
snap:
commands:
- install hello-world
EOF
lxc file push snap.yaml myb1/var/lib/cloud/seed/nocloud-net/user-data;
4. clean boot the container so cloud-init runs 'fresh'
lxc exec myb1 -- cloud-init clean --reboot --logs
5. validate
lxc exec myb1 bash
For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/338366
--
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:feature/snap-module into cloud-init:master.