Sha256: defe73d380f30b910f473da4ef3c0afadb90b446c1a6990a4e8136b00d684293

Contents?: true

Size: 523 Bytes

Versions: 5

Compression:

Stored size: 523 Bytes

Contents

include "../cloud/cloud.sfp"

schema HPCloud extends Cloud {
	final description = "HPCloud US West Zone 2"
	final auth_uri = "https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/"
	final zone = "az-2.region-a.geo-1"

	// default SSH username
	final vm_username = "ubuntu"

	// small instance
	final vm_flavor = "100"

	// Ubuntu 12.04 image
	final vm_image = "67074"

	// key pair which will be used to SSH to VM
	final vm_ssh_key_name = "default"

	// security group of the VM
	final vm_security_group = "default"
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nuri-0.5.5 modules/hpcloud/hpcloud.sfp
nuri-0.5.4 modules/hpcloud/hpcloud.sfp
nuri-0.5.3 modules/hpcloud/hpcloud.sfp
nuri-0.5.2 modules/hpcloud/hpcloud.sfp
nuri-0.5.1 modules/hpcloud/hpcloud.sfp