We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fc530 commit c0f6637Copy full SHA for c0f6637
kayobe-env
@@ -17,3 +17,18 @@ echo "Using Kayobe config from $KAYOBE_CONFIG_ROOT"
17
18
export KAYOBE_CONFIG_PATH=$KAYOBE_CONFIG_ROOT/etc/kayobe
19
export KOLLA_CONFIG_PATH=$KAYOBE_CONFIG_ROOT/etc/kolla
20
+
21
+# NOTE: These paths can be modified depending on the local environment.
22
+# These defaults are set based on the following directory structure:
23
+#
24
+# ${base_path}/
25
+# src/
26
+# kayobe/
27
+# kayobe-config/
28
+# kolla-ansible/
29
+# venvs/
30
31
32
+base_path=$(realpath $KAYOBE_CONFIG_ROOT/../../)
33
+export KOLLA_SOURCE_PATH=${KOLLA_SOURCE_PATH:-${base_path}/src/kolla-ansible}
34
+export KOLLA_VENV_PATH=${KOLLA_VENV_PATH:-${base_path}/venvs/kolla-ansible}
0 commit comments