Page MenuHomeDevCentral

Install docker-py for Docker Salt minions
ClosedPublic

Authored by dereckson on Mar 10 2018, 00:21.
Tags
None
Referenced Files
F2828673: D1407.id3590.diff
Fri, Apr 19, 05:15
F2828387: D1407.id3589.diff
Fri, Apr 19, 04:05
Unknown Object (File)
Thu, Apr 18, 00:46
Unknown Object (File)
Mon, Apr 15, 00:07
Unknown Object (File)
Sun, Apr 14, 23:32
Unknown Object (File)
Sun, Apr 14, 06:59
Unknown Object (File)
Sat, Apr 13, 01:33
Unknown Object (File)
Wed, Apr 10, 04:01
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 Not Applicable
Unit
Tests Not Applicable

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.