Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cloudstack_rightimage_uploader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudstack_rightimage_uploader

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= cloudstack_rightimage_uploader

A simple gem for uploading a RightScale RightImage (with a fingerprint) to CloudStack.

== Usage

First, install it

gem install cloudstack_rightimage_uploader

Then you can run it! This will upload the default KVM system VM for CloudStack 2.2.x

cloudstack_rightimage_uploader --host cloudstack-manager.domain.com
--api-key abcdefg
--api-secret 1234567
--template-uri http://download.cloud.com/releases/2.2.0/systemvm.qcow2.bz2
--template-md5 ec463e677054f280f152fcc264255d2f
--template-format QCOW2
--template-hypervisor KVM
--template-ostypeid 12
--template-displayname KVM_SystemVM

registertemplateresponse: template: - templatetype: USER ostypename: KVM_SystemVM name: KVM_SystemVM hypervisor: KVM zonename: Test format: QCOW2 ispublic: false domain: ROOT account: admin isfeatured: false displaytext: KVM_SystemVM checksum: ec463e677054f280f152fcc264255d2f ostypeid: 12 isready: false id: 1 zoneid: 1 passwordenabled: false domainid: 1 crossZones: false isextractable: false created: 2012-05-21T15:29:58-0700 count: 1

== Changelog

  • 0.0.1 - Initial release

== Contributing to cloudstack_rightimage_uploader

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2012 Ryan J. Geyer. See LICENSE.txt for further details.

FAQs

Package last updated on 21 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc