From: Peter Palfrader Date: Sat, 11 Oct 2014 09:47:27 +0000 (+0200) Subject: Add static-mirroring, II X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=614420800347ac889aa392478c498d1007bdb39a Add static-mirroring, II --- diff --git a/input/howto/static-component.creole b/input/howto/static-component.creole new file mode 100644 index 0000000..711cc55 --- /dev/null +++ b/input/howto/static-component.creole @@ -0,0 +1,36 @@ += static mirroring + +The static mirroring system mirrors //components//, i.e. directory trees from +their individual //source// hosts via //static-master// hosts to the +//static-mirrors//. + +The static-master can be configured per source. The mirrors are the same set +for all components. + +== Adding a new static component + +Using already configured source and master hosts. + +* Pick a component name, e.g., {{{debaday.debian.net}}} + +* Pick/Learn source host, pick a master, and add to {{{dsa-puppet/modules/roles/files/static-mirroring/static-components.conf}}}: +{{{ + # + dillon.debian.org debaday.debian.net dillon.debian.org /srv/debaday.debian.net/htdocs +}}} + +* Give sudo to run the right {{{static-update-component}}} to the appropriate group: +{{{ + /usr/sbin/visudo -f dsa-puppet/modules/sudo/files/sudoer +}}} +and add something like +{{{ + lucas dillon=(staticsync) NOPASSWD: /usr/local/bin/static-update-component debaday.debian.net +}}} + +* Add the vhost config on mirrors: +{{{ + vi dsa-puppet/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +}}} + +* run puppet on the master, the source, and all the mirrors. Check {{{dsa-puppet/hieradata/common.yaml}}.