Ejemplo n.º 1
0
 def control_hostname(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, "control", "hostname")
Ejemplo n.º 2
0
 def control_hostname(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, 'control',
                                                 'hostname')
Ejemplo n.º 3
0
 def control_ip_address(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, "control", "ip")
Ejemplo n.º 4
0
 def control_ip_address(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, 'control',
                                                 'ip')