The platforms are
https://dashboard.sto1.safespring.com/ (seamlessaccess.sunet.se project)
https://eu-central-1.console.aws.amazon.com/ec2/home?region=eu-central-1#Home: (Frankfurt, AWS)
https://us-west-1.console.aws.amazon.com/ec2/home?region=us-west-1#Home: (N. Californina, AWS)
https://ntnx-prismcentral.sunet.se:9440/
Nutanix
https://wiki.sunet.se/display/sunetops/Nutanix+v2+Howto
Safespring
Using GUI
- create port seaparately under Network > Networks > suent.se-public > 'Create Port', add any name or FQDN as the name, choose 'unspecified' for IP address, it will create both IPv4 and IPv6 addresses
- create volume separately
- create VM using that port and Volume
- add appropriate secruity groups
Using API
- Documentation - https://docs.safespring.com/new/app-creds/
- Create application credentials from Identity > Application Credentials (only Name required)
- Download the source file
- Run below commands
source app-cred-<name of cred>-openrc.sh
openstack port create --network public <name of port>
openstack server create --volume <name of volume> --flavor <> --network public --port <name of port> --key-name <name of ssh key > <name of VM>
AWS