summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:51 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:51 +0000
commit110257b4f50596ec2e2f4ac72ff038ce48a2905d (patch)
tree96c3e34a7cef4a09698c140146c508a73bf24a59
parente945946df4b2bbd050c9f7b2ca3b8a3722b1f69b (diff)
downloadpython-ironicclient-110257b4f50596ec2e2f4ac72ff038ce48a2905d.tar.gz
Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I93314f6964c0a1b5c898517f7b0755b58af40859
-rw-r--r--playbooks/legacy/ironicclient-dsvm-functional/run.yaml4
-rw-r--r--playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/legacy/ironicclient-dsvm-functional/run.yaml b/playbooks/legacy/ironicclient-dsvm-functional/run.yaml
index 2fcd628..101730b 100644
--- a/playbooks/legacy/ironicclient-dsvm-functional/run.yaml
+++ b/playbooks/legacy/ironicclient-dsvm-functional/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'
@@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
- enable_plugin ironic git://git.openstack.org/openstack/ironic
+ enable_plugin ironic https://git.openstack.org/openstack/ironic
IRONIC_DEPLOY_DRIVER=fake
# neutron is not enabled here
IRONIC_ENABLED_NETWORK_INTERFACES=noop
diff --git a/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml b/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml
index a8342ea..9db1107 100644
--- a/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml
+++ b/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml
@@ -18,7 +18,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'
@@ -145,7 +145,7 @@
# Pull in the EARLY variables injected by the optional builders
source ironic-vars-early
- export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic git://git.openstack.org/openstack/ironic"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic https://git.openstack.org/openstack/ironic"
# Ensure the ironic-EXTRA-vars file exists
touch ironic-extra-vars