Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.17 KB

README-packages.md

File metadata and controls

29 lines (19 loc) · 1.17 KB

Undercloud Install via instack

  1. Enable the openstack-m repository

     sudo yum -y install http://repos.fedorapeople.org/repos/openstack-m/openstack-m/openstack-m-release-icehouse-1.noarch.rpm
    
  2. Install instack-undercloud

     sudo yum -y install instack-undercloud
    
  3. Create and edit your answers file. The descriptions of the parameters that can be set are in the sample answers file.

     # Answers file must exist in home directory for now
     # Use either the baremetal or virt sample answers file
     # cp /usr/share/doc/instack-undercloud/instack-baremetal.answers.sample ~/instack.answers
     # cp /usr/share/doc/instack-undercloud/instack-virt.answers.sample ~/instack.answers
     # Perform any answer file edits
    
  4. 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.

     install-undercloud-packages
    

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