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

Updates to ICIC deployment #199

Open viccross opened 7 months ago

viccross commented 7 months ago

Packaging updates will require changes to the ICIC installation method. Bundling the content into a module means that some of the tricky "pull direct off the network" mechanics will be dropped for simply reading local files. Improvements for the process post ICIC 1.2 (pre-installation prerequisites, for example) are needed.

Also, let's take the opportunity to harden the script a little, possibly even including some failure recovery.

viccross commented 4 months ago

Also will be including Profundity support ;)

viccross commented 4 months ago

Items to cover:

viccross commented 3 months ago

It makes sense to have a separate script for doing the remote deploy of the ICIC compute rather than splitting the existing script. The remote deploy could be done entirely as an Ansible playbook, for example.