You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once installed and booted, login as crowbar:crowbar
sudo -i
cd /opt/dell/barclamps/network/chef/data_bags/crowbar
vi bc-template-network.json
Edit the parameters under "admin" : {…} (You can ignore VLAN settings currently).
Change the various settings (IP address, Subnet, etc). Note that there should be a value for router, however the installer doesn't currently use it. There are different DHCP ranges:
admin: this is the IP range for crowbar administrative nodes.
dhcp: this is the IP range for nodes receiving/changing roles via discovery and control process
host: this is the IP range for crowbar managed nodes (e.g. nova, swift nodes)
switch: this is the IP range reservation for switch IP allocations. This is currently not used in Crowbar but present for future work.