Update rdocloud env: boot_from_volume not required
Since Instance ephemeral storage is SSD now in RDO Cloud General Aggregate, boot_from_volume is not required. boot_from_volume can still be used when required. Also add reference for queens image. Change-Id: Ibfd51c242586102b0163643e772163a7ac924105
This commit is contained in:
parent
46597925da
commit
d173fc094c
@ -8,6 +8,7 @@ cloud_name: rdocloud
|
|||||||
latest_guest_image:
|
latest_guest_image:
|
||||||
ocata: CentOS-7-x86_64-GenericCloud-1708
|
ocata: CentOS-7-x86_64-GenericCloud-1708
|
||||||
pike: CentOS-7-x86_64-GenericCloud-1708
|
pike: CentOS-7-x86_64-GenericCloud-1708
|
||||||
|
queens: CentOS-7-x86_64-GenericCloud-1708
|
||||||
master: CentOS-7-x86_64-GenericCloud-1708
|
master: CentOS-7-x86_64-GenericCloud-1708
|
||||||
|
|
||||||
bmc_flavor: ci.m1.small
|
bmc_flavor: ci.m1.small
|
||||||
|
@ -8,6 +8,7 @@ cloud_name: rdocloud
|
|||||||
latest_guest_image:
|
latest_guest_image:
|
||||||
ocata: CentOS-7-x86_64-GenericCloud-1708
|
ocata: CentOS-7-x86_64-GenericCloud-1708
|
||||||
pike: CentOS-7-x86_64-GenericCloud-1708
|
pike: CentOS-7-x86_64-GenericCloud-1708
|
||||||
|
queens: CentOS-7-x86_64-GenericCloud-1708
|
||||||
master: CentOS-7-x86_64-GenericCloud-1708
|
master: CentOS-7-x86_64-GenericCloud-1708
|
||||||
|
|
||||||
bmc_flavor: m1.small
|
bmc_flavor: m1.small
|
||||||
@ -22,7 +23,6 @@ undercloud_undercloud_nameservers: "{{ custom_nameserver }}"
|
|||||||
external_net: '38.145.32.0/22'
|
external_net: '38.145.32.0/22'
|
||||||
overcloud_dns_servers: "{{ custom_nameserver }}"
|
overcloud_dns_servers: "{{ custom_nameserver }}"
|
||||||
ntp_server: 'pool.ntp.org'
|
ntp_server: 'pool.ntp.org'
|
||||||
boot_from_volume: true
|
|
||||||
|
|
||||||
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar
|
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar
|
||||||
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar
|
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user