Skip to content
Snippets Groups Projects
Commit a29799ad authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fix bugs

parent 632d3a8d
No related branches found
No related tags found
No related merge requests found
......@@ -138,10 +138,10 @@
sudo: true
when: karaage_db_init.stdout.find("0") == 0
-
name: "Create IDP institutes"
shell: kg-idps
sudo: true
#-
# name: "Create IDP institutes (disable it as cache is not available)"
# shell: kg-idps
# sudo: true
- name: install postfix
apt: name=postfix state=present
......
<html><body><h3>HPC identity management</h3>
<p>To log in via AAF authentication, connect to URL: https://{{ ansible_fqdn }}/aafbootstrap</p>
<p>To log in without AAF authentication, connect to URL: https://{{ ansible_fqdn }}/users</p>
<p>To log in via AAF authentication, connect to <a href=https://{{ ansible_fqdn }}/aafbootstrap>aafbootstrap</a></p>
<p>To log in without AAF authentication, connect to <a href=https://{{ ansible_fqdn }}/users>users</a></p>
</body></html>
#-*-apache-*-
WSGIScriptAlias /karaage /etc/karaage3/karaage.wsgi
WSGIScriptAlias /aafbootstrap /etc/karaage3/karaage.wsgi
<IfVersion >= 2.4>
<Directory /etc/karaage3>
<Files karaage.wsgi>
......
......@@ -82,6 +82,7 @@ MANAGERS = ADMINS
DEFAULT_PROJECT_PID = "{{ defaultProject }}"
DEFAULT_MACHINE_CATEGORY_NAME = "{{ defaultMachineCategory }}"
{% endif %}
DEFAULT_INSTITUTE_NAME = "Monash University"
# A dictionary containing the settings for all databases to be used with
# Django. It is a nested dictionary whose contents maps database aliases to a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment