summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2023-05-17T5208: disable nvmf-autoconnect.serviceChristian Breunig
2023-05-05T5203: Disable by default vyos-wan-load-balance.serviceViacheslav Hletenko
2023-05-04T4928: add zstd to initrdChristian Breunig
2023-04-11Revert "systemd: services: remove autostart of sendmail and rsyslogd"Christian Breunig
This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23. Somehow FRR does not like it to be started with no logging daemon present and Smoketests fail.
2023-04-08systemd: services: remove autostart of sendmail and rsyslogdChristian Breunig
2023-04-04T5142: systemd-journald-audit must not show logs from auditdViacheslav Hletenko
auditd logs must no be displayed for journalctl mask it
2023-03-24build: always prefer our packages over Debian upstreamChristian Breunig
2023-03-14T5086: Disable by default hsflowd serviceViacheslav Hletenko
2023-03-11systemd: services: T5003: disable podman servicesChristian Breunig
2023-03-08Merge pull request #302 from sempervictus/bug/udev_rename_deadlockChristian Breunig
T4966: Delay UDEV execution, avoid rename deadlock
2023-03-07T4977: Enable BabeldYuxiang Zhu
Babeld support has been merged https://github.com/vyos/vyos-1x/pull/1800 however I just noticed `/etc/frr/daemons` came from this file.
2023-02-15Merge pull request #306 from sarthurdev/bookwormChristian Breunig
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
2023-02-14strongSwan: T4593: move to charon-systemdChristian Breunig
2023-02-13debian: T5003: Disable `strongswan.service` provided by charon_systemdsarthurdev
2023-02-13debian: T5003: Update to to Debian 12 "Bookworm"sarthurdev
* Remove obsolete packages and dependencies
2023-02-12T5001: Replace links to the phabricator siteChristian Breunig
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev
2023-01-31T4966: Delay UDEV execution, avoid rename deadlockRageLtMan
UDEV will rename interfaces from whatever the kernel called them to eX before converting them to ethX during init. In current VyOS, the second renaming operation can run into a lock on the adapter preventing altering its name. As a result, the adapter will remain in the eX configuration, preventing proper execution of subsequent scripts and configuration stanzas. The initial renaming step has to remain as it is needed to work around other issues, which leaves the somewhat hacky approach of delaying the second renaming step slightly in an effort to let the device lock holders settle, releasing it for rename to ethX. This is accomplished by a kernel commandline paramter (3s), which can be tweaked to reduce impact or wait longer as needed on different devices - udev.exec_delay=3
2023-01-31Revert "Resolve resource deadlock for udev iface shuffle"Christian Poessinger
This reverts commit 8e6d765be123be9d937970ee96b7d6d0b5053ed5. This breaks existing configurations: https://forum.vyos.io/t/yesterday-and-todays-build-causes-network-interface-getting-corrupted-vyos-1-4-rolling-202301280924-amd64-iso
2023-01-29Resolve resource deadlock for udev iface shuffleRageLtMan
UDEV contains a default rule triggered early-on which renames all NICs by their index to eX, systemd-udevd subsequently renames the eX interface to ethX. Systemd-udevd can fail to rename the iface if it still has resource locks from the prior renaming which then fails to apply all manner of configurations resulting in a booted zombie which cannot handle L3 traffic. Fix the concern by removing 62-temporary-interface-rename.rules from /etc/udev/rules.d during the cleanup hook executed in data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot. Testing: Boot-tested in OpenStack under identical infrastructure-as-code states. Verified DHCP-assigned routes, execution of cloud-init, and configuration stanzas injected through cloud-init applied to the FW and system.
2023-01-14ntp: T3008: move from ntpd to chronyChristian Breunig
2023-01-09Revert "systemd: T4593: disable strongswan service by default"Christian Poessinger
This reverts commit 0351b37359517dab1a18379d180a01fd5271802e.
2022-12-27systemd: T4593: disable strongswan service by defaultChristian Poessinger
2022-12-17Merge pull request #264 from initramfs/current-kitty-terminfoChristian Poessinger
vyos-utils: T4683: add kitty-terminfo package to build
2022-11-26T4841: Disable by default fancontrol.serviceViacheslav Hletenko
Disable by default fancontrol.servive (used in user-util)
2022-11-07Revert "containers: T2216: Include busybox container image, used in ↵sarthurdev
smoketests (1MB)" This reverts commit 5f186754fe54e9a5b0f7cdea1b295778ddd6796a.
2022-10-29containers: T2216: Include busybox container image, used in smoketests (1MB)sarthurdev
2022-10-09T3664: Add support for local packages, generate apt release pinningsarthurdev
* APT::Default-Release caused an issue when local packages present
2022-10-06T3664: improve error reporting of the initramfs hookDaniil Baturin
2022-09-09vyos-utils: T4683: add kitty-terminfo packageinitramfs
2022-08-04Revert "macsec: T4537: use wpa_supplicant (v2.10) from bullseye-backports"Christian Poessinger
Superseeded by custom package build. This reverts commit badff5fd7fefe25c2a3c56e0b0f82a0b8a6fbcc0.
2022-07-22ssh: T631: remove sed call to sshd_configChristian Poessinger
2022-07-21macsec: T4537: use wpa_supplicant (v2.10) from bullseye-backportsChristian Poessinger
2022-07-17frr: T4536: enable systemd service unitChristian Poessinger
2022-07-17frr: T4536: no need for empty configuration files as we use the ↵Christian Poessinger
integrated-config option
2022-07-09telegraf: T4515: drop reference to influxdata repositoryChristian Poessinger
2022-06-12Merge pull request #243 from sarthurdev/geoipChristian Poessinger
firewall: T4299: Include initial GeoIP database
2022-06-11T4415: keep copyright* and README* files from /usr/share/doc in the imageDaniil Baturin
2022-06-10firewall: T4299: Include initial GeoIP databasesarthurdev
2022-06-02owamp: T4222: Disable by default owamp and twamp servicesViacheslav Hletenko
2022-05-29frr: T2472: enable EIGRP daemonChristian Poessinger
2022-05-14sshguard: T4408: package is available from bullseye-backportsChristian Poessinger
2022-05-14sshguard: T4408: add missing buster-backports.list.chroot fileChristian Poessinger
2022-05-13sshguard: T4408: set low priority on all other buster-backport packagesChristian Poessinger
2022-05-10sshguard: T4408: Add pkg sshquard from repo buster-backportsViacheslav Hletenko
Add repo buster-backports for pkg "sshguard" Disable service sshquard by default
2022-05-05doc: T4415: Added back copyrights for componentszsdc
Copyright information must not be deleted with the rest documentation files.
2022-03-15frr: T4163: enable bmp (BGP Monitoring Protocol, RFC 7854) plugin for bgpdChristian Poessinger
2022-01-29upnpd: T3420: disable service by defaultChristian Poessinger
2022-01-06systemd: services: remove haproxyChristian Poessinger
Commit https://github.com/vyos/vyos-user-utils/commit/95db6327c4a7b94eb4634 added the haproxy package to the image which will automatically run that service. All external services should be controlled by VyOS CLI thus haproxy is disabled by default.
2022-01-05vyos-user-utils: Disable service `dnsdist` introduced into `vyos-user-utils` ↵sarthurdev
package This service hosts a DNS server on port 53 by default and was breaking dns forwarding smoketests. Also removing legacy `mdns-repeater` service as no longer used.
2021-12-25isis: T1316: enable SNMP supportChristian Poessinger