OpenShift_Quickstarts

Parses

  • /etc/openshift/quickstarts.json

Author: Brian Redbeard redb.nosp@m.eard@dead-c.nosp@m.ity.org

Summary
OpenShift_QuickstartsParses
LicenseThis file is licenced under the LGPL v2+, conforming to the other components of Augeas.
Lens Usage
Configuration files
ExamplesThe Test_OpenShift_Quickstarts file contains various examples and tests.
Augeas Lenses
json
lns
Augeas Variables
filter

License

This file is licenced under the LGPL v2+, conforming to the other components of Augeas.

Lens Usage

Sample usage of this lens in augtool

  • Get your current setup
print /files/etc/openshift/quickstarts.json

...

  • Delete the quickstart named WordPress
rm /files/etc/openshift/quickstarts.json/array/dict[*]/entry/dict/entry[*][string = 'WordPress']/../../../

Saving your file

save

Configuration files

/etc/openshift/quickstarts.jsonQuickstarts available via the OpenShift Console.

Examples

The Test_OpenShift_Quickstarts file contains various examples and tests.

Augeas Lenses

json

let json = Json.lns

lns

let lns = (Util.empty | json )*

Augeas Variables

filter

Provides unit tests and examples for the OpenShift_Quickstarts lens.
let json = Json.lns
let lns = (Util.empty | json )*
Close