Skip to content

Instantly share code, notes, and snippets.

@devx
Created July 7, 2014 15:03
Show Gist options
  • Save devx/08db55fc7ee85be98e03 to your computer and use it in GitHub Desktop.
Save devx/08db55fc7ee85be98e03 to your computer and use it in GitHub Desktop.
Simple Heat DNS test
heat_template_version: 2013-05-23
resources:
dns:
type: Rackspace::Cloud::DNS
properties:
name: mahi.ws
emailAddress: admin@mahi.ws
ttl: 301
comment: Testing domain
records:
- comment: heat Testing record
name: heat.mahi.ws
data: 192.168.0.3
ttl: 301
type: A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment