From 7ce15f00f49b9d608994d3a88ff8599000bfe02c Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Sun, 1 Jul 2018 15:47:37 -0500 Subject: [PATCH] Fix dev deploy guide vars.yaml reference This updates the dev deploy guide to point to the new location of the playbooks vars.yaml. Change-Id: I5827049cd75ecb13044e85a09cc12090a2c8e9a4 --- doc/source/install/developer/kubernetes-and-common-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index 737e6dcc67..efc139e452 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -40,7 +40,7 @@ Alternatively, this step can be performed by running the script directly: ./tools/deployment/developer/common/010-deploy-k8s.sh This command will deploy a single node KubeADM administered cluster. This will -use the parameters in ``${OSH_INFRA_PATH}/tools/gate/playbooks/vars.yaml`` to control the +use the parameters in ``${OSH_INFRA_PATH}/playbooks/vars.yaml`` to control the deployment, which can be over-ridden by adding entries to ``${OSH_INFRA_PATH}/tools/gate/devel/local-vars.yaml``.