Skip to content

Scripts for launching VMs on CyVerse Atmosphere and XSEDE Jetstream

License

Notifications You must be signed in to change notification settings

cyverse-gis/cloud-vms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-vms

Scripts for launching large numbers of VMs on CyVerse Atmosphere and XSEDE Jetstream

scripts and code written by Julian Pistorius

Contents

launch_ .py

Run this script to launch on the given cloud provider; here we are supporting IU (Indiana) TACC (Texas Advanced Computing Center), Marana (CyVerse).

clouds.yaml

This .yaml file has the parameter values for each cloud service - you will need to update your username, project and password information.

Your username and project are the same; use your CyVerse or Jetstream usernames.

For the password, get your API Credentials from your cloud provider.

Jetstream API Credentials

Atmosphere API Credentials

Select the hashed value from the "value" field:

"key": "secret",
"value": "dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2"

cleanup_servers.py

This script is for deleting the instances when you're done using them.

About

Scripts for launching VMs on CyVerse Atmosphere and XSEDE Jetstream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages