Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 520 Bytes

setup-notes.md

File metadata and controls

20 lines (16 loc) · 520 Bytes

setup notes

openstack (i.e. the NCI cloud)

  • probs easiest thing to do is install the python openstackclient CLI tool (I used pipx)

  • then, create a ~/.config/openstack/clouds.yaml file which contains your NCI access info, e.g.

clouds:
  nci:
    auth:
      auth_url: https://cloud.nci.org.au:5000
      project_name: rw17
      username: <NCI_USERNAME>
      password: <NCI_PASSWORD>