summaryrefslogtreecommitdiff
path: root/heat_integrationtests/prepare_test_env.sh
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2017-08-10 13:51:13 -0400
committerMohammed Naser <mnaser@vexxhost.com>2017-08-10 16:46:59 -0400
commita47e342f4d0cad4ff314a3f546b6661c8ec67777 (patch)
tree085e8d69a2698f15c7e85937dac2dfe1a13f4b9d /heat_integrationtests/prepare_test_env.sh
parentfa6ccf2d1fbb7f6644d3f3869d03953c346e2f61 (diff)
downloadheat-a47e342f4d0cad4ff314a3f546b6661c8ec67777.tar.gz
Switch integration jobs to use local mirrors
The integration jobs currently download images from a third party mirror which can be slow at times or use up a lot of bandwidth. This patch tries to automatically detect if nodepool mirrors are active and uses them, falling back to the global round-robin mirror of the Fedora project instead of a specific mirror. Change-Id: Ie111c20b6dd0efe2e1cbfcac2a46b27ce6bc20c0
Diffstat (limited to 'heat_integrationtests/prepare_test_env.sh')
-rwxr-xr-xheat_integrationtests/prepare_test_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh
index c266cf4a2..b8c9a787b 100755
--- a/heat_integrationtests/prepare_test_env.sh
+++ b/heat_integrationtests/prepare_test_env.sh
@@ -51,7 +51,7 @@ iniset $conf_file heat_plugin minimal_instance_type m1.heat_micro
openstack flavor create m1.heat_int --ram 512
openstack flavor create m1.heat_micro --ram 128
-iniset $conf_file heat_plugin image_ref Fedora-Cloud-Base-24-1.2.x86_64
+iniset $conf_file heat_plugin image_ref Fedora-Cloud-Base-26-1.5.x86_64
iniset $conf_file heat_plugin boot_config_env $DEST/heat-templates/hot/software-config/boot-config/test_image_env.yaml
iniset $conf_file heat_plugin heat_config_notify_script $DEST/heat-templates/hot/software-config/elements/heat-config/bin/heat-config-notify
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk