From b014b3ec5bb092de63e4f61ddf17d4fd0f992bdc Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 22 May 2017 10:51:29 +0200 Subject: [PATCH] Temporarily disable ec2-api deployment ec2-api has been broken for several days [1] which is preventing promotion in new changes. This patch disables ec2-api until this is fixed. Projects maintainers have been informed and are working to fix it. [1] https://bugs.launchpad.net/ec2-api/+bug/1691484 Change-Id: I9024df022be2a3ce207970cebce08d4b8080e7b8 --- fixtures/scenario002.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index fd94c9608..a07e4ab8d 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -22,7 +22,8 @@ case $::osfamily { } 'RedHat': { $ipv6 = true - $ec2api_enabled = true + # TODO (amoralej) - enable when https://bugs.launchpad.net/ec2-api/+bug/1691484 is fixed + $ec2api_enabled = false } default: { fail("Unsupported osfamily (${::osfamily})")