Replace github with git.o.o

Change-Id: Id1ec52d14ecac9fd68b261c2be0e1dcdabbf7d81
This commit is contained in:
Joshua Hesketh 2016-11-02 12:15:48 +11:00
parent baf0553a36
commit 66b017144f
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# #
# See the following for details: # See the following for details:
# - http://docs.openstack.org/infra/bindep/ # - 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 # Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI # is better to have this file empty, otherwise OpenStack-CI

View File

@ -19,7 +19,7 @@ Clone the OPS repo
.. code-block:: bash .. code-block:: bash
cd /opt 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 Copy the env.d files into place

View File

@ -25,7 +25,7 @@ ssh_agent_reset
apt-get install -y git tmux apt-get install -y git tmux
# Clone the OSA source code # 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 # Ensure the "/etc/openstack_deploy" exists
mkdir_check "/etc/openstack_deploy" mkdir_check "/etc/openstack_deploy"