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: I93df04e0b97e6d71218f881cf0c06ee676aa3690
This commit is contained in:
parent
ce9d0ef721
commit
b7cfa917b5
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -98,7 +98,7 @@
|
|||||||
# Pull in the EARLY variables injected by the optional builders
|
# Pull in the EARLY variables injected by the optional builders
|
||||||
source ironic-vars-early
|
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
|
# Ensure the ironic-EXTRA-vars file exists
|
||||||
touch ironic-extra-vars
|
touch ironic-extra-vars
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -95,7 +95,7 @@
|
|||||||
# Pull in the EARLY variables injected by the optional builders
|
# Pull in the EARLY variables injected by the optional builders
|
||||||
source ironic-vars-early
|
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
|
# Ensure the ironic-EXTRA-vars file exists
|
||||||
touch ironic-extra-vars
|
touch ironic-extra-vars
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -99,7 +99,7 @@
|
|||||||
# Pull in the EARLY variables injected by the optional builders
|
# Pull in the EARLY variables injected by the optional builders
|
||||||
source ironic-vars-early
|
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
|
# Ensure the ironic-EXTRA-vars file exists
|
||||||
touch ironic-extra-vars
|
touch ironic-extra-vars
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -95,7 +95,7 @@
|
|||||||
# Pull in the EARLY variables injected by the optional builders
|
# Pull in the EARLY variables injected by the optional builders
|
||||||
source ironic-vars-early
|
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
|
# Ensure the ironic-EXTRA-vars file exists
|
||||||
touch ironic-extra-vars
|
touch ironic-extra-vars
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
SWIFT_ENABLE_TEMPURLS: True
|
SWIFT_ENABLE_TEMPURLS: True
|
||||||
SWIFT_TEMPURL_KEY: secretkey
|
SWIFT_TEMPURL_KEY: secretkey
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
ironic-inspector: git://git.openstack.org/openstack/ironic-inspector
|
ironic-inspector: https://git.openstack.org/openstack/ironic-inspector
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-buildimage-base
|
name: ironic-python-agent-buildimage-base
|
||||||
|
Loading…
Reference in New Issue
Block a user