gstanden / orabuntu-lxc

Developer and User Guide
https://gstanden.github.io/
GNU General Public License v3.0
46 stars 15 forks source link

NS replica create tar.gz replica archive on-demand #122

Closed gstanden closed 3 years ago

gstanden commented 6 years ago

Currently, the nameserver replication is done by shipping the tar.gz file of the nameserver LXC containers as written once when the HUB host was created. It would be better if the tar.gz was created dynamically so that latest changes or reconfigurations of the nameserver, if any, would be passed to new GRE hosts when the replicas are created.

gstanden commented 3 years ago

Decided against implementation of this. Instead have re-engineered the updated mechanism and the landing zone for the DNS updates tar.gz file. The landing zone is now a lxc.mount in the config of the nameserver LXC DNS DHCP container and is working very well. Eventually multi-master replication should be possible to configure. Currently there is one master and all others get their updates from the master (HUB host).