viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Return the build ELAN to functioning state #221

Open viccross opened 4 months ago

viccross commented 4 months ago

In the lab, no testing happens against the ELANs until zvm-ipconf.sh runs. Because of what seemed like duplication, a lot of setup has been commented-out of the build playbooks on the assumption that there's no point in doing build-time configurations that will get zapped by zvm-ipconf. However, this disregards that the static build ELANs can (and should) be used for validation. In the event that zvm-ipconf.sh fails to run properly at post-restore firstboot, there should be just enough ELAN available for limited function and possible debugging.

Really, this has two parts:

This issue will track Part A, and when that's stable we'll make another issue to tackle Part B.

viccross commented 4 months ago

Well that was somewhat painless... with the fixes above we have minimal working DNS, Apache, HAProxy, and even Grafana. Testing continues.