HomeDevCentral

Provide `shell` command to ease connections to complex scenarii

Description

Provide shell command to ease connections to complex scenarii

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

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D1401

Details

Provenance
derecksonAuthored on Mar 8 2018, 21:57
derecksonPushed on Mar 8 2018, 23:07
Reviewer
dereckson
Differential Revision
D1401: Provide `shell` command to ease connections to complex scenarii
Parents
rOPSf11a476217ab: Install tmux in core role
Branches
Unknown
Tags
Unknown