Merge "[rabbitmq] Upgrade to 3.7.26"
This commit is contained in:
commit
88b79920db
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -57,7 +57,7 @@ rabbit_check_node_count
|
|||||||
function rabbit_find_partitions () {
|
function rabbit_find_partitions () {
|
||||||
NODE_INFO=$(mktemp)
|
NODE_INFO=$(mktemp)
|
||||||
rabbitmqadmin_authed list nodes -f pretty_json | tee "${NODE_INFO}"
|
rabbitmqadmin_authed list nodes -f pretty_json | tee "${NODE_INFO}"
|
||||||
cat "${NODE_INFO}" | python -c "
|
cat "${NODE_INFO}" | python3 -c "
|
||||||
import json, sys, traceback
|
import json, sys, traceback
|
||||||
print('Checking cluster partitions')
|
print('Checking cluster partitions')
|
||||||
obj=json.load(sys.stdin)
|
obj=json.load(sys.stdin)
|
||||||
|
@ -35,9 +35,9 @@ images:
|
|||||||
prometheus_rabbitmq_exporter: docker.io/kbudde/rabbitmq-exporter:v0.21.0
|
prometheus_rabbitmq_exporter: docker.io/kbudde/rabbitmq-exporter:v0.21.0
|
||||||
prometheus_rabbitmq_exporter_helm_tests: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
prometheus_rabbitmq_exporter_helm_tests: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
rabbitmq_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
rabbitmq_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
rabbitmq: docker.io/rabbitmq:3.7.13
|
rabbitmq: docker.io/rabbitmq:3.7.26
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
scripted_test: docker.io/rabbitmq:3.7.13-management
|
scripted_test: docker.io/rabbitmq:3.7.26-management
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
Loading…
Reference in New Issue
Block a user