Switch Kargo to the incubated repo

Change-Id: I570faa1f458923ddb09effadce5795a56ed72291
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2016-10-28 15:20:22 +02:00
parent 8bdf587368
commit 273fe37112
6 changed files with 7 additions and 7 deletions

View File

@ -75,10 +75,10 @@ Addressing variables
* **loadbalancer_apiserver** - If defined, all hosts will connect to this
address instead of localhost for kube-masters and kube-master[0] for
kube-nodes. See more details in the
`HA guide <https://github.com/kubespray/kargo/blob/master/docs/ha-mode.md>`_.
`HA guide <https://github.com/kubernetes-incubator/kargo/blob/master/docs/ha-mode.md>`_.
* **loadbalancer_apiserver_localhost** - If enabled, all hosts will connect to
the apiserver internally load balanced endpoint. See more details in the
`HA guide <https://github.com/kubespray/kargo/blob/master/docs/ha-mode.md>`_.
`HA guide <https://github.com/kubernetes-incubator/kargo/blob/master/docs/ha-mode.md>`_.
Cluster variables
^^^^^^^^^^^^^^^^^

View File

@ -15,7 +15,7 @@ General info
#. Please follow OpenStack `Gerrit Workflow`_ to contribute to CCP installer.
.. _launchpad: https://bugs.launchpad.net/fuel-ccp
.. _Kargo: https://github.com/kubespray/kargo/issues
.. _Kargo: https://github.com/kubernetes-incubator/kargo/issues
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
Please always generate and attach a diagnostic info tarball to submitted

View File

@ -36,7 +36,7 @@ file. Role distribution is as follows:
Using Kargo-cli
---------------
You can use `Kargo-cli <https://github.com/kubespray/kargo-cli>` tool to
You can use `Kargo-cli <https://github.com/kubernetes-incubator/kargo-cli>` tool to
generate Ansible inventory with some more complicated role distribution. Below
is an example you can use (indented for visual effect):

View File

@ -2,7 +2,7 @@ Fuel CCP installer
==================
Fuel CCP installer is a wrapper for a
`Kargo <https://github.com/kubespray/kargo>`_ installer.
`Kargo <https://github.com/kubernetes-incubator/kargo>`_ installer.
It uses Ansible CM tool to install Kubernetes clusters.
It also provides some extra tools and playbooks.

View File

@ -11,7 +11,7 @@ the admin node). Or it takes a ``workspace``, when the ``$ADMIN_IP`` refers to
not a ``local`` admin node. For example, if it is a VM.
Installer passes that data and inventory to
`Kargo <https://github.com/kubespray/kargo>`_ ansible installer.
`Kargo <https://github.com/kubernetes-incubator/kargo>`_ ansible installer.
For each inventory repo commit, it expects the following content of
the repo root directory:

View File

@ -25,7 +25,7 @@ SSH_OPTIONS="-A -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
SSH_OPTIONS_COPYID="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
VM_LABEL=${BUILD_TAG:-unknown}
KARGO_REPO=${KARGO_REPO:-https://github.com/kubespray/kargo.git}
KARGO_REPO=${KARGO_REPO:-https://github.com/kubernetes-incubator/kargo.git}
KARGO_COMMIT=${KARGO_COMMIT:-origin/master}
# Default deployment settings