Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Adding a datawarehouse manager:
  2. prov = ManageIQ::Providers::Hawkular::DatawarehouseManager.new(
  3. :name => 'centos7-6',
  4. :zone => Zone.first,
  5. :connection_configurations => [{:endpoint => {:role => :default,
  6. :hostname => 'mtayer-centos7-6.eng.lab.tlv.redhat.com',
  7. :port => "8080"},
  8. :authentication => {:authtype => :default,
  9. :password => "password",
  10. :userid => "jdoe"}}])
  11. prov.save
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement