Page MenuHomeDevCentral

WIP: Install Docker development tools on Dwellers
ClosedPublic

Authored by dereckson on Feb 16 2020, 03:32.
Tags
None
Referenced Files
F33595525: D2220.id5584.diff
Fri, Jun 19, 17:14
F33533895: D2220.id5582.diff
Thu, Jun 18, 23:39
F33527734: D2220.diff
Thu, Jun 18, 21:58
Unknown Object (File)
Thu, Jun 18, 08:39
Unknown Object (File)
Wed, Jun 17, 16:50
Unknown Object (File)
Wed, Jun 17, 07:22
Unknown Object (File)
Sun, Jun 14, 13:31
Unknown Object (File)
Sun, Jun 14, 12:43
Subscribers
None

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
docker-dev (branched from master)
Build Status
Buildable 3439
Build 3688: arc lint + arc unit

Event Timeline

dereckson created this revision.

Remove sudo, the group will be created in another change (that's a group, not a sudoers rule)

Dwellers
$ sudo salt-call state.sls roles/paas-docker/devel
[ERROR   ] DNS lookup or connection check of 'ysul.nasqueron.org' failed.
[ERROR   ] Master hostname: 'ysul.nasqueron.org' not found or not responsive. Retrying in 30 seconds
local:
----------
          ID: docker_development_utilities
    Function: pkg.installed
      Result: True
     Comment: All specified packages are already installed
     Started: 01:22:53.750840
    Duration: 1107.63 ms
     Changes:
----------
          ID: docker_development_utilities
    Function: pip.installed
        Name: docker-compose
      Result: True
     Comment: Python package docker-compose was already installed
              All specified packages are already installed
     Started: 01:22:55.322302
    Duration: 1386.003 ms
     Changes:

Summary for local
------------
Succeeded: 2
Failed:    0
------------
Total states run:     2
Total run time:   2.494 s
This revision is now accepted and ready to land.Feb 17 2020, 01:28