Merge "Default to Rocky Linux instead of CentOS Stream"
This commit is contained in:
commit
f9bc6b10a5
@ -43,7 +43,7 @@ kolla_ansible_setup_gather_subset: "{{ omit }}"
|
|||||||
config_strategy: "COPY_ALWAYS"
|
config_strategy: "COPY_ALWAYS"
|
||||||
|
|
||||||
# Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
|
# Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
|
||||||
kolla_base_distro: "centos"
|
kolla_base_distro: "rocky"
|
||||||
|
|
||||||
kolla_internal_vip_address: "{{ kolla_internal_address | default('') }}"
|
kolla_internal_vip_address: "{{ kolla_internal_address | default('') }}"
|
||||||
kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
|
kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
|
||||||
|
@ -24,7 +24,8 @@ Kolla Ansible supports the following host Operating Systems (OS):
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
CentOS Stream 9 is supported as a host OS while Kolla does not publish CS9
|
CentOS Stream 9 is supported as a host OS while Kolla does not publish CS9
|
||||||
based images. Users can build them on their own.
|
based images. Users can build them on their own. We recommend using Rocky
|
||||||
|
Linux 9 images instead.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ workaround_ansible_issue_8743: yes
|
|||||||
#config_strategy: "COPY_ALWAYS"
|
#config_strategy: "COPY_ALWAYS"
|
||||||
|
|
||||||
# Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
|
# Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
|
||||||
#kolla_base_distro: "centos"
|
#kolla_base_distro: "rocky"
|
||||||
|
|
||||||
# Do not override this unless you know what you are doing.
|
# Do not override this unless you know what you are doing.
|
||||||
#openstack_release: "master"
|
#openstack_release: "master"
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Rocky Linux 9 based images are now recommended (instead of CentOS Stream
|
||||||
|
ones).
|
Loading…
Reference in New Issue
Block a user