From af5baad683b18c45489991c25da84b85552e96a0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 6 Jun 2021 22:08:13 +0900 Subject: [PATCH] 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 --- doc/source/contributor/ci.rst | 2 +- doc/source/contributor/module-list.rst | 2 +- doc/source/contributor/new-module.rst | 10 +++++----- doc/source/install/deploy.rst | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/contributor/ci.rst b/doc/source/contributor/ci.rst index b339c8c..8f187c8 100644 --- a/doc/source/contributor/ci.rst +++ b/doc/source/contributor/ci.rst @@ -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 validate OpenStack is actually working. *N* represents the Puppet version used in the test. - More details `here `__ + More details `here `__ - Yes - Read the job logs. Sometimes, the job fails because of packaging issues or mirrors downtime. Please report a bug for this so we diff --git a/doc/source/contributor/module-list.rst b/doc/source/contributor/module-list.rst index 3ed724f..cb11243 100644 --- a/doc/source/contributor/module-list.rst +++ b/doc/source/contributor/module-list.rst @@ -62,4 +62,4 @@ Supporting Puppet Modules * `Integration CI Tools `_ (*Puppet OpenStack Integration*) * `Blueprints `_ (*Puppet OpenStack Specs*) (hosted `here `_) * `New Module Cookiecutter Template `_ (*Cookiecutter*) -* `Sync Tool `_ (*Modulesync*) +* `Sync Tool `_ (*Modulesync*) diff --git a/doc/source/contributor/new-module.rst b/doc/source/contributor/new-module.rst index 2d9af27..142ad2e 100644 --- a/doc/source/contributor/new-module.rst +++ b/doc/source/contributor/new-module.rst @@ -28,13 +28,13 @@ The community has developed two projects related to modules file management: - 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 compliant with the community expectations (organization, naming, etc...). It takes user inputs and a project template and generate the skeleton of the modules. - 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 common and need to be kept in sync across all openstack/puppet-\* 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 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 =========== @@ -62,7 +62,7 @@ Requirements : To make the boilerplating of a new Puppet module easier a script is 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: diff --git a/doc/source/install/deploy.rst b/doc/source/install/deploy.rst index 46e6d26..ecf11bc 100644 --- a/doc/source/install/deploy.rst +++ b/doc/source/install/deploy.rst @@ -26,4 +26,4 @@ setup with Tempest. 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