diff options
Diffstat (limited to 'example.env')
-rw-r--r-- | example.env | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/example.env b/example.env index 6a9747c..1149b10 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,9 @@ -# this env vars are all for development purposes -# use local.pkrvars.hcl for production +# vars: +# - .env building vars: control building process +# - vyos.pkrvars.hcl image vars: define image parameters - git default +# - local.pkrvars.hcl image vars: define image parameters - clone vyos.pkrvars.hcl to override it locally + # PACKER_LOG=1 will show more packer output (leave 0 for automated packer deployments reduce verbosity) PACKER_LOG=1 @@ -15,16 +18,18 @@ VNC_PORT_FIXED=5900 HOST_PORT_FIXED=2222 # Seconds before shutdown (put few 300 or 600 if need to access ssh for developing on packer-vyos) -SLEEP_BEFORE_SHUTDOWN=0 +SLEEP_BEFORE_SHUTDOWN=0 + + -# Recommendation for development : +# Recommendation for development: # VNC_PORT_FIXED=5900 # HOST_PORT_FIXED=2222 # PACKER_LOG=1 # PARALLEL_BUILDS=1 -# SLEEP_BEFORE_SHUTDOWN=300 +# SLEEP_BEFORE_SHUTDOWN=300 -# Recommendation for production: +# Recommendation for automated building/production: # PARALLEL_BUILDS=1 # PACKER_LOG=0 # SLEEP_BEFORE_SHUTDOWN=0 |