Page MenuHomeDevCentral

WIP: Install Docker development tools on Dwellers
ClosedPublic

Authored by dereckson on Feb 16 2020, 03:32.
Tags
None
Referenced Files
F11131812: D2220.id5584.diff
Sat, Aug 16, 16:05
Unknown Object (File)
Fri, Aug 15, 15:49
Unknown Object (File)
Thu, Aug 14, 12:32
Unknown Object (File)
Wed, Aug 13, 09:26
Unknown Object (File)
Wed, Aug 13, 05:38
Unknown Object (File)
Mon, Aug 11, 07:58
Unknown Object (File)
Sun, Aug 10, 10:45
Unknown Object (File)
Fri, Aug 8, 00:25
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