boulder/test/config-next
Jacob Hoffman-Andrews dbcb16543e Start using multiple-IP hostnames for load balancing (#3687)
We'd like to start using the DNS load balancer in the latest version of gRPC. That means putting all IPs for a service under a single hostname (or using a SRV record, but we're not taking that path). This change adds an sd-test-srv to act as our service discovery DNS service. It returns both Boulder IP addresses for any A lookup ending in ".boulder". This change also sets up the Docker DNS for our boulder container to defer to sd-test-srv when it doesn't know an answer.

sd-test-srv doesn't know how to resolve public Internet names like `github.com`. Resolving public names is required for the `godep-restore` test phase, so this change breaks out a copy of the boulder container that is used only for `godep-restore`.

This change implements a shim of a DNS resolver for gRPC, so that we can switch to DNS-based load balancing with the currently vendored gRPC, then when we upgrade to the latest gRPC we won't need a simultaneous config update.

Also, this change introduces a check at the end of the integration test that each backend received at least one RPC, ensuring that we are not sending all load to a single backend.
2018-05-23 09:47:14 -04:00
..
admin-revoker.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
ca.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
cert-checker.json Run certlint in cert-checker (#3550) 2018-03-15 17:42:58 +00:00
contact-exporter.json notify-mailer/contact-exporter bug fixes & documentation (#2016) 2016-07-06 14:15:22 -04:00
expiration-mailer.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
notify-mailer.json notify-mailer/contact-exporter bug fixes & documentation (#2016) 2016-07-06 14:15:22 -04:00
ocsp-responder.json Fix issuerCert in test configs. (#3310) 2018-01-09 07:56:39 -05:00
ocsp-updater.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
orphan-finder.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
publisher.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
ra.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
sa.json Allow configuring gRPC's MaxConcurrentStreams (#3642) 2018-04-12 17:17:17 -04:00
va-remote-a.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
va-remote-b.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
va.json Run gRPC backends on multiple IPs instead of multiple ports (#3679) 2018-05-07 10:38:31 -07:00
wfe.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00
wfe2.json Start using multiple-IP hostnames for load balancing (#3687) 2018-05-23 09:47:14 -04:00