Skip to main content

DNS Designate

Create a zone and a record associated

  • Install designate client to use designate CLI
pip install python-designateclient
  • Create a zone in your DNS section.
$ openstack zone create --email [email protected] example.com.

It could happen that you face undetermined error if the hosting zone exists already in UNICCLOUD.

  • Create a record associated to thw zone created in the previous step
openstack recordset create --type A --record 192.0.2.1 example.org. www
  • Configure the following NS as part of your dns servers configurations.
ns1designate.api.eu-vlc.uniccloud.org(10.205.26.121)\
ns2designate.api.eu-vlc.uniccloud.org(10.205.26.122)\
ns3designate.api.eu-vlc.uniccloud.org(10.205.26.123)\