Defailt convert_to_raw to false
Setting this to false as all deployments might not be using ceph Change-Id: I3d1398c922accb8a67158f39faa38aaa390728e9
This commit is contained in:
parent
42d9c200f2
commit
d901fd4734
@ -64,12 +64,12 @@ images:
|
|||||||
name: centos7
|
name: centos7
|
||||||
url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
|
url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
|
||||||
type: qcow2
|
type: qcow2
|
||||||
convert_to_raw: true
|
convert_to_raw: false
|
||||||
cirros:
|
cirros:
|
||||||
name: cirros
|
name: cirros
|
||||||
url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
||||||
type: qcow2
|
type: qcow2
|
||||||
convert_to_raw: true
|
convert_to_raw: false
|
||||||
|
|
||||||
# DNS Server to add
|
# DNS Server to add
|
||||||
dns_server: 8.8.8.8
|
dns_server: 8.8.8.8
|
||||||
|
@ -386,6 +386,23 @@ file you can add the following environment variables.
|
|||||||
export OS_IDENTITY_API_VERSION=3
|
export OS_IDENTITY_API_VERSION=3
|
||||||
export OS_INTERFACE=public
|
export OS_INTERFACE=public
|
||||||
|
|
||||||
|
Uploading Images to the overcloud
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
Browbeat by default uploads CentOS and CirrOS images to the cloud for use in
|
||||||
|
Rally and other workloads. It is recommended to upload RAW images if using ceph
|
||||||
|
and hence the convert_to_raw variable must be set to true as shown below in
|
||||||
|
ansible/install/group_vars/all.yml. The default is false.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
images:
|
||||||
|
centos7:
|
||||||
|
name: centos7
|
||||||
|
url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
|
||||||
|
type: qcow2
|
||||||
|
convert_to_raw: true
|
||||||
|
|
||||||
==================================
|
==================================
|
||||||
Additional Components Installation
|
Additional Components Installation
|
||||||
==================================
|
==================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user