Use https links for documentation
Use https instead of http to ensure the safety. Change-Id: I42c5cc28828eceae10bb814036ae697e33803a4d
This commit is contained in:
parent
04b17e4a06
commit
6ecc908129
@ -1,14 +1,14 @@
|
||||
If you would like to contribute to the development of OpenStack, you must
|
||||
follow the steps in this page:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html
|
||||
https://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
If you already have a good understanding of how the system works and your
|
||||
OpenStack accounts are set up, you can skip to the development workflow
|
||||
section of this documentation to learn how changes to OpenStack should be
|
||||
submitted for review via the Gerrit tool:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
kuryr-kubernetes Style Commandments
|
||||
===============================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
|
||||
|
10
README.rst
10
README.rst
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/kuryr-kubernetes.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/kuryr-kubernetes.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -19,9 +19,9 @@ OpenStack VMs and Kubernetes Pods on the same Neutron network if your workloads
|
||||
require it or to use different segments and, for example, route between them.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: http://docs.openstack.org/developer/kuryr-kubernetes
|
||||
* Source: http://git.openstack.org/cgit/openstack/kuryr-kubernetes
|
||||
* Bugs: http://bugs.launchpad.net/kuryr-kubernetes
|
||||
* Documentation: https://docs.openstack.org/developer/kuryr-kubernetes
|
||||
* Source: https://git.openstack.org/cgit/openstack/kuryr-kubernetes
|
||||
* Bugs: https://bugs.launchpad.net/kuryr-kubernetes
|
||||
* Overview and demo: http://superuser.openstack.org/articles/networking-kubernetes-kuryr
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ Vagrant provisioning.
|
||||
For example, to use OVN as the Neutron plugin with Kuryr, you can create a
|
||||
"user_local.conf" with the following configuration:
|
||||
|
||||
enable_plugin networking-ovn http://git.openstack.org/openstack/networking-ovn
|
||||
enable_plugin networking-ovn https://git.openstack.org/openstack/networking-ovn
|
||||
enable_service ovn-northd
|
||||
enable_service ovn-controller
|
||||
disable_service q-agt
|
||||
|
@ -15,12 +15,12 @@
|
||||
# OpenStack CI job that runs DevStack + kuryr. You can find the CI job
|
||||
# configuration here:
|
||||
#
|
||||
# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml
|
||||
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml
|
||||
#
|
||||
|
||||
VARIANT=${1:-default}
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes http://git.openstack.org/openstack/kuryr-kubernetes"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes https://git.openstack.org/openstack/kuryr-kubernetes"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
|
||||
export OVERRIDE_ENABLED_SERVICES=neutron,q-svc,key,mysql,rabbit,docker,etcd,kubernetes-api,kubernetes-controller-manager,kubernetes-scheduler,kubelet,kuryr-kubernetes,q-lbaasv2
|
||||
|
||||
|
@ -5,7 +5,7 @@ description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/developer/kuryr-kubernetes/
|
||||
home-page = https://docs.openstack.org/developer/kuryr-kubernetes/
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
Loading…
x
Reference in New Issue
Block a user