Page MenuHomeDevCentral

Install docker-py for Docker Salt minions
ClosedPublic

Authored by dereckson on Mar 10 2018, 00:21.
Tags
None
Referenced Files
F11165578: D1407.id3590.diff
Sun, Aug 17, 13:13
F11149455: D1407.id.diff
Sun, Aug 17, 08:52
F11148446: D1407.id3593.diff
Sun, Aug 17, 07:55
F11147435: D1407.id3589.diff
Sun, Aug 17, 06:01
F11146698: D1407.id3590.diff
Sun, Aug 17, 03:03
F11145600: D1407.diff
Sat, Aug 16, 21:15
Unknown Object (File)
Thu, Aug 14, 13:28
Unknown Object (File)
Tue, Aug 12, 08:53
Subscribers
None

Details

Summary

salt.modules.dockerng requires docker-py, the legacy package for
docker, a Python library for the Docker Engine API.

Fixes T1359.

References:

Test Plan

Deploy on Dwellers and Equatower

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
docker-py (branched from master)
Build Status
Buildable 2205
Build 2453: arc lint + arc unit

Event Timeline

dereckson created this revision.
$ salt equatower state.apply roles/paas-docker/salt
equatower:
----------
          ID: python-docker-py
    Function: pkg.installed
      Result: True
     Comment: The following packages were installed/updated: python-docker-py
     Started: 05:34:18.962883
    Duration: 6171.073 ms
     Changes:   
              ----------
              python-docker-py:
                  ----------
                  new:
                      1.10.6-3.el7
                  old:
              python-docker-pycreds:
                  ----------
                  new:
                      1.10.6-3.el7
                  old:
              python-ipaddress:
                  ----------
                  new:
                      1.0.16-2.el7
                  old:
              python-websocket-client:
                  ----------
                  new:
                      0.32.0-116.el7
                  old:

Summary for equatower
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:   6.171 s
This revision is now accepted and ready to land.Mar 10 2018, 00:35
This revision was automatically updated to reflect the committed changes.