theforeman / foreman-infra

Puppet modules and scripts to manage Foreman project infrastructure
https://theforeman.github.io/foreman-infra
Apache License 2.0
23 stars 51 forks source link

Add IPv6 to Discourse #1946

Open ekohl opened 1 year ago

ekohl commented 1 year ago

Previously we had an AAAA record, but since it's hosted in Docker (which has its own networking) it served a permission denied. Due to happy eyeballs few people noticed this. Proper support requires Docker to be (re)configured.

It looks like we need to route a /64 subnet to discourse01 and then assign that to a Docker network.

evgeni commented 1 year ago

Maybe relevant: https://github.com/discourse/discourse_docker/pull/701