yangmian7721 / crowbar

Cloud Installer (originated by Dell)

Home Page:https://github.com/crowbar/crowbar/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Crowbar project Build Status

The code and documentation are distributed under the Apache 2 license. Contributions back to the source are encouraged.

Crowbar was developed by the [Dell CloudEdge Solutions Team] (http://dell.com/openstack) as an OpenStack installer, but has evolved as a much broader function tool. It is a wrapper for Opscode Chef Server.

Much of the design information about Crowbar has been published on Rob Hirschfeld's blog. This wiki maintains information about the operation of Crowbar. Documentation for users and deployment will be committed into the Git repo. Intermediate updates are likely to surface in the wiki.

Please consult the release notes for known issues.

To build your own copy of Crowbar, consult the [readme] (https://github.com/crowbar/crowbar/blob/master/README.build). Some important notes about the build process:

  • Build process has been tested on Ubuntu 12.04 and CentOS.

With that said, from a fresh install off the crowbar-dev.iso, the next steps are:

  1. Boot using the ISO and it will setup Ubuntu 12.04 and stage Crowbar for install.
  2. Log in as crowbar/crowbar (Ubuntu) or root/crowbar (Redhat).
  3. sudo su - root.
  4. cd /tftpboot/ubuntu_dvd/extra (Ubuntu) or cd /tftpboot/redhat_dvd/extra (Redhat).
  5. ./install admin.crowbar.org (or whatever FQDN you want your admin node to have).

Note: If the install did not work, you can try sudo chef-client and that may fix issues by repeating the last part of the installation.

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

We are working to make this wiki complete, please feel free to update content.

About

Cloud Installer (originated by Dell)

https://github.com/crowbar/crowbar/wiki

License:Other