Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dockers]: Manage all Docker containers with Supervisord #573

Merged
merged 17 commits into from
May 8, 2017
Merged

[Dockers]: Manage all Docker containers with Supervisord #573

merged 17 commits into from
May 8, 2017

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    f49a7c5 View commit details
    Browse the repository at this point in the history
  2. Use supervisor to manage processes in all currently-used dockers

     - Also now installing supervisor package in docker-base so that
       supervisor is available in all docker containers and can be used as a
       standard, so removed supervisor installation from dockers built on
       top of docker-base.
     - Capped supervisor log max filesize to 1MB and max of 2 rotated files.
       We shouldn't need more because rsyslog should be constantly
       monitoring changes to these files and appending them to syslog.
     - Also some unrelated minor cleanup in docker-ptf Dockerfile
    jleveque committed May 4, 2017
    Configuration menu
    Copy the full SHA
    0846b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b86bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b78d21c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac7ad4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45b8295 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    jleveque committed May 4, 2017
    Configuration menu
    Copy the full SHA
    57d82c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c88f03c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f5c016 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46e4ff1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a0a945 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    40b0d34 View commit details
    Browse the repository at this point in the history
  2. Fix exec command

    jleveque committed May 5, 2017
    Configuration menu
    Copy the full SHA
    75e67fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b0e80 View commit details
    Browse the repository at this point in the history
  4. Supervisorize docker-saiserver-brcm, docker-saiserver-cavm, docker-sa…

    …iserver-mlnx; update .gitignore
    jleveque committed May 5, 2017
    Configuration menu
    Copy the full SHA
    425482d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f1f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4713332 View commit details
    Browse the repository at this point in the history