instack-undercloud/README-packages.md
James Slagle 71308bd857 Merge branch 'passwords'
Conflicts:
	README-packages.md
	README-source.md
2014-04-02 14:55:13 -04:00

1.7 KiB

instack-undercloud via packages

  1. Enable the openstack-m repository

     sudo yum -y install http://repos.fedorapeople.org/repos/openstack-m/openstack-m/openstack-m-release-icehouse-2.noarch.rpm
    
  2. Enable the fedora-openstack-m-testing yum repository.

     sudo yum -y install yum-utils
     sudo yum-config-manager --enable fedora-openstack-m-testing
    
  3. Install instack-undercloud

     sudo yum -y install instack-undercloud
    
  4. 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
    
  5. 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-install-undercloud-packages
    
  6. Once the install script has run to completion, you should take note to secure and save the files /root/stackrc and /root/tripleo-undercloud-passwords. Both these files will be needed to interact with the installed undercloud. You may copy these files to your home directory to make them easier to source later on, but you should try to keep them as secure and backed up as possible.

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