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
This commit is contained in:
Matt McEuen 2018-07-01 15:47:37 -05:00
parent c465f5b2b8
commit 7ce15f00f4

View File

@ -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``.