Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After a successful application, you can access the resource using the graphical interface in a web browser or the command line using the Openstack Python Client.


Access using the graphical interface

Open the web address https://faust.srce.hr/ with your internet browser:

  • Select AAI@EduHR authentication and click Sign In.

Image Added


Openstack command line

Access to Openstack services is possible from the command line.

Install the Openstack client on your computer (e.g. for CentOS):


After completing the steps, you have control over Openstack services

Code Block
languagebash
sudAfter completing the steps, you have control over Openstack serviceso yum install python3-devel python3-pip
sudo pip3 install python-openstackclient


Create and download accreditation.

Image Added



Enter the name, description and expiration date of the accreditation.

Image Added


Download as openrc file and run in linux environment.

Code Block
languagebash
. app-cred-Ime-openrc.sh


After completing the steps, you have control over Openstack services

Code Block
languagebash
openstack server list
openstack image list
openstack flavor list
...


Read more about Openstack.