| commit | 10b27efcce4ba9b6613dd6fcaf162496204f5a98 | [log] [tgz] |
|---|---|---|
| author | Eduardo Sousa <esousa@whitestack.com> | Wed Feb 13 12:28:56 2019 +0000 |
| committer | Eduardo Sousa <esousa@whitestack.com> | Thu Feb 28 06:15:37 2019 +0000 |
| tree | 59072a52d1baa82631022403040a2280ee6dd8d5 | |
| parent | 330ebb0b5850055c6e9f993340e588198c104ce4 [diff] |
Adding an charm generator Current version only supports Ansible. It takes as input an empty charm with playbooks and generates the following files: - metadata.yaml - layers.yaml - reactive/<ansible_charm>.py - actions.yaml - actions/<action-name> After that, it is only required to build the charm. NOTE: In this version, it doesn't support parameters yet. Change-Id: Ia771185a38421a04c1adcef4ded3d7a55fa164ee Signed-off-by: Eduardo Sousa <esousa@whitestack.com>