Skip to content

Lab Administration

The administration pages are meant to document some of the tools/scripts used to administrate the lab and are not meant to contain information that is useful for executing the lab. This is primarily meant as a resource for Teaching Staff.

Some of the scripts in this portion utilize the OpenStack cli tool. To use the OpenStack cli tool, openstack access to the project is necessary. When logged into OpenStack, you are able to collect an "RC file" when holds the details for the project and authentication necessary to use the cli tool. Download the RC file:

img

and source the RC-file before using the OpenStack tools:

source TTM4240-rcfile.sh
# Provide NTNU-password used to authenticate OpenStack access.

The OpenStack cli is most easily installed into a python environment using pip:

pip install python-openstackcli

You should be able to test that the OpenStack cli works:

openstack server list
# Should list all servers/instances running in project