Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compound command execution doesn't work with salt-ssh #53679

Open
max-arnold opened this issue Jul 2, 2019 · 3 comments
Open

Compound command execution doesn't work with salt-ssh #53679

max-arnold opened this issue Jul 2, 2019 · 3 comments
Labels
Feature new functionality including changes to functionality and code refactors, etc. Salt-SSH
Milestone

Comments

@max-arnold
Copy link
Contributor

max-arnold commented Jul 2, 2019

Description of Issue

One of the base features (Compound command execution, #42) doesn't work with salt-ssh:

% salt-ssh HOSNAME test.ping,test.version

HOSTNAME:
    ----------
    retcode:
        255
    stderr:
        'test.ping,test.version' is not available.
    stdout:

Why this is important: it is much faster to execute multiple commands at once, because a single salt-ssh invocation is slow.

Versions Report

salt --versions-report
Salt Version:
           Salt: 2018.3.4

Dependency Versions:
           cffi: 1.11.5
       cherrypy: unknown
       dateutil: Not Installed
      docker-py: Not Installed
          gitdb: Not Installed
      gitpython: Not Installed
          ioflo: Not Installed
         Jinja2: 2.10
        libgit2: Not Installed
        libnacl: Not Installed
       M2Crypto: Not Installed
           Mako: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.5.6
   mysql-python: Not Installed
      pycparser: 2.19
       pycrypto: 2.6.1
   pycryptodome: Not Installed
         pygit2: Not Installed
         Python: 3.7.3 (default, Mar 30 2019, 03:37:43)
   python-gnupg: Not Installed
         PyYAML: 3.13
          PyZMQ: 17.0.0
           RAET: Not Installed
          smmap: Not Installed
        timelib: Not Installed
        Tornado: 4.5.3
            ZMQ: 4.1.6

System Versions:
           dist:
         locale: UTF-8
        machine: x86_64
        release: 18.6.0
         system: Darwin
        version: 10.14.5 x86_64
@Akm0d Akm0d added v2018.3.4 unsupported version Feature new functionality including changes to functionality and code refactors, etc. Salt-SSH labels Jul 2, 2019
@Akm0d Akm0d added this to the Approved milestone Jul 2, 2019
@stale
Copy link

stale bot commented Jan 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.

@stale stale bot added the stale label Jan 8, 2020
@max-arnold
Copy link
Contributor Author

2019.2.2, still valid:

# salt-ssh vagrant@minion1 test.ping,test.version ,
minion1.shared:
    ----------
    retcode:
        255
    stderr:
        'test.ping,test.version' is not available.
    stdout:

# salt minion1 test.ping,test.version ,
minion1:
    ----------
    test.ping:
        True
    test.version:
        2019.2.2

@stale
Copy link

stale bot commented Jan 8, 2020

Thank you for updating this issue. It is no longer marked as stale.

@stale stale bot removed the stale label Jan 8, 2020
@sagetherage sagetherage added this to Considering in Sodium Jan 24, 2020
@sagetherage sagetherage removed the v2018.3.4 unsupported version label Apr 24, 2020
@sagetherage sagetherage removed this from Considering in Sodium Apr 24, 2020
@sagetherage sagetherage added this to Feature in Salt-SSH May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature new functionality including changes to functionality and code refactors, etc. Salt-SSH
Projects
Salt-SSH
  
Feature or Docs only
Magnesium
  
Awaiting triage
Development

No branches or pull requests

3 participants