[OpenStack Crowbar] Install crowbar

For more information, please consult the Crowbar Deployment Guide.

If you wish to change the default IP address for crowbar see here first.

After you have completed the Build Crowbar.ISO step, you are ready to install Crowbar!

  1. Optional: Burn the ISO to a DVD (you can get them from http://crowbar.zehicle.com)
  2. Boot using the ISO or physical DVD and it will setup Ubuntu 12.04 or CentOS and stage Crowbar for install
  3. Log in as crowbar/crowbar (for v1 and pre 9/1/11 ISOs, the auth is openstack/openstack)
  4. sudo -i
  5. Make sure the date/time is synchronized date MMDDHHMM
  6. If you want to change the default IP ranges (192.168.124.x) or VLANs (100, 300, 500, etc), read change the default IP address
    1. For a VMware installation of OpenStack, we recommend using FOUR host-only networks and turn off VLANs in the network.json file
    2. For installation on physical equipment, please review the network.json file and ensure that you are matching the network VLAN maps
  7. Go to the install directory
    1. On Ubuntu cd /tftpboot/ubuntu_dvd/extra
    2. On RHEL or Centos cd /tftpboot/redhat_dvd/extra
  8. ./install admin.crowbar.org (or whatever FQDN you want your admin node to have).

The rest of Crowbar will then install. Unless you change the networking defaults, you can access the Crowbar server:

原文地址:https://www.cnblogs.com/licheng/p/2537585.html