Add action support to build #30

Open
johnsca opened this Issue Oct 22, 2015 · 2 comments

Comments

Projects
None yet
2 participants
Member

johnsca commented Oct 22, 2015

To support reactive actions, we should create boilerplate action executables based on the contents of actions.yaml during the charm build process.

@johnsca johnsca added the charm-build label Oct 22, 2015

Contributor

bcsaller commented Oct 22, 2015

Skeptical. Each file should generally be owned by one layer. This would be a generated file that should be hand edited. We could do this, but it is more of a template pattern than the current model we have.

Member

johnsca commented Oct 22, 2015

I don't think it should be hand edited at all. It should have the exact same contents as the hooks generated by interface layers. The custom code for the actions would live under reactive/ like all other reactive code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment