Guest User

Untitled

a guest
Jul 2nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # NOTE: use only 'spaces' to indent !
  2. # ('tab' indents are not supported by the ruby yaml parser used to read this file)
  3. #
  4. # This is the config file for global configuration items for the OMF Aggregate Manager.
  5. #
  6. ---
  7. :xmpp:
  8. :server: "ubuntu.cmi.ua.ac.be"
  9. :user: "aggmgr"
  10. :password: "123"
  11. :port: 5222
  12. :use_dnssrv: false
  13.  
  14. :http:
  15. :port: 5054
  16.  
  17. # List of the slices that the AM should by default provide its service to
  18. # (other slices can be added later dynamically via a Slice Manager)
  19. #
  20. :default_slices: ["pxe_slice", "default_slice"]
Add Comment
Please, Sign In to add comment