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
F2830482: D1401.id3574.diff
Fri, Apr 19, 12:28
F2827787: D1401.id3573.diff
Fri, Apr 19, 01:31
F2827413: D1401.id3572.diff
Fri, Apr 19, 00:01
Unknown Object (File)
Thu, Apr 18, 11:07
Unknown Object (File)
Wed, Apr 17, 23:32
Unknown Object (File)
Mon, Apr 15, 05:10
Unknown Object (File)
Sun, Apr 14, 22:17
Unknown Object (File)
Sun, Apr 14, 09:14
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 Not Applicable
Unit
Tests Not Applicable

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.