From 124a58aa5d4b0398c4093284d8e3ff9d68378c16 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: May 19 2020 17:30:17 +0000 Subject: [sysadmin/dns] update sop to reflect ansible on pagure and double commits for tracking --- diff --git a/docs/sysadmin-guide/sops/dns.rst b/docs/sysadmin-guide/sops/dns.rst index 141d874..8f36e23 100644 --- a/docs/sysadmin-guide/sops/dns.rst +++ b/docs/sysadmin-guide/sops/dns.rst @@ -16,7 +16,7 @@ of the zone changes will actually work before they are allowed. DNS Infrastructure SOP ====================== -We have 5 DNS servers: +We have 7 DNS servers: ns02.fedoraproject.org hosted at ibiblio (ipv6 enabled) @@ -28,6 +28,10 @@ ns05.fedoraproject.org hosted at internetx (ipv6 enabled) ns13.rdu2.fedoraproject.org in rdu2, internal to rdu2. +ns01.iad2.fedoraproject.org + in iad2, internal to iad2. +ns02.iad2.fedoraproject.org + in iad2, internal to iad2. Contents ======== @@ -59,7 +63,7 @@ Contact: Location: ServerBeach and ibiblio and internetx and phx2. Servers: - ns01, ns02, ns03.phx2, ns04, ns05 + ns02, ns03.phx2, ns04, ns05, ns13.rdu2, ns01.iad2, ns02.iad2 Purpose: Provides DNS to our users @@ -128,6 +132,14 @@ If you need to edit one of the domains in the above list: - check the file for validity by running: ``python fedoraproject.org.cfg`` looking for errors or tracebacks. +When complete run: + + git add . + git commit -a -m 'description of your change here' + +It is important to commit this before running the do-domains script +as it makes it easier to track the changes. + In all cases then run: - ``./do-domains`` @@ -162,9 +174,9 @@ DNS update DNS config files are ansible managed on batcave01. -From batcave01:: +From your local machine run:: - git clone /git/ansible + git clone ssh://git@pagure.io/fedora-infra/ansible.git cd ansible/roles/dns/files/ ...make changes needed... git commit -m "What you did"