Fix Repository

Change-Id: Ie62a036c68af67e6c309794c9b9ffb712b28f80f
This commit is contained in:
ZhongShengping 2019-04-21 12:59:11 +08:00 committed by zhongshengping
parent b352aef9c8
commit c29ef2a8bf
2 changed files with 4 additions and 4 deletions

View File

@ -19,13 +19,13 @@ There are two ways to create the boilerplate for the puppet module.
### Locally
1. Clone locally the [puppet-openstack-cookiecutter](https://git.openstack.org/cgit/openstack/puppet-openstack-cookiecutter/) repository.
1. Clone locally the [puppet-openstack-cookiecutter](https://opendev.org/openstack/puppet-openstack-cookiecutter/) repository.
2. Run `cookiecutter /path/to/cloned/repo`
### Remotely (ie. using a git repo)
1. Run `cookiecutter https://git.openstack.org/openstack/puppet-openstack-cookiecutter.git`
1. Run `cookiecutter https://opendev.org/openstack/puppet-openstack-cookiecutter.git`
## What's next
Once the boilerplate created, in order to be compliant with the other modules, the files managed by [msync](https://github.com/puppet-community/modulesync), (or [configs](https://git.openstack.org/cgit/openstack/puppet-modulesync-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.
Once the boilerplate created, in order to be compliant with the other modules, the files managed by [msync](https://github.com/puppet-community/modulesync), (or [configs](https://opendev.org/openstack/puppet-modulesync-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.

View File

@ -19,7 +19,7 @@ Team and repository tags
Overview
--------
The {{cookiecutter.project_name}} module is a part of [OpenStack](https://git.openstack.org), an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects not part of the core software. The module its self is used to flexibly configure and manage the FIXME service for OpenStack.
The {{cookiecutter.project_name}} module is a part of [OpenStack](https://opendev.org/openstack), an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects not part of the core software. The module its self is used to flexibly configure and manage the FIXME service for OpenStack.
Module Description
------------------