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:
		| @@ -25,7 +25,7 @@ KUBERNETES_MASTER_IP=${SERVICE_HOST} | |||||||
| # sudo kubeadm token list | awk '/kubeadm/{print $1}' | # sudo kubeadm token list | awk '/kubeadm/{print $1}' | ||||||
| KUBEADM_TOKEN="token" | KUBEADM_TOKEN="token" | ||||||
| CONTAINER_CIDR="10.244.2.0/24" | 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_service stackube | ||||||
| # Enable kubernetes node components | # Enable kubernetes node components | ||||||
| enable_service kubernetes_node | enable_service kubernetes_node | ||||||
|   | |||||||
| @@ -19,12 +19,12 @@ enable_service q-agt | |||||||
| enable_service q-dhcp | enable_service q-dhcp | ||||||
| enable_service q-l3 | enable_service q-l3 | ||||||
| enable_service q-svc | 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 | enable_service q-lbaasv2 | ||||||
| NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default" | NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default" | ||||||
|  |  | ||||||
| # Kubernetes | # Kubernetes | ||||||
| enable_plugin stackube git://git.openstack.org/openstack/stackube | enable_plugin stackube https://git.openstack.org/openstack/stackube | ||||||
| enable_service stackube | enable_service stackube | ||||||
| # Enable kubernetes master components | # Enable kubernetes master components | ||||||
| enable_service kubernetes_master | enable_service kubernetes_master | ||||||
| @@ -32,4 +32,4 @@ enable_service kubernetes_master | |||||||
| # Cinder | # Cinder | ||||||
| ENABLE_CEPH_CINDER=True | ENABLE_CEPH_CINDER=True | ||||||
| enable_service cinder c-api c-vol c-sch c-bak | 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 | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ Getting the code | |||||||
| Grab 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 | Spawn up Kubernetes and OpenStack | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ian Wienand
					Ian Wienand