Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. [root@central-instance ~]# cat /etc/designate/pools.yaml
  2. - also_notifies: []
  3. attributes: {}
  4. description: Pool built from configuration on central-instance.novalocal
  5. id: 794ccc2c-d751-44fe-b57f-8894c9f5c842
  6. nameservers:
  7. - host: 10.2.22.220
  8. port: 53
  9. ns_records: []
  10. targets:
  11. - type: bind9
  12. masters:
  13. - host: 172.16.2.40
  14. port: 5354
  15. options:
  16. host: 10.2.22.220
  17. port: 53
  18. rndc_host: 10.2.22.220
  19. rndc_key_file: /etc/rndc.key
  20. rndc_port: 953
  21.  
  22. [root@central-instance ~]# designate-manage pool update
  23. Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  24. 2017-02-01 17:52:08.008 30815 WARNING oslo_reports.guru_meditation_report [designate-manage - - - - -] Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
  25. Updating Pools Configuration
  26. ****************************
  27. 2017-02-01 17:52:08.014 30815 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_virtual_host" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  28. 2017-02-01 17:52:08.014 30815 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_hosts" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  29. 2017-02-01 17:52:08.014 30815 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_port" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  30. 2017-02-01 17:52:08.015 30815 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_userid" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  31. 2017-02-01 17:52:08.015 30815 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_password" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  32. 2017-02-01 17:52:08.087 30815 INFO designate.manage.pool [designate-manage - - - - -] Updating existing pool: <Pool id:'794ccc2c-d751-44fe-b57f-8894c9f5c842' name:'default'>
  33.  
  34. [root@central-instance ~]# designate-manage pool show_config
  35. Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  36. 2017-02-01 17:52:14.074 30826 WARNING oslo_reports.guru_meditation_report [designate-manage - - - - -] Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
  37. 2017-02-01 17:52:14.075 30826 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_virtual_host" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  38. 2017-02-01 17:52:14.075 30826 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_hosts" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  39. 2017-02-01 17:52:14.076 30826 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_port" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  40. 2017-02-01 17:52:14.076 30826 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_userid" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  41. 2017-02-01 17:52:14.076 30826 WARNING oslo_config.cfg [designate-manage - - - - -] Option "rabbit_password" from group "oslo_messaging_rabbit" is deprecated for removal. Its value may be silently ignored in the future.
  42. Pool Configuration:
  43. -------------------
  44. also_notifies: []
  45. attributes: {}
  46. description: Pool built from configuration on central-instance.novalocal
  47. id: 794ccc2c-d751-44fe-b57f-8894c9f5c842
  48. name: default
  49. nameservers:
  50. - host: 10.2.22.220
  51. port: 53
  52. ns_records: []
  53. targets:
  54. - masters:
  55. - host: 172.16.2.40
  56. port: 5354
  57. options:
  58. host: 10.2.22.220
  59. port: '53'
  60. rndc_host: 10.2.22.220
  61. rndc_key_file: /etc/rndc.key
  62. rndc_port: '953'
  63. type: bind9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement