Details
Details
- Reviewers
dereckson - Maniphest Tasks
- T1595: Reprovision Dwellers through Salt
- Commits
- rOPSc0d212c71380: Ensure pip is installed in order to invoke it
salt-call state.sls roles/paas-docker/salt
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Passed - Unit
No Test Coverage - Branch
- require-pip (branched from master)
- Build Status
Buildable 3431 Build 3680: arc lint + arc unit
Event Timeline
Comment Actions
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 [...]