Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [root@controller ~(keystone_admin)]# designate record-list $DOMAINID
  2. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  3. | id | type | name | data |
  4. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  5. | 482e441d-5664-43a0-b01c-351bd4b7dc1f | SOA | example.com. | controller.novalocal. root.example.com. 1441106560 3600 600 86400 3600 |
  6. | 640c1fab-d286-4ce7-9f2f-f31e823c1466 | NS | example.com. | controller.novalocal. |
  7. | 6bd3ea54-9251-4b98-97b4-fd2d179f3f4a | A | server1.example.com. | 1.2.3.4 |
  8. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  9. [root@controller ~(keystone_admin)]# designate record-delete 50ccd868-f252-460e-813c-b6cae05c1da9 6bd3ea54-9251-4b98-97b4-fd2d179f3f4a
  10.  
  11. [root@controller ~(keystone_admin)]# designate record-list 50ccd868-f252-460e-813c-b6cae05c1da9
  12. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  13. | id | type | name | data |
  14. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  15. | 482e441d-5664-43a0-b01c-351bd4b7dc1f | SOA | example.com. | controller.novalocal. root.example.com. 1441106931 3600 600 86400 3600 |
  16. | 640c1fab-d286-4ce7-9f2f-f31e823c1466 | NS | example.com. | controller.novalocal. |
  17. | 6bd3ea54-9251-4b98-97b4-fd2d179f3f4a | A | server1.example.com. | 1.2.3.4 |
  18. +--------------------------------------+------+----------------------+------------------------------------------------------------------------+
  19. [root@controller ~(keystone_admin)]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement