From: Eduardo Sousa Date: Wed, 13 Feb 2019 12:28:56 +0000 (+0000) Subject: Adding an charm generator X-Git-Tag: v6.0.0~31^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=10b27efcce4ba9b6613dd6fcaf162496204f5a98;hp=10b27efcce4ba9b6613dd6fcaf162496204f5a98;p=osm%2Fdevops.git 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/.py - actions.yaml - actions/ 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 ---