-
$TURBINE_ENVIRONMENTis the environment variable used to designate the GBE environment that GBE should work with. Such an environment is made of abosh-environmentsubsystem and its relatedbosh-configs subsystems for the cloud config and runtime config. -
source <(./bin/gbe env)to get thegbeCLI added to your shell$PATH. (this syntax requires Bash version 4+) -
gbe upto converge the infrastructure. -
source <(./bin/gbe env)to load the new environment variables, now that the BOSH environment is created. -
gbe converge all: to converge allbosh-deploymentsubsystems. You will need 30+ GB RAM for the complete Easy Foundry environment. If you want to deploy only a subset of Easy Foundry, thes list the subsystems withgbe converge listand then deploy the subsystems you need withgbe converge <subsys> -n, one by one.
-
gbe update <cloud-config|runtime-config>when changes have been made to the cloud config or the runtime config. -
gbe converge -y <subsys> [<subsys> ...]to converge a specific subsystem that has been modified. -
gbe uporgbe convergeto converge GBE environment when its desired state has been modified. (And then environment variables should be reloaded withsource <(./bin/gbe env).)
-
gbe delete allto delete all infrastructure modules. -
gbe downto delete the base GBE environment. (All infrastructure modules should be deleted prior to deleting the environment.)