From fbd8c89180a4083bebdc2b65563fcdf74a13fb1b Mon Sep 17 00:00:00 2001 From: Stanislav Egorov Date: Thu, 28 May 2020 09:11:03 -0700 Subject: [PATCH] Fixed local scripts Added remote_work_dir for template to use the same config options that we have for regular gate. Without this change when we run local srcipts we have a conflict when 'airshipctl cluster init' tried to use manifests from '/tmp/airship' which is targetPath from airconfig. But 'airshipctl document pull' downloded manifests to '/tmp/airship/airshipctl' Change-Id: I1eaa2f7525471c756f79a0bc1dd566124f40d531 --- tools/gate/config_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gate/config_template.yaml b/tools/gate/config_template.yaml index e73134b3f..71f4d728e 100644 --- a/tools/gate/config_template.yaml +++ b/tools/gate/config_template.yaml @@ -28,3 +28,4 @@ proxy: http: "$HTTP_PROXY" https: "$HTTPS_PROXY" noproxy: "$NO_PROXY" +remote_work_dir: "/tmp/airship"