canonical / openstack-exporter-operator

The openstack-exporter-operator is a machine charm for openstack-exporter.
Apache License 2.0
1 stars 7 forks source link

Inline bootstack actions func workflow #84

Closed samuelallan72 closed 3 months ago

samuelallan72 commented 3 months ago

This lets us simplify the workflow, gives us more control over testing in the future, and also lets us pin charmcraft to v2 (this charm doesn't official support charmcraft 3).

chanchiwai-ray commented 3 months ago

thanks, that looks like bootstack action has some redundant steps

gabrielcocenza commented 3 months ago

Looking good, but shouldn't this be applied via terraform?

samuelallan72 commented 3 months ago

thanks, that looks like bootstack action has some redundant steps

@chanchiwai-ray could you clarify which steps you're referring to?

Looking good, but shouldn't this be applied via terraform?

@gabrielcocenza the workflow I've found most efficient so far working on these workflows is to add them directly to the repository first so I can iterate quickly with feedback from running the workflows. Then once it's approved and merged, I can port it to the automation repo.

chanchiwai-ray commented 3 months ago

@chanchiwai-ray could you clarify which steps you're referring to?

The lines you need to remove, but it's done