Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-25 | configtest: T4382: bgp migration scripts need to follow quagga scripts | John Estabrook | |
The configs bgp_bfd_communities and bgp_big_as_cloud reveal a counterexample to the independence of component migration scripts: quagga migration scripts must precede those of bgp; explicitly reorder from lexical order. | |||
2022-03-10 | Revert "component_version: T4291: consolidate read/write functions" | John Estabrook | |
This reverts commit 534f677d36285863decb2cdff179687b4fd690cb. Revert while investigating failure in vyos-configtest. | |||
2022-03-08 | component_version: T4291: consolidate read/write functions | John Estabrook | |
2022-02-16 | xml: T3474: get component version dictionary from xml cache, not legacy | John Estabrook | |
2021-08-21 | T1950: fix permissions on component-versions.json file | John Estabrook | |
2021-08-20 | T1950: write component versions to json file during migration | John Estabrook | |
2020-03-30 | migration: T2029: remove reference to default vintage in Migrator | John Estabrook | |
2020-03-30 | migration: T2029: run virtual migration before migration | John Estabrook | |
Update syntax of component version string, before passing config file to configtree in migration scripts. | |||
2020-03-30 | migration: T2029: set default vintage; remove target from virtual | John Estabrook | |
The VirtualMigrator updates the syntax of the component version string. Remove the default target, allowing downgrade to old syntax. | |||
2019-11-25 | T1824: restore original umask | John Estabrook | |
2019-11-25 | T1824: set write permissions for cfg_group on vyos-migrate.log | John Estabrook | |
2019-11-21 | T1818: Print name of migration script on failure | John Estabrook | |
2019-11-21 | T1814: Add log of migration scripts run during config migration | John Estabrook | |
2019-06-12 | T1397: use revised migration method | John Estabrook | |
2019-06-05 | T1334: Migration script runner rewrite | John Estabrook | |
Python script and support code to replace the vyatta_config_migrate.pl script. |