Skip to content

Commit ff50bdb

Browse files
authored
Merge pull request #162 from stackhpc/dib-fix
Use CentOS IPA deployment images
2 parents bd54a64 + 0c7dcf3 commit ff50bdb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

etc/kayobe/ipa.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
#ipa_images_kernel_name:
7777

7878
# URL of Ironic deployment kernel image to download.
79-
# yamllint disable-line rule:line-length
80-
ipa_kernel_upstream_url: "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa{{ ipa_images_upstream_url_suffix }}.vmlinuz"
79+
#ipa_kernel_upstream_url:
8180

8281
# URL of checksum of Ironic deployment kernel image.
8382
#ipa_kernel_checksum_url:
@@ -89,8 +88,7 @@ ipa_kernel_upstream_url: "https://tarballs.openstack.org/ironic-python-agent/tin
8988
#ipa_images_ramdisk_name:
9089

9190
# URL of Ironic deployment ramdisk image to download.
92-
# yamllint disable-line rule:line-length
93-
ipa_ramdisk_upstream_url: "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa{{ ipa_images_upstream_url_suffix }}.gz"
91+
#ipa_ramdisk_upstream_url:
9492

9593
# URL of checksum of Ironic deployment ramdisk image.
9694
#ipa_ramdisk_checksum_url:

0 commit comments

Comments
 (0)