---
runtime_repo: https://github-enterprise.px.ftw/execution/runtime.git
runtime_version: master
runtime_dir: /opt/runtime
controller_repo: https://github-enterprise.px.ftw/Controller/BlueController.git
controller_version: master
controller_dir: /usr/local/src/BlueController
playbook_repo: https://github-enterprise.px.ftw/plan-construction/playbook.git
playbook_version: master
plan_dir: /opt/plan
pip_cachedir: /opt/pipcache
pip_args: "--no-index -f {{pip_cachedir}}/"
nsq_uri: http://ns1.px.ftw/~bdennis/nsq-0.2.31.linux-amd64.go1.3.tar.gz
nsq_unpacked: nsq-0.2.31.linux-amd64.go1.3
nsq_dir: /opt/nsq
docker_registry: docker.px.ftw
sshd_image: "{{docker_registry}}/base/sshd:latest"
luna_image: "{{docker_registry}}/px_core/px-luna:latest"
blue_builder_image: "{{docker_registry}}/px_controller/blue_builder:latest"
grey_builder_image: "{{docker_registry}}/px_controller/grey_builder:latest"
subnet: 186.192.0.0
subnet_prefix: 16
gw_ip: 186.192.0.0
plan_master_ip: 186.192.0.1
luna_ip: 186.192.0.2
nsq_ip: 127.0.0.1
gwname: gw
bridgedev: baconet0
# If we're bridging outside of this docker cloud, the larger subnet's prefix
wsubnet_prefix: 0
wsubnet: 186.192.0.0
i_wlink: pancetta1
e_wlink: pancetta0
have_WAS: "{{wsubnet_prefix>0}}"
detached: false
git_update: "{{'no' if detached|bool else 'yes'}}"
keep_builder: false
# Pre-deployment doesn't fully work at the moment.  We'll revisit the default when it does.
deployer: true
# This should be changed to "false" once the latest version on pypi-internal is reliably good.
reinstall_runtime: true
capture_bridges: false
