ManageIQ / manageiq-providers-embedded_terraform

ManageIQ plugin for the Embedded Terraform provider.
Apache License 2.0
0 stars 10 forks source link

Add EmbeddedTerraform Stack and Job #12

Closed agrare closed 4 months ago

agrare commented 5 months ago

Adds a EmbeddedTerraform::AutomationManager::Stack which is an OrchestrationStack subclass Adds EmbeddedTerraform::AutomationManager::Template#run which is called by EmbeddedTerraform::AutomationManager::Stack.create_stack and creates&starts a Job state-machine Adds EmbeddedTerraform::AutomationManager::Job which is a ::Job state-machine and is responsible for running and polling for completion any terraform runner tasks.

agrare commented 4 months ago

Okay @jrafanie this is ready for review

jrafanie commented 4 months ago

@putmanoj I think this reworks some of the POC code you had around workflows, I'm merging today. Let me know if you need help getting your workflows branch working with this.