Merge "Add out-of-date warning to openstack-helm gates README"
This commit is contained in:
commit
6a008d22eb
tools/gate
@ -1,6 +1,11 @@
|
|||||||
Openstack-Helm Gate Scripts
|
Openstack-Helm Gate Scripts
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
.. warning:: These scripts are out of date. For all development and single node
|
||||||
|
evaluation purposes, please reference the All-in-One installation_ docs instead.
|
||||||
|
|
||||||
|
.. _installation: https://docs.openstack.org/openstack-helm/latest/install/developer/all-in-one.html
|
||||||
|
|
||||||
These scripts are used in the OpenStack-Helm Gates and can also be run
|
These scripts are used in the OpenStack-Helm Gates and can also be run
|
||||||
locally to aid development and for demonstration purposes. Please note
|
locally to aid development and for demonstration purposes. Please note
|
||||||
that they assume full control of a machine, and may be destructive in
|
that they assume full control of a machine, and may be destructive in
|
||||||
|
@ -23,8 +23,8 @@ source /etc/os-release
|
|||||||
export HOST_OS=${HOST_OS:="${ID}"}
|
export HOST_OS=${HOST_OS:="${ID}"}
|
||||||
|
|
||||||
# Set versions of K8s and Helm to use
|
# Set versions of K8s and Helm to use
|
||||||
export HELM_VERSION=${HELM_VERSION:-"v2.6.1"}
|
export HELM_VERSION=${HELM_VERSION:-"v2.7.2"}
|
||||||
export KUBE_VERSION=${KUBE_VERSION:-"v1.8.2"}
|
export KUBE_VERSION=${KUBE_VERSION:-"v1.9.0"}
|
||||||
|
|
||||||
# Set K8s-AIO options
|
# Set K8s-AIO options
|
||||||
export KUBECONFIG=${KUBECONFIG:="${HOME}/.kubeadm-aio/admin.conf"}
|
export KUBECONFIG=${KUBECONFIG:="${HOME}/.kubeadm-aio/admin.conf"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user