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