Page MenuHomeDevCentral

Install docker-py for Docker Salt minions
ClosedPublic

Authored by dereckson on Mar 10 2018, 00:21.
Tags
None
Referenced Files
F2745465: D1407.id3589.diff
Thu, Mar 28, 23:12
Unknown Object (File)
Wed, Mar 27, 21:27
Unknown Object (File)
Wed, Mar 27, 19:44
Unknown Object (File)
Wed, Mar 27, 14:00
Unknown Object (File)
Sun, Mar 24, 05:59
Unknown Object (File)
Fri, Mar 22, 19:12
Unknown Object (File)
Fri, Mar 22, 18:28
Unknown Object (File)
Tue, Mar 19, 05:27
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 2206
Build 2454: 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.