Use fedora 29 image from nodepool mirror
It seems fedora 27 cloud images are not available. Change-Id: I199afcbaa5050226a333779ac22aea3451f94b04
This commit is contained in:
parent
8494204297
commit
b5333aea94
@ -30,4 +30,4 @@ openstack flavor delete m1.heat_int
|
|||||||
openstack flavor delete m1.heat_micro
|
openstack flavor delete m1.heat_micro
|
||||||
|
|
||||||
# delete the image created
|
# delete the image created
|
||||||
openstack image delete Fedora-Cloud-Base-27-1.6.x86_64
|
openstack image delete Fedora-Cloud-Base-29-1.2.x86_64
|
||||||
|
@ -44,9 +44,9 @@ echo "[[local|localrc]]" >> $localconf
|
|||||||
# to network
|
# to network
|
||||||
if [[ -e /etc/ci/mirror_info.sh ]]; then
|
if [[ -e /etc/ci/mirror_info.sh ]]; then
|
||||||
source /etc/ci/mirror_info.sh
|
source /etc/ci/mirror_info.sh
|
||||||
echo "IMAGE_URLS+=${NODEPOOL_FEDORA_MIRROR}/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2" >> $localconf
|
echo "IMAGE_URLS+=${NODEPOOL_FEDORA_MIRROR}/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2" >> $localconf
|
||||||
else
|
else
|
||||||
echo "IMAGE_URLS+=https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2" >> $localconf
|
echo "IMAGE_URLS+=https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2" >> $localconf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf
|
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf
|
||||||
|
@ -48,7 +48,7 @@ function _config_iniset {
|
|||||||
iniset $conf_file heat_plugin instance_type m1.heat_int
|
iniset $conf_file heat_plugin instance_type m1.heat_int
|
||||||
iniset $conf_file heat_plugin minimal_instance_type m1.heat_micro
|
iniset $conf_file heat_plugin minimal_instance_type m1.heat_micro
|
||||||
|
|
||||||
iniset $conf_file heat_plugin image_ref Fedora-Cloud-Base-27-1.6.x86_64
|
iniset $conf_file heat_plugin image_ref Fedora-Cloud-Base-29-1.2.x86_64
|
||||||
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk
|
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk
|
||||||
iniset $conf_file heat_plugin hidden_stack_tag hidden
|
iniset $conf_file heat_plugin hidden_stack_tag hidden
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user