Update github url to opendev url

Currently opendev.org is the source and all repos in github.com are
mirror. Thus we should point opendev.org instead of github.com .

Change-Id: I50967bc2a5dcf69f6d76ba948c3955d55a4568f0
This commit is contained in:
Takashi Kajinami
2021-06-06 22:08:13 +09:00
parent cebdcda716
commit af5baad683
4 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ OpenStack modules: The code that configures Jenkins jobs is hosted by
- Functional testing jobs that will deploy OpenStack run tempest smoke to - Functional testing jobs that will deploy OpenStack run tempest smoke to
validate OpenStack is actually working. *N* represents the Puppet version validate OpenStack is actually working. *N* represents the Puppet version
used in the test. used in the test.
More details `here <https://github.com/openstack/puppet-openstack-integration#description>`__ More details `here <https://opendev.org/openstack/puppet-openstack-integration#description>`__
- Yes - Yes
- Read the job logs. Sometimes, the job fails because of - Read the job logs. Sometimes, the job fails because of
packaging issues or mirrors downtime. Please report a bug for this so we packaging issues or mirrors downtime. Please report a bug for this so we

View File

@@ -62,4 +62,4 @@ Supporting Puppet Modules
* `Integration CI Tools <http://opendev.org/openstack/puppet-openstack-integration>`_ (*Puppet OpenStack Integration*) * `Integration CI Tools <http://opendev.org/openstack/puppet-openstack-integration>`_ (*Puppet OpenStack Integration*)
* `Blueprints <http://opendev.org/openstack/puppet-openstack-specs>`_ (*Puppet OpenStack Specs*) (hosted `here <http://specs.openstack.org/openstack/puppet-openstack-specs/>`_) * `Blueprints <http://opendev.org/openstack/puppet-openstack-specs>`_ (*Puppet OpenStack Specs*) (hosted `here <http://specs.openstack.org/openstack/puppet-openstack-specs/>`_)
* `New Module Cookiecutter Template <http://opendev.org/openstack/puppet-openstack-cookiecutter>`_ (*Cookiecutter*) * `New Module Cookiecutter Template <http://opendev.org/openstack/puppet-openstack-cookiecutter>`_ (*Cookiecutter*)
* `Sync Tool <http://opendev.org/openstack/puppet-modulesync-configs>`_ (*Modulesync*) * `Sync Tool <http://opendev.org/x/puppet-modulesync-configs>`_ (*Modulesync*)

View File

@@ -28,13 +28,13 @@ The community has developed two projects related to modules file
management: management:
- puppet-openstack-cookiecutter - puppet-openstack-cookiecutter
(https://github.com/openstack/puppet-openstack-cookiecutter) : This (https://opendev.org/openstack/puppet-openstack-cookiecutter) : This
project aims to help bootstrap a new puppet module that will be project aims to help bootstrap a new puppet module that will be
compliant with the community expectations (organization, naming, compliant with the community expectations (organization, naming,
etc...). It takes user inputs and a project template and generate the etc...). It takes user inputs and a project template and generate the
skeleton of the modules. skeleton of the modules.
- puppet-modulesync-configs - puppet-modulesync-configs
(https://github.com/openstack/puppet-modulesync-configs) : This (https://opendev.org/x/puppet-modulesync-configs) : This
project aims to gather in a single repository the files that are project aims to gather in a single repository the files that are
common and need to be kept in sync across all openstack/puppet-\* common and need to be kept in sync across all openstack/puppet-\*
modules. modules.
@@ -45,9 +45,9 @@ not intended for dynamic content and path (class name, provider,
etc...), hence the use of cookiecutter and the existence of both etc...), hence the use of cookiecutter and the existence of both
projects. projects.
Modulesync: https://github.com/openstack/puppet-modulesync-configs Modulesync: https://opendev.org/x/puppet-modulesync-configs
Cookiecutter: https://github.com/openstack/puppet-openstack-cookiecutter Cookiecutter: https://opendev.org/openstack/puppet-openstack-cookiecutter
In practice In practice
=========== ===========
@@ -62,7 +62,7 @@ Requirements :
To make the boilerplating of a new Puppet module easier a script is To make the boilerplating of a new Puppet module easier a script is
provided. provided.
https://github.com/openstack/puppet-openstack-cookiecutter/blob/master/contrib/bootstrap.sh https://opendev.org/openstack/puppet-openstack-cookiecutter/blob/master/contrib/bootstrap.sh
What it does is the following: What it does is the following:

View File

@@ -26,4 +26,4 @@ setup with Tempest.
More information you can find here_. More information you can find here_.
.. _here: https://github.com/openstack/puppet-openstack-integration#all-in-one .. _here: https://opendev.org/openstack/puppet-openstack-integration#all-in-one