Page MenuHomeDevCentral

Install docker-py for Docker Salt minions
ClosedPublic

Authored by dereckson on Mar 10 2018, 00:21.
Tags
None
Referenced Files
F10748984: D1407.diff
Fri, Jul 25, 19:41
F10724356: D1407.id3593.diff
Fri, Jul 25, 03:47
Unknown Object (File)
Wed, Jul 23, 07:59
Unknown Object (File)
Tue, Jul 22, 08:56
Unknown Object (File)
Sat, Jul 19, 23:40
Unknown Object (File)
Sat, Jul 19, 22:06
Unknown Object (File)
Fri, Jul 18, 12:55
Unknown Object (File)
Wed, Jul 16, 23:42
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.