summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-15Removed needless pause action in GRUB installHEADcurrentzsdc
It was used for debugging and left accidentally in the code.
2024-03-14Added support for new GRUB configuration in >=1.4zsdc
Added support for the new GRUB configuration style used in VyOS 1.4 and newer.
2024-02-27Fix the "Unsupported element 'Reservation'" Error in VMware OVALorenzo Biosa
2024-02-19Add EFI boot VM config if parttable_type=gpt is set (#47)Lorenzo Biosa
2024-01-14Merge pull request #46 from lorenzobiosa/add_build-essentialViacheslav Hletenko
Added build-essential in Dockerfile to Fix VMware Playbook
2024-01-14Added build-essential in DockerfileLorenzo Biosa
2024-01-10Merge pull request #30 from sfinke0/currentViacheslav Hletenko
iso_local file gets overridden
2024-01-08Merge pull request #43 from sever-sever/pythonViacheslav Hletenko
Change python version to python3
2024-01-08Merge pull request #44 from sever-sever/dockerViacheslav Hletenko
Add Dockerfile and examples
2024-01-08Merge pull request #45 from sever-sever/ansibe-legacyViacheslav Hletenko
ansible remove legacy shell args warning
2024-01-08ansible remove legacy shell ars warningViacheslav Hletenko
On the newest systems like Debian12 the asnible shell args: warn is legacy It cause of ``` TASK [install-grub : Mount and bind /dev /proc /sys and /mnt/wroot/boot to /mnt/inst_root] ********************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _raw_params, _uses_shell, argv, chdir, creates, executable, removes, stdin, stdin_add_newline, strip_empty_ends."} ``` Delete args: warn
2024-01-08Add Dockerfile and examplesViacheslav Hletenko
2024-01-07Merge pull request #42 from sever-sever/T5899Viacheslav Hletenko
T5899: Use default repo bookworm if vyos_version is unknowm
2024-01-05Change python version to python3Viacheslav Hletenko
2024-01-05T5899: Use default repo bookworm if vyos_version is unkmowmViacheslav Hletenko
Replace debian.list `bullseye` with `bookworm`
2023-12-28Added `without_login` optionzsdc
This option will completely drop `system login` section from the configuration.
2023-12-27Added `copy-custom-files` role.zsdc
Sometimes we need to add extra files, like configurations. This role allows to copy them into the installation directory.
2022-12-30Merge pull request #34 from andriiandrieiev/currentViacheslav Hletenko
cloud init install force yes to avoid apt errors
2022-12-01cloud init install force yes to avoid apt errorsAndrii Andrieiev
2022-10-14Merge pull request #33 from sentrium/revert-32-currentYuya Kusakabe
Revert "Small fixes for integration with Ansible Tower"
2022-10-13Revert "Small fixes for integration with Ansible Tower"Andrii
2022-10-05Merge pull request #32 from sentrium/currentDaniil Baturin
Small fixes for integration with Ansible Tower
2022-08-19force apt getAndrii Andrieiev
2022-08-18allow expired release fileAndrii Andrieiev
2022-08-18path fixAndrii Andrieiev
2022-04-29Merge pull request #31 from dhekimian/dhekimian-patch-1Yuya Kusakabe
docs: Add DHCP & SSH enable options
2022-04-27docs: Add DHCP & SSH enable optionsDavid Hekimian
2022-04-24Fix: the iso_local file gets overridden when the src and dst file checksums ↵carazzim0
do not match: https://github.com/ansible/ansible/issues/64016
2022-04-19T4371: copy CONTRIBUTING.md from https://github.com/vyos/vyos-1xYuya Kusakabe
2022-04-19T4278: Remove aufs modprobeOlivier Lemasle
Since commit d6532ad9f6d6317, overlayfs is used instead of aufs. It is then safe to remove the aufs modprobe.
2022-04-19Merge pull request #28 from olivierlemasle/fix-config-templateYuya Kusakabe
T4278: Fix config template
2022-04-10T4278: Fix config templateOlivier Lemasle
The configuration template roles/install-config/templates/config.boot.j2 has been updated in commit db1b4f2079a for libvirt provider. However, variables enable_dhcp and enable_ssh are not declared except in playbook vagrant-libvirt.yml, which causes an error when using another playbook. This commit adds a default value in role "install-config", to fix this issue.
2022-03-17Merge pull request #25 from higebu/fix-vagrant-libvirtYuya Kusakabe
T4278: Fix vagrant box for libvirt provider
2022-03-16T4278: Fix vagrant box for libvirt providerYuya Kusakabe
2022-03-16T4278: Use overlayfs instead of aufsYuya Kusakabe
2022-03-16T4278: Remove ISO verification, because rolling image doesn't have GPG keyYuya Kusakabe
2022-03-16Merge pull request #24 from hakwerk/fix-ansible-warningsYuya Kusakabe
T4298: solve ansible warnings
2022-03-16Merge pull request #26 from nicolas-fort/download_urlYuya Kusakabe
T4298: Update vyos latest download url in all.yml
2022-03-13Update all.ymlNicolás Fort
Update download url
2022-03-11T4298: fix ansible group name and remove obsolete empty commandhakwerk
Ansible does not like the dash in the group name
2022-03-11T4298: fix ansible group name and remove obsolete empty commandhakwerk
After commit 680a2b4 ("fix errors in custom package install") an empty "command:" remained.
2022-03-09Use debian 11 (bullseye) sources for apt (#23)Arjan H
2021-07-22Added 1MB offset to disk image (#21)zdc
Added 1MB offset before the first partition. This is required by some platforms, for example Aure, to validate an image.
2021-06-28fix errors in custom package installKim
2021-06-28add ability to rebuild an ISOKim
2021-06-11Updated vmware build playbooks (#18)Kim
* Add debian version variables. Removed compression flag from ovftool command * Updated vmware playbook to be able to generate a simple OVA without properties and set the vmware hardware based on debian version configured to support debian 10 guests. * Update the default time servers to the VyOS time servers. * Add rescue option if the play fails to unmount filesystems.
2021-04-06Merge pull request #15 from zdc/currentzdc
Fixes for Cloud-init, code optimization
2021-04-06Fixes for Cloud-init, code optimizationzsdc
- Cleaned up APT configuration code. - Added ifupdown to Cloud-init install. This is required for all datasources that fetch data from remote hosts. - Fixed error that stops playbook if the `custom_debs` directory is empty and `-e custom_packages=true` is used.
2021-04-03Merge pull request #14 from zdc/currentzdc
Added lost `custom_debs` directory
2021-04-03Added lost `custom_debs` directoryzsdc
Since git ignores empty directories, the directory for placing custom deb files was lost during the last commit.