Skip to content

Commit

Permalink
7.0.0a: add first upgrade notes (#1207)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Feb 5, 2024
1 parent ad499bb commit 9aba9cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/source/notes/7.0.0a.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====

Expand Down

0 comments on commit 9aba9cf

Please sign in to comment.