cablelabs / snaps-boot

Linux install and network setup for SNAPS
Apache License 2.0
13 stars 11 forks source link

Run CI on AWS using nested VMs #260

Closed RandyLevensalor closed 5 years ago

RandyLevensalor commented 5 years ago

For testing snaps-boot we can test this by using nested VMs.

This is an example of running nested VMs. We don't need all of the networking stuff. https://opensourceforu.com/2017/07/run-openstack-on-aws/

spisarski commented 5 years ago

Ansible has some tasks (i.e. 'virt' & 'virt_net') that could be quite useful here. Please also see the patter being used by snaps-kubernetes.

bo-quan commented 5 years ago

16.04 CI works with nested VM on AWS: http://snapsci.cablelabs.com:8080/job/snaps-boot/22/

Next step is make 18.04 to work in CI.

bo-quan commented 5 years ago

18.04 based CI now works.