From 75bb7cce224a271ae626a9d90c87e0d96a972955 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 14 Apr 2020 10:27:10 -0400 Subject: [PATCH] don't wait on memcached TCP --- installer/roles/kubernetes/templates/launch_awx.yml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/roles/kubernetes/templates/launch_awx.yml.j2 b/installer/roles/kubernetes/templates/launch_awx.yml.j2 index 665511b0e6..eb08d9e6c0 100644 --- a/installer/roles/kubernetes/templates/launch_awx.yml.j2 +++ b/installer/roles/kubernetes/templates/launch_awx.yml.j2 @@ -15,7 +15,6 @@ data: source /etc/tower/conf.d/environment.sh ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=$DATABASE_HOST port=$DATABASE_PORT" all - ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=$MEMCACHED_HOST port=11211" all ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "path=/var/run/redis/redis.sock" all @@ -49,7 +48,6 @@ data: source /etc/tower/conf.d/environment.sh ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=$DATABASE_HOST port=$DATABASE_PORT" all - ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=$MEMCACHED_HOST port=11211" all ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "path=/var/run/redis/redis.sock" all awx-manage collectstatic --noinput --clear