You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2017/03/10 01:18:38 UTC

[jira] [Created] (SLIDER-1218) Move repeated constant definitions across multiple python files into Constants.py

Gour Saha created SLIDER-1218:
---------------------------------

             Summary: Move repeated constant definitions across multiple python files into Constants.py
                 Key: SLIDER-1218
                 URL: https://issues.apache.org/jira/browse/SLIDER-1218
             Project: Slider
          Issue Type: Bug
          Components: agent
    Affects Versions: Slider 0.91
            Reporter: Gour Saha
             Fix For: Slider 1.0.0


The following constants are defined across 3 files (CustomServiceOrchestrator.py, DockerManager.py and YarnDockerManager.py) -

{code}
LIVE_STATUS = "STARTED"
DEAD_STATUS = "INSTALLED"
{code}

They should be moved out to Constants.py



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)