From d0f84543d8ae059bde0a5a5f0da40fd7b483a5c0 Mon Sep 17 00:00:00 2001 From: don sizemore Date: Mon, 9 May 2016 09:40:37 -0400 Subject: [PATCH] #30 webapp requires de.properties in /etc/iplant/de --- ansible/example_group_vars/AnnotatedGroupVars | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/example_group_vars/AnnotatedGroupVars b/ansible/example_group_vars/AnnotatedGroupVars index e6bb943e6..6e58eced1 100644 --- a/ansible/example_group_vars/AnnotatedGroupVars +++ b/ansible/example_group_vars/AnnotatedGroupVars @@ -7,6 +7,7 @@ ansible_ssh_user: CHANGEME # Master iPlant config locations +# Note: The webapp currently requires that the de.properties file be located in /etc/iplantc/de/. global_config_dir: /etc/iplant de_config_dir: "{{ global_config_dir }}/de" # This is required by generate-local-configs.yaml. @@ -183,6 +184,8 @@ de_notification_poll: 15 # Docker registry settings. You'll want your own docker registry # to host private data containers. docker: + # eth0 setting used by iptables role for docker port forwarding. + eth0: eno16777984 log_driver: syslog tag: latest user: discoenv