You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Create VMs on Nebula

  1. VMs on Nebula are created with a script that uses python-openstackclient (tested on python-openstackclient==3.4.1) (probably some other pip libraries as well).  It is recommended to create a virtual
    1. set up the environment
    2. export OS_AUTH_URL=http://nebula.ncsa.illinois.edu:5000/v2.0
      export OS_TENANT_ID=c4121a001a8240d4a8b701d664ef4bf0
      export OS_TENANT_NAME="GLTG"							# This is for GLTG project, change to your project name
      export OS_PROJECT_NAME="GLTG"							# This is for GLTG project, change to your project name
      export OS_USERNAME="username"							# Your Nebula username
      export OS_PASSWORD="password"							# Your Nebula password
      export OS_REGION_NAME="RegionOne"
  • No labels