From f724bd8ac23e9e4263e76984e0824e87f469f13d Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 27 Sep 2018 14:03:07 +0000 Subject: [PATCH] Use TinyIPA deployment images The coreos images do not appear to be functional. I didn't spend too much time debugging why, but it seemed like they hung on boot (but that may just be a lack of console logging). The TinyIPA images can deploy a server without issue. TrivialFix Change-Id: I58e4f951d4a3dd89e0784fd82d8a62dbba374f79 --- etc/kayobe/ipa.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/ipa.yml b/etc/kayobe/ipa.yml index 828a8ab..b586c82 100644 --- a/etc/kayobe/ipa.yml +++ b/etc/kayobe/ipa.yml @@ -54,7 +54,8 @@ #ipa_images_kernel_name: # URL of Ironic deployment kernel image to download. -#ipa_kernel_upstream_url: +# yamllint disable-line rule:line-length +ipa_kernel_upstream_url: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-rocky.vmlinuz # URL of checksum of Ironic deployment kernel image. #ipa_kernel_checksum_url: @@ -66,7 +67,8 @@ #ipa_images_ramdisk_name: # URL of Ironic deployment ramdisk image to download. -#ipa_ramdisk_upstream_url: +# yamllint disable-line rule:line-length +ipa_ramdisk_upstream_url: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-rocky.gz # URL of checksum of Ironic deployment ramdisk image. #ipa_ramdisk_checksum_url: