summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-03 16:38:14 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-03 16:38:14 -0400
commit99c9c1428445ae1f79dc4b7f8c49e32236534ee8 (patch)
treed844f21d528ec5d1f931b198f145f126d1ef196a /roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json
parent76fca28ea37a791447974a823dc00508fbcd243a (diff)
downloadopenshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.gz
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.bz2
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.xz
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.zip
Update v1.4 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json b/roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json
index 64b004ff4..8e43bfbc3 100644
--- a/roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json
+++ b/roles/openshift_examples/files/examples/v1.4/db-templates/mariadb-ephemeral-template.json
@@ -4,11 +4,16 @@
"metadata": {
"name": "mariadb-ephemeral",
"annotations": {
- "description": "MariaDB database service, without persistent storage. WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing",
+ "openshift.io/display-name": "MariaDB (Ephemeral)",
+ "description": "MariaDB database service, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing",
"iconClass": "icon-mariadb",
"tags": "database,mariadb"
}
},
+ "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${MYSQL_USER}\n Password: ${MYSQL_PASSWORD}\n Database Name: ${MYSQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:3306/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md.",
+ "labels": {
+ "template": "mariadb-persistent-template"
+ },
"objects": [
{
"kind": "Service",
@@ -177,8 +182,5 @@
"value": "sampledb",
"required": true
}
- ],
- "labels": {
- "template": "mariadb-persistent-template"
- }
+ ]
}