f69ad20713
Hopefully make the upgrade notes a little better for others. Change-Id: Iab12cb99bad21535ee46c55829b9584067e6a6da Signed-off-by: Paul Belanger <pabelanger@redhat.com>
16 lines
596 B
YAML
16 lines
596 B
YAML
---
|
|
features:
|
|
- |
|
|
Project secrets keys and SSH keys are now stored in Zookeeper. All private
|
|
data will be encrypted at rest, which requires a new mandatory setting
|
|
:attr:`keystore.password` in ``zuul.conf``.
|
|
|
|
For backup purposes the secrets keys and SSH keys will still exist on the
|
|
local filesystem of the scheduler as before.
|
|
upgrade:
|
|
- |
|
|
As project secrets keys and SSH keys are stored encrypted in Zookeeper the
|
|
new :attr:`keystore.password` option in ``zuul.conf`` is
|
|
required. Please add it to your configuration for both the scheduler and
|
|
executor.
|