Page MenuHomeDevCentral

Ensure pip is installed in order to invoke it
ClosedPublic

Authored by dereckson on Feb 14 2020, 21:57.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 05:36
Unknown Object (File)
Fri, Apr 19, 04:41
Unknown Object (File)
Fri, Apr 19, 03:21
Unknown Object (File)
Fri, Apr 19, 00:55
Unknown Object (File)
Thu, Apr 18, 17:08
Unknown Object (File)
Thu, Apr 18, 07:20
Unknown Object (File)
Mon, Apr 15, 00:05
Unknown Object (File)
Sun, Apr 14, 23:33
Subscribers
None

Details

Summary

This is a follow-up for dd7aee0e.

Ref T1595.

Test Plan

salt-call state.sls roles/paas-docker/salt

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
Dwellers
$ salt-call -ldebug state.sls roles/paas-docker/salt
[...]
local:
----------
          ID: required_python_packages_for_docker_and_salt
    Function: pkg.installed
        Name: python3-pip
      Result: True
     Comment: The following packages were installed/updated: python3-pip
     Started: 22:17:40.253082
    Duration: 9016.292 ms
     Changes:
              ----------
              python3-pip:
                  ----------
                  new:
                      9.0.3-15.el8
                  old:
              python3-setuptools:
                  ----------
                  new:
                      39.2.0-5.el8
                  old:
              python36:
                  ----------
                  new:
                      3.6.8-2.module_el8.1.0+245+c39af44f
                  old:
----------
          ID: required_python_packages_for_docker_and_salt
    Function: pip.installed
        Name: docker
      Result: True
     Comment: All packages were successfully installed
     Started: 22:17:59.460883
    Duration: 5336.004 ms
     Changes:
              ----------
              docker==4.2.0:
                  Installed

Summary for local
------------
Succeeded: 2 (changed=2)
Failed:    0
------------
Total states run:     2
Total run time:  14.352 s
[...]
This revision is now accepted and ready to land.Feb 14 2020, 23:15