Fix outdated files
Fix files that is outdated. Change-Id: I3f5653e3617128188f485c22cec4f8d1517ea325
This commit is contained in:
parent
04d7f3fa10
commit
e9b169c731
@ -28,4 +28,4 @@ There are two ways to create the boilerplate for the puppet module.
|
|||||||
|
|
||||||
## What's next
|
## 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.
|
||||||
|
@ -130,8 +130,8 @@ git add --all && git commit -am "puppet-${proj}: Initial Commit
|
|||||||
|
|
||||||
This is the initial commit for puppet-${proj}.
|
This is the initial commit for puppet-${proj}.
|
||||||
It has been automatically generated using cookiecutter[1] and msync[2]
|
It has been automatically generated using cookiecutter[1] and msync[2]
|
||||||
[1] https://github.com/openstack/puppet-openstack-cookiecutter
|
[1] https://opendev.org/openstack/puppet-openstack-cookiecutter
|
||||||
[2] https://github.com/openstack/puppet-modulesync-configs
|
[2] https://opendev.org/x/puppet-modulesync-configs
|
||||||
"
|
"
|
||||||
cleanup_gerrit_user
|
cleanup_gerrit_user
|
||||||
popd
|
popd
|
||||||
@ -180,8 +180,8 @@ git add --all && git commit --amend -am "puppet-${proj}: Initial commit
|
|||||||
This is the initial commit for puppet-${proj}.
|
This is the initial commit for puppet-${proj}.
|
||||||
It has been automatically generated using cookiecutter[1] and msync[2]
|
It has been automatically generated using cookiecutter[1] and msync[2]
|
||||||
|
|
||||||
[1] https://github.com/openstack/puppet-openstack-cookiecutter
|
[1] https://opendev.org/openstack/puppet-openstack-cookiecutter
|
||||||
[2] https://github.com/openstack/puppet-modulesync-configs
|
[2] https://opendev.org/x/puppet-modulesync-configs
|
||||||
"
|
"
|
||||||
|
|
||||||
cleanup_gerrit_user
|
cleanup_gerrit_user
|
||||||
|
13
puppet-{{cookiecutter.project_name}}/.gitignore
vendored
13
puppet-{{cookiecutter.project_name}}/.gitignore
vendored
@ -9,12 +9,17 @@
|
|||||||
#
|
#
|
||||||
# git config --global core.excludesfile '~/.gitignore'
|
# git config --global core.excludesfile '~/.gitignore'
|
||||||
|
|
||||||
|
pkg/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
spec/fixtures/modules/*
|
|
||||||
spec/fixtures/manifests/site.pp
|
|
||||||
pkg
|
|
||||||
vendor/
|
vendor/
|
||||||
/openstack/
|
spec/fixtures/
|
||||||
|
.vagrant/
|
||||||
|
.bundle/
|
||||||
|
coverage/
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
/openstack
|
||||||
|
/log
|
||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
@ -1,2 +1,11 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# 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]
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"version_requirement": ">= 6.0.0 < 7.0.0"
|
"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}}",
|
"summary": "Puppet module for OpenStack {{cookiecutter.project_name|capitalize}}",
|
||||||
"version": "{{cookiecutter.version}}"
|
"version": "{{cookiecutter.version}}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user