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: Ie1be8a026e88eba235bce29fe0504e35e03afe8e
This commit is contained in:
parent
6518705276
commit
228dfe308a
@ -464,7 +464,7 @@ hardware type by default::
|
|||||||
SWIFT_TEMPURL_KEY=password
|
SWIFT_TEMPURL_KEY=password
|
||||||
|
|
||||||
# Enable Ironic plugin
|
# Enable Ironic plugin
|
||||||
enable_plugin ironic git://git.openstack.org/openstack/ironic
|
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||||
|
|
||||||
# Disable nova novnc service, ironic does not support it anyway.
|
# Disable nova novnc service, ironic does not support it anyway.
|
||||||
disable_service n-novnc
|
disable_service n-novnc
|
||||||
@ -560,7 +560,7 @@ hardware type by default::
|
|||||||
.. note::
|
.. note::
|
||||||
To check out an in-progress patch for testing, you can add a Git ref to the ``enable_plugin`` line. For instance::
|
To check out an in-progress patch for testing, you can add a Git ref to the ``enable_plugin`` line. For instance::
|
||||||
|
|
||||||
enable_plugin ironic git://git.openstack.org/openstack/ironic refs/changes/46/295946/15
|
enable_plugin ironic https://git.openstack.org/openstack/ironic refs/changes/46/295946/15
|
||||||
|
|
||||||
For a patch in review, you can find the ref to use by clicking the
|
For a patch in review, you can find the ref to use by clicking the
|
||||||
"Download" button in Gerrit. You can also specify a different git repo, or
|
"Download" button in Gerrit. You can also specify a different git repo, or
|
||||||
|
@ -20,7 +20,7 @@ description for DevStack is at :ref:`deploy_devstack`.
|
|||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
|
|
||||||
enable_plugin ironic git://git.openstack.org/openstack/ironic
|
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||||
|
|
||||||
IRONIC_STORAGE_INTERFACE=cinder
|
IRONIC_STORAGE_INTERFACE=cinder
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
# networking-generic-switch requires sudo to execute ovs-vsctl commands
|
# networking-generic-switch requires sudo to execute ovs-vsctl commands
|
||||||
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
|
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
|
||||||
export PROJECTS="openstack/networking-generic-switch $PROJECTS"
|
export PROJECTS="openstack/networking-generic-switch $PROJECTS"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin networking-generic-switch git://git.openstack.org/openstack/networking-generic-switch"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin networking-generic-switch https://git.openstack.org/openstack/networking-generic-switch"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_USE_LINK_LOCAL=True"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_USE_LINK_LOCAL=True"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_BRIDGE_MAPPINGS=mynetwork:brbm,public:br_ironic_vxlan"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_BRIDGE_MAPPINGS=mynetwork:brbm,public:br_ironic_vxlan"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_PHYSICAL_BRIDGE=brbm"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_PHYSICAL_BRIDGE=brbm"
|
||||||
@ -155,7 +155,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
|
||||||
|
@ -102,7 +102,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
|
||||||
|
@ -15,7 +15,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'
|
||||||
|
@ -15,7 +15,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'
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
Q_AGENT: openvswitch
|
Q_AGENT: openvswitch
|
||||||
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
ironic: git://git.openstack.org/openstack/ironic
|
ironic: https://git.openstack.org/openstack/ironic
|
||||||
zuul_copy_output:
|
zuul_copy_output:
|
||||||
'{{ devstack_base_dir }}/ironic-bm-logs': 'logs'
|
'{{ devstack_base_dir }}/ironic-bm-logs': 'logs'
|
||||||
devstack_services:
|
devstack_services:
|
||||||
@ -228,7 +228,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
|
||||||
devstack_services:
|
devstack_services:
|
||||||
s-account: True
|
s-account: True
|
||||||
s-container: True
|
s-container: True
|
||||||
@ -378,8 +378,8 @@
|
|||||||
TENANT_VLAN_RANGE: 100:150
|
TENANT_VLAN_RANGE: 100:150
|
||||||
VIRT_DRIVER: ironic
|
VIRT_DRIVER: ironic
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
ironic: git://git.openstack.org/openstack/ironic
|
ironic: https://git.openstack.org/openstack/ironic
|
||||||
networking-generic-switch: git://git.openstack.org/openstack/networking-generic-switch
|
networking-generic-switch: https://git.openstack.org/openstack/networking-generic-switch
|
||||||
zuul_copy_output:
|
zuul_copy_output:
|
||||||
'{{ devstack_base_dir }}/ironic-bm-logs': 'logs'
|
'{{ devstack_base_dir }}/ironic-bm-logs': 'logs'
|
||||||
devstack_services:
|
devstack_services:
|
||||||
|
Loading…
Reference in New Issue
Block a user