Sha256: f232bc957999538204a4a16ec44008497b32c82213f0d8a7d2a4e5bc0a189f72

Contents?: true

Size: 949 Bytes

Versions: 2

Compression:

Stored size: 949 Bytes

Contents

OpenStack module
----------------

Required Ruby Gems:
- fog
- json

To use:
- Assume that your key-name for SSH is `default`.
- Copy your VM's SSH private key to filename `default.pem` into this directory.
- Edit file `config.yml` by filling in fields:
	- `username` - the username of your account
	- `password` - the password of your account

  Those information can be found in your OpenStack account under menu `Access`.
- Set `key_name` value.
- Replace any necessary default values of HPCloud's attributes such as:
	- `auth_uri` - the URL of OpenStack's end point (append `/tokens`)
	- `vm_image` - the UUID of the VM's image
	- `vm_flavour` - the ID of the flavour
	- `vm_ssh_user` - the user that will be used by the module for SSH (`root`, `ubuntu`, or other)
	- `vm_ssh_key_name` - the SSH key name
	- `vm_security_group` - the security group that will be applied to your VM
	- `vm_network` - the network that will be connected to your VM

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nuri-0.5.5 modules/openstack/README.md
nuri-0.5.4 modules/openstack/README.md