Errata

Getting Started with OpenShift

Errata for Getting Started with OpenShift

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date Submitted
ePub Page 48
Metrics and Monitoring, 2nd and 3rd paragraph

metrics-0.1 is no longer listed as a supported cartridge. It can't be installed.

Installation of the Monin cartridge currently fails, see https://github.com/openshift-cartridges/openshift-origin-cartridge-monit/issues/4.

Markus Kemmerling  Jan 10, 2015 
PDF Page 23
Just above the first example code

Because the wsgi directory is no longer part of the default python cartridge you should probably put insulter.py in the insultapp directory.

Martin Borgman  May 04, 2014 
PDF Page 35
Example

Adding Third Party Cartridges results in the following error:

$ rhc cartridge add https://raw2.github.com/mfojtik/openshift-origin-cartridge-monit/master/metadata/manifest.yml
The cartridge 'https://raw2.github.com/mfojtik/openshift-origin-cartridge-monit/master/metadata/manifest.yml' will be downloaded and installed
Adding https://raw2.github.com/mfojtik/openshift-origin-cartridge-monit/master/metadata/manifest.yml to application 'insultapp' ...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

$

This may be caused by resent changes to the platform.

Martin Borgman  May 04, 2014 
PDF Page 18
Just below the code example

The wsgi directory was removed from the standard OpenShift Python application. The file wsgi/application is now called wsgi.py and is in the root of the project directory.
This change to the OpenShift Python application directory structure also impacts pageges following page 18.

Martin Borgman  Apr 30, 2014