Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-Ons without cluster create not working #278

Open
sluetze opened this issue May 15, 2023 · 0 comments
Open

Add-Ons without cluster create not working #278

sluetze opened this issue May 15, 2023 · 0 comments

Comments

@sluetze
Copy link
Contributor

sluetze commented May 15, 2023

Hi,

Run `./ansible/02-create-cluster.yml --tags post-install-add-ons`

states that to run post-install-add-ons i should run the shown command - which does not work.

PLAY [host] ********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [host]

TASK [openshift-4-cluster : Check add-ons.yml] *********************************
ok: [host]

TASK [openshift-4-cluster : Enable add-ons] ************************************
ok: [host]

TASK [openshift-4-cluster : Build IPv6 subnet] *********************************
skipping: [host]

TASK [openshift-4-cluster : Build IPv4 subnet] *********************************
ok: [host]

PLAY RECAP *********************************************************************
host                       : ok=4    changed=0    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0   

The root cause of this is the missing tag post-install-add-ons in some places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant