Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-20 | Debian: T3641: switch to new distro Debian 11 - Bullseye | Christian Poessinger | |
2021-06-15 | OVF: T2343: Fixed wrong order for items in OVF | zsdc | |
According to OVF Specification (ver. 2.1.1, line 630), rasd class elements should be ordered by Unicode code point. This commit fixes the wrong order to conform to specification requirements. | |||
2021-06-13 | Testsuite: wait 600 seconds after image installation startup | Christian Poessinger | |
2021-06-13 | Testsuite: wait 600 seconds after kvm start for prompt | Christian Poessinger | |
This is required to test via a GitHub action | |||
2021-05-10 | T3351: Add SHA256 checksums | erkin | |
2021-04-11 | Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN test | Christian Poessinger | |
2021-04-04 | build: qemu: do not use symlinks on generated images | Christian Poessinger | |
Jenkins can not properly deal with symbolic links. | |||
2021-04-03 | Testsuite: extend QEMU interactions | Christian Poessinger | |
* Change the way how networking is setup to ensure that the network interface inside the QEMU gues is actually u/U instead of u/D * Use common base MAC address * Run "show interfaces" after installation to check all requirements are met | |||
2021-03-11 | t3372: support public HTTPS repos in live-build | Cody Brannan | |
2021-02-23 | T3303: Modify os_release file for changing Welcome message on boot | DmitriyEshenko | |
2021-01-31 | Testsuite: use buildin commands over 'openvpn --genkey' raw command | Christian Poessinger | |
2021-01-30 | Testsuite: generate required OpenVPN key(s) | Christian Poessinger | |
Now all the loaded configs will support OpenVPN based interfaces, too. All required keys are now generated so the loaded configurations can use: - /config/auth/ovpn_test_ca.pem - /config/auth/ovpn_test_server.pem - /config/auth/ovpn_test_server.key - /config/auth/ovpn_test_dh.pem - /config/auth/ovpn_test_site2site.key - /config/auth/ovpn_test_tls_auth.key | |||
2021-01-30 | Testsuite: generate WireGuard default keypair | Christian Poessinger | |
Now all the loaded configs will support WireGuard interfaces, too. They now cat refer to the default-keypair to secure the link. | |||
2021-01-30 | Testsuite: minor code cleanup | Christian Poessinger | |
2021-01-24 | Testsuite: increase smoketest timeout as we do more and more tests | Christian Poessinger | |
2020-11-01 | Testsuite: always load WiFi HW simulation module | Christian Poessinger | |
2020-10-27 | Merge pull request #129 from jestabro/vyos-configtest | Christian Poessinger | |
smoketest: T3003: extend framework to load arbitrary config file | |||
2020-10-27 | qemu: T3026: update script for deprecated ssh_host_port_min/max | John Estabrook | |
2020-10-27 | smoketest: T3003: extend framework to load arbitrary config file | John Estabrook | |
2020-09-25 | Testsuite: automatically determine number of CPUs used | Christian Poessinger | |
2020-09-25 | Testsuite: increase to 2G ram | Christian Poessinger | |
2020-08-31 | configd: T2582: add option to run testsuite with daemon (default off) | John Estabrook | |
2020-08-14 | packer.json: T2792: use iso_checksum field instead of iso_checksum_type | Naoki Matsumoto | |
Latest packer dropped iso_checksum_type field. Instead of iso_checksum_type field, use iso_checksum field to specify checksum type. | |||
2020-08-06 | T2766: vyos-build: build-config: arm64 is not a valid architecture | Runar Borge | |
arm64 is not a configurable as a valid architecture to build a vyos system on. This commit adds arm64 to the list of supported platforms to build a vyos system on | |||
2020-08-03 | build-packages: remove obsolete script and link to VyOS documentation | Christian Poessinger | |
The referenced scripts/build-packages script was a proof of concept from me some time ago to build VyOS packages through a more or less tiny wrapper. The script was not maintained at any time and randomly caused more harm then good. The script has been abandoned and the documentation has been updated on how to build individual VyOS packages. | |||
2020-07-03 | Testsuite: increase smoketest timeout | Christian Poessinger | |
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout. | |||
2020-06-27 | Revert "Testsuite: start smoketest as root" | Christian Poessinger | |
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226. | |||
2020-06-19 | T2490: add support for serial console-server | Christian Poessinger | |
2020-06-04 | Packages: remove obsolete vyos-wireguard repo | Christian Poessinger | |
2020-05-30 | intel: remove deprecated build-intel-drivers script | Christian Poessinger | |
2020-05-15 | live-build: T2466: fix dependency problem when building local packages | John Estabrook | |
2020-04-20 | VMware: T2343: Memory allocation change | zsdc | |
Changed the OVF template to be sure that a router always has access to all the configured memory. | |||
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-12 | vyos-build: T2142: remove add dependencies in script; now in dockerfile | John Estabrook | |
2020-04-09 | T2254: add fields for git branch, build type, and build comment to the ↵ | Daniil Baturin | |
version data. | |||
2020-04-09 | T2250: make build_dir a relative path | Jernej Jakob | |
2020-04-08 | T2239: fix issue with ovftool signing command | Chris Marget | |
Signing key can be submitted by putting key at a fixed location (key/privatekey.pem) or by putting the key location in environment variable PRIVATE_KEY_PATH. The script checks for either of those possibilities. ovftool command was incorrectly using the PRIVATE_KEY_PATH variable even when the key file was dropped in the prescribed location. | |||
2020-03-28 | Packages: migrated vyatta-wirelessmodem and vyatta-ipv6-rtradv to vyos-1x | Christian Poessinger | |
2020-03-22 | Merge pull request #91 from jjakob/fix-build-packages | Christian Poessinger | |
T2085: scripts/build-packages: don't define commit='HEAD' by default | |||
2020-03-22 | Packages: remove obsolete vyos-salt-minion as moved to vyos-1x | Christian Poessinger | |
2020-03-19 | vyos-build: T2142: Add required packages and step for "make GCE" | John Estabrook | |
2020-03-19 | T2085: scripts/build-packages: don't define commit='HEAD' by default | jjakob | |
Fixes an issue where the script would always revert to a full clone. | |||
2020-03-03 | OVA: Fixed and extended OVA builds | zsdc | |
- added grub2 package to the Dockerfile (required to build OVA) - added open-vmdk to the Dockerfile (required to build OVA) - fixed WAN/LAN confusion in OVF template - added Cloud-init User-Data to the OVF template | |||
2020-02-29 | T2085: fix building of keepalived | Jernej Jakob | |
2020-02-29 | T2085: remove conntrack-tools and dependencies | Jernej Jakob | |
2020-02-29 | T2085: build-packages: fix clone_package function | Jernej Jakob | |
- add package config option "shallow", defaulting to True - make it actually clone the commit id specified in the package - revert to deep clone if commit id is set - fix bug with --keep that caused the script to crash | |||
2020-02-28 | T2083: Packages: fix building mdns-repeater: use correct branch | jjakob | |
2020-02-16 | Testsuite: start smoketest as root | Christian Poessinger | |
Some configuration files (e.g. ddclient) can only be opened as root user, thus we should run the smoketests as root. | |||
2020-02-14 | Revert "Testsuite: temporary disable test fail on single failure" | Christian Poessinger | |
This reverts commit c4da9a9c794073ad34e6cfb0c883be57b356513b. | |||
2020-02-13 | T2033: drop package vyos-replace | Christian Poessinger | |