Skip to content

Commit 378ea30

Browse files
committed
Define Glance image architecture property
Mark the example images explicitly as X86 architecture. This should help distinguishing between others that may be living in the environment.
1 parent 72c105c commit 378ea30

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ansible/templates/magnum-capi-images.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
os_distro: "ubuntu"
2121
os_version: "22.04"
2222
kube_version: "{{ item.value.kubernetes_version }}"
23+
hw_architecture: "x86_64"
2324

2425
{% endfor %}

examples/images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ openstack_image_centos_stream8:
5353
os_distro: "centos"
5454
os_version: "8-stream"
5555
hw_rng_model: "virtio"
56+
hw_architecture: "x86_64"
5657

5758
# Cirros 0.6.0
5859
openstack_image_cirros_0_6_0:
@@ -66,6 +67,7 @@ openstack_image_cirros_0_6_0:
6667
os_distro: "cirros"
6768
os_version: "0.6.0"
6869
hw_rng_model: "virtio"
70+
hw_architecture: "x86_64"
6971

7072
# Rocky Linux 9.
7173
openstack_image_rocky9:
@@ -101,6 +103,7 @@ openstack_image_rocky9:
101103
os_distro: "rocky"
102104
os_version: "9"
103105
hw_rng_model: "virtio"
106+
hw_architecture: "x86_64"
104107

105108
# Ubuntu Jammy 22.04.
106109
openstack_image_ubuntu_jammy:
@@ -126,6 +129,7 @@ openstack_image_ubuntu_jammy:
126129
os_distro: "ubuntu"
127130
os_version: "jammy"
128131
hw_rng_model: "virtio"
132+
hw_architecture: "x86_64"
129133
env:
130134
DIB_RELEASE: "jammy"
131135
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"

0 commit comments

Comments
 (0)