Use tinyipa of Ocata by default in ironic chart
the release name is currently hard-coded to 'newton' while the default images are for ocata (and the oldest supported release is also ocata). Change-Id: Iac5112bb978309a07114fcfd0bd899ef3f3d56d0
This commit is contained in:
parent
7edbfc8a7e
commit
4740a3e0cd
@ -222,7 +222,7 @@ bootstrap:
|
|||||||
enabled: true
|
enabled: true
|
||||||
ks_user: ironic
|
ks_user: ironic
|
||||||
script: |
|
script: |
|
||||||
RELEASE="newton"
|
RELEASE="ocata"
|
||||||
IMAGE_URL_BASE="http://tarballs.openstack.org/ironic-python-agent/tinyipa/files"
|
IMAGE_URL_BASE="http://tarballs.openstack.org/ironic-python-agent/tinyipa/files"
|
||||||
IMAGE_INITRAMFS="ironic-agent.initramfs"
|
IMAGE_INITRAMFS="ironic-agent.initramfs"
|
||||||
IMAGE_INITRAMFS_URL="${IMAGE_URL_BASE}/tinyipa-stable-${RELEASE}.gz"
|
IMAGE_INITRAMFS_URL="${IMAGE_URL_BASE}/tinyipa-stable-${RELEASE}.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user