From b0696dba60d1fd18da2849fc4e5af1404b536b46 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 21 Mar 2014 09:36:38 -0400 Subject: [PATCH] Add readme for building images --- README-build-images.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README-build-images.md diff --git a/README-build-images.md b/README-build-images.md new file mode 100644 index 000000000..8c866b678 --- /dev/null +++ b/README-build-images.md @@ -0,0 +1,19 @@ +Overcloud image building +======================== + +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 + +1. Enable the fedora-openstack-m-testing yum repository. + + sudo yum -y install yum-utils + sudo yum-config-manager --enable fedora-openstack-m-testing + +2. Install instack-undercloud + + sudo yum -y install instack-undercloud + +2. Run script to build images + + instack-build-images