Merge "Lower mistral-executor nofile to 1024"

This commit is contained in:
Zuul 2018-12-08 10:53:56 +00:00 committed by Gerrit Code Review
commit 2917aca731

View File

@ -7,6 +7,10 @@ parameters:
DockerMistralExecutorImage:
description: image
type: string
DockerMistralExecutorUlimit:
default: ['nofile=1024']
description: ulimit for Mistral Executor Container
type: comma_delimited_list
DockerMistralConfigImage:
description: The container image to use for the mistral config_volume
type: string
@ -108,6 +112,7 @@ outputs:
step_4:
mistral_executor:
image: {get_param: DockerMistralExecutorImage}
ulimit: {get_param: DockerMistralExecutorUlimit}
net: host
privileged: false
restart: always