Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#30 local-config, condor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Apr 30, 2016
1 parent 901e69f commit 41deb0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ansible/example_group_vars/AnnotatedGroupVars
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ansible_ssh_user: CHANGEME
# Master iPlant config locations
global_config_dir: /etc/iplant
de_config_dir: "{{ global_config_dir }}/de"
# this is now handled by the updated generate-local-configs.yml playbook.
#local_cfg_dest: CHANGEME
# This is required by generate-local-configs.yaml.
local_cfg_dest: CHANGEME

java:
version: 1.7.0
Expand Down Expand Up @@ -438,6 +438,10 @@ exim:
container_name: exim
log_file: exim-docker.log

# http proxy settings for facepalm. you may leave these blank.
facepalm_proxy_host:
facepalm_proxy_port:

fs_max_paths_in_request: 1000

gpg_home_dir:
Expand Down Expand Up @@ -598,7 +602,7 @@ irods:
# Jex service schedules calls condor_submit, and does not actually have a container.
# The container name is how most syslog entries are identified. See rsyslog-config role.
jex:
host: "{{ groups['de-condor-submission'][0] }}"
host: "{{ groups['condor-submission'][0] }}"
port: 5004
# ansible didn't like nested vars, so we specified the base port here.
base: "http://{{ groups['jex'][0] }}:5004"
Expand Down

0 comments on commit 41deb0d

Please sign in to comment.