diff options
author | Nathan Kinder <nkinder@redhat.com> | 2018-01-04 12:01:11 -0800 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2018-01-04 12:01:11 -0800 |
commit | 3c5539a339145af54536d2731d7444b04f4cdf64 (patch) | |
tree | ca5dec8ee82a66b5eab48d81cbdb0e5dcc962ff1 /playbooks/aws/openshift-cluster/provision.yml | |
parent | 9f19afc7529bd7293433b27e834b9ee3479e646f (diff) | |
download | openshift-3c5539a339145af54536d2731d7444b04f4cdf64.tar.gz openshift-3c5539a339145af54536d2731d7444b04f4cdf64.tar.bz2 openshift-3c5539a339145af54536d2731d7444b04f4cdf64.tar.xz openshift-3c5539a339145af54536d2731d7444b04f4cdf64.zip |
Don't hardcode the network interface in the openshift_logging_mux role
The openshift_logging_mux role hardcodes the 'eth0' interface alias
for determining the IP address to use for incoming external client
connections. This will cause the playbook to fail with an undefined
variable error on systems where an 'eth0' interface does not exist.
This patch changes the default IP address for external connections
to use the 'ansible_default_ipv4' fact. It also allows this to be
overridden by a new 'openshift_logging_mux_external_address' variable.
Diffstat (limited to 'playbooks/aws/openshift-cluster/provision.yml')
0 files changed, 0 insertions, 0 deletions