Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use_rally_not_rally-manage.patch | Use rally, not rally-manage. | Thomas Goirand <zigo@debian.org> | no | 2023-04-26 | ||
Support_db_schema_upgrade.patch | Support db schema upgrade The rally db command provides the separate upgrade subcommand to upgrade schema of existing database. This change provides the option to use the upgrade command instead of the create command so that users can use the sync class for schema upgrade. diff --git a/manifests/db/sync.pp b/manifests/db/sync.pp index e115428..ac4082c 100644 |
Takashi Kajinami <tkajinam@redhat.com> | no | upstream, https://review.opendev.org/c/openstack/puppet-rally/+/869629 | 2023-05-02 | |
fix-rally-db-upgrade.patch | Fix rally db upgrade We must do a create first, then an upgrade on subsequent runs. This patch does create || upgrade, so it works every times. |
Thomas Goirand <zigo@debian.org> | no | 2024-01-19 |