文件操作 - juju.cpython-310.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/sos/collector/transports/__pycache__/juju.cpython-310.pyc
编辑文件内容
o i��d� � @ s@ d dl Z d dlmZ d dlmZ d dlmZ G dd� de�ZdS )� N)�JujuNotInstalledException)�RemoteTransport)�sos_get_command_outputc @ sZ e Zd ZdZdZdZdd� Zdd� Zdd d �Zdd� Z e d d� �Ze dd� �Zdd� Z dS )�JujuSSHa A "transport" that leverages `juju ssh` to perform commands on the remote hosts. This transport is expected to be used in juju managed environment, and the user should have the necessary credential for accessing the controller. When using this transport, the --nodes option will be expected to be a comma separated machine IDs, **not** IP addr, since `juju ssh` identifies the ssh target by machine ID. Examples: sos collect --nodes 0,1,2 --no-local --transport juju --batch �juju_ssh�ubuntuc C s<