Skip to content

Commit

Permalink
7.0.0b: add more notes
Browse files Browse the repository at this point in the history
* octavia_persistence_database_password secret
* new location of the haproxy.pem file

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Feb 23, 2024
1 parent aa73c9c commit fb267e1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions doc/source/notes/7.0.0b.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ Upgrade notes

.. code-block:: yaml
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
octavia_persistence_database_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
* The parameter ``mariadb_monitoring_password`` in ``environments/kolla/secrets.yml``
has to be renamed to ``mariadb_monitor_password``. If the parameter is not present,
Expand Down Expand Up @@ -127,6 +128,12 @@ Upgrade notes
osism apply -a bootstrap octavia
* The SSL certificate file ``haproxy.pem`` is now available in a different location in the
``haproxy`` container. Previously it was stored under ``/etc/haproxy/haproxy.pem``. From
now on it is stored under ``/etc/haproxy/certificates/haproxy.pem``. If you have customised
the configuration for the haproxy service or use overlays for this, adjust the locations of
the SSL certificate as required.

Known issues
============

Expand Down

0 comments on commit fb267e1

Please sign in to comment.