heat-templates/openshift-origin/F19
Stephen Gordon 8f4f1cf734 Mark OpenShift templates as deprecated
Mark OpenShift templates as deprecated as they have not been tested on
an ongoing basis and are now superseded.

Change-Id: Ia8c4de847787ff3fa624a175f5d9d0305ac420c9
2016-08-25 11:24:51 -04:00
..
aws-template New heat templates for Openshift-Origin deployment using scalability functionality 2014-08-28 13:56:10 +02:00
elements Adds Support for OpenShift Origin v3.0 on Fedora 19 2014-02-25 05:42:35 +00:00
hot-template Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
README.rst Mark OpenShift templates as deprecated 2016-08-25 11:24:51 -04:00

README.rst

OpenShift Origin Templates

Note

These templates have only been tested with OpenShift V2 and are now deprecated. For up to date templates for deploying OpenShift V3 and beyond on OpenStack refer to the OpenShift-on-OpenStack github project.

This directory contains files for deploying OpenShift Origin to an OpenStack environment via Heat.

The templates has been tested with the OpenStack Icehouse 2014.1 release.

It includes the following folders:

  • hot-template - heat templates in HOT format for launching OpenShift Origin
  • aws-template - heat templates in AWS format for launching OpenShift Origin
  • elements - diskimage-builder elements to build images

To build with diskimage-builder, do the following in the parent directory of heat-templates:

git clone https://github.com/openstack/diskimage-builder.git
apt-get install -y qemu-utils kpartx
mkdir $HOME/tmp
export DIB_RELEASE=19
export ELEMENTS_PATH=heat-templates/openshift-origin/F19/elements
export TMP_DIR=$HOME/tmp
export DIB_IMAGE_SIZE=5
diskimage-builder/bin/disk-image-create --no-tmpfs -a amd64 vm fedora openshift-origin-broker -o F19-x86_64-openshift-origin-broker
glance image-create --name F19-x86_64-openshift-origin-broker --is-public true --disk-format qcow2 --container-format bare < F19-x86_64-openshift-origin-broker.qcow2
export DIB_IMAGE_SIZE=20
diskimage-builder/bin/disk-image-create --no-tmpfs -a amd64 vm fedora openshift-origin-node -o F19-x86_64-openshift-origin-node
glance image-create --name F19-x86_64-openshift-origin-node --is-public true --disk-format qcow2 --container-format bare < F19-x86_64-openshift-origin-node.qcow2