Page MenuHomeDevCentral

WIP: Install Docker development tools on Dwellers
ClosedPublic

Authored by dereckson on Feb 16 2020, 03:32.
Tags
None
Referenced Files
F3774304: D2220.id5581.diff
Sun, Nov 24, 10:59
F3774300: D2220.id5582.diff
Sun, Nov 24, 10:57
F3773992: D2220.diff
Sun, Nov 24, 09:10
Unknown Object (File)
Mon, Nov 18, 12:13
Unknown Object (File)
Mon, Nov 18, 12:13
Unknown Object (File)
Mon, Nov 18, 12:13
Unknown Object (File)
Mon, Nov 18, 11:37
Unknown Object (File)
Mon, Nov 18, 11:10
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