control-tower 0.8.1
Introduces a better grafana dashboard. @gerhard very graciously allowed us to use the dashboard he created for monitoring the RabbitMQ Concourse.
Highlights:
- The web vm will now be on the 7th IP of the public CIDR (10.0.0.7 by default). We were reserving this as a static IP in the cloud config but not assigning it to the VM in the manifest which resulted in the web VM being on the 8th IP instead. This was an oversight on our part which has now been rectified.
- We have replaced Riemann with Telegraf as the server agent for collecting metrics
- Metrics are now collected from both the web VM and the worker(s). Before we only captured metrics from the former.
- The web VM now has a persistent disk which allows for metrics history to persist through web VM recreates.
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-xenial-go_agent 170.118
- Director stemcell bosh-aws-xen-hvm-ubuntu-xenial-go_agent https://s3.amazonaws.com/bosh-aws-light-stemcells/456.12/light-bosh-stemcell-456.12-aws-xen-hvm-ubuntu-xenial-go_agent.tgz
- Concourse 5.4.1
- Garden RunC
- BOSH 270.5.0
- BOSH AWS CPI 77
- BPM 1.1.3
- Credhub 2.5.0
- Grafana 13.3.0
- InfluxDB 8.0.4
- Riemann
- UAA 70.0
- BOSH CLI https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-5.0.1-linux-amd64
- Terraform https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-xenial-go_agent 170.118
- Director stemcell bosh-google-kvm-ubuntu-xenial-go_agent https://s3.amazonaws.com/bosh-gce-light-stemcells/456.12/light-bosh-stemcell-456.12-google-kvm-ubuntu-xenial-go_agent.tgz
- Concourse 5.4.1
- Garden RunC
- BOSH 270.5.0
- BOSH GCP CPI 29.0.1
- BPM 1.1.3
- Credhub 2.5.0
- Grafana 13.3.0
- InfluxDB 8.0.4
- Riemann
- UAA 70.0
- BOSH CLI https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-5.0.1-linux-amd64
- Terraform https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip
Note to build locally you will need to clone control-tower-ops (version 0.0.115) to the same level as control-tower to get the required manifests and ops files.