Skip to content

Changingdefaultipaddress

dizz edited this page Oct 17, 2011 · 2 revisions

Change Default Crowbar (v1.1) Admin IP

These notes summarise what is shown in this video. Internally it is chef that manages the IP address of crowbar.

Important: do not run crowbar's installer until network changes are made.

  1. Install from crowbar iso

  2. Once installed and booted, login as crowbar:crowbar

  3. sudo -i

  4. cd /opt/dell/barclamps/network/chef/data_bags/crowbar

  5. vi bc-template-network.json

  6. Edit the parameters under "admin" : {…} (You can ignore VLAN settings currently).

  7. 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.
Clone this wiki locally