<div dir="auto">Yes, we have dropped Rocky 8 support as well as CentOS 8 Stream for master.<div dir="auto">Neil Hanlon was working on adding Rocky 9 support instead and we hopefully will backport it to Yoga as well.</div><div dir="auto"><br></div><div dir="auto">Documentation should be fixed indeed.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">сб, 13 авг. 2022 г., 00:01 Clark Boylan <<a href="mailto:cboylan@sapwetik.org">cboylan@sapwetik.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Aug 12, 2022, at 2:35 PM, Father Vlasie wrote:<br>
> Hello everyone!<br>
><br>
> I am trying to deploy Openstack Ansible with Rocky Linux 8.6 on my <br>
> target hosts. The documentation here <br>
> (<a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html" rel="noreferrer noreferrer" target="_blank">https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html</a>) <br>
> says "        • Centos 8 Stream 64-bit * Derivitives: Rocky Linux” under the <br>
> list of supported operation systems.<br>
><br>
> Ansible does not seem to check for the existence of RHEL 8 systems. :( <br>
><br>
> But when I run “openstack-ansible setup-hosts.yml” I get the error:<br>
><br>
> TASK [Check for a supported Operating System] <br>
> *****************************************************************************************<br>
> fatal: [infra1]: FAILED! => {<br>
>     "assertion": "(ansible_facts['distribution'] == 'Debian' and <br>
> ansible_facts['distribution_release'] == 'bullseye') or <br>
> (ansible_facts['distribution'] == 'Ubuntu' and <br>
> ansible_facts['distribution_release'] == 'focal') or <br>
> (ansible_facts['distribution'] == 'Ubuntu' and <br>
> ansible_facts['distribution_release'] == 'jammy') or <br>
> (ansible_facts['os_family'] == 'RedHat' and <br>
> ansible_facts['distribution_major_version'] == '9')",<br>
>     "changed": false,<br>
>     "evaluated_to": false,<br>
>     "msg": "The only supported platforms for this release are Debian 11 <br>
> (Bullseye), Ubuntu 20.04 LTS (Focal), Ubuntu 22.04 (Jammy) and CentOS 9 <br>
> Stream.\n”<br>
<br>
Comparing <a href="https://opendev.org/openstack/openstack-ansible/src/branch/stable/yoga/playbooks/openstack-hosts-setup.yml#L56-L60" rel="noreferrer noreferrer" target="_blank">https://opendev.org/openstack/openstack-ansible/src/branch/stable/yoga/playbooks/openstack-hosts-setup.yml#L56-L60</a> to <a href="https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/openstack-hosts-setup.yml#L56-L59" rel="noreferrer noreferrer" target="_blank">https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/openstack-hosts-setup.yml#L56-L59</a> it appears that OpenStack Ansible has removed CentOS Stream/RHEL/Rocky 8 support on master, but the assertion allows it under Yoga. Based on the failure above you must be running master OSA? I would try running the Yoga branch instead.<br>
<br>
The master branch documentation likely needs to be updated as well.<br>
<br>
><br>
> What should I do?<br>
><br>
> Thank you!<br>
<br>
</blockquote></div>