Remove packaging files
This repository does not actually contain any python package.
Change-Id: Ibdbf456af0bdd3d741b6d140d6e6ef4eb693e5e8 Signed-off-by: Takashi Kajinami kajinamit@oss.nttdata.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Team and repository tags
puppet-openstack-cookiecutter
Cookiecutter template for a compliant OpenStack puppet-modules
Installation
Install cookiecutter either from source, pip or package if it exists
Usage
There are two ways to create the boilerplate for the puppet module.
Locally
cookiecutter /path/to/cloned/repoRemotely (ie. using a git repo)
cookiecutter https://opendev.org/openstack/puppet-openstack-cookiecutter.gitWhat’s next
Once the boilerplate created, in order to be compliant with the other modules, the files managed by msync, (or configs) needs to be in the project folder. Once synced module is ready, announce its existence to the ML, make the proper patch to openstack-infra and finally wait for the reviews to do the rest.