Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

TODO

Configure access and security for instances

Secure OpenStack with a private-public key pair and connect with SSH.

Instructions

TODO

Create an Image Instance

Instances are Virtual Machines.

Project -> Compute -> Images -> Choose a Base Image:

Details - fill in Instance Name
Source - select Create New Volume: No
Flavour - pick a size
Networks - pick MGMT first, DEV second
Key Pairs - choose a key for authentication

Connect to an Image Instance

Connect to a remote computer:

Connect using MGMT network IP. DEV network is for intra cluster communication.
You may need to provide a key for authentication.

Transfer file to and from an Image Instance

If logged in to the system:

$: sudo scp -i Optional-Key /path/to/_file_name username@IP/NAME:/path/to/destination

If permission is denied execute:

$: sudo chmod 777 /path/to/destination