Fix outdated files

Fix files that is outdated.

Change-Id: I3f5653e3617128188f485c22cec4f8d1517ea325
This commit is contained in:
Tobias Urdin 2020-09-17 01:03:49 +02:00
parent 04d7f3fa10
commit e9b169c731
5 changed files with 25 additions and 11 deletions

View File

@ -28,4 +28,4 @@ There are two ways to create the boilerplate for the puppet module.
## 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://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.
Once the boilerplate created, in order to be compliant with the other modules, the files managed by [msync](https://github.com/voxpupuli/modulesync), (or [configs](https://opendev.org/x/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

@ -130,8 +130,8 @@ git add --all && git commit -am "puppet-${proj}: Initial Commit
This is the initial commit for puppet-${proj}.
It has been automatically generated using cookiecutter[1] and msync[2]
[1] https://github.com/openstack/puppet-openstack-cookiecutter
[2] https://github.com/openstack/puppet-modulesync-configs
[1] https://opendev.org/openstack/puppet-openstack-cookiecutter
[2] https://opendev.org/x/puppet-modulesync-configs
"
cleanup_gerrit_user
popd
@ -180,8 +180,8 @@ git add --all && git commit --amend -am "puppet-${proj}: Initial commit
This is the initial commit for puppet-${proj}.
It has been automatically generated using cookiecutter[1] and msync[2]
[1] https://github.com/openstack/puppet-openstack-cookiecutter
[2] https://github.com/openstack/puppet-modulesync-configs
[1] https://opendev.org/openstack/puppet-openstack-cookiecutter
[2] https://opendev.org/x/puppet-modulesync-configs
"
cleanup_gerrit_user

View File

@ -9,12 +9,17 @@
#
# git config --global core.excludesfile '~/.gitignore'
pkg/
Gemfile.lock
spec/fixtures/modules/*
spec/fixtures/manifests/site.pp
pkg
vendor/
/openstack/
spec/fixtures/
.vagrant/
.bundle/
coverage/
.idea/
*.iml
/openstack
/log
# Files created by releasenotes build
releasenotes/build

View File

@ -1,2 +1,11 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# see https://docs.openstack.org/infra/bindep/ for additional information.
libxml2-devel [test platform:rpm]
libxml2-dev [test platform:dpkg]
libxslt-devel [test platform:rpm]
libxslt1-dev [test platform:dpkg]
ruby-devel [test platform:rpm]
ruby-dev [test platform:dpkg]
zlib1g-dev [test platform:dpkg]
zlib-devel [test platform:rpm]

View File

@ -65,7 +65,7 @@
"version_requirement": ">= 6.0.0 < 7.0.0"
}
],
"source": "git://github.com/openstack/puppet-{{cookiecutter.project_name}}.git",
"source": "https://opendev.org/openstack/puppet-{{cookiecutter.project_name}}",
"summary": "Puppet module for OpenStack {{cookiecutter.project_name|capitalize}}",
"version": "{{cookiecutter.version}}"
}