summaryrefslogtreecommitdiffstats
path: root/roles/contiv_auth_proxy/templates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-31 09:20:53 -0400
committerGitHub <noreply@github.com>2017-07-31 09:20:53 -0400
commit17f700a35653f549528507f3ce587be95311d61f (patch)
treebfdf8395fd451bd87fd56dbcaf868221bdbc5da1 /roles/contiv_auth_proxy/templates
parent3be2748d87f7eda17ed8cec496bbbd11b311b076 (diff)
parentb71f2782028ce7cf56614780a87faca31b9e42ac (diff)
downloadopenshift-17f700a35653f549528507f3ce587be95311d61f.tar.gz
openshift-17f700a35653f549528507f3ce587be95311d61f.tar.bz2
openshift-17f700a35653f549528507f3ce587be95311d61f.tar.xz
openshift-17f700a35653f549528507f3ce587be95311d61f.zip
Merge pull request #4919 from srampal/contiv_1.1.1
Some automation fixes for contiv GUI/auth_proxy & vxlan mode
Diffstat (limited to 'roles/contiv_auth_proxy/templates')
-rw-r--r--roles/contiv_auth_proxy/templates/auth_proxy.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv_auth_proxy/templates/auth_proxy.j2 b/roles/contiv_auth_proxy/templates/auth_proxy.j2
index e82e5b4ab..0ab8c831b 100644
--- a/roles/contiv_auth_proxy/templates/auth_proxy.j2
+++ b/roles/contiv_auth_proxy/templates/auth_proxy.j2
@@ -14,7 +14,7 @@ start)
-p 10000:{{ auth_proxy_port }} \
--net=host --name=auth-proxy \
-e NO_NETMASTER_STARTUP_CHECK=1 \
- -v /var/contiv:/var/contiv \
+ -v /var/contiv:/var/contiv:z \
{{ auth_proxy_image }} \
--tls-key-file={{ auth_proxy_key }} \
--tls-certificate={{ auth_proxy_cert }} \