summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-04 11:04:44 -0400
committerGitHub <noreply@github.com>2016-11-04 11:04:44 -0400
commit35db78f391f41e962903dbe9174efc7052948a15 (patch)
tree976232541e2735250a8eb70aed366352ec4087c1 /roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json
parent3f3b757c0e3ff81b3777f01a98302ee8392ec289 (diff)
parent47a31c4d692479242eefaa5ec64ddf27d2775b0f (diff)
downloadopenshift-35db78f391f41e962903dbe9174efc7052948a15.tar.gz
openshift-35db78f391f41e962903dbe9174efc7052948a15.tar.bz2
openshift-35db78f391f41e962903dbe9174efc7052948a15.tar.xz
openshift-35db78f391f41e962903dbe9174efc7052948a15.zip
Merge pull request #2721 from sdodson/image-stream-sync
Image stream sync
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json b/roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json
index 05add25e2..fc7cd7d09 100644
--- a/roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json
+++ b/roles/openshift_examples/files/examples/v1.4/db-templates/mysql-persistent-template.json
@@ -4,11 +4,16 @@
"metadata": {
"name": "mysql-persistent",
"annotations": {
- "description": "MySQL database service, with persistent storage. Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
+ "openshift.io/display-name": "MySQL (Persistent)",
+ "description": "MySQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/5.6/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
"iconClass": "icon-mysql-database",
"tags": "database,mysql"
}
},
+ "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/mysql-container/blob/master/5.6/README.md.",
+ "labels": {
+ "template": "mysql-persistent-template"
+ },
"objects": [
{
"kind": "Service",
@@ -208,8 +213,5 @@
"value": "5.6",
"required": true
}
- ],
- "labels": {
- "template": "mysql-persistent-template"
- }
+ ]
}