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