1. 31 Mar, 2013 2 commits
    • Initial commit of rax inventory plugin · c47fd199
      The rax inventory plugin provides a way to discovery inventory in the
      Rackspace Public Cloud by way of pyrax, the official SDK. Grouping will
      be done if a group:name is found in the instance metadata. When a single
      host is queried all the instance details are returned with a rax_
      prefix.
      
      Because inventory plugins cannot take extra arguments, ENV variables
      must be set to point to the pyrax compatible credentials file and the
      region to query against.
      Jesse Keating committed
    • Initial commit of rax library · 9027a9b0
      This library provides functionality for the Rackspace Public Cloud by
      way of the official pyrax SDK (https://github.com/rackspace/pyrax). At
      this time only the cloudservers service is functional. Instances can be
      created or deleted. Idempotency is provided on matching instances with
      the same name, flavor, image, and metadata values within a given
      region.
      
      pyrax usage does require a credentials file written out to hold username
      and API key.  See pyrax documentation for details
      (https://github.com/rackspace/pyrax/blob/master/docs/pyrax_doc.md)
      Jesse Keating committed
  2. 30 Mar, 2013 4 commits
  3. 29 Mar, 2013 6 commits
  4. 28 Mar, 2013 2 commits
  5. 27 Mar, 2013 6 commits
  6. 26 Mar, 2013 20 commits