Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Last active March 11, 2018 16:15
Show Gist options
  • Save ThinGuy/b533ac9e66c6c981634304a38397e26a to your computer and use it in GitHub Desktop.
Save ThinGuy/b533ac9e66c6c981634304a38397e26a to your computer and use it in GitHub Desktop.
Add ntp, landscape, and livepatch to maas DNS when OPM is being used (if not totally isolated from internet)
maas admin dnsresources create name=livepatch domain=canonical.com ip_addresses="162.213.33.130 162.213.33.177"
maas admin dnsresources create name=ntp domain=ubuntu.com ip_addresses="91.189.89.199 91.189.94.4 91.189.91.157 91.189.89.198"
maas admin dnsresources create name=landscape domain=canonical.com ip_addresses="91.189.89.90 91.189.89.173"
maas admin dnsresources create name=usn domain=ubuntu.com ip_addresses="162.213.33.205 162.213.33.20 162.213.33.141"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment