Stop pinning CentOS image to old version

There's no real reason to be using a specific older version of the
CentOS base image, and it just wastes time updating packages.
Just use the current image, whatever that happens to be.
This commit is contained in:
Ben Nemec 2016-03-21 20:59:34 +00:00
parent b8146332ad
commit eaf68bcccb
2 changed files with 4 additions and 4 deletions

View File

@ -99,9 +99,9 @@ Preparing the Host Cloud Environment
#. Upload a CentOS 7 image for use as the base BMC instance::
wget http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1503.qcow2
wget http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
glance image-create --name CentOS-7-x86_64-GenericCloud-1503 --disk-format qcow2 --container-format bare < CentOS-7-x86_64-GenericCloud-1503.qcow2
glance image-create --name CentOS-7-x86_64-GenericCloud --disk-format qcow2 --container-format bare < CentOS-7-x86_64-GenericCloud.qcow2
#. Create recommended flavors::

View File

@ -4,7 +4,7 @@ parameters:
os_tenant: admin
os_auth_url: http://10.0.0.1:5000/v2.0
bmc_flavor: bmc
bmc_image: CentOS-7-x86_64-GenericCloud-1503
bmc_image: CentOS-7-x86_64-GenericCloud
baremetal_flavor: baremetal
baremetal_image: empty
key_name: default
@ -16,7 +16,7 @@ parameters:
provision_net: provision
# QuintupleO-specific params ignored by virtual-baremetal.yaml
undercloud_name: undercloud
undercloud_image: CentOS-7-x86_64-GenericCloud-1503
undercloud_image: CentOS-7-x86_64-GenericCloud
undercloud_flavor: m1.large
external_net: external