Page MenuHomeDevCentral

Provide `shell` command to ease connections to complex scenarii
ClosedPublic

Authored by dereckson on Mar 8 2018, 22:44.
Tags
None
Referenced Files
F28162686: D1401.id3574.diff
Sun, May 10, 08:47
F28162682: D1401.id3572.diff
Sun, May 10, 08:47
F28145544: D1401.id3573.diff
Sun, May 10, 06:43
F28136804: D1401.id3574.diff
Sun, May 10, 05:37
F28131823: D1401.id3572.diff
Sun, May 10, 04:58
F28130532: D1401.diff
Sun, May 10, 04:49
F28116919: D1401.diff
Sun, May 10, 03:09
F28104395: D1401.id3572.diff
Sun, May 10, 01:34
Subscribers
None

Details

Summary

For example, it allows to call a Docker container execution command
on a remote server through an interactive SSH connection:

shell devcentral = ssh -t dwellers.nasqueron.org docker exec -it bash
shell devcentral foo = ssh -t dwellers.nasqueron.org docker exec -it foo

Test Plan

Python development

Checked with flake8 and autopep8.

Deployment test procedure

  • salt-call --local state.apply roles/devserver/userland-software/misc
  • shell devcentral

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
shell (branched from master)
Build Status
Buildable 2194
Build 2442: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 8 2018, 22:46
This revision was automatically updated to reflect the committed changes.