You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
It is possible to use the bosh Director as DNS server for deployments. On our Openstack Environment, the downtime for compilation is about 19-20 minutes. During this time, deployments using the DNS of the Bosh Director are unable to access a DNS server. One way to improve that behavior would be the option to use a Compile VM, instead of compiling on the new director.
As a Cloud Operator
I want to upgrade the Bosh director with minimal downtime for deployments
I want to have minimal downtime of the resurrection service and cloud monitoring
The text was updated successfully, but these errors were encountered:
@cppforlife Any update on this?
We face a similar issue, as we rely on the BOSH heartbeat metrics to monitor our environment, and everytime we upgrade a BOSH with bosh-init we have a 20-30min. gap with lot's of alerts going off. Drives our Ops guys crazy. 😄
Otherwise we might have to think about going back to a 2-layer microbosh->bosh style of deployment, with the first BOSH being deployed with bosh-init, and then the actual main BOSH as a bosh deployment itself on the first one.
(We already have several other "secondary" BOSHes per environment that are deployed via the main BOSH like this, and there each update only takes about 1-2min., which is what we'd like to aim for for the main BOSH too)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is possible to use the bosh Director as DNS server for deployments. On our Openstack Environment, the downtime for compilation is about 19-20 minutes. During this time, deployments using the DNS of the Bosh Director are unable to access a DNS server. One way to improve that behavior would be the option to use a Compile VM, instead of compiling on the new director.
As a Cloud Operator
The text was updated successfully, but these errors were encountered: