summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-08added metadata to use the roles in requirements.ymltempqxmips
2020-10-08minor fixescreate with ansible
2020-10-08minor fixescreate with ansible
2020-09-17Merge pull request #8 from zdc/bugfixesKim
Fixes for the images building process
2020-05-26Fixes for the images building processzsdc
- Fixed GRUB installation on UEFI hosts. On UEFI machines GRUB will try to install EFI version by default, so we need to set `--target` on i386-pc version too; - Fixed /dev/mapper devices unmounting, removing, and loopback detach. `kpartx -d` does not detach devices from `/dev/mapper` at least in a testing environment (Debian Buster inside Docker). That why we need to run `dmsetup remove` directly for this. The same with a loopback device. If not do this, resources will be busy and all builds except the first one may fail; - Deleted hybrid MBR creating task. It has a wrong syntax and does not work, and it looks like it is needless anyway.
2020-05-01Merge pull request #5 from kroy-the-rabbit/efi-image-builderKim
T2401: Build BIOS/UEFI Hybrid Images
2020-04-29Build BIOS/UEFI Hybrid Imageskroy
2020-04-23Merge pull request #4 from zdc/fix-qemu-01Christian Poessinger
Multiple fixes and improvements in QEMU image building
2020-04-23Added option to install guest agentszsdc
Supported agents: - open-vm-tools (`vmware` option) - qemu-guest-agent (`qemu` option)
2020-04-22Added option to create an image with empty configzsdc
2020-04-20Restored ability to build an OVA imagezsdc
Also: - actualized some variables - added more objects to cleanup to not keep garbage after playbook run - added variable to select default boot console in GRUB
2020-03-17Replaced deletion of cc_vyos by disabling modules in configzsdc
2020-03-13Fixed conditions for creating PXE archivezsdc
2020-02-28Added option to exclude `cc_vyos` from Cloud-initzsdc
When Cloud-init metadata is not available this module can break configuration procedure or overwrite options, assigned via User-Data.
2020-02-27Added /boot/ directory to the squashfs image for PXEzsdc
With /boot/ directory it is possible not only run VyOS in-memory but also install it via PXE too in a native way
2020-02-26Fixes and additions in QEMU image buildingzsdc
* Fixed deleting APT lists from a cache to decrease resulting image size * Added option for creating an archive with files required for boot via PXE * Added option for keeping default user when creating an image with Cloud-init
2020-02-20QEMU image build improvementszsdc
* Added missed package dependencies (for Debian 10 based builders) * Added additional options, which can be passed to the playbook: * iso_local - path to local ISO file * disk_size - target disk image size * cloud_init - enable or disable Cloud-init integration to an image * cloud_init_ds - set custom list of data sources for Cloud-init * Added a version number and Cloud-init mark to a QCOW2 image name * Cloud-init installation procedure tuned to use packages from a proper one VyOS repository, according to VyOS and Debian version * Added workaround for /etc/network/interfaces to allow Cloud-init initialize network in a native way * Replaced default config file to Jinja2 template * Fixed GRUB installation on UEFI builders - added target i386-pc * Replaced GRUB configuration: * enable both KVM and Serial console for all images (Serial by default) * added password recovery option for all images * added 5 seconds of a timeout to allow select proper menu entry * fixed booting for 1.3 VyOS * Added loop device detach after image build - allows to build images multiple times without exhausting loop device limit * Added fstrim applying for image - theoretically, this may save some space * Enabled compression for QCOW2 image - this reduces image size significantly * Added RAW image deletion after conversion to more accurate cleanup
2018-10-26vmware: add ovf:transport to VirtualHardwareSectionYuya Kusakabe
2018-10-25Fix ovfYuya Kusakabe
2018-10-25vmware: add cloud-init customization to ovfYuya Kusakabe
2018-10-25Add cloud-init to QEMU/VMware/Hyper-V imagesmasterYuya Kusakabe
2018-07-03Add release-vagrant-libvirt-box roleYuya Kusakabe
2018-06-28Add roles/install-open-vmdkYuya Kusakabe
2018-06-28Cleanup playbookYuya Kusakabe
2018-06-26Merge pull request #1 from wate/patch-1Yuya Kusakabe
Make it possible to omit specifying the inventory file when executing the ansible-playbook command
2018-06-25Add ansible.cfg to specify the default inventory pathwate
2018-06-22Fix vagrant-libvirt release taskYuya Kusakabe
2018-06-22Fix qemu image nameYuya Kusakabe
2018-06-22Fix vagrant-libvirt main taskYuya Kusakabe
2018-06-22Fix hyperv main taskYuya Kusakabe
2018-06-22Move install_package to common roleYuya Kusakabe
2018-06-22Add release tasksYuya Kusakabe
2018-06-21Use copy module instead of template module if not templateYuya Kusakabe
2018-06-21Initial vagrant-libvirt supportYuya Kusakabe
2018-06-21Initial Hyper-V supportYuya Kusakabe
2018-06-21Initial VMware supportYuya Kusakabe
2018-06-20Initial QEMU supportYuya Kusakabe