Create TLD and Associated DNS Zone (Designate)
Problem
User needs to create a top-level domain (TLD) and a DNS zone which will utilize this TLD.
Environment
Platform9 Managed OpenStack - All Versions
Designate
Procedure
Create the TLD.
# openstack tld create --name [tld]Create one or more DNS zones which utilize this TLD.
# openstack zone create --email admin@domain.tld [domain].[tld].Note: The trailing dot must be included. Also, if any TLDs are created within Designate, zone creation is restricted _only_ to those.
Additional Information
Last updated
