You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

DNS/Netbox: Difference between revisions

From Wikitech-static
< DNS
Jump to navigation Jump to search
imported>CRusnov
(→‎What is changing: Minor editorial changes, fixing some language and clarifying a few parts.)
imported>Volans
m (Add commas. (thanks ema))
Line 1: Line 1:
IP allocations is moving to [[Netbox]] that will be our IPAM and DNS records will be automatically generated from Netbox data.
IP allocation is moving to [[Netbox]], that will be our IPAM, and DNS records will be automatically generated from Netbox data.


== Infrastructure ==
== Infrastructure ==

Revision as of 09:04, 14 September 2020

IP allocation is moving to Netbox, that will be our IPAM, and DNS records will be automatically generated from Netbox data.

Infrastructure

  • IP allocation is done on Netbox.
  • Netbox data is exported via Netbox#DNS.
  • Netbox data is checked out on the authoritative DNS servers in /srv/git/netbox_dns_snippets.
  • When compiling the gdnsd final zones, the Netbox data is copied into /etc/gdnsd/zones/netbox for later inclusion.
  • In the actual zonefiles, within an $ORIGIN, the related snippet file is included using the $INCLUDE directive.

IP Allocation

The migration to the automated system requires that we move the allocation of IPs to Netbox that will gradually become the authoritative source of truth for IPAM.

Cutoff dates

  • [Wednesday June 24th 2020 10:00am UTC] All the management IP address allocation will be performed in Netbox from now on. Either via the Add interfaces and IPs to devices Netbox script for provisioning new devices or manually via the Add an IP Address button in the IP Addresses tab of any IP Prefix that will assign the first available IP in that subnet. The Offline a device with extra actions Netbox script takes instead care of the removal of interfaces and IPs when setting a device offline.
  • [Monday September 14th 2020 11:00am UTC] All IP address allocation except frack (Fundraising-tech) will be performed in Netbox from now on.

DNS records involved

  • Management forward (A) and reverse (PTR) records for both the hostname (foo.mgmt.eqiad.wmnet) and the asset tag (wmf1234.mgmt.eqiad.wmnet)
  • Primary IPv4 (A) and IPv6 (AAAA) and related reverse (PTR) records for the hostname (foo.eqiad.wmnet or foo.wikimedia.org)

Active

Management

  • ulsfo
  • eqsin
  • esams
  • frack in codfw
  • frack in eqiad
  • codfw
  • eqiad

Primary IPs

  • NONE

To be migrated

Management

  • NONE, all migrated

Primary IPs

  • ulsfo
  • eqsin
  • esams
  • codfw
  • eqiad

Operations

Update generated records

To update the dynamically generated records based on the current Netbox data and deploy them to all the authoritative DNS servers, the sre.dns.netbox cookbook must be run. Please take a look to the above list of DCs already migrated to the new workflow, because you might not need to run this yet. See also Cookbooks#Cookbook_Operations. For example:

 sudo cookbook sre.dns.netbox -t T12345 "Add newly racked cp hosts in eqiad"

Convert an hardcoded $ORIGIN to Netbox

This is an example patch to convert an hardcoded $ORIGIN to the dynamically generated data.

Transition FAQ

Am I affected?

If your workflows will be affected by this change depends entirely on your interaction with the operations/dns repository:

  • I never read or contribute to this repository:
    • you're not affected and nothing will change for you. You can stop reading here.
  • I sometimes read or search for things in this repository:
    • you're marginally affected as the manual records will gradually disappear from the operations/dns repository to be replaced by the auto-generated files. You can search directly in Netbox. If you want to see directly the content of the generated files you can clone the auto-generated repository to read or search in it following the instructions in Netbox#DNS. You can optionally read the rest of the document.
  • I contribute to the repository:
    • you're affected and should keep reading this FAQ section and the rest of the document.

What is changing

  • IP allocation that is currently done manually as part of the DNS record definition in the DNS repository zone files is moving to Netbox, which will be our IPAM tool. This transition will be done all at once to ensure consistency. Only Fundraising-tech (frack) non-mgmt records will be left out of this transition.
    • The cutoff date for all remaining IP allocation except frack to be moved to Netbox is Monday September 14th around 11:00am UTC.
    • All existing IPs except for frack ones will be automatically imported into Netbox prior to the cutoff time (a sneak peak can be found in netbox-next.wikimedia.org).
    • The changes in the Server Lifecycle procedure are outlined in the Server_Lifecycle/DNS_Transition page and DCOps is up to speed with the process.
    • After that date all IPs except frack non-mgmt ones must be allocated in Netbox prior to assigning them a DNS record in the DNS repository.
    • All new host's primary IPv4/IPv6 will be automatically assigned to them at provision time.
    • Additional IPs will require manual allocation in Netbox [see below]
    • Right after the cutoff time, all newly allocated IPs will still need a manual patch in the operations/dns repository until their zone has been migrated [see below].
  • The automatic DNS record generation (see above DNS/Netbox#Update_generated_records) generates all of the records present in Netbox, but they will be included in the DNS repository and hence in production on a per-$ORIGIN basis, which will not be rolled out simultaneously:
    • If a given $ORIGIN has been migrated to the automated zone file, updating Netbox and running the cookbook will change the DNS records.
    • If a given $ORIGIN has not yet been migrated to the automated zone file, a manual change to the DNS repository which adds the record in question is still needed after the Netbox allocation.
    • To check if an $ORIGIN has been migrated, just look for a $INCLUDE netbox/zone_name line right below the $ORIGIN line.

Who can I ping for questions?

For questions, concerns or comments please get in touch with Cas or Riccardo. If unable to find either of us get in touch with the SRE Infrastructure Foundations team.

How to allocate primary IPs for a server

Physical hosts

The management, primary IPv4 and primary IPv6 for any new physical host will be automatically assigned at provision time by DCOps running a Netbox script, see also Server_Lifecycle/DNS_Transition#Provisioning_2.

Virtual machines

For Ganeti virtual machines the sre.ganeti.makevm cookbook has been updated to take care of the new workflow automatically. During the transition phase, if needed, it will prompt the user to create a manual DNS patch with the newly pre-allocated IPs.

How to manually allocate a special purpose IP address in Netbox

This procedure is meant to be used only to create IPs in Netbox that are not attached to any device's interface because have special purposes like virtual IP addresses (which are generally used for service addresses). Depending on real life use cases the following procedure might be automated into a Netbox script in the near future.

  1. Go to the VLANs page in Netbox
  2. Search for the correct VLAN based on datacenter, type, row (if applicable), etc.
  3. Click on the desired prefix (v4 or v6) in the Prefixes column for that VLAN
  4. Click on the IP Addresses tab in the prefix page
  5. Click on the Add an IP Address green button on the top-left, Netbox will automatically select the first available IP in that subnet
    • To create an IPv6 that is a mapped version of an existing IPv4, modify the Address field at the top to override the automatically selected address.
  6. Select the relevant Role (VIP, anycast, etc.)
  7. Set the DNS Name field with the FQDN to assign to this IP
  8. Select the Tenant if applicable (FR-Tech, RIPE, etc.)
  9. Click on the Create blue button at the bottom

When will the zones be migrated to the new auto-generated files?

Right after the cutoff date the migration will start on a per-$ORIGIN basis. We plan to migrate all related zones within a month after the cutoff date.