[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Add database migration scripts to the rally package



Hi,

I am looking to add the rally database migration scripts to the rally
package on all supported OpenStack versions.
This is useful since some users rely on the database migration scripts
to be available when deploying, upgrading, or scripting their changes.
I am hoping to land this on upstream Debian so that then it trickles
down into the Ubuntu packaging later on.

Please let me know if this is an acceptable change and what would be
the appropriate way to do it.
I have attached a patch that accomplishes what I mean, and I look
forward to any feedback.

Kind regards,
David Negreira.
From 5a0e6b644578277eadcf96eaacfbe10a427bd3a8 Mon Sep 17 00:00:00 2001
From: David Negreira <david.negreira@canonical.com>
Date: Sat, 13 Jul 2024 14:06:16 +0000
Subject: [PATCH] Add database migration scripts

Signed-off-by: David Negreira <david.negreira@canonical.com>
---
 debian/rally.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rally.install b/debian/rally.install
index 14ee77c38..8ec7bb5fc 100644
--- a/debian/rally.install
+++ b/debian/rally.install
@@ -1 +1,2 @@
 samples		/usr/share/rally
+rally/common/db /usr/share/rally
-- 
2.34.1


Reply to: