redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 96 forks source link

Support Predeployed Overcloud Servers #372

Open LukeShortCloud opened 4 years ago

LukeShortCloud commented 4 years ago

As far as I can tell, InfraRed does not have full support for helping setup predeployed/preprovisioned nodes. This can greatly speed up deployment time and lowers the complexity by skipping the Ironic provisioning entirely.

This entails:

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/director_installation_and_usage/chap-configuring_basic_overcloud_requirements_on_pre_provisioned_nodes

LukeShortCloud commented 4 years ago

As part of this journey, I am trying to add a --images-task none argument to the tripleo-undercloud plugin. I have a branch up to test this: https://github.com/ekultails/infrared/tree/undercloud_images_task_none