Merge "CI: Don't generate certificates before upgrade"
This commit is contained in:
@@ -10,11 +10,6 @@ export PYTHONUNBUFFERED=1
|
|||||||
function upgrade {
|
function upgrade {
|
||||||
local ansible_extra_vars
|
local ansible_extra_vars
|
||||||
RAW_INVENTORY=/etc/kolla/inventory
|
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
|
# TODO(mgoddard): Remove this block in the Y cycle after chrony has been
|
||||||
# dropped for a cycle.
|
# dropped for a cycle.
|
||||||
# NOTE(mgoddard): Remove the chrony container and install a host chrony
|
# NOTE(mgoddard): Remove the chrony container and install a host chrony
|
||||||
|
|||||||
Reference in New Issue
Block a user