Skip to content

Commit

Permalink
Merge pull request #409 from diedpigs/feat-ood-servername
Browse files Browse the repository at this point in the history
Add ood servername variable
  • Loading branch information
rtripath89 authored Nov 3, 2022
2 parents 7303a38 + adcc0c1 commit b370df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

#OpenOnDemand
ood_nodename: "ood"
ood_servername: "rc.uab.edu"
ood_version: 2.0
ood_private_ip: "10.1.1.11"
ood_rpm_repo: "https://yum.osc.edu/ondemand/{{ ood_version }}/ondemand-release-web-{{ ood_version }}-1.noarch.rpm"
Expand Down
2 changes: 1 addition & 1 deletion roles/ood_shib_config/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
path: /etc/ood/config/ood_portal.yml
regexp: '^servername'
insertafter: '^#servername'
line: "servername : rc.uab.edu"
line: "servername : {{ ood_servername }}"

- name: Build the updated Apache config
command: /opt/ood/ood-portal-generator/sbin/update_ood_portal
Expand Down

0 comments on commit b370df7

Please sign in to comment.