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
Updated format for providing TLS certificates to router. Specifically, router_ssl.private_key and router_ssl.certificate have been replaced with tls_pem.
cc-clock job is deployed with two instances.
Ops-files
New Ops-files
operations/rename-deployment.yml allows operators to rename the their deployment. That includes updates to the metron deployment name, which was originally submitted by @jsievers from SAP. Thanks for the help!
operations/rename-network.yml allows operators to choose a different network name for all jobs in the manifest.
operations/enable-cc-rate-limiting.yml configured Cloud Controllers to rate limit requests. The ops-file requires operators to provide variables cc_rate_limiter_general_limit and cc_rate_limit_unauthenticated_limit.
operations/experimental/skip-consul-locks.yml configures bbs, auctioneer, and tps to skip acquiring locks via consul, so that they can be configured to use locket instead. This is still an experimental feature.
Updated Ops-files
operations/experimental/use-grootfs.yml has been updated to enable graph cleanup immediately.