Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 823 Bytes

OMF Cloud Proxy

See README.md file in omf_rc_cloud_node


This gem provides an OMF proxy which can be configured to obtain and manage resources from a specifc cloud installation.

The supported cloud technologies are:

  • OpenStack. Configuration instructins can be found here.

Instructions on how to start the proxy

OpenStack

Instructions on how to set the various paramaters and which file they would be in

cloud_provider:
  :type => :openstack,
  :openstack_auth_token => "f34dac0eec9845b88cb831d50ba2da4a",
  :openstack_management_url => "http://yourcloud.com:8774/v2/6fee1fa4e35c4e44bd38f613021795e5",
  :openstack_tenant => '6fee1fa4e35c4e44bd38f613021795e5',
  :openstack_auth_url =>  'http://yourcloud.com:5000/v2.0/tokens'