From c2191420dfd5813d0fbac9875eae2bbc12d00dfe Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Thu, 13 Sep 2018 20:16:04 -0500 Subject: [PATCH] Pin to Pegleg Until the site definitions in AIAB support the new git format, pin to a working image for Pegleg. Change-Id: Ic79cc9070ba8ea7cc5baeed92fe77821819d1617 --- manifests/common/deploy-airship.sh | 2 +- tools/multi_nodes_gate/airship_gate/lib/config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/common/deploy-airship.sh b/manifests/common/deploy-airship.sh index aaf70f06..c8f58682 100755 --- a/manifests/common/deploy-airship.sh +++ b/manifests/common/deploy-airship.sh @@ -79,7 +79,7 @@ SHIPYARD_REFSPEC=${SHIPYARD_REFSPEC:-""} # Images # TODO(bryan-strassner) refit to use master Pegleg -PEGLEG_IMAGE=${PEGLEG_IMAGE:-"quay.io/airshipit/pegleg:1ada48cc360ec52c7ab28b96c28a0c7df8bcee40"} +PEGLEG_IMAGE=${PEGLEG_IMAGE:-"quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6"} PROMENADE_IMAGE=${PROMENADE_IMAGE:-"quay.io/airshipit/promenade:master"} # Command shortcuts diff --git a/tools/multi_nodes_gate/airship_gate/lib/config.sh b/tools/multi_nodes_gate/airship_gate/lib/config.sh index 445b3ec2..ed301c0a 100644 --- a/tools/multi_nodes_gate/airship_gate/lib/config.sh +++ b/tools/multi_nodes_gate/airship_gate/lib/config.sh @@ -7,7 +7,7 @@ export GENESIS_WORK_DIR=${GENESIS_WORK_DIR:-/work/} export BASE_IMAGE_SIZE=${BASE_IMAGE_SIZE:-68719476736} export BASE_IMAGE_URL=${BASE_IMAGE_URL:-https://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img} export IMAGE_PROMENADE_CLI=${IMAGE_PROMENADE_CLI:-quay.io/airshipit/promenade:master} -export IMAGE_PEGLEG_CLI=${IMAGE_PEGLEG_CLI:-quay.io/airshipit/pegleg:master} +export IMAGE_PEGLEG_CLI=${IMAGE_PEGLEG_CLI:-quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6} export IMAGE_SHIPYARD_CLI=${IMAGE_SHIPYARD_CLI:-quay.io/airshipit/shipyard:master} export IMAGE_COREDNS=${IMAGE_COREDNS:-docker.io/coredns/coredns:1.2.2} export PROMENADE_DEBUG=${PROMENADE_DEBUG:-0}