From 9aba9cfdfcfc7aba75ee84ea1711ccce83166670 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 5 Feb 2024 16:47:32 +0100 Subject: [PATCH] 7.0.0a: add first upgrade notes (#1207) Signed-off-by: Christian Berendt --- doc/source/notes/7.0.0a.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/source/notes/7.0.0a.rst b/doc/source/notes/7.0.0a.rst index 0bd7efbd..7b7a88c8 100644 --- a/doc/source/notes/7.0.0a.rst +++ b/doc/source/notes/7.0.0a.rst @@ -22,6 +22,25 @@ Housekeeping Upgrade notes ============= +* The following parameters must be removed from the configuration repository from + `environments/kolla/configuration.yml`: + + .. code-block:: yaml + + ceph_nova_user: nova + ceph_nova_keyring: ceph.client.nova.keyring + +* The following secrets must be added in `environments/kolla/secrets.yml`: + + .. code-block:: yaml + + mariadb_monitor_password: # generate with: pwgen 32 1 + prometheus_bcrypt_salt: # generate with: pwgen 22 1 <-- there's a 22 + prometheus_grafana_password: # generate with: pwgen 32 1 + prometheus_password: # generate with: pwgen 32 1 + proxysql_admin_password: # generate with: pwgen 32 1 + proxysql_stats_password: # generate with: pwgen 32 1 + Other =====