You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Dmitriy Shirchenko (JIRA)" <ji...@apache.org> on 2016/02/24 03:22:18 UTC

[jira] [Updated] (AURORA-1622) Add ability to pass in environment variables into shell health checker

     [ https://issues.apache.org/jira/browse/AURORA-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Shirchenko updated AURORA-1622:
---------------------------------------
    Description: 
A use case is to execute the health check command based on the port assignment. 

One of the options is to change subprocess32 to use Popen funciton instead of current check_call as Popen has an env= argument.

  was:A use case is to execute the health check command based on the port assignment.


> Add ability to pass in environment variables into shell health checker
> ----------------------------------------------------------------------
>
>                 Key: AURORA-1622
>                 URL: https://issues.apache.org/jira/browse/AURORA-1622
>             Project: Aurora
>          Issue Type: Task
>            Reporter: Dmitriy Shirchenko
>
> A use case is to execute the health check command based on the port assignment. 
> One of the options is to change subprocess32 to use Popen funciton instead of current check_call as Popen has an env= argument.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)