From e21dc50fddc7e915766541baf3777c083b4811b3 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 16 Apr 2018 14:21:35 +0000 Subject: [PATCH] Update readme --- zaza/charm_lifecycle/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/zaza/charm_lifecycle/README.md b/zaza/charm_lifecycle/README.md index 1f02c8c..d96c39c 100644 --- a/zaza/charm_lifecycle/README.md +++ b/zaza/charm_lifecycle/README.md @@ -41,9 +41,17 @@ the bundle. In addition to the specified bundle the overlay template directory will be searched for a corresponding template (\.j2). If one is found -then the overlay will be rendered using environment variables starting with -OS\_ as a context. The rendered overlay will be used on -top of the specified bundle at deploy time. +then the overlay will be rendered using environment variables a specific set +of environment variables as conext. Currently these are: + + * FIP\_RANGE + * GATEWAY + * NAME\_SERVER + * NET\_ID + * OS\_\* + * VIP\_RANGE + +The rendered overlay will be used on top of the specified bundle at deploy time. To run manually: