mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Merge pull request #5042 from robin2008/paramiko-dep
update paramiko dependency for xCAT-openbmc-py
This commit is contained in:
commit
e341abbce0
@ -20,7 +20,6 @@ from hwctl.executor.openbmc_flash import OpenBMCFlashTask
|
||||
from hwctl.executor.openbmc_inventory import OpenBMCInventoryTask
|
||||
from hwctl.executor.openbmc_power import OpenBMCPowerTask
|
||||
from hwctl.executor.openbmc_sensor import OpenBMCSensorTask
|
||||
from hwctl.executor.openbmc_bmcconfig import OpenBMCBmcConfigTask
|
||||
from hwctl.executor.openbmc_eventlog import OpenBMCEventlogTask
|
||||
from hwctl.beacon import DefaultBeaconManager
|
||||
from hwctl.setboot import DefaultBootManager
|
||||
@ -287,6 +286,9 @@ class OpenBMCManager(base.BaseManager):
|
||||
DefaultPowerManager().set_power_state(runner, power_state=action)
|
||||
|
||||
def rspconfig(self, nodesinfo, args):
|
||||
|
||||
from hwctl.executor.openbmc_bmcconfig import OpenBMCBmcConfigTask
|
||||
|
||||
try:
|
||||
opts=docopt(RSPCONFIG_USAGE, argv=args)
|
||||
except DocoptExit as e:
|
||||
|
@ -20,7 +20,8 @@ BuildArch: noarch
|
||||
Requires: xCAT-server
|
||||
Requires: python-gevent >= 1.2.2-2
|
||||
Requires: python-greenlet >= 0.4.13-2
|
||||
Requires: python2-docopt python-requests python-paramiko python-scp
|
||||
Requires: python-paramiko >= 2.0.0
|
||||
Requires: python2-docopt python-requests python-scp
|
||||
|
||||
%description
|
||||
xCAT-openbmc-py provides openbmc related functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user