diff --git a/.zuul.yaml b/.zuul.yaml index aec9183c33..6ed1ae56f2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -100,7 +100,7 @@ tempest: true tls-proxy: false devstack_plugins: - trove: git://git.openstack.org/openstack/trove + trove: https://git.openstack.org/openstack/trove # NOTE(zhaochao): we have to override the default settings from the # the base devstack job about "SERVICE_HOST" and "HOST_IP", as trove # guestagent should use public addresses to access the underlying diff --git a/devstack/README.rst b/devstack/README.rst index c85d27f1b1..c044227d1d 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -17,7 +17,7 @@ Download DevStack .. sourcecode:: bash export DEVSTACK_DIR=~/devstack - git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR + git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR Enable the Trove plugin ======================= @@ -28,14 +28,14 @@ Enable the plugin by adding the following section to .. sourcecode:: bash [[local|localrc]] - enable_plugin trove git://git.openstack.org/openstack/trove + enable_plugin trove https://git.openstack.org/openstack/trove Optionally, a git refspec (branch or tag or commit) may be provided as follows: .. sourcecode:: bash [[local|localrc]] - enable_plugin trove git://git.openstack.org/openstack/trove + enable_plugin trove https://git.openstack.org/openstack/trove Run the DevStack utility ======================== diff --git a/integration/scripts/trovestack.rc b/integration/scripts/trovestack.rc index 928f08b2a7..279f9d318e 100644 --- a/integration/scripts/trovestack.rc +++ b/integration/scripts/trovestack.rc @@ -56,7 +56,7 @@ PATH_TRIPLEO_ELEMENTS=$DEST/tripleo-image-elements # Save the state of TROVE_BRANCH first, since it's used in trovestack TROVE_BRANCH_ORIG=${TROVE_BRANCH} # Devstack and OpenStack git repo source paths, etc. -GIT_BASE=${GIT_BASE:-git://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://git.openstack.org} GIT_OPENSTACK=${GIT_OPENSTACK:-${GIT_BASE}/openstack} DEVSTACK_REPO=${DEVSTACK_REPO:-${GIT_BASE}/openstack-dev/devstack.git} TROVE_REPO=${TROVE_REPO:-${GIT_OPENSTACK}/trove.git} diff --git a/playbooks/legacy/grenade-dsvm-trove/run.yaml b/playbooks/legacy/grenade-dsvm-trove/run.yaml index b37521b36b..11d7ef831e 100644 --- a/playbooks/legacy/grenade-dsvm-trove/run.yaml +++ b/playbooks/legacy/grenade-dsvm-trove/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'