RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Go to file
James Slagle 8577dadb72 Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
elements Add element for tripleo-incubator 2014-03-10 09:44:10 -04:00
json-files Add back t-h-t and t-i to element-deps for undercloud-stack-config, but add 2014-03-10 09:07:49 -04:00
scripts Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
.gitignore Add .gitignore 2014-02-13 08:02:55 -05:00
LICENSE Add LICENSE 2014-02-18 09:48:12 -05:00
Overcloud-packages.md Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
Overcloud.md Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
README-packages.md Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
README.md Update for tripleo wrapper script and instack-* script prefix 2014-03-13 09:14:07 -04:00
instack-baremetal.answers.sample Split answers file into a virt and baremetal sample 2014-02-17 13:26:33 -05:00
instack-virt.answers.sample Split answers file into a virt and baremetal sample 2014-02-17 13:26:33 -05:00

README.md

Undercloud Install via instack

  1. Clone this repository and instack

     git clone https://github.com/agroup/instack-undercloud
     git clone https://github.com/agroup/instack
    
  2. Create and edit your answers file. The descriptions of the parameters that can be set are in the sample answers file.

     cd instack-undercloud
    
     # Use either the baremetal or virt sample answers file
     # cp instack-baremetal.answers.sample instack.answers
     # cp instack-virt.answers.sample instack.answers
    
     # Return back to directory where instack was cloned
     cd ..
    
  3. Run script to install undercloud. The script will produce a lot of output on the sceen. It also logs to ~/.instack/install-undercloud.log. You should see install-undercloud Complete! at the end of a successful run.

     instack-undercloud/scripts/instack-install-undercloud
    

That completes the Undercloud install. To proceed with deploying and using the Overcloud see Overcloud.