diff --git a/bindep.txt b/bindep.txt index a145f8b4..2ec4cce8 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,7 +3,7 @@ # # See the following for details: # - http://docs.openstack.org/infra/bindep/ -# - https://github.com/openstack-infra/bindep +# - https://git.openstack.org/openstack-infra/bindep # # Even if the role does not make use of this facility, it # is better to have this file empty, otherwise OpenStack-CI diff --git a/cluster_metrics/readme.rst b/cluster_metrics/readme.rst index da950838..e872c7b3 100644 --- a/cluster_metrics/readme.rst +++ b/cluster_metrics/readme.rst @@ -19,7 +19,7 @@ Clone the OPS repo .. code-block:: bash cd /opt - git clone https://github.com/openstack/openstack-ansible-ops + git clone https://git.openstack.org/openstack/openstack-ansible-ops Copy the env.d files into place diff --git a/multi-node-aio/deploy-osa.sh b/multi-node-aio/deploy-osa.sh index 1f090316..4becf005 100755 --- a/multi-node-aio/deploy-osa.sh +++ b/multi-node-aio/deploy-osa.sh @@ -25,7 +25,7 @@ ssh_agent_reset apt-get install -y git tmux # Clone the OSA source code -git clone https://github.com/openstack/openstack-ansible /opt/openstack-ansible || true +git clone https://git.openstack.org/openstack/openstack-ansible /opt/openstack-ansible || true # Ensure the "/etc/openstack_deploy" exists mkdir_check "/etc/openstack_deploy"