File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2020 os_distro: "ubuntu"
2121 os_version: "22.04"
2222 kube_version: "{{ item.value.kubernetes_version }}"
23+ hw_architecture: "x86_64"
2324
2425{% endfor %}
Original file line number Diff line number Diff 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
5859openstack_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.
7173openstack_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.
106109openstack_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"
You can’t perform that action at this time.
0 commit comments