ccd3ac2344
This exports Rackspace DNS domains to bind format for backup and migration purposes. This installs a small tool to query and export all the domains we can see via the Racksapce DNS API. Because we don't want to publish the backups (it's the equivalent of a zone xfer) it is run on, and logs output to, bridge.openstack.org from cron once a day. Change-Id: I50fd33f5f3d6440a8f20d6fec63507cb883f2d56
5 lines
156 B
Django/Jinja
5 lines
156 B
Django/Jinja
[DEFAULT]
|
|
RACKSPACE_USERNAME={{ rackspace_dns_username }}
|
|
RACKSPACE_PROJECT_ID={{ rackspace_dns_project_id }}
|
|
RACKSPACE_API_KEY={{ rackspace_dns_api_key }}
|