Move environment variable settings to bootstrap_environment step

Environment variables were initialised in bootstrap_environment step,
and therefore further updates should be done after that.

E.g.
export ENGINE_ANSIBLE_PARAMS+=" -e engine_path=${ENGINE_PATH}"

ENGINE_ANSIBLE_PARAMS must be initialised first before executing the appending.

Change-Id: I3b7282cc9d86023e63e26805f980b24bc09729d6
2 files changed
tree: 525142e3bef8ded5f35151ef95b903c5ed5ef0d5
  1. engine/
  2. .gitignore
  3. .gitreview
  4. README.md
README.md

This repository will hold the core deployment engine.

More info TBD.