Aquilon: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
(Created page with "Aquilon server : aqd.iihe.ac.be Some documentation refer to the '''aq.py''' command as '''aq'''. To facilitate things, there is an alias in the root's .bashrc (aq => aq.py) ...")
 
No edit summary
Line 1: Line 1:
Aquilon
server : aqd.iihe.ac.be
server : aqd.iihe.ac.be


Line 24: Line 22:
User sgerard@WN.IIHE.AC.BE did not exist, creating.
User sgerard@WN.IIHE.AC.BE did not exist, creating.
</pre>
</pre>
=Documentation=
*[http://www.quattor.org/documentation/2012/10/31/install-aquilon.html Install Aquilon]
*[http://www.quattor.org/documentation/2013/10/25/aquilon-site.html Using Aquilon]
*[https://github.com/quattor/aquilon GitHub repository]

Revision as of 18:31, 16 November 2015

server : aqd.iihe.ac.be

Some documentation refer to the aq.py command as aq. To facilitate things, there is an alias in the root's .bashrc (aq => aq.py)

Show status

To test if everything is working (especially the kerberos part), you can use :

[samary@aqd ~]$ aq status
Aquilon Broker MyFirstVersion
Server: aqd.wn.iihe.ac.be
Database: postgresql+psycopg2://aquilon:PASSWORD@localhost/
Sandboxes: /var/lib/templates
Connected as: samary@WN.IIHE.AC.BE [aqd_admin]

Add a user

The user MUST be in freeipa WITH a defined password (to allow kinit)

[root@aqd ~]# getent passwd sgerard
sgerard:*:20533:20500:local users:/localgrid/sgerard:/bin/bash
[root@aqd ~]# aq permission --principal sgerard@WN.IIHE.AC.BE --role aqd_admin --createuser
User sgerard@WN.IIHE.AC.BE did not exist, creating.

Documentation