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