brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
426 stars 66 forks source link

command line args aren't passed through to brooklyn.sh #297

Closed johnmccabe closed 8 years ago

johnmccabe commented 8 years ago

Attempting to start clocker on the command line with brooklyn persistence args fails, there is a ${PERSISTENCE_FLAGS} envvar passed through to brooklyn but not populated by the clocker.sh script.

# ./bin/clocker.sh --persist auto
Cannot find blueprint for network auto
Supported network options: weave, calico, host, localhost
grkvlt commented 8 years ago

See the ./bin/persist.sh script for an example of PERSISTENCE_FLAGS variable usage

johnmccabe commented 8 years ago

Ah, thanks @grkvlt, I'd just been setting the var in my local env when starting clocker.sh.