Page MenuHomeDevCentral

WIP: Install Docker development tools on Dwellers
ClosedPublic

Authored by dereckson on Feb 16 2020, 03:32.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 23:06
Unknown Object (File)
Sun, Apr 14, 06:15
Unknown Object (File)
Sat, Apr 13, 16:33
Unknown Object (File)
Sat, Apr 13, 04:26
Unknown Object (File)
Fri, Apr 12, 14:44
Unknown Object (File)
Fri, Apr 12, 14:44
Unknown Object (File)
Tue, Apr 9, 20:44
Unknown Object (File)
Sun, Apr 7, 14:50
Subscribers
None

Diff Detail

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

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