Skip to content

Commit

Permalink
CI: Don't generate certificates before upgrade
Browse files Browse the repository at this point in the history
We generate them before the initial deployment.

Change-Id: Icd38f1edf0cb0551704e5a95aa0922d572a2bf24
  • Loading branch information
markgoddard committed Jun 23, 2021
1 parent 46e4f5a commit 7eff49a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ export PYTHONUNBUFFERED=1

function upgrade {
RAW_INVENTORY=/etc/kolla/inventory
# generate self-signed certificates for the optional internal TLS tests
if [[ "$TLS_ENABLED" = "True" ]]; then
kolla-ansible -i ${RAW_INVENTORY} -vvv certificates > /tmp/logs/ansible/certificates
fi

# TODO(mgoddard): Remove this block in the Y cycle after chrony has been
# dropped for a cycle.
# NOTE(mgoddard): Remove the chrony container and install a host chrony
Expand Down

0 comments on commit 7eff49a

Please sign in to comment.