summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-23 14:21:11 -0500
committerScott Dodson <sdodson@redhat.com>2017-02-23 14:21:11 -0500
commitfb282cf4fc5b861b7574844496a6f686ab40f3b9 (patch)
treeb8a40cc56bb7a2b85b75bddc464d6749ae1c60fa /roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json
parentde97690e4bf190418b2676401a7eb9234029a71d (diff)
downloadopenshift-fb282cf4fc5b861b7574844496a6f686ab40f3b9.tar.gz
openshift-fb282cf4fc5b861b7574844496a6f686ab40f3b9.tar.bz2
openshift-fb282cf4fc5b861b7574844496a6f686ab40f3b9.tar.xz
openshift-fb282cf4fc5b861b7574844496a6f686ab40f3b9.zip
Update v1.4 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json
index 18100974b..7a285dba8 100644
--- a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json
+++ b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql.json
@@ -7,7 +7,11 @@
"openshift.io/display-name": "Dancer + MySQL (Ephemeral)",
"description": "An example Dancer application with a MySQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/dancer-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
"tags": "quickstart,perl,dancer",
- "iconClass": "icon-perl"
+ "iconClass": "icon-perl",
+ "template.openshift.io/long-description": "This template defines resources needed to develop a Dancer based application, including a build configuration, application deployment configuration, and database deployment configuration. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
+ "template.openshift.io/provider-display-name": "Red Hat, Inc.",
+ "template.openshift.io/documentation-url": "https://github.com/openshift/dancer-ex",
+ "template.openshift.io/support-url": "https://access.redhat.com"
}
},
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/dancer-ex/blob/master/README.md.",