You can change it by changing the bc-template-ipmi.json file before running the “install” command to build the admin node.
I custom master an Admin ISO image, in the /tftpboot/ubuntu_dvd/extras directory, I stage customized JSON config files for various clusters … Before I run my “cd /tftpboot/ubuntu_dvd/extras && ./install admin.mycluster.mydomain.com” command, one of the steps I run is: # make backup of default ipmi cp /opt/dell/barclamps/ipmi/chef/data_bags/crowbar/bc-template-ipmi.json /root/bc-template-ipmi.json.orig # copy the local clusters ipmi to it’s resting place cp ./files/bc-template-ipmi.json /opt/dell/barclamps/ipmi/chef/data_bags/crowbar/bc-template-ipmi.json ~~shane On 12/19/13, 12:15 PM, "John-Paul Robinson" <[email protected]> wrote: > >As a follow-up, does crowbar set/change the BMC account/password >information during provisioning? > >~jpr > >On 12/19/2013 01:56 PM, John-Paul Robinson wrote: > > >Thanks Rajeev. > >This command listed the BMC addresses. > >The Crowbar node inventory.csv did not list these IP addresses though. > >~jpr > > >On 12/18/2013 10:41 PM, >[email protected] <mailto:[email protected]> >wrote: > >Dell - Internal Use - Confidential > >John-Paul > >This information is usually listed for each node in the UI – alternately >you can run a simple command on the admin to get the info – example below > > >root@admin:~# knife search node name:* -a 'crowbar.network.bmc.address' >2 items found > >crowbar.network.bmc.address: 192.168.124.163 >id: d78-45-c4-fb-4d-b7.mesabld3860.org > >crowbar.network.bmc.address: 192.168.124.168 >id: admin.mesabld3860.org > > >Regards, >Raajeev > >From: crowbar-bounces >On Behalf Of Hirschfeld, Rob >Sent: Wednesday, December 18, 2013 4:57 PM >To: >[email protected] <mailto:[email protected]>; crowbar >Subject: Re: [Crowbar] record of IP's assigned to bmc_vlan > > > >John-Paul, >I’m going from memory – someone else may have a more specific answer… > >This data should be provided in the Crowbar UI for the Node. I think >there’s a list of all the assigned IPs with their associated network. >If you want the raw data, there are two places to look for this >information in the Chef database: both are Chef Roles. Check the “wall” >in the crowbar-node-Name role’s metadata and also the “bc-network-default” > or similar where Crowbar maintain’s network information. >Hopefully someone else can give you a more precise answer. >Rob >-----Original Message----- >From: crowbar-bounces On Behalf Of John-Paul Robinson >Sent: Wednesday, December 18, 2013 2:52 PM >To: crowbar >Subject: [Crowbar] record of IP's assigned to bmc_vlan >Hi, >Where does crowbar record the IP addresses assigned to devices in the >bmc_vlan? >Specifically, I want to use ipmi from the admin node to interface with >the idrac cards and can't find which IP's were assigned to these >interfaces. >I'm assuming this is handled by crowbar. >Thanks, >~jpr >_______________________________________________ >Crowbar mailing list >[email protected] >https://lists.us.dell.com/mailman/listinfo/crowbar >For more information: >http://crowbar.github.com/ <http://crowbar.github.com/> > > > > > > >_______________________________________________ >Crowbar mailing list >[email protected]https://lists.us.dell.com/mailman/listinfo/crowbar >For more information: http://crowbar.github.com/ > _______________________________________________ Crowbar mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
