diff --git a/doc/source/custom-ansible-playbooks.rst b/doc/source/custom-ansible-playbooks.rst index 2ddb98d43..e1a759759 100644 --- a/doc/source/custom-ansible-playbooks.rst +++ b/doc/source/custom-ansible-playbooks.rst @@ -44,7 +44,7 @@ Packaging Custom Playbooks With Configuration The kayobe project encourages its users to manage configuration for a cloud using version control, based on the `kayobe-config repository -`_. Storing custom Ansible +`_. Storing custom Ansible playbooks in this repository makes a lot of sense, and kayobe has special support for this. diff --git a/doc/source/upgrading.rst b/doc/source/upgrading.rst index cf0be2707..72eeb57b8 100644 --- a/doc/source/upgrading.rst +++ b/doc/source/upgrading.rst @@ -48,9 +48,10 @@ Upgrading from source This section describes how to install Kayobe from source in a virtualenv. First, check out the required version of the Kayobe source code. This may be -done by pulling down the new version from Github. Make sure that any local -changes to kayobe are committed and merged with the new upstream code as -necessary. For example, to pull version 5.0.0 from the ``origin`` remote:: +done by pulling down the new version from ``opendev.org``. Make sure +that any local changes to kayobe are committed and merged with the new upstream +code as necessary. For example, to pull version 5.0.0 from the ``origin`` +remote:: $ cd /src/kayobe $ git pull origin 5.0.0