summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-23 14:21:28 -0500
committerScott Dodson <sdodson@redhat.com>2017-02-23 14:21:28 -0500
commit659e510e9f0948ad61a9ab63015548185b8337ab (patch)
treef719972619d171df0f37f5074bf499c288a1b2af /roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json
parentfb282cf4fc5b861b7574844496a6f686ab40f3b9 (diff)
downloadopenshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.gz
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.bz2
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.xz
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.zip
Update v1.5 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json b/roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json
index e933eecf0..6ed744777 100644
--- a/roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json
+++ b/roles/openshift_examples/files/examples/v1.5/db-templates/mariadb-persistent-template.json
@@ -7,7 +7,11 @@
"openshift.io/display-name": "MariaDB (Persistent)",
"description": "MariaDB database service, with 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\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-mariadb",
- "tags": "database,mariadb"
+ "tags": "database,mariadb",
+ "template.openshift.io/long-description": "This template provides a standalone MariaDB server with a database created. The database is stored on persistent storage. The database name, username, and password are chosen via parameters when provisioning this service.",
+ "template.openshift.io/provider-display-name": "Red Hat, Inc.",
+ "template.openshift.io/documentation-url": "https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md",
+ "template.openshift.io/support-url": "https://access.redhat.com"
}
},
"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.",