예제 #1
0
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = agent.AgentDeploy()
     self.management = ssh.SSHManagement()
     self.vendor = agent.AgentVendorInterface()
예제 #2
0
파일: pxe.py 프로젝트: hanlind/ironic
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = pxe.PXEDeploy()
     self.management = ssh.SSHManagement()
     self.vendor = pxe.VendorPassthru()
예제 #3
0
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = fake.FakeDeploy()
     self.management = ssh.SSHManagement()
예제 #4
0
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = fake.FakeDeploy()
     self.management = ssh.SSHManagement()
     self.console = ssh.ShellinaboxConsole()
예제 #5
0
 def __init__(self):
     self.power = ssh.SSHPower()
     self.boot = pxe.PXEBoot()
     self.deploy = ansible_deploy.AnsibleDeploy()
     self.management = ssh.SSHManagement()
예제 #6
0
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = fuel_agent.FuelAgentDeploy()
     self.management = ssh.SSHManagement()
     self.vendor = fuel_agent.FuelAgentVendor()
 def __init__(self):
     self.power = ssh.SSHPower()
     self.deploy = fake.FakeDeploy()
     self.management = ssh.SSHManagement()
     self.console = ssh.get_console_driver()