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: I37d57e12ebe5af5f02429831fe3249c5da0d1bad
This commit is contained in:
Ian Wienand 2019-03-24 20:36:10 +00:00
parent 8d69865d6e
commit d6d27752ad
3 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ KUBERNETES_MASTER_IP=${SERVICE_HOST}
# sudo kubeadm token list | awk '/kubeadm/{print $1}'
KUBEADM_TOKEN="token"
CONTAINER_CIDR="10.244.2.0/24"
enable_plugin stackube git://git.openstack.org/openstack/stackube
enable_plugin stackube https://git.openstack.org/openstack/stackube
enable_service stackube
# Enable kubernetes node components
enable_service kubernetes_node

View File

@ -19,12 +19,12 @@ enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-svc
enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas stable/ocata
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/ocata
enable_service q-lbaasv2
NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
# Kubernetes
enable_plugin stackube git://git.openstack.org/openstack/stackube
enable_plugin stackube https://git.openstack.org/openstack/stackube
enable_service stackube
# Enable kubernetes master components
enable_service kubernetes_master
@ -32,4 +32,4 @@ enable_service kubernetes_master
# Cinder
ENABLE_CEPH_CINDER=True
enable_service cinder c-api c-vol c-sch c-bak
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph
enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph

View File

@ -10,7 +10,7 @@ Getting the code
Grab the code:
::
git clone git://git.openstack.org/openstack/stackube
git clone https://git.openstack.org/openstack/stackube
==================================
Spawn up Kubernetes and OpenStack