Update docs after repo rename x/ to openstack/
Depends-On: https://review.opendev.org/669298 Change-Id: Ia4138179132d3a284b0c4bcc882b87bde22c9cc4
This commit is contained in:
parent
aea7117764
commit
7321205c06
@ -27,8 +27,8 @@ All this and more, automated from top to bottom using Ansible.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/kayobe/latest/
|
||||
* Source: https://opendev.org/x/kayobe
|
||||
* Bugs: https://storyboard.openstack.org/#!/project/x/kayobe
|
||||
* Source: https://opendev.org/openstack/kayobe
|
||||
* Bugs: https://storyboard.openstack.org/#!/project/openstack/kayobe
|
||||
* Release Notes: https://docs.openstack.org/releasenotes/kayobe/
|
||||
* IRC: #openstack-kolla
|
||||
|
||||
|
@ -104,7 +104,7 @@ latex_documents = [
|
||||
|
||||
# openstackdocstheme options
|
||||
# TODO(mgoddard): Change to openstack/kayobe.
|
||||
repository_name = 'x/kayobe'
|
||||
repository_name = 'openstack/kayobe'
|
||||
bug_project = 'kayobe'
|
||||
bug_tag = ''
|
||||
openstack_projects = [
|
||||
|
@ -62,7 +62,7 @@ variables.
|
||||
Configuring Kayobe
|
||||
==================
|
||||
|
||||
The `kayobe-config <https://opendev.org/x/kayobe-config>`_ git
|
||||
The `kayobe-config <https://opendev.org/openstack/kayobe-config>`_ git
|
||||
repository contains a Kayobe configuration directory structure and unmodified
|
||||
configuration files. This repository can be used as a mechanism for version
|
||||
controlling Kayobe configuration. As Kayobe is updated, the configuration
|
||||
|
@ -16,7 +16,7 @@ The kayobe development environment automation tooling is built using simple
|
||||
shell scripts. Some minimal configuration can be applied by setting the
|
||||
environment variables in `dev/config.sh`. Control plane configuration is
|
||||
typically provided via the `kayobe-config-dev
|
||||
<https://opendev.org/x/kayobe-config-dev>`_ repository,
|
||||
<https://opendev.org/openstack/kayobe-config-dev>`_ repository,
|
||||
although it is also possible to use your own kayobe configuration. This allows
|
||||
us to build a development environment that is as close to production as
|
||||
possible.
|
||||
@ -42,7 +42,7 @@ Preparation
|
||||
|
||||
Clone the kayobe repository::
|
||||
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Change the current directory to the kayobe repository::
|
||||
|
||||
@ -51,7 +51,7 @@ Change the current directory to the kayobe repository::
|
||||
Clone the ``kayobe-config-dev`` repository to ``config/src/kayobe-config``::
|
||||
|
||||
mkdir -p config/src
|
||||
git clone https://opendev.org/x/kayobe-config-dev.git config/src/kayobe-config
|
||||
git clone https://opendev.org/openstack/kayobe-config-dev.git config/src/kayobe-config
|
||||
|
||||
Inspect the kayobe configuration and make any changes necessary for your
|
||||
environment.
|
||||
@ -177,7 +177,7 @@ Preparation
|
||||
|
||||
Clone the kayobe repository::
|
||||
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Change to the ``kayobe`` directory::
|
||||
|
||||
@ -186,7 +186,7 @@ Change to the ``kayobe`` directory::
|
||||
Clone the ``kayobe-config-dev`` repository to ``config/src/kayobe-config``::
|
||||
|
||||
mkdir -p config/src
|
||||
git clone https://opendev.org/x/kayobe-config-dev.git config/src/kayobe-config
|
||||
git clone https://opendev.org/openstack/kayobe-config-dev.git config/src/kayobe-config
|
||||
|
||||
Inspect the kayobe configuration and make any changes necessary for your
|
||||
environment.
|
||||
@ -266,7 +266,7 @@ The following commands should be executed on the seed hypervisor.
|
||||
|
||||
Clone the kayobe repository::
|
||||
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Change the current directory to the kayobe repository::
|
||||
|
||||
@ -318,7 +318,7 @@ The following commands should be executed on the seed hypervisor.
|
||||
|
||||
Clone the kayobe repository::
|
||||
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Change to the ``kayobe`` directory::
|
||||
|
||||
|
@ -52,7 +52,7 @@ git::
|
||||
|
||||
# from your home or source directory
|
||||
cd ~
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
cd kayobe
|
||||
|
||||
Running Unit and Style Tests
|
||||
|
@ -39,7 +39,7 @@ accessing the VM.
|
||||
|
||||
Clone the kayobe repository::
|
||||
|
||||
git clone https://opendev.org/x/kayobe.git
|
||||
git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Change the current directory to the kayobe repository::
|
||||
|
||||
|
@ -14,8 +14,9 @@ Welcome to the Kayobe documentation, the official source of information for
|
||||
understanding and using Kayobe.
|
||||
|
||||
This documentation is maintained at opendev.org
|
||||
`here <https://opendev.org/x/kayobe.git>`_. Feedback and contributions welcome,
|
||||
see :doc:`contributing <development/contributing>` for information on how.
|
||||
`here <https://opendev.org/openstack/kayobe.git>`_. Feedback and contributions
|
||||
welcome, see :doc:`contributing <development/contributing>` for information on
|
||||
how.
|
||||
|
||||
.. include:: ../../README.rst
|
||||
|
||||
|
@ -120,7 +120,7 @@ code repositories and python virtual environments::
|
||||
Next, obtain the Kayobe source code. For example::
|
||||
|
||||
$ cd <base_path>/src
|
||||
$ git clone https://opendev.org/x/kayobe.git
|
||||
$ git clone https://opendev.org/openstack/kayobe.git
|
||||
|
||||
Create a virtualenv for Kayobe::
|
||||
|
||||
|
@ -79,7 +79,7 @@ Migrating Kayobe Configuration
|
||||
|
||||
Kayobe configuration options may be changed between releases of kayobe. Ensure
|
||||
that all site local configuration is migrated to the target version format. If
|
||||
using the `kayobe-config <https://opendev.org/x/kayobe-config>`_ git
|
||||
using the `kayobe-config <https://opendev.org/openstack/kayobe-config>`_ git
|
||||
repository to manage local configuration, this process can be managed via git.
|
||||
For example, to fetch version 1.0.0 of the configuration from the ``origin``
|
||||
remote and merge it into the current branch::
|
||||
|
Loading…
Reference in New Issue
Block a user