Created
May 4, 2018 21:04
-
-
Save eriknelson/d9497555b5dda1f12ee130695f609c97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"services": [ | |
{ | |
"name": "dh-pyzip-demo-apb", | |
"id": "0e991006d21029e47abe71acc255e807", | |
"description": "Python Zip Demo APB Implementation", | |
"bindable": false, | |
"metadata": { | |
"dependencies": [ | |
"docker.io/ansibleplaybookbundle/py-zip-demo:latest" | |
], | |
"displayName": "Pyzip Demo (APB)", | |
"documentationUrl": "https://github.com/fusor/apb-examples/tree/master/pyzip-demo-apb", | |
"longDescription": "APB Implementation of the Python webapp, https://github.com/fusor/py-zip-demo", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "edb27dcda66700646529749cb69bd4de", | |
"name": "default", | |
"description": "Python Zip Demo APB Implementation", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"longDescription": "This plan provides a python webapp for https://github.com/fusor/py-zip-demo", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-proxy-config-apb", | |
"id": "1830d9181b425e281b36efbf22f378a4", | |
"description": "Proxy Configuration", | |
"bindable": true, | |
"metadata": { | |
"displayName": "Proxy Configuration (APB)", | |
"longDescription": "Provides bind credentials allowing other containers to consume proxy settings." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "3f71ed47005d9900cfe1fc2bcc18160d", | |
"name": "passthrough", | |
"description": "Copy the broker's proxy configuration.", | |
"metadata": { | |
"displayName": "Broker Proxy Settings", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "6b4c1a2ba3029baebc2e5bc2ac76c4a9", | |
"name": "custom", | |
"description": "Provide custom proxy configuration.", | |
"metadata": { | |
"displayName": "Custom Proxy Settings", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"http_proxy", | |
"https_proxy", | |
"no_proxy" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"http_proxy": { | |
"description": "URL to proxy HTTP traffic through. Will be used to set $http_proxy and $HTTP_PROXY environment variables. Can be the same as https_proxy. E.g. \"http://squid-proxy-example.org:3128/\". Leave blank to skip proxying HTTP traffic.", | |
"title": "HTTP proxy URL", | |
"type": "string" | |
}, | |
"https_proxy": { | |
"description": "URL to proxy HTTPS traffic through. Will be used to set $https_proxy and $HTTPS_PROXY environment variables. Can be the same as http_proxy. E.g. \"http://squid-proxy-example.com:3128/\". Leave blank to skip proxying HTTPS traffic.", | |
"title": "HTTPS proxy URL", | |
"type": "string" | |
}, | |
"no_proxy": { | |
"description": "Specifies URLs which should be exluded from proxying (should be contacted directly). Comma separated mix of hostnames, domain names, or both. E.g. \"*.foobar.com,home.com", | |
"title": "No proxy URL list", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "localregistry-eriks-redirect-apb", | |
"id": "19494ee07048baac0f9c735ee25139f4", | |
"description": "This is eriks-apb with a dashboard redirect", | |
"bindable": false, | |
"metadata": { | |
"displayName": "Eriks Dashboard (APB)" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "40b374c6a41240171327ce646f007d2e", | |
"name": "default", | |
"description": "This default plan deploys eriks-redirect-apb", | |
"metadata": { | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-postgresql-apb", | |
"id": "1dda1477cace09730bd8ed7a6505607e", | |
"description": "SCL PostgreSQL apb implementation", | |
"tags": [ | |
"database", | |
"postgresql" | |
], | |
"bindable": true, | |
"metadata": { | |
"console.openshift.io/iconClass": "icon-postgresql", | |
"dependencies": [ | |
"registry.access.redhat.com/rhscl/postgresql-94-rhel7", | |
"registry.access.redhat.com/rhscl/postgresql-95-rhel7", | |
"registry.access.redhat.com/rhscl/postgresql-96-rhel7" | |
], | |
"displayName": "PostgreSQL (APB)", | |
"documentationUrl": "https://www.postgresql.org/docs/", | |
"longDescription": "An apb that deploys postgresql 9.4, 9.5, or 9.6.", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plan_updateable": true, | |
"plans": [ | |
{ | |
"id": "7f4a5e35e4af2beb70076e72fab0b7ff", | |
"name": "dev", | |
"description": "A single DB server with no storage", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Development", | |
"longDescription": "This plan provides a single non-HA PostgreSQL server without persistent storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"postgresql_database", | |
"postgresql_user", | |
{ | |
"key": "postgresql_password", | |
"type": "password" | |
}, | |
"postgresql_version" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"postgresql_database": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", | |
"title": "PostgreSQL Database Name", | |
"type": "string" | |
}, | |
"postgresql_password": { | |
"pattern": "^[a-zA-Z0-9_~!@#$%^\u0026*()-=\u003c\u003e,.?;:|]+$", | |
"title": "PostgreSQL Password", | |
"type": "string" | |
}, | |
"postgresql_user": { | |
"default": "admin", | |
"maxLength": 63, | |
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", | |
"title": "PostgreSQL User", | |
"type": "string" | |
}, | |
"postgresql_version": { | |
"default": "9.6", | |
"enum": [ | |
"9.6", | |
"9.5", | |
"9.4" | |
], | |
"title": "PostgreSQL Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"postgresql_database", | |
"postgresql_user", | |
"postgresql_password", | |
"postgresql_version" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"postgresql_version": { | |
"default": "9.6", | |
"enum": [ | |
"9.6", | |
"9.5", | |
"9.4" | |
], | |
"title": "PostgreSQL Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"postgresql_version" | |
], | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"updates_to": [ | |
"prod" | |
] | |
}, | |
{ | |
"id": "ea4c99bb7d7d0d492ce55a8ac8c75373", | |
"name": "prod", | |
"description": "A single DB server with persistent storage", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Production", | |
"longDescription": "This plan provides a single non-HA PostgreSQL server with persistent storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"postgresql_database", | |
"postgresql_user", | |
{ | |
"key": "postgresql_password", | |
"type": "password" | |
}, | |
"postgresql_version", | |
"postgresql_volume_size" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"postgresql_database": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", | |
"title": "PostgreSQL Database Name", | |
"type": "string" | |
}, | |
"postgresql_password": { | |
"pattern": "^[a-zA-Z0-9_~!@#$%^\u0026*()-=\u003c\u003e,.?;:|]+$", | |
"title": "PostgreSQL Password", | |
"type": "string" | |
}, | |
"postgresql_user": { | |
"default": "admin", | |
"maxLength": 63, | |
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", | |
"title": "PostgreSQL User", | |
"type": "string" | |
}, | |
"postgresql_version": { | |
"default": "9.6", | |
"enum": [ | |
"9.6", | |
"9.5", | |
"9.4" | |
], | |
"title": "PostgreSQL Version", | |
"type": "string" | |
}, | |
"postgresql_volume_size": { | |
"default": "1Gi", | |
"enum": [ | |
"1Gi", | |
"5Gi", | |
"10Gi" | |
], | |
"title": "PostgreSQL Volume Size", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"postgresql_database", | |
"postgresql_user", | |
"postgresql_password", | |
"postgresql_version", | |
"postgresql_volume_size" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"postgresql_version": { | |
"default": "9.6", | |
"enum": [ | |
"9.6", | |
"9.5", | |
"9.4" | |
], | |
"title": "PostgreSQL Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"postgresql_version" | |
], | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"updates_to": [ | |
"dev" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "dh-mssql-remote-apb", | |
"id": "2c79572fbf83125231198451c26e7cf9", | |
"description": "Microsoft SQL Server Remote APB", | |
"bindable": true, | |
"metadata": { | |
"displayName": "MS SQL Server - Remote", | |
"imageUrl": "https://raw.githubusercontent.com/VeerMuchandi/Using-OpenShift-APB/master/mssql-rhel/SQL-Server.png", | |
"longDescription": "An Ansible Playbook Bundle (APB) that deploys a database on an existing MS SQL Server configured for contained databases", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "967abf12e1801de907b5c96f96f5b939", | |
"name": "default", | |
"description": "This plan deploys a database on your own instance of MS SQLServer. Use this APB when you want to provision a database on your own database server. You will supply connection information to your database in the next step. Your MS SQLServer should have been configured to support contained databases as explained here https://www.mssqltips.com/sqlservertip/2428/sql-server-2012-contained-database-feature/", | |
"metadata": { | |
"displayName": "MS SQL Server", | |
"longDescription": "Provide your server connection information, and the database and user to add. Refer Password Policies https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy#password-complexity", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"mssql_database", | |
"mssql_host", | |
"mssql_port", | |
"mssql_admin_user", | |
{ | |
"key": "mssql_admin_password", | |
"type": "password" | |
}, | |
"mssql_user", | |
{ | |
"key": "mssql_password", | |
"type": "password" | |
}, | |
"postinstall_mssql_script" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mssql_admin_password": { | |
"maxLength": 128, | |
"pattern": "^[a-zA-Z0-9_~!@#$%^\u0026*()-=\u003c\u003e,.?;:|]+$", | |
"title": "MSSQL Admin Password", | |
"type": "string" | |
}, | |
"mssql_admin_user": { | |
"default": "SA", | |
"maxLength": 128, | |
"title": "MSSQL Admin User", | |
"type": "string" | |
}, | |
"mssql_database": { | |
"default": "sampledb", | |
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", | |
"title": "Name of the database to be provisioned", | |
"type": "string" | |
}, | |
"mssql_host": { | |
"title": "Host running MS SQL Server", | |
"type": "string" | |
}, | |
"mssql_password": { | |
"default": "MSSQLPassword1", | |
"description": "As per, SQL Server password policy, the password must be atleast 8 characters long and contain characters from three of the following four sets: Uppercase letters, Lowercase letters, Base 10 digits, and Symbols.", | |
"maxLength": 128, | |
"pattern": "^[a-zA-Z0-9_~!@#$%^\u0026*()-=\u003c\u003e,.?;:|]+$", | |
"title": "Password for the database user being added", | |
"type": "string" | |
}, | |
"mssql_port": { | |
"default": 1433, | |
"title": "Port MS SQL Server is exposed on", | |
"type": "integer" | |
}, | |
"mssql_user": { | |
"default": "mssqluser", | |
"maxLength": 128, | |
"title": "Database user to be added to connect in the future", | |
"type": "string" | |
}, | |
"postinstall_mssql_script": { | |
"title": "URL of the script to run after database creation (optional)", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mssql_database", | |
"mssql_host", | |
"mssql_port", | |
"mssql_admin_user", | |
"mssql_admin_password", | |
"mssql_user", | |
"mssql_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-rhelvm-apb", | |
"id": "411c51353e6605302235d3379de3ebd0", | |
"description": "APB for managing RHEL Virtual Machine", | |
"tags": [ | |
"virtualmachine" | |
], | |
"bindable": false, | |
"metadata": { | |
"displayName": "RHEL Virtual Machine", | |
"imageUrl": "https://raw.githubusercontent.com/ansibleplaybookbundle/rhel-apb/master/docs/imgs/icon.png" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "b997b5507ca088eb9fdc4974e7716978", | |
"name": "default", | |
"description": "RHEL Virtual Machine", | |
"metadata": { | |
"displayName": "Linux Virtual Machine", | |
"longDescription": "Virtual machine with Red Hat Enterprise Linux", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
{ | |
"key": "NAME", | |
"type": "text" | |
}, | |
"MEMORY", | |
"CPU_CORES" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"CPU_CORES": { | |
"default": "1", | |
"enum": [ | |
"1", | |
"2", | |
"4", | |
"6", | |
"8", | |
"12", | |
"16", | |
"32" | |
], | |
"title": "CPUs", | |
"type": "string" | |
}, | |
"MEMORY": { | |
"default": 4096, | |
"title": "Memory (in MiB)", | |
"type": "number" | |
}, | |
"NAME": { | |
"default": "myvm", | |
"title": "Name", | |
"type": "string" | |
}, | |
"admin_password": { | |
"title": "Openshift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "Openshift Admin User", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password", | |
"NAME", | |
"MEMORY", | |
"CPU_CORES" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-iscsi-demo-target-apb", | |
"id": "595db86e75325f430afa4fa3f7d69af9", | |
"description": "APB for deploying iscsi-demo-target", | |
"bindable": false, | |
"metadata": { | |
"displayName": "iscsi-demo-target (APB)", | |
"imageUrl": "https://cdn.pbrd.co/images/H7iSpq5.png", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "cec01ee455869656cf280a71e968d122", | |
"name": "default", | |
"description": "Default deployment plan for iscsi-demo-target-apb", | |
"metadata": { | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"tag", | |
"hostname" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "Openshift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "Openshift Admin User", | |
"type": "string" | |
}, | |
"hostname": { | |
"default": "localhost", | |
"title": "Node to use", | |
"type": "string" | |
}, | |
"tag": { | |
"default": "latest", | |
"title": "Tag to use", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-kibana-apb", | |
"id": "5d0062cce443e5ecb8438ca5f664dcd7", | |
"description": "APB to deploy Kibana OSS", | |
"tags": [ | |
"kibana", | |
"elasticsearch" | |
], | |
"bindable": false, | |
"metadata": { | |
"dependencies": [ | |
"docker.elastic.co/kibana/kibana-oss:6.2.1" | |
], | |
"displayName": "Kibana (APB)", | |
"documentationUrl": "https://www.elastic.co/guide/en/kibana/6.1/index.html", | |
"imageUrl": "https://www.elastic.co/assets/blt282ae2420e32fc38/icon-kibana-bb.svg", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "8b6e740822cd0782592374b380bb8eaa", | |
"name": "ephemeral", | |
"description": "This plan deploys Kibana without persistent cache", | |
"metadata": { | |
"displayName": "Ephemeral installation", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"application_name", | |
"kibana_memory_limit", | |
"kibana_version", | |
"kibana_secure" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"application_name": { | |
"default": "kibana", | |
"description": "Kibana application", | |
"title": "Application name", | |
"type": "string" | |
}, | |
"kibana_memory_limit": { | |
"default": "256Mi", | |
"description": "Memory limit for Kibana container", | |
"title": "Memory limit", | |
"type": "string" | |
}, | |
"kibana_secure": { | |
"default": true, | |
"description": "Allow access only to OpenShift users having access to the service", | |
"title": "Secured access", | |
"type": "boolean" | |
}, | |
"kibana_version": { | |
"default": "6.2.1", | |
"enum": [ | |
"6.2.1", | |
"6.1.2", | |
"5.5.2" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"application_name", | |
"kibana_memory_limit", | |
"kibana_version" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "00d2f956b4d3062a11ed927b5b35dcb8", | |
"name": "persistent", | |
"description": "This plan deploys Kibana with persistent cache", | |
"metadata": { | |
"displayName": "Persistent installation", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"application_name", | |
"kibana_memory_limit", | |
"kibana_pvc_size", | |
"kibana_version", | |
"kibana_secure" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"application_name": { | |
"default": "kibana", | |
"description": "Kibana application", | |
"title": "Application name", | |
"type": "string" | |
}, | |
"kibana_memory_limit": { | |
"default": "256Mi", | |
"description": "Memory limit for Kibana container", | |
"title": "Memory limit", | |
"type": "string" | |
}, | |
"kibana_pvc_size": { | |
"default": "200Mi", | |
"description": "Kibana storage size", | |
"title": "Kibana storage", | |
"type": "string" | |
}, | |
"kibana_secure": { | |
"default": true, | |
"description": "Allow access only to OpenShift users having access to the service", | |
"title": "Secured access", | |
"type": "boolean" | |
}, | |
"kibana_version": { | |
"default": "6.2.1", | |
"enum": [ | |
"6.2.1", | |
"6.1.2", | |
"5.5.2" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"application_name", | |
"kibana_memory_limit", | |
"kibana_pvc_size", | |
"kibana_version" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "localregistry-hadoop-cluster-apb", | |
"id": "5e184989f203486d8363d26c0f38fa50", | |
"description": "Hadoop Cluster Service Shveta", | |
"bindable": false, | |
"metadata": { | |
"displayName": "Hadoop-Cluster (APB)", | |
"imageUrl": "https://10.8.198.132/pictures/1.png" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "1fdaa09a99038d56fe5feadb16585c45", | |
"name": "platinum", | |
"description": "Platinum Plan", | |
"metadata": { | |
"cost": 9.99, | |
"displayName": "This is the Platinum Plan - 7 Data Nodes, 1 Job Tracker", | |
"longDescription": "This is the Platinum Plan - 7 Data Nodes, 1 Job Tracker", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Info/Job Tracker", | |
"type": "fieldset", | |
"items": [ | |
"text_box_1", | |
"check_box_1" | |
] | |
}, | |
{ | |
"title": "Info/Data Node(s)", | |
"type": "fieldset", | |
"items": [ | |
"text_box_2", | |
"text_box_3", | |
"text_box_4", | |
"text_box_5_1" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"check_box_1": { | |
"default": true, | |
"title": "Use YARN", | |
"type": "boolean" | |
}, | |
"text_box_1": { | |
"default": "dfs.namenode.name.dir", | |
"title": "Job Tracker Name", | |
"type": "string" | |
}, | |
"text_box_2": { | |
"default": "dfs.datanode[x].data.dir", | |
"title": "Name Prefix", | |
"type": "string" | |
}, | |
"text_box_3": { | |
"default": "1536", | |
"title": "Resource Memory MB", | |
"type": "string" | |
}, | |
"text_box_4": { | |
"default": "128", | |
"title": "Scheduler Minimum Allocation MB", | |
"type": "string" | |
}, | |
"text_box_5_1": { | |
"default": "1536", | |
"title": "Scheduler Maximum Allocation MB", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "7117d390e6a85c5161380840c437ae13", | |
"name": "gold", | |
"description": "Gold Plan", | |
"metadata": { | |
"cost": 5.99, | |
"displayName": "This is the Gold Plan - 5 Data Nodes, 1 Job Tracker", | |
"longDescription": "This is the Gold Plan - 5 Data Nodes, 1 Job Tracker", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Info/Job Tracker", | |
"type": "fieldset", | |
"items": [ | |
"text_box_1", | |
"check_box_1" | |
] | |
}, | |
{ | |
"title": "Info/Data Node(s)", | |
"type": "fieldset", | |
"items": [ | |
"text_box_2", | |
"text_box_3", | |
"text_box_4", | |
"text_box_5_1" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"check_box_1": { | |
"default": true, | |
"title": "Use YARN", | |
"type": "boolean" | |
}, | |
"text_box_1": { | |
"default": "dfs.namenode.name.dir", | |
"title": "Job Tracker Name", | |
"type": "string" | |
}, | |
"text_box_2": { | |
"default": "dfs.datanode[x].data.dir", | |
"title": "Name Prefix", | |
"type": "string" | |
}, | |
"text_box_3": { | |
"default": "1536", | |
"title": "Resource Memory MB", | |
"type": "string" | |
}, | |
"text_box_4": { | |
"default": "128", | |
"title": "Scheduler Minimum Allocation MB", | |
"type": "string" | |
}, | |
"text_box_5_1": { | |
"default": "1536", | |
"title": "Scheduler Maximum Allocation MB", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "447bf819761c481725a54cd218fdb1c4", | |
"name": "silver", | |
"description": "Silver Plan", | |
"metadata": { | |
"cost": 1.99, | |
"displayName": "This is the Silver Plan - 3 Data Nodes, 1 Job Tracker", | |
"longDescription": "This is the Silver Plan - 3 Data Nodes, 1 Job Tracker", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Info/Job Tracker", | |
"type": "fieldset", | |
"items": [ | |
"text_box_1", | |
"check_box_1" | |
] | |
}, | |
{ | |
"title": "Info/Data Node(s)", | |
"type": "fieldset", | |
"items": [ | |
"text_box_2", | |
"text_box_3", | |
"text_box_4", | |
"text_box_5_1" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"check_box_1": { | |
"default": true, | |
"title": "Use YARN", | |
"type": "boolean" | |
}, | |
"text_box_1": { | |
"default": "dfs.namenode.name.dir", | |
"title": "Job Tracker Name", | |
"type": "string" | |
}, | |
"text_box_2": { | |
"default": "dfs.datanode[x].data.dir", | |
"title": "Name Prefix", | |
"type": "string" | |
}, | |
"text_box_3": { | |
"default": "1536", | |
"title": "Resource Memory MB", | |
"type": "string" | |
}, | |
"text_box_4": { | |
"default": "128", | |
"title": "Scheduler Minimum Allocation MB", | |
"type": "string" | |
}, | |
"text_box_5_1": { | |
"default": "1536", | |
"title": "Scheduler Maximum Allocation MB", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "32a92d19bb161569eb5e76d9eff0c048", | |
"name": "custom", | |
"description": "Custom Plan", | |
"metadata": { | |
"cost": 50, | |
"displayName": "This is the Custom Plan", | |
"longDescription": "This is the Custom Plan", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Info/Job Tracker", | |
"type": "fieldset", | |
"items": [ | |
"text_box_1", | |
"check_box_1" | |
] | |
}, | |
{ | |
"title": "Info/Data Node(s)", | |
"type": "fieldset", | |
"items": [ | |
"option_0_number_of_vms", | |
"text_box_2", | |
"text_box_3", | |
"text_box_4", | |
"text_box_5_1" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"check_box_1": { | |
"default": true, | |
"title": "Use YARN", | |
"type": "boolean" | |
}, | |
"option_0_number_of_vms": { | |
"default": 3, | |
"enum": [ | |
"\u003cNone\u003e", | |
"1", | |
"2", | |
"3", | |
"4", | |
"5", | |
"6", | |
"7", | |
"8" | |
], | |
"title": "Data Node Count", | |
"type": "string" | |
}, | |
"text_box_1": { | |
"default": "dfs.namenode.name.dir", | |
"title": "Job Tracker Name", | |
"type": "string" | |
}, | |
"text_box_2": { | |
"default": "dfs.datanode[x].data.dir", | |
"title": "Name Prefix", | |
"type": "string" | |
}, | |
"text_box_3": { | |
"default": "1536", | |
"title": "Resource Memory MB", | |
"type": "string" | |
}, | |
"text_box_4": { | |
"default": "128", | |
"title": "Scheduler Minimum Allocation MB", | |
"type": "string" | |
}, | |
"text_box_5_1": { | |
"default": "1536", | |
"title": "Scheduler Maximum Allocation MB", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-import-vm-apb", | |
"id": "60836f0ce3bd7d325587211dd7791f5b", | |
"description": "Import Virtual Machine", | |
"tags": [ | |
"virtualmachine" | |
], | |
"bindable": false, | |
"metadata": { | |
"displayName": "Import Virtual Machine", | |
"imageUrl": "https://cdn.pbrd.co/images/H5Gutd7.png", | |
"longDescription": "Import Virtual Machine from an existing image or a VMware environment.\n" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "27a86d7355e3b350dd1cace7112a5e39", | |
"name": "vmware", | |
"description": "Import a virtual machine from VMware vCenter", | |
"metadata": { | |
"displayName": "Import from VMware", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"url", | |
"vm_name", | |
{ | |
"key": "username", | |
"type": "username" | |
}, | |
{ | |
"key": "password", | |
"type": "password" | |
}, | |
"os_type", | |
"image_type" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin Username", | |
"type": "string" | |
}, | |
"image_type": { | |
"default": "ovm", | |
"enum": [ | |
"ovm", | |
"template" | |
], | |
"title": "Import Virtual Machine as", | |
"type": "string" | |
}, | |
"os_type": { | |
"default": "linux", | |
"enum": [ | |
"linux", | |
"windows" | |
], | |
"title": "Operating System Type", | |
"type": "string" | |
}, | |
"password": { | |
"title": "VMware Admin Password", | |
"type": "string" | |
}, | |
"url": { | |
"title": "VMware URL to EXSi", | |
"type": "string" | |
}, | |
"username": { | |
"title": "VMware Admin Username", | |
"type": "string" | |
}, | |
"vm_name": { | |
"title": "Virtual Machine Name", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password", | |
"url", | |
"vm_name", | |
"username", | |
"password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "243d2f9d48adad0a9ebade46b9d29b85", | |
"name": "url", | |
"description": "Create a virtual machine from a downloaded disk image", | |
"metadata": { | |
"displayName": "Import from URL", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"disk_image_url", | |
{ | |
"key": "vm_type", | |
"type": "select" | |
}, | |
"vm_name", | |
"nr_cpus", | |
"mem" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin User", | |
"type": "string" | |
}, | |
"disk_image_url": { | |
"title": "Disk Image URL", | |
"type": "string" | |
}, | |
"mem": { | |
"default": 1024, | |
"title": "Memory (MiB)", | |
"type": "integer" | |
}, | |
"nr_cpus": { | |
"default": 1, | |
"title": "Number of Cores", | |
"type": "integer" | |
}, | |
"vm_name": { | |
"title": "Virtual Machine Name", | |
"type": "string" | |
}, | |
"vm_type": { | |
"default": "default", | |
"enum": [ | |
"default" | |
], | |
"title": "Virtual Machine Type", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password", | |
"disk_image_url", | |
"vm_type", | |
"vm_name", | |
"nr_cpus", | |
"mem" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-mariadb-apb", | |
"id": "67042296c7c95e84142f21f58da2ebfe", | |
"description": "Mariadb apb implementation", | |
"tags": [ | |
"database", | |
"mariadb" | |
], | |
"bindable": true, | |
"metadata": { | |
"console.openshift.io/iconClass": "icon-mariadb", | |
"dependencies": [ | |
"registry.access.redhat.com/rhscl/mariadb-100-rhel7", | |
"registry.access.redhat.com/rhscl/mariadb-101-rhel7", | |
"registry.access.redhat.com/rhscl/mariadb-102-rhel7" | |
], | |
"displayName": "MariaDB (APB)", | |
"documentationUrl": "https://mariadb.com/kb/en/mariadb/documentation/", | |
"longDescription": "Deploys a bindable mariadb instance", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plan_updateable": true, | |
"plans": [ | |
{ | |
"id": "7f88be6129622f72554c20af879a8ce0", | |
"name": "dev", | |
"description": "This plan deploys a single MariaDB instance with ephemeral storage", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Development", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"mariadb_database", | |
{ | |
"key": "mariadb_root_password", | |
"type": "password" | |
}, | |
"mariadb_user", | |
{ | |
"key": "mariadb_password", | |
"type": "password" | |
}, | |
"mariadb_version" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mariadb_database": { | |
"default": "admin", | |
"description": "MariaDB default database name", | |
"pattern": "^[a-zA-Z0-9_]*[a-zA-Z_]+[a-zA-Z0-9_]*$", | |
"title": "MariaDB Database Name", | |
"type": "string" | |
}, | |
"mariadb_password": { | |
"title": "MariaDB Password", | |
"type": "string" | |
}, | |
"mariadb_root_password": { | |
"title": "MariaDB Root Password", | |
"type": "string" | |
}, | |
"mariadb_user": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z0-9_]*[a-zA-Z_]+[a-zA-Z0-9_]*$", | |
"title": "MariaDB User", | |
"type": "string" | |
}, | |
"mariadb_version": { | |
"default": "10.2", | |
"enum": [ | |
"10.2", | |
"10.1", | |
"10.0" | |
], | |
"title": "MariaDB Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mariadb_database", | |
"mariadb_root_password", | |
"mariadb_user", | |
"mariadb_password", | |
"mariadb_version" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mariadb_version": { | |
"default": "10.2", | |
"enum": [ | |
"10.2", | |
"10.1", | |
"10.0" | |
], | |
"title": "MariaDB Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mariadb_version" | |
], | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"updates_to": [ | |
"prod" | |
] | |
}, | |
{ | |
"id": "a180af14f32f36f62f03d1fc83215bb6", | |
"name": "prod", | |
"description": "This plan deploys a single MariaDB instance with 10 GiB of persistent storage", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Production", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"mariadb_database", | |
{ | |
"key": "mariadb_root_password", | |
"type": "password" | |
}, | |
"mariadb_user", | |
{ | |
"key": "mariadb_password", | |
"type": "password" | |
}, | |
"mariadb_version", | |
"volume_size" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mariadb_database": { | |
"default": "admin", | |
"description": "MariaDB default database name", | |
"pattern": "^[a-zA-Z0-9_]*[a-zA-Z_]+[a-zA-Z0-9_]*$", | |
"title": "MariaDB Database Name", | |
"type": "string" | |
}, | |
"mariadb_password": { | |
"title": "MariaDB Password", | |
"type": "string" | |
}, | |
"mariadb_root_password": { | |
"title": "MariaDB Root Password", | |
"type": "string" | |
}, | |
"mariadb_user": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z0-9_]*[a-zA-Z_]+[a-zA-Z0-9_]*$", | |
"title": "MariaDB User", | |
"type": "string" | |
}, | |
"mariadb_version": { | |
"default": "10.2", | |
"enum": [ | |
"10.2", | |
"10.1", | |
"10.0" | |
], | |
"title": "MariaDB Version", | |
"type": "string" | |
}, | |
"volume_size": { | |
"default": "1Gi", | |
"enum": [ | |
"1Gi", | |
"5Gi", | |
"10Gi" | |
], | |
"title": "MariaDB Volume Size", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mariadb_database", | |
"mariadb_root_password", | |
"mariadb_user", | |
"mariadb_password", | |
"mariadb_version", | |
"volume_size" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mariadb_version": { | |
"default": "10.2", | |
"enum": [ | |
"10.2", | |
"10.1", | |
"10.0" | |
], | |
"title": "MariaDB Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mariadb_version" | |
], | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
}, | |
"updates_to": [ | |
"dev" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "dh-pyzip-demo-db-apb", | |
"id": "693cb128e68365830c913631300deac0", | |
"description": "Python Zip Demo Database APB Implementation", | |
"bindable": true, | |
"metadata": { | |
"dependencies": [ | |
"docker.io/fabianvf/postgresql:postgis" | |
], | |
"displayName": "Pyzip Demo Database (APB)", | |
"documentationUrl": "https://github.com/fusor/apb-examples/tree/master/pyzip-demo-db-apb", | |
"longDescription": "A database with GIS support and seeded data for a demonstration python webapp, https://github.com/fusor/py-zip-demo", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "6446f514c7e2d2aa95c335dc166489cd", | |
"name": "default", | |
"description": "This plan deploys a DB to be used with the pyzip-demo APB", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"database_name", | |
"database_password", | |
"database_user" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"database_name": { | |
"default": "admin", | |
"title": "Database Name", | |
"type": "string" | |
}, | |
"database_password": { | |
"default": "admin", | |
"description": "A random alphanumeric string if left blank", | |
"title": "Database Password", | |
"type": "string" | |
}, | |
"database_user": { | |
"default": "admin", | |
"maxLength": 63, | |
"title": "Database User", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"database_name", | |
"database_user" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-hello-world-apb", | |
"id": "9f7da06f179b895a8ee5f9a3ce4af7ef", | |
"description": "deploys hello-world web application", | |
"bindable": false, | |
"metadata": { | |
"dependencies": [ | |
"docker.io/ansibleplaybookbundle/hello-world:latest" | |
], | |
"displayName": "Hello World (APB)", | |
"longDescription": "A sample APB which deploys a containerized Hello World web application", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "2529017a538fda00903782ddd68124c9", | |
"name": "default", | |
"description": "A sample APB which deploys Hello World", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"longDescription": "This plan deploys a Python web application displaying Hello World", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-wordpress-ha-apb", | |
"id": "a946a139a9308a59bf642ac52b4ba317", | |
"description": "High Availability Wordpress APB", | |
"bindable": true, | |
"metadata": { | |
"console.openshift.io/iconClass": "icon-wordpress", | |
"dependencies": [ | |
"quay.io/coreos/etcd:latest", | |
"docker.io/perconalab/percona-xtradb-cluster:5.6", | |
"wordpress" | |
], | |
"displayName": "Wordpress-HA (APB)", | |
"documentationUrl": "https://wordpress.org/", | |
"longDescription": "An apb that deploys High Availability Wordpress", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "b0a54fc269e1d2391641df450cd35cac", | |
"name": "default", | |
"description": "This plan deploys High Availability Wordpress", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"longDescription": "This plan provides High Availability Wordpress", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"root_password", | |
"xtrabackup_password", | |
"cluster_name", | |
"database_user", | |
"database_password", | |
"database_replicas", | |
"min_wordpress_replicas", | |
"max_wordpress_replicas" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"cluster_name": { | |
"default": "percona", | |
"title": "percona cluster name", | |
"type": "string" | |
}, | |
"database_password": { | |
"default": "k8spassword", | |
"title": "database user password", | |
"type": "string" | |
}, | |
"database_replicas": { | |
"default": 3, | |
"title": "number of database nodes", | |
"type": "integer" | |
}, | |
"database_user": { | |
"default": "root", | |
"title": "database user name", | |
"type": "string" | |
}, | |
"max_wordpress_replicas": { | |
"default": 10, | |
"title": "maximum wordpress replicas", | |
"type": "integer" | |
}, | |
"min_wordpress_replicas": { | |
"default": 5, | |
"title": "minimum wordpress replicas", | |
"type": "integer" | |
}, | |
"root_password": { | |
"default": "k8spassword", | |
"title": "database root password", | |
"type": "string" | |
}, | |
"xtrabackup_password": { | |
"default": "k8spassword", | |
"title": "backup password", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"cluster_name", | |
"database_user", | |
"database_replicas", | |
"min_wordpress_replicas", | |
"max_wordpress_replicas" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-es-apb", | |
"id": "aff6d7bb9c7f57c9ce8b742228e4caa3", | |
"description": "APB to deploy cluster-ready Elasticsearch", | |
"tags": [ | |
"elasticsearch" | |
], | |
"bindable": true, | |
"metadata": { | |
"displayName": "Elasticsearch (APB)", | |
"documentationUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/6.2/index.html", | |
"imageUrl": "https://github.com/ansibleplaybookbundle/es-apb/raw/master/docs/imgs/elasticsearch_logo.jpg", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "11d395a0f8377ed0f81fb6148720a6fd", | |
"name": "ephemeral", | |
"description": "This plan deploys Elasticsearch using ephemeral storage", | |
"metadata": { | |
"displayName": "Ephemeral installation", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Binding", | |
"type": "fieldset", | |
"items": [ | |
"es_url_name" | |
] | |
} | |
] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"application_name", | |
"cluster_size", | |
"es_memory_limit", | |
"es_version" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"application_name": { | |
"default": "elasticsearch", | |
"description": "Name given to the Elasticsearch cluster", | |
"title": "Cluster name", | |
"type": "string" | |
}, | |
"cluster_size": { | |
"default": 1, | |
"description": "Number of Elasticsearch instances that the cluster will consist of", | |
"title": "Cluster size", | |
"type": "integer" | |
}, | |
"es_memory_limit": { | |
"default": "512Mi", | |
"description": "Memory limit for Elasticsearch container", | |
"title": "Memory limit", | |
"type": "string" | |
}, | |
"es_version": { | |
"default": "6.2.1", | |
"enum": [ | |
"6.2.1", | |
"6.1.2", | |
"5.5.2" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"application_name", | |
"cluster_size", | |
"es_memory_limit", | |
"es_version" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"es_url_name": { | |
"default": "ELASTICSEARCH_URL", | |
"description": "Name of the environmental variable that will refer to the Elasticsearch URL. Only when using asyncrhonous binding.", | |
"title": "Elasticsearch environment variable name", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"es_url_name" | |
], | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "e02327071325edb7dd97243053f3c3ea", | |
"name": "persistent", | |
"description": "This plan deploys Elasticsearch using ephemeral storage", | |
"metadata": { | |
"displayName": "Persistent installation", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Binding", | |
"type": "fieldset", | |
"items": [ | |
"es_url_name" | |
] | |
} | |
] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"application_name", | |
"cluster_size", | |
"es_memory_limit", | |
"es_version", | |
"es_pvc_size" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"application_name": { | |
"default": "elasticsearch", | |
"description": "Name given to the Elasticsearch cluster", | |
"title": "Cluster name", | |
"type": "string" | |
}, | |
"cluster_size": { | |
"default": 1, | |
"description": "Number of Elasticsearch instances that the cluster will consist of", | |
"title": "Cluster size", | |
"type": "integer" | |
}, | |
"es_memory_limit": { | |
"default": "512Mi", | |
"description": "Memory limit for Elasticsearch container", | |
"title": "Memory limit", | |
"type": "string" | |
}, | |
"es_pvc_size": { | |
"default": "1Gi", | |
"description": "Elasticsearch storage size", | |
"title": "Elasticsearch storage", | |
"type": "string" | |
}, | |
"es_version": { | |
"default": "6.2.1", | |
"enum": [ | |
"6.2.1", | |
"6.1.2", | |
"5.5.2" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"application_name", | |
"cluster_size", | |
"es_memory_limit", | |
"es_version", | |
"es_pvc_size" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"es_url_name": { | |
"default": "ELASTICSEARCH_URL", | |
"description": "Name of the environmental variable that will refer to the Elasticsearch URL. Only when using asyncrhonous binding.", | |
"title": "Elasticsearch environment variable name", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"es_url_name" | |
], | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-keycloak-apb", | |
"id": "b95513950bb3f132de25d58fb75f8dca", | |
"description": "Keycloak - Open Source Identity and Access Management", | |
"tags": [ | |
"sso", | |
"keycloak" | |
], | |
"bindable": true, | |
"metadata": { | |
"dependencies": [ | |
"docker.io/jboss/keycloak-openshift:3.4.3.Final", | |
"centos/postgresql-95-centos7:9.5" | |
], | |
"displayName": "Keycloak (APB)", | |
"documentationUrl": "http://www.keycloak.org/documentation.html", | |
"imageUrl": "https://github.com/ansibleplaybookbundle/keycloak-apb/raw/master/docs/imgs/keycloak_ico.png", | |
"providerDisplayName": "Red Hat, Inc.", | |
"serviceName": "keycloak" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "a16a6598a77366d895e9a69a5b6e6b2c", | |
"name": "ephemeral", | |
"description": "Deploy keycloak without persistence", | |
"metadata": { | |
"displayName": "Keycloak ephemeral", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Provision", | |
"type": "fieldset", | |
"items": [ | |
"service_name", | |
"redirect_uris", | |
"web_origins" | |
] | |
}, | |
{ | |
"title": "Binding", | |
"type": "fieldset", | |
"items": [ | |
"sso_url_name", | |
"sso_realm_name", | |
"sso_client_name" | |
] | |
} | |
] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_username", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"apb_keycloak_uri", | |
{ | |
"key": "keycloak_users", | |
"type": "textarea" | |
}, | |
{ | |
"key": "keycloak_roles", | |
"type": "textarea" | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "Keycloak admin password", | |
"type": "string" | |
}, | |
"admin_username": { | |
"default": "admin", | |
"title": "Keycloak admin username", | |
"type": "string" | |
}, | |
"apb_keycloak_uri": { | |
"description": "URL where the applications should redirect to for authentication. Must be resolvable by the browser and pods. Leave empty to use the host generated by the route", | |
"title": "Keycloak URL", | |
"type": "string" | |
}, | |
"keycloak_roles": { | |
"description": "JSON defining the roles to add to the realm", | |
"title": "Roles", | |
"type": "string" | |
}, | |
"keycloak_users": { | |
"description": "JSON defining the users to add to the realm and their memberships", | |
"title": "Users", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_username", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"redirect_uris": { | |
"description": "Valid Redirect URIs a browser can redirect to after a successful login/logout. Simple wildcards are allowed. e.g. https://myservice-myproject.apps.example.com/*", | |
"title": "Redirect URIs", | |
"type": "string" | |
}, | |
"service_name": { | |
"title": "Name of the service to bind", | |
"type": "string" | |
}, | |
"sso_client_name": { | |
"default": "SSO_CLIENT", | |
"description": "How the application will refer to the Keycloak Client name", | |
"title": "Keycloak Client Variable name", | |
"type": "string" | |
}, | |
"sso_realm_name": { | |
"default": "SSO_REALM", | |
"description": "How the application will refer to the Keycloak Realm", | |
"title": "Keycloak Realm Variable name", | |
"type": "string" | |
}, | |
"sso_url_name": { | |
"default": "SSO_URL", | |
"description": "How the application will refer to the Keycloak URL", | |
"title": "Keycloak URL Variable name", | |
"type": "string" | |
}, | |
"web_origins": { | |
"description": "Web Origins to allow CORS", | |
"title": "Web Origins", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"service_name", | |
"redirect_uris" | |
], | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "07d919f45d0121a508b6e7b3be8502fb", | |
"name": "persistent", | |
"description": "Deploy keycloak with persistence", | |
"metadata": { | |
"displayName": "Keycloak persistent", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Provision", | |
"type": "fieldset", | |
"items": [ | |
"service_name", | |
"redirect_uris", | |
"web_origins" | |
] | |
}, | |
{ | |
"title": "Binding", | |
"type": "fieldset", | |
"items": [ | |
"sso_url_name", | |
"sso_realm_name", | |
"sso_client_name" | |
] | |
} | |
] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_username", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"apb_keycloak_uri", | |
"pvc_size", | |
{ | |
"key": "keycloak_users", | |
"type": "textarea" | |
}, | |
{ | |
"key": "keycloak_roles", | |
"type": "textarea" | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "Keycloak admin password", | |
"type": "string" | |
}, | |
"admin_username": { | |
"default": "admin", | |
"title": "Keycloak admin username", | |
"type": "string" | |
}, | |
"apb_keycloak_uri": { | |
"description": "URL where the applications should redirect to for authentication. Must be resolvable by the browser and pods. Leave empty to use the host generated by the route", | |
"title": "Keycloak URL", | |
"type": "string" | |
}, | |
"keycloak_roles": { | |
"description": "JSON defining the roles to add to the realm", | |
"title": "Roles", | |
"type": "string" | |
}, | |
"keycloak_users": { | |
"description": "JSON defining the users to add to the realm and their memberships", | |
"title": "Users", | |
"type": "string" | |
}, | |
"pvc_size": { | |
"default": "200Mi", | |
"description": "Database storage size", | |
"title": "Storage size", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_username", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"redirect_uris": { | |
"description": "Valid Redirect URIs a browser can redirect to after a successful login/logout. Simple wildcards are allowed. e.g. https://myservice-myproject.apps.example.com/*", | |
"title": "Redirect URIs", | |
"type": "string" | |
}, | |
"service_name": { | |
"title": "Name of the service to bind", | |
"type": "string" | |
}, | |
"sso_client_name": { | |
"default": "SSO_CLIENT", | |
"description": "How the application will refer to the Keycloak Client name", | |
"title": "Keycloak Client Variable name", | |
"type": "string" | |
}, | |
"sso_realm_name": { | |
"default": "SSO_REALM", | |
"description": "How the application will refer to the Keycloak Realm", | |
"title": "Keycloak Realm Variable name", | |
"type": "string" | |
}, | |
"sso_url_name": { | |
"default": "SSO_URL", | |
"description": "How the application will refer to the Keycloak URL", | |
"title": "Keycloak URL Variable name", | |
"type": "string" | |
}, | |
"web_origins": { | |
"description": "Web Origins to allow CORS", | |
"title": "Web Origins", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"service_name", | |
"redirect_uris" | |
], | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "9344f7569606f7b01ab216b4c73d7aa5", | |
"name": "external", | |
"description": "Allows authenticating applications to an external Keycloak instance", | |
"metadata": { | |
"displayName": "Keycloak (external)", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Provision", | |
"type": "fieldset", | |
"items": [ | |
"service_name", | |
"redirect_uris", | |
"web_origins" | |
] | |
}, | |
{ | |
"title": "Binding", | |
"type": "fieldset", | |
"items": [ | |
"sso_url_name", | |
"sso_realm_name", | |
"sso_client_name" | |
] | |
} | |
] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_username", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"apb_keycloak_uri", | |
{ | |
"key": "keycloak_users", | |
"type": "textarea" | |
}, | |
{ | |
"key": "keycloak_roles", | |
"type": "textarea" | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "Keycloak admin password", | |
"type": "string" | |
}, | |
"admin_username": { | |
"default": "admin", | |
"title": "Keycloak admin username", | |
"type": "string" | |
}, | |
"apb_keycloak_uri": { | |
"description": "URL where the applications should redirect to for authentication. Must be resolvable by the browser and pods.", | |
"title": "Keycloak URL", | |
"type": "string" | |
}, | |
"keycloak_roles": { | |
"description": "JSON defining the roles to add to the realm", | |
"title": "Roles", | |
"type": "string" | |
}, | |
"keycloak_users": { | |
"description": "JSON defining the users to add to the realm and their memberships", | |
"title": "Users", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_username", | |
"admin_password", | |
"apb_keycloak_uri" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"redirect_uris": { | |
"description": "Valid Redirect URIs a browser can redirect to after a successful login/logout. Simple wildcards are allowed. e.g. https://myservice-myproject.apps.example.com/*", | |
"title": "Redirect URIs", | |
"type": "string" | |
}, | |
"service_name": { | |
"title": "Name of the service to bind", | |
"type": "string" | |
}, | |
"sso_client_name": { | |
"default": "SSO_CLIENT", | |
"description": "How the application will refer to the Keycloak Client name", | |
"title": "Keycloak Client Variable name", | |
"type": "string" | |
}, | |
"sso_realm_name": { | |
"default": "SSO_REALM", | |
"description": "How the application will refer to the Keycloak Realm", | |
"title": "Keycloak Realm Variable name", | |
"type": "string" | |
}, | |
"sso_url_name": { | |
"default": "SSO_URL", | |
"description": "How the application will refer to the Keycloak URL", | |
"title": "Keycloak URL Variable name", | |
"type": "string" | |
}, | |
"web_origins": { | |
"description": "Web Origins to allow CORS", | |
"title": "Web Origins", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"service_name", | |
"redirect_uris" | |
], | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-rds-postgres-apb", | |
"id": "c65fbd4e701cb71d74fd2cc35e14432b", | |
"description": "Managed relational database service with a choice of six popular database engines. Set up, operate, and scale a relational database in the cloud with just a few clicks.", | |
"tags": [ | |
"amazon", | |
"database" | |
], | |
"bindable": true, | |
"metadata": { | |
"dependencies": [], | |
"displayName": "Amazon RDS - PostgreSQL (APB)", | |
"documentationUrl": "https://aws.amazon.com/rds/", | |
"imageUrl": "https://s3.amazonaws.com/fusor/2017demo/Database_AmazonRDS_PostgreSQLinstance.png", | |
"longDescription": "Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business. Amazon RDS provides you six familiar database engines to choose from, including Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle, and Microsoft SQL Server.", | |
"providerDisplayName": "Amazon" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "6acd95356d01ab1753458097d249bff3", | |
"name": "default", | |
"description": "RDS Postgresql deployment to AWS", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"longDescription": "This plan provides an RDS Postgresql deployment to Amazon Web Storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"aws_access_key", | |
"aws_secret_key", | |
"backup_retention", | |
"db_engine", | |
"db_name", | |
"db_password", | |
"db_size", | |
"db_username", | |
"engine_version", | |
"instance_type", | |
"port", | |
"region", | |
"subnet", | |
"vpc_security_groups" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"aws_access_key": { | |
"description": "aws access key to authenticate to aws with", | |
"type": "string" | |
}, | |
"aws_secret_key": { | |
"description": "aws secret key to authenticate to aws with", | |
"type": "string" | |
}, | |
"backup_retention": { | |
"default": 0, | |
"description": "backup retention period", | |
"type": "integer" | |
}, | |
"db_engine": { | |
"default": "postgres", | |
"description": "database engine", | |
"type": "string" | |
}, | |
"db_name": { | |
"default": "testdb", | |
"description": "name of the database to create", | |
"type": "string" | |
}, | |
"db_password": { | |
"default": "dbpasswd", | |
"description": "master password", | |
"type": "string" | |
}, | |
"db_size": { | |
"default": 10, | |
"description": "size of the db in gb", | |
"type": "integer" | |
}, | |
"db_username": { | |
"default": "dbuser", | |
"description": "master db username", | |
"type": "string" | |
}, | |
"engine_version": { | |
"default": "9.6.1", | |
"description": "db engine version", | |
"type": "string" | |
}, | |
"instance_type": { | |
"default": "db.m3.medium", | |
"description": "aws instance type", | |
"type": "string" | |
}, | |
"port": { | |
"default": 5432, | |
"description": "port the database will listen on", | |
"type": "integer" | |
}, | |
"region": { | |
"description": "aws region", | |
"type": "string" | |
}, | |
"subnet": { | |
"description": "vpc subnet to deploy instance on", | |
"type": "string" | |
}, | |
"vpc_security_groups": { | |
"description": "vpc security groups to assign to the instance", | |
"type": "string" | |
} | |
}, | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-etherpad-apb", | |
"id": "ca91b61da8476984f18fc13883ae2fdb", | |
"description": "Note taking web application", | |
"bindable": true, | |
"metadata": { | |
"dependencies": [ | |
"docker.io/mariadb:latest", | |
"docker.io/tvelocity/etherpad-lite:latest" | |
], | |
"displayName": "Etherpad (APB)", | |
"documentationUrl": "https://github.com/ether/etherpad-lite/wiki", | |
"imageUrl": "https://translatewiki.net/images/thumb/6/6f/Etherpad_lite.svg/200px-Etherpad_lite.svg.png", | |
"longDescription": "An apb that deploys Etherpad Lite", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "a7f2eb136c88bfde4b33339c255a64e1", | |
"name": "default", | |
"description": "A single etherpad application with no DB", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "Default", | |
"longDescription": "This plan provides a single Etherpad application with no database", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"mariadb_name", | |
"mariadb_user", | |
"mariadb_password", | |
"mariadb_root_password" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"mariadb_name": { | |
"default": "etherpad", | |
"title": "MariaDB Database Name", | |
"type": "string" | |
}, | |
"mariadb_password": { | |
"default": "admin", | |
"description": "A random alphanumeric string if left blank", | |
"title": "MariaDB Password", | |
"type": "string" | |
}, | |
"mariadb_root_password": { | |
"default": "admin", | |
"description": "root password for mariadb", | |
"title": "Root Password", | |
"type": "string" | |
}, | |
"mariadb_user": { | |
"default": "etherpad", | |
"maxLength": 63, | |
"title": "MariaDB User", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"mariadb_name", | |
"mariadb_user" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-demo-app-apb", | |
"id": "d4684c1b61cd094af9aa6ec4a90b4d69", | |
"description": "Deploys a demo application showing random pictures.", | |
"bindable": false, | |
"metadata": { | |
"displayName": "Random Images (APB)", | |
"imageUrl": "https://png.icons8.com/photo-gallery/dusk/64" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "41df348dc9ec40124fd2a5b61b05f8db", | |
"name": "default", | |
"description": "Normal installation", | |
"metadata": { | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"album_title", | |
"proxy_passthrough" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"album_title": { | |
"default": "The Random Album", | |
"title": "Album Title", | |
"type": "string" | |
}, | |
"proxy_passthrough": { | |
"default": false, | |
"title": "Use broker proxy settings", | |
"type": "boolean" | |
} | |
}, | |
"required": [ | |
"album_title", | |
"proxy_passthrough" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"album_title": { | |
"default": "The Random Album", | |
"title": "Album Title", | |
"type": "string" | |
}, | |
"proxy_passthrough": { | |
"default": false, | |
"title": "Use broker proxy settings", | |
"type": "boolean" | |
} | |
}, | |
"required": [ | |
"album_title", | |
"proxy_passthrough" | |
], | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-dynamic-apb", | |
"id": "d889087d9f39d5b09a06842518f5d9e2", | |
"description": "Dynamic view of pods", | |
"bindable": true, | |
"metadata": { | |
"displayName": "Dynamic APB", | |
"longDescription": "A dynamic view of pods in the ansible-service-broker namespace" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "54039aaea4141d144b34680d3f0d58bd", | |
"name": "view", | |
"description": "View pods in the ansible-service-broker namespace", | |
"metadata": { | |
"cost": "$0.00", | |
"displayName": "View", | |
"longDescription": "View pods in the ansible-service-broker namespace", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"pods" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"pods": { | |
"default": "None", | |
"enum": [ | |
"None" | |
], | |
"title": "Pods in ansible-service-broker namespace", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"pods" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-mongodb-apb", | |
"id": "e9c042c4925dd0c7c25ceca4f5179e1c", | |
"description": "Deploy MongoDB app on your Openshift Project", | |
"bindable": true, | |
"metadata": { | |
"displayName": "MongoDB (APB)", | |
"documentationUrl": "https://access.redhat.com", | |
"imageUrl": "http://nightdeveloper.net/wp-content/uploads/2014/12/mongo_db.png", | |
"longDescription": "MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need. This APB will cover an standalone and HA deployment.", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "85f2cc9b1c440e49dce41f2939dca1d2", | |
"name": "ephemeral", | |
"description": "This default plan deploys mongodb-apb", | |
"metadata": { | |
"cost": "€0.00", | |
"displayName": "Ephemeral", | |
"longDescription": "This plan will deploy a MongoDB standalone or HA instance/s using ephemeral storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Container Specs", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_VERSION", | |
"type": "select" | |
}, | |
"MONGODB_IMAGE_TAG", | |
"USE_UPSTREAM_IMAGES" | |
] | |
}, | |
{ | |
"title": "MongoDB Config", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_ADMIN_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_USER", | |
{ | |
"key": "MONGODB_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_DATABASE" | |
] | |
}, | |
{ | |
"title": "Environment Sizing", | |
"type": "fieldset", | |
"items": [ | |
"MONGODB_DATA_STORAGE_SIZE", | |
"MONGODB_MEMORY_LIMIT" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"MONGODB_ADMIN_PASSWORD": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the database admin user", | |
"type": "string" | |
}, | |
"MONGODB_DATABASE": { | |
"default": "sampledb", | |
"pattern": "^[a-zA-Z0-9_-]*$", | |
"title": "Name of the MongoDB database accessed", | |
"type": "string" | |
}, | |
"MONGODB_DATA_STORAGE_SIZE": { | |
"default": 1, | |
"title": "Volume space available for data in Gi", | |
"type": "number" | |
}, | |
"MONGODB_IMAGE_TAG": { | |
"default": "latest", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Tag of container image to be used", | |
"type": "string" | |
}, | |
"MONGODB_MEMORY_LIMIT": { | |
"default": "512Mi", | |
"title": "Maximum amount of memory the container can use eg 512Mi 1Gi", | |
"type": "string" | |
}, | |
"MONGODB_PASSWORD": { | |
"default": "password", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the MongoDB connection user", | |
"type": "string" | |
}, | |
"MONGODB_USER": { | |
"default": "username", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Username for MongoDB user that will be used for accessing the database", | |
"type": "string" | |
}, | |
"MONGODB_VERSION": { | |
"default": "3.4", | |
"enum": [ | |
"2.6", | |
"3.2", | |
"3.4" | |
], | |
"title": "Version of MongoDB image to be used.", | |
"type": "string" | |
}, | |
"USE_UPSTREAM_IMAGES": { | |
"default": false, | |
"title": "Use MongoDB images from Upstream registry", | |
"type": "boolean" | |
} | |
}, | |
"required": [ | |
"USE_UPSTREAM_IMAGES", | |
"MONGODB_ADMIN_PASSWORD", | |
"MONGODB_USER", | |
"MONGODB_PASSWORD" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "452037a91db71dba20c19599aed3f13a", | |
"name": "persistent", | |
"description": "Persistent storage plan to deploy mongodb APB", | |
"metadata": { | |
"cost": "€0.00", | |
"displayName": "Persistent", | |
"longDescription": "This plan will deploy a MongoDB standalone using persistent storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Container Specs", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_VERSION", | |
"type": "select" | |
}, | |
"MONGODB_IMAGE_TAG", | |
"USE_UPSTREAM_IMAGES" | |
] | |
}, | |
{ | |
"title": "MongoDB Config", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_ADMIN_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_USER", | |
{ | |
"key": "MONGODB_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_DATABASE" | |
] | |
}, | |
{ | |
"title": "Environment Sizing", | |
"type": "fieldset", | |
"items": [ | |
"MONGODB_DATA_STORAGE_SIZE", | |
"MONGODB_MEMORY_LIMIT" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"MONGODB_ADMIN_PASSWORD": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the database admin user", | |
"type": "string" | |
}, | |
"MONGODB_DATABASE": { | |
"default": "sampledb", | |
"pattern": "^[a-zA-Z0-9_-]*$", | |
"title": "Name of the MongoDB database accessed", | |
"type": "string" | |
}, | |
"MONGODB_DATA_STORAGE_SIZE": { | |
"default": 1, | |
"title": "Volume space available for data in Gi", | |
"type": "number" | |
}, | |
"MONGODB_IMAGE_TAG": { | |
"default": "latest", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Tag of container image to be used", | |
"type": "string" | |
}, | |
"MONGODB_MEMORY_LIMIT": { | |
"default": "512Mi", | |
"title": "Maximum amount of memory the container can use eg 512Mi 1Gi", | |
"type": "string" | |
}, | |
"MONGODB_PASSWORD": { | |
"default": "password", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the MongoDB connection user", | |
"type": "string" | |
}, | |
"MONGODB_USER": { | |
"default": "username", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Username for MongoDB user that will be used for accessing the database", | |
"type": "string" | |
}, | |
"MONGODB_VERSION": { | |
"default": "3.4", | |
"enum": [ | |
"2.6", | |
"3.2", | |
"3.4" | |
], | |
"title": "Version of MongoDB image to be used", | |
"type": "string" | |
}, | |
"USE_UPSTREAM_IMAGES": { | |
"default": false, | |
"title": "Use MongoDB images from Upstream registry", | |
"type": "boolean" | |
} | |
}, | |
"required": [ | |
"MONGODB_IMAGE_TAG", | |
"USE_UPSTREAM_IMAGES", | |
"MONGODB_ADMIN_PASSWORD", | |
"MONGODB_USER", | |
"MONGODB_PASSWORD" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "108084c534b7eacf20d768610926d001", | |
"name": "cluster", | |
"description": "HA MongoDB deployment with Persistent storage", | |
"metadata": { | |
"cost": "€0.00", | |
"displayName": "Replica Set Deployment", | |
"longDescription": "This plan will deploy a MongoDB HA instance using persistent storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "Container Specs", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_VERSION", | |
"type": "select" | |
}, | |
"MONGODB_IMAGE_TAG", | |
"USE_UPSTREAM_IMAGES" | |
] | |
}, | |
{ | |
"title": "MongoDB Config", | |
"type": "fieldset", | |
"items": [ | |
{ | |
"key": "MONGODB_ADMIN_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_USER", | |
{ | |
"key": "MONGODB_PASSWORD", | |
"type": "password" | |
}, | |
"MONGODB_DATABASE", | |
{ | |
"key": "MONGODB_KEYFILE_VALUE", | |
"type": "textarea" | |
}, | |
"MONGODB_REPLICA_NAME", | |
"MONGODB_SERVICE_NAME" | |
] | |
}, | |
{ | |
"title": "Environment Sizing", | |
"type": "fieldset", | |
"items": [ | |
"MONGODB_DATA_STORAGE_SIZE", | |
"MONGODB_MEMORY_LIMIT" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"MONGODB_ADMIN_PASSWORD": { | |
"default": "admin", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the database admin user", | |
"type": "string" | |
}, | |
"MONGODB_DATABASE": { | |
"default": "sampledb", | |
"pattern": "^[a-zA-Z0-9_-]*$", | |
"title": "Name of the MongoDB database accessed", | |
"type": "string" | |
}, | |
"MONGODB_DATA_STORAGE_SIZE": { | |
"default": 1, | |
"title": "Volume space available for data in Gi", | |
"type": "number" | |
}, | |
"MONGODB_IMAGE_TAG": { | |
"default": "latest", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Tag of container image to be used", | |
"type": "string" | |
}, | |
"MONGODB_KEYFILE_VALUE": { | |
"default": "xxxxxxxxxxxxxxxxx", | |
"title": "Keyfile to encode the communication between Replica set members.", | |
"type": "string" | |
}, | |
"MONGODB_MEMORY_LIMIT": { | |
"default": "512Mi", | |
"title": "Maximum amount of memory the container can use eg 512Mi 1Gi", | |
"type": "string" | |
}, | |
"MONGODB_PASSWORD": { | |
"default": "password", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password for the MongoDB connection user", | |
"type": "string" | |
}, | |
"MONGODB_REPLICA_NAME": { | |
"default": "rs0", | |
"title": "Replica Set name for MongoDB Cluster.", | |
"type": "string" | |
}, | |
"MONGODB_SERVICE_NAME": { | |
"default": "mongodb", | |
"title": "Service name for MongoDB's Replica Set.", | |
"type": "string" | |
}, | |
"MONGODB_USER": { | |
"default": "username", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Username for MongoDB user that will be used for accessing the database", | |
"type": "string" | |
}, | |
"MONGODB_VERSION": { | |
"default": "3.4", | |
"enum": [ | |
"2.6", | |
"3.2", | |
"3.4" | |
], | |
"title": "Version of MongoDB image to be used.", | |
"type": "string" | |
}, | |
"USE_UPSTREAM_IMAGES": { | |
"default": false, | |
"title": "Use MongoDB images from Upstream registry", | |
"type": "boolean" | |
} | |
}, | |
"required": [ | |
"USE_UPSTREAM_IMAGES", | |
"MONGODB_ADMIN_PASSWORD", | |
"MONGODB_USER", | |
"MONGODB_PASSWORD", | |
"MONGODB_KEYFILE_VALUE" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-prometheus-apb", | |
"id": "f755257efed3e3d43c8b82afd0db1181", | |
"description": "Deploy Prometheus on your Project", | |
"bindable": false, | |
"metadata": { | |
"displayName": "Prometheus (APB)", | |
"imageUrl": "https://avatars1.githubusercontent.com/u/3380462?s=200\u0026v=4", | |
"longDescription": "Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. To emphasize this, and to clarify the project's governance structure, Prometheus joined the Cloud Native Computing Foundation in 2016 as the second hosted project, after Kubernetes.", | |
"providerDisplayName": "Red Hat, Inc.", | |
"serviceName": "prometheus" | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "21bda305e7e4b51407580773bdfa54b8", | |
"name": "ephemeral", | |
"description": "Deployment of Prometheus for metrics and data view", | |
"metadata": { | |
"cost": "€0.00", | |
"displayName": "Ephemeral", | |
"longDescription": "This plan deploy the prometheus base stack, Prometheus with a sidecar Oauth-Proxy and also the AlertManager server base on Ephemeral storage. You could deploy the Addons like Graphana, AlertBuffer and Node-Exporter in the same project just changing to True the proper fields", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "General Config", | |
"type": "fieldset", | |
"items": [ | |
"PROMETHEUS_SECURED_DEPLOYMENT" | |
] | |
}, | |
{ | |
"title": "AlertManager Config", | |
"type": "fieldset", | |
"items": [ | |
"SMTP_HOST", | |
"SMTP_PORT", | |
"SMTP_FROM", | |
"SMTP_AUTH_USER", | |
{ | |
"key": "SMTP_AUTH_PASS", | |
"type": "password" | |
} | |
] | |
}, | |
{ | |
"title": "Grafana Config", | |
"type": "fieldset", | |
"items": [ | |
"DEPLOY_GRAFANA" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"DEPLOY_GRAFANA": { | |
"default": true, | |
"title": "Deploy Grafana server with Prometheus as datasource", | |
"type": "boolean" | |
}, | |
"PROMETHEUS_SECURED_DEPLOYMENT": { | |
"default": true, | |
"title": "Deploy Prometheus with Oauth-Proxy sidecar", | |
"type": "boolean" | |
}, | |
"SMTP_AUTH_PASS": { | |
"default": "password", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password to be authenticated on SMTP server", | |
"type": "string" | |
}, | |
"SMTP_AUTH_USER": { | |
"default": "alertmanager", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Username to be authenticated on SMTP server", | |
"type": "string" | |
}, | |
"SMTP_FROM": { | |
"default": "[email protected]", | |
"pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$", | |
"title": "Email from field for Notifications", | |
"type": "string" | |
}, | |
"SMTP_HOST": { | |
"default": "localhost", | |
"pattern": "^[a-zA-Z0-9_.]*$", | |
"title": "Hostname or IP for SMTP host", | |
"type": "string" | |
}, | |
"SMTP_PORT": { | |
"default": 25, | |
"title": "Port number of SMTP server", | |
"type": "number" | |
} | |
}, | |
"required": [ | |
"PROMETHEUS_SECURED_DEPLOYMENT", | |
"DEPLOY_GRAFANA" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "395e944699d4c60bbda504d18e73f33e", | |
"name": "persistent", | |
"description": "Deployment of Prometheus for metrics and data view", | |
"metadata": { | |
"cost": "€0.00", | |
"displayName": "Persistent", | |
"longDescription": "This plan deploy the prometheus base stack, Prometheus with a sidecar Oauth-Proxy and also the AlertManager server base on Persistent storage. You could deploy the Addons like Graphana, AlertBuffer and Node-Exporter in the same project just changing to True the proper fields", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
{ | |
"title": "General Config", | |
"type": "fieldset", | |
"items": [ | |
"PROMETHEUS_SECURED_DEPLOYMENT" | |
] | |
}, | |
{ | |
"title": "Container Specs", | |
"type": "fieldset", | |
"items": [ | |
"PROMETHEUS_STORAGE_SIZE", | |
"PROMETHEUS_AM_STORAGE_SIZE", | |
"PROMETHEUS_GRAFANA_STORAGE_SIZE" | |
] | |
}, | |
{ | |
"title": "AlertManager Config", | |
"type": "fieldset", | |
"items": [ | |
"SMTP_HOST", | |
"SMTP_PORT", | |
"SMTP_FROM", | |
"SMTP_AUTH_USER", | |
{ | |
"key": "SMTP_AUTH_PASS", | |
"type": "password" | |
} | |
] | |
}, | |
{ | |
"title": "Grafana Config", | |
"type": "fieldset", | |
"items": [ | |
"DEPLOY_GRAFANA" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"DEPLOY_GRAFANA": { | |
"default": true, | |
"title": "Deploy Grafana server with Prometheus as datasource", | |
"type": "boolean" | |
}, | |
"PROMETHEUS_AM_STORAGE_SIZE": { | |
"default": 10, | |
"title": "Prometheus Alert Manager Storage Size (Gb)", | |
"type": "number" | |
}, | |
"PROMETHEUS_GRAFANA_STORAGE_SIZE": { | |
"default": 10, | |
"title": "Prometheus Grafana Storage Size (Gb)", | |
"type": "number" | |
}, | |
"PROMETHEUS_SECURED_DEPLOYMENT": { | |
"default": true, | |
"title": "Prometheus Secured with Oauth-Proxy", | |
"type": "boolean" | |
}, | |
"PROMETHEUS_STORAGE_SIZE": { | |
"default": 10, | |
"title": "Prometheus Storage Size (Gb)", | |
"type": "number" | |
}, | |
"SMTP_AUTH_PASS": { | |
"default": "password", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Password to be authenticated on SMTP server", | |
"type": "string" | |
}, | |
"SMTP_AUTH_USER": { | |
"default": "alertmanager", | |
"pattern": "^[a-zA-Z0-9_.-]*$", | |
"title": "Username to be authenticated on SMTP server", | |
"type": "string" | |
}, | |
"SMTP_FROM": { | |
"default": "[email protected]", | |
"pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$", | |
"title": "Email from field for Notifications", | |
"type": "string" | |
}, | |
"SMTP_HOST": { | |
"default": "localhost", | |
"pattern": "^[a-zA-Z0-9_.]*$", | |
"title": "Hostname or IP for SMTP host", | |
"type": "string" | |
}, | |
"SMTP_PORT": { | |
"default": 25, | |
"title": "Port number of SMTP server", | |
"type": "number" | |
} | |
}, | |
"required": [ | |
"PROMETHEUS_SECURED_DEPLOYMENT", | |
"PROMETHEUS_STORAGE_SIZE", | |
"PROMETHEUS_AM_STORAGE_SIZE", | |
"PROMETHEUS_GRAFANA_STORAGE_SIZE", | |
"DEPLOY_GRAFANA" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"name": "dh-virtualization", | |
"id": "fd9b21a9caa8bf8b42b27bb0c90d3b74", | |
"description": "KubeVirt installer", | |
"bindable": false, | |
"metadata": { | |
"displayName": "Kubevirt", | |
"documentationUrl": "https://github.com/kubevirt/kubevirt/blob/master/README.md", | |
"imageUrl": "https://cdn.pbrd.co/images/H5Gutd7.png", | |
"longDescription": "KubeVirt enables the migration of existing virtualized workloads directly into the development workflows supported by Kubernetes.\n\nThis provides a path to more rapid application modernization by:\n - Supporting development of new microservice applications in containers that interact with existing virtualized applications.\n - Combining existing virtualized workloads with new container workloads on the same platform, thereby making it easier to decompose monolithic virtualized workloads into containers over time.\n", | |
"providerDisplayName": "Red Hat, Inc." | |
}, | |
"instances_retrievable": true, | |
"bindings_retrievable": false, | |
"plans": [ | |
{ | |
"id": "e6304baf7ba0781fcf87068a11041b2c", | |
"name": "default", | |
"description": "Default deployment plan for kubevirt-apb with no storage", | |
"metadata": { | |
"displayName": "Default", | |
"longDescription": "This plan provides kubevirt with no storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"version", | |
"storage_role" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin User", | |
"type": "string" | |
}, | |
"storage_role": { | |
"default": "storage-none", | |
"enum": [ | |
"storage-none" | |
], | |
"title": "Backend Storage", | |
"type": "string" | |
}, | |
"version": { | |
"default": "0.4.1-alpha.2", | |
"enum": [ | |
"0.4.1-alpha.2", | |
"0.4.1-alpha.1", | |
"0.4.0", | |
"0.3.0", | |
"0.2.0", | |
"0.1.0" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "8c2ee31a373ad2555f30cc84957f1c53", | |
"name": "gluster", | |
"description": "Deployment plan with Gluster storage", | |
"metadata": { | |
"displayName": "KubeVirt with Gluster Storage", | |
"longDescription": "This plan provides kubevirt with Gluster storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"version", | |
"storage_role", | |
{ | |
"title": "GlusterFS Settings", | |
"type": "fieldset", | |
"items": [ | |
"glusterfs_namespace", | |
"glusterfs_name", | |
"heketi_url", | |
"heketi_admin_key", | |
"external_provisioner" | |
] | |
} | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin User", | |
"type": "string" | |
}, | |
"external_provisioner": { | |
"description": "Whether to use the external GlusterFS provisioner. Enables additional features.", | |
"title": "Use external provisioner?", | |
"type": "boolean" | |
}, | |
"glusterfs_name": { | |
"default": "storage", | |
"description": "The name of the GlusterFS installation.", | |
"title": "GlusterFS Name", | |
"type": "string" | |
}, | |
"glusterfs_namespace": { | |
"default": "app-storage", | |
"description": "The namespace containing the GlusterFS and Heketi resources.", | |
"title": "GlusterFS Namespace", | |
"type": "string" | |
}, | |
"heketi_admin_key": { | |
"description": "(Optional) The URL to the Heketi service. Auto-detected if unspecified.", | |
"title": "Heketi Admin Key", | |
"type": "string" | |
}, | |
"heketi_url": { | |
"description": "(Optional) URL to reach the Heketi service. This is ignored if Heketi Route is specified.", | |
"title": "Heketi URL", | |
"type": "string" | |
}, | |
"storage_role": { | |
"default": "storage-glusterfs", | |
"enum": [ | |
"storage-glusterfs" | |
], | |
"title": "Backend Storage", | |
"type": "string" | |
}, | |
"version": { | |
"default": "0.4.1-alpha.2", | |
"enum": [ | |
"0.4.1-alpha.2", | |
"0.4.1-alpha.1", | |
"0.4.0", | |
"0.3.0", | |
"0.2.0", | |
"0.1.0" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "dc56e856a2ec5976628c0a769e1bd78a", | |
"name": "storage-demo", | |
"description": "Deployment plan with ephemeral storage", | |
"metadata": { | |
"displayName": "KubeVirt with ephemeral Storage", | |
"longDescription": "This plan provides kubevirt with ephemeral storage", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"version", | |
"storage_role" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin User", | |
"type": "string" | |
}, | |
"storage_role": { | |
"default": "storage-demo", | |
"enum": [ | |
"storage-demo" | |
], | |
"title": "Backend Storage", | |
"type": "string" | |
}, | |
"version": { | |
"default": "0.4.1-alpha.2", | |
"enum": [ | |
"0.4.1-alpha.2", | |
"0.4.1-alpha.1", | |
"0.4.0", | |
"0.3.0", | |
"0.2.0", | |
"0.1.0" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"id": "26537e14018cfc836b7549679f33ab96", | |
"name": "cinder", | |
"description": "Deployment plan for kubevirt-apb with Cinder backend", | |
"metadata": { | |
"displayName": "KubeVirt with Cinder backend", | |
"longDescription": "This plan provides kubevirt with Cinder backend", | |
"schemas": { | |
"service_binding": { | |
"create": { | |
"openshift_form_definition": [] | |
} | |
}, | |
"service_instance": { | |
"create": { | |
"openshift_form_definition": [ | |
"admin_user", | |
{ | |
"key": "admin_password", | |
"type": "password" | |
}, | |
"version", | |
"storage_role" | |
] | |
}, | |
"update": {} | |
} | |
} | |
}, | |
"free": true, | |
"schemas": { | |
"service_instance": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"properties": { | |
"admin_password": { | |
"title": "OpenShift Admin Password", | |
"type": "string" | |
}, | |
"admin_user": { | |
"title": "OpenShift Admin User", | |
"type": "string" | |
}, | |
"storage_role": { | |
"default": "cinder", | |
"enum": [ | |
"cinder" | |
], | |
"title": "Backend Storage", | |
"type": "string" | |
}, | |
"version": { | |
"default": "0.4.1-alpha.2", | |
"enum": [ | |
"0.4.1-alpha.2", | |
"0.4.1-alpha.1", | |
"0.4.0", | |
"0.3.0", | |
"0.2.0", | |
"0.1.0" | |
], | |
"title": "Version", | |
"type": "string" | |
} | |
}, | |
"required": [ | |
"admin_user", | |
"admin_password" | |
], | |
"type": "object" | |
} | |
}, | |
"update": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
}, | |
"service_binding": { | |
"create": { | |
"parameters": { | |
"$schema": "http://json-schema.org/draft-04/schema", | |
"additionalProperties": false, | |
"type": "object" | |
} | |
} | |
} | |
} | |
} | |
] | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:43Z | |
name: 0e991006d21029e47abe71acc255e807 | |
namespace: "" | |
resourceVersion: "420862" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/0e991006d21029e47abe71acc255e807 | |
uid: 3e1b68d7-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Python Zip Demo APB Implementation | |
externalID: 0e991006d21029e47abe71acc255e807 | |
externalMetadata: | |
dependencies: | |
- docker.io/ansibleplaybookbundle/py-zip-demo:latest | |
displayName: Pyzip Demo (APB) | |
documentationUrl: https://github.com/fusor/apb-examples/tree/master/pyzip-demo-apb | |
longDescription: APB Implementation of the Python webapp, https://github.com/fusor/py-zip-demo | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-pyzip-demo-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 135bd0df0401e2fdd52fd136935014fb | |
namespace: "" | |
resourceVersion: "414713" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/135bd0df0401e2fdd52fd136935014fb | |
uid: a7a18e9d-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: An open source reverse proxy web server | |
externalID: 135bd0df0401e2fdd52fd136935014fb | |
externalMetadata: | |
dependencies: | |
- docker.io/alessfg/openshift-nginx | |
displayName: NGINX (APB) | |
documentationUrl: https://www.nginx.com/resources/admin-guide/ | |
imageUrl: https://cdn-1.wp.nginx.com/wp-content/uploads/2017/08/N-hex-black-512x512.png | |
longDescription: NGINX (pronounced "engine-x") is an open source reverse proxy | |
server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load | |
balancer, HTTP cache, and a web server (origin server). The NGINX project | |
started with a strong focus on high concurrency, high performance and low | |
memory usage. | |
externalName: dh-nginx-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:43Z | |
name: 1830d9181b425e281b36efbf22f378a4 | |
namespace: "" | |
resourceVersion: "420863" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/1830d9181b425e281b36efbf22f378a4 | |
uid: 3e1c8b57-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Proxy Configuration | |
externalID: 1830d9181b425e281b36efbf22f378a4 | |
externalMetadata: | |
displayName: Proxy Configuration (APB) | |
longDescription: Provides bind credentials allowing other containers to consume | |
proxy settings. | |
externalName: dh-proxy-config-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:43Z | |
name: 1882ffca5d72b1084e9107e3485f5066 | |
namespace: "" | |
resourceVersion: "420864" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/1882ffca5d72b1084e9107e3485f5066 | |
uid: 3e1cfb3c-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Eclipse Che | |
externalID: 1882ffca5d72b1084e9107e3485f5066 | |
externalMetadata: | |
dependencies: | |
- docker.io/eclipse/che-server:nightly | |
- docker.io/jboss/keycloak-openshift:3.4.3.Final | |
- docker.io/rhscl/postgresql-96-rhel7:latest | |
displayName: Eclipse Che (APB) | |
documentationUrl: https://www.eclipse.org/che/docs/6/che/docs/ | |
imageUrl: https://github.com/eclipse/che-docs/raw/master/src/main/images/che_logo.png | |
longDescription: An APB deploys Eclipse Che v6.x with persistent storage | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-eclipse-che-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-04T14:56:01Z | |
name: 19494ee07048baac0f9c735ee25139f4 | |
namespace: "" | |
resourceVersion: "563305" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/19494ee07048baac0f9c735ee25139f4 | |
uid: 429a7321-4fab-11e8-86ba-0a580a80005a | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: This is eriks-apb with a dashboard redirect | |
externalID: 19494ee07048baac0f9c735ee25139f4 | |
externalMetadata: | |
displayName: Eriks Dashboard (APB) | |
externalName: localregistry-eriks-redirect-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 1dd62d51c52cc2ac404d58abc0c8fa94 | |
namespace: "" | |
resourceVersion: "414714" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/1dd62d51c52cc2ac404d58abc0c8fa94 | |
uid: a7a21c7c-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: A Desktop environment accessible via noVNC. | |
externalID: 1dd62d51c52cc2ac404d58abc0c8fa94 | |
externalMetadata: | |
dependencies: | |
- docker.io/ansibleplaybookbundle/vnc-client:latest | |
- docker.io/ansibleplaybookbundle/vnc-desktop:f28 | |
- docker.io/ansibleplaybookbundle/vnc-desktop:f27 | |
displayName: VNC Desktop (APB) | |
imageUrl: https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/TigerVNC_logo.svg/48px-TigerVNC_logo.svg.png | |
longDescription: | | |
- This APB will run a desktop of your choice on the distribution of your choice. | |
- In addition a noVNC server will be configured so you can easily connect. | |
- /home/vnc is backed by persistent storage. | |
- The plan (distribution) and most parameters are updatable. | |
- The default Linux password is fedora. | |
externalName: dh-vnc-desktop-apb | |
planUpdatable: true | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 1dda1477cace09730bd8ed7a6505607e | |
namespace: "" | |
resourceVersion: "414715" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/1dda1477cace09730bd8ed7a6505607e | |
uid: a7a28b61-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: SCL PostgreSQL apb implementation | |
externalID: 1dda1477cace09730bd8ed7a6505607e | |
externalMetadata: | |
console.openshift.io/iconClass: icon-postgresql | |
dependencies: | |
- registry.access.redhat.com/rhscl/postgresql-94-rhel7 | |
- registry.access.redhat.com/rhscl/postgresql-95-rhel7 | |
- registry.access.redhat.com/rhscl/postgresql-96-rhel7 | |
displayName: PostgreSQL (APB) | |
documentationUrl: https://www.postgresql.org/docs/ | |
longDescription: An apb that deploys postgresql 9.4, 9.5, or 9.6. | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-postgresql-apb | |
planUpdatable: true | |
tags: | |
- database | |
- postgresql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 21e1bfbf09d5a7fb8a54042f504f26be | |
namespace: "" | |
resourceVersion: "414716" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/21e1bfbf09d5a7fb8a54042f504f26be | |
uid: a7a3068f-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Internal Dog API | |
externalID: 21e1bfbf09d5a7fb8a54042f504f26be | |
externalMetadata: | |
displayName: Internal Dog API (APB) | |
imageUrl: https://png.icons8.com/dog/office/80 | |
externalName: dh-demo-api-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 2c79572fbf83125231198451c26e7cf9 | |
namespace: "" | |
resourceVersion: "414717" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/2c79572fbf83125231198451c26e7cf9 | |
uid: a7a37b11-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Microsoft SQL Server Remote APB | |
externalID: 2c79572fbf83125231198451c26e7cf9 | |
externalMetadata: | |
displayName: MS SQL Server - Remote | |
imageUrl: https://raw.githubusercontent.com/VeerMuchandi/Using-OpenShift-APB/master/mssql-rhel/SQL-Server.png | |
longDescription: An Ansible Playbook Bundle (APB) that deploys a database on | |
an existing MS SQL Server configured for contained databases | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-mssql-remote-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 3f85c20e073a9c761d3f8560b4c5180b | |
namespace: "" | |
resourceVersion: "414718" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/3f85c20e073a9c761d3f8560b4c5180b | |
uid: a7a3e85e-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Connection to external API of cats (thecatapi.com) | |
externalID: 3f85c20e073a9c761d3f8560b4c5180b | |
externalMetadata: | |
displayName: External Cat API (APB) | |
imageUrl: https://png.icons8.com/cat/office/80 | |
externalName: dh-demo-ext-api-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 411c51353e6605302235d3379de3ebd0 | |
namespace: "" | |
resourceVersion: "414719" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/411c51353e6605302235d3379de3ebd0 | |
uid: a7a44e18-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: APB for managing RHEL Virtual Machine | |
externalID: 411c51353e6605302235d3379de3ebd0 | |
externalMetadata: | |
displayName: RHEL Virtual Machine | |
imageUrl: https://raw.githubusercontent.com/ansibleplaybookbundle/rhel-apb/master/docs/imgs/icon.png | |
externalName: dh-rhelvm-apb | |
planUpdatable: false | |
tags: | |
- virtualmachine | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:53Z | |
name: 4408b368ae2f09a5358340a2a10e197b | |
namespace: "" | |
resourceVersion: "414726" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/4408b368ae2f09a5358340a2a10e197b | |
uid: a7d75530-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Import a virtual machine from VMware for Kubevirt using virt-v2v | |
externalID: 4408b368ae2f09a5358340a2a10e197b | |
externalMetadata: | |
displayName: Import a vm from VMware using virt-v2v (APB) | |
imageUrl: https://cdn.pbrd.co/images/H5Gutd7.png | |
externalName: dh-v2v | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:54Z | |
name: 595db86e75325f430afa4fa3f7d69af9 | |
namespace: "" | |
resourceVersion: "414728" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/595db86e75325f430afa4fa3f7d69af9 | |
uid: a7f5d71e-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: APB for deploying iscsi-demo-target | |
externalID: 595db86e75325f430afa4fa3f7d69af9 | |
externalMetadata: | |
displayName: iscsi-demo-target (APB) | |
imageUrl: https://cdn.pbrd.co/images/H7iSpq5.png | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-iscsi-demo-target-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:54Z | |
name: 5d0062cce443e5ecb8438ca5f664dcd7 | |
namespace: "" | |
resourceVersion: "414730" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/5d0062cce443e5ecb8438ca5f664dcd7 | |
uid: a8147648-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: APB to deploy Kibana OSS | |
externalID: 5d0062cce443e5ecb8438ca5f664dcd7 | |
externalMetadata: | |
dependencies: | |
- docker.elastic.co/kibana/kibana-oss:6.2.1 | |
displayName: Kibana (APB) | |
documentationUrl: https://www.elastic.co/guide/en/kibana/6.1/index.html | |
imageUrl: https://www.elastic.co/assets/blt282ae2420e32fc38/icon-kibana-bb.svg | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-kibana-apb | |
planUpdatable: false | |
tags: | |
- kibana | |
- elasticsearch | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:54Z | |
name: 5e184989f203486d8363d26c0f38fa50 | |
namespace: "" | |
resourceVersion: "612828" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/5e184989f203486d8363d26c0f38fa50 | |
uid: a832eae9-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Hadoop Cluster Service Shveta | |
externalID: 5e184989f203486d8363d26c0f38fa50 | |
externalMetadata: | |
displayName: Hadoop-Cluster (APB) | |
imageUrl: https://10.8.198.132/pictures/1.png | |
externalName: localregistry-hadoop-cluster-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:54Z | |
name: 60836f0ce3bd7d325587211dd7791f5b | |
namespace: "" | |
resourceVersion: "414734" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/60836f0ce3bd7d325587211dd7791f5b | |
uid: a85165aa-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Import Virtual Machine | |
externalID: 60836f0ce3bd7d325587211dd7791f5b | |
externalMetadata: | |
displayName: Import Virtual Machine | |
imageUrl: https://cdn.pbrd.co/images/H5Gutd7.png | |
longDescription: | | |
Import Virtual Machine from an existing image or a VMware environment. | |
externalName: dh-import-vm-apb | |
planUpdatable: false | |
tags: | |
- virtualmachine | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:54Z | |
name: 67042296c7c95e84142f21f58da2ebfe | |
namespace: "" | |
resourceVersion: "414736" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/67042296c7c95e84142f21f58da2ebfe | |
uid: a86fe1de-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Mariadb apb implementation | |
externalID: 67042296c7c95e84142f21f58da2ebfe | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mariadb | |
dependencies: | |
- registry.access.redhat.com/rhscl/mariadb-100-rhel7 | |
- registry.access.redhat.com/rhscl/mariadb-101-rhel7 | |
- registry.access.redhat.com/rhscl/mariadb-102-rhel7 | |
displayName: MariaDB (APB) | |
documentationUrl: https://mariadb.com/kb/en/mariadb/documentation/ | |
longDescription: Deploys a bindable mariadb instance | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-mariadb-apb | |
planUpdatable: true | |
tags: | |
- database | |
- mariadb | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:55Z | |
name: 693cb128e68365830c913631300deac0 | |
namespace: "" | |
resourceVersion: "414738" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/693cb128e68365830c913631300deac0 | |
uid: a88e7e26-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Python Zip Demo Database APB Implementation | |
externalID: 693cb128e68365830c913631300deac0 | |
externalMetadata: | |
dependencies: | |
- docker.io/fabianvf/postgresql:postgis | |
displayName: Pyzip Demo Database (APB) | |
documentationUrl: https://github.com/fusor/apb-examples/tree/master/pyzip-demo-db-apb | |
longDescription: A database with GIS support and seeded data for a demonstration | |
python webapp, https://github.com/fusor/py-zip-demo | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-pyzip-demo-db-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:55Z | |
name: 6df7afbd132c094704b4a8bfd44378c0 | |
namespace: "" | |
resourceVersion: "414740" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/6df7afbd132c094704b4a8bfd44378c0 | |
uid: a8ad02e1-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: ManageIQ | |
externalID: 6df7afbd132c094704b4a8bfd44378c0 | |
externalMetadata: | |
dependencies: | |
- docker.io/manageiq/manageiq-orchestrator:latest | |
- docker.io/manageiq/httpd:latest | |
- docker.io/carbonin/artemis:latest | |
- docker.io/manageiq/memcached:latest | |
- docker.io/manageiq/postgresql:latest | |
displayName: ManageIQ (APB) | |
documentationUrl: https://manageiq.org/docs/ | |
imageUrl: https://s3.amazonaws.com/fusor/2017demo/ManageIQ.png | |
longDescription: | | |
ManageIQ is an open source management platform for Hybrid IT. It can manage small and large environments, and supports multiple technologies such as virtual machines, public clouds and containers. | |
Note: An admin with sufficient privileges will need to modify the namespace permissions prior to running this APB. | |
Replace MIQ_NAMESPACE in the export command below and run the following: | |
export namespace=MIQ_NAMESPACE; | |
oc adm policy add-scc-to-user anyuid system:serviceaccount:$namespace:miq-anyuid; | |
oc adm policy add-scc-to-user anyuid system:serviceaccount:$namespace:miq-orchestrator; | |
oc adm policy add-scc-to-user anyuid system:serviceaccount:$namespace:miq-httpd; | |
oc adm policy add-scc-to-user privileged system:serviceaccount:$namespace:miq-privileged; | |
oc adm policy add-scc-to-user privileged system:serviceaccount:$namespace:miq-httpd; | |
echo "{\"kind\": \"RoleBinding\", \"apiVersion\": \"v1\", \"metadata\": | |
{ \"name\": \"view\", \"namespace\": \"$namespace\" }, \"subjects\": | |
[{ \"kind\": \"ServiceAccount\", \"name\": \"miq-orchestrator\", \"namespace\": \"$namespace\" }], | |
\"roleRef\": { \"name\": \"view\" } }" | oc create -f -; | |
echo "{\"kind\": \"RoleBinding\", \"apiVersion\": \"v1\", \"metadata\": | |
{ \"name\": \"edit\", \"namespace\": \"$namespace\" }, \"subjects\": | |
[{ \"kind\": \"ServiceAccount\", \"name\": \"miq-orchestrator\", \"namespace\": \"$namespace\" }], | |
\"roleRef\": { \"name\": \"edit\" } }" | oc create -f -; | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-manageiq-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:46Z | |
name: 71c467ceef5e308200f9cd257ff07242 | |
namespace: "" | |
resourceVersion: "604450" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/71c467ceef5e308200f9cd257ff07242 | |
uid: 3f9a37e2-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: LAMP Stack Service | |
externalID: 71c467ceef5e308200f9cd257ff07242 | |
externalMetadata: | |
displayName: LAMP-Stack (APB) | |
imageUrl: https://10.8.198.132/pictures/2.png | |
externalName: localregistry-lamp-stack-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:55Z | |
name: 880ef3b4ba5fa8d80908e9974228e603 | |
namespace: "" | |
resourceVersion: "414741" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/880ef3b4ba5fa8d80908e9974228e603 | |
uid: a8cb79d6-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: AWX APB Implementation | |
externalID: 880ef3b4ba5fa8d80908e9974228e603 | |
externalMetadata: | |
dependencies: | |
- docker.io/lorbuscode/awx-apb:latest | |
displayName: AWX (APB) | |
documentationUrl: https://docs.ansible.com/ansible-tower/ | |
longDescription: An APB that deploys AWX | |
externalName: dh-awx-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:46Z | |
name: 9519424a4ffdd1d2f77797987166a9f8 | |
namespace: "" | |
resourceVersion: "420874" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/9519424a4ffdd1d2f77797987166a9f8 | |
uid: 3fd74750-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Service to define a Virtual Machine from scratch (custom yaml) | |
externalID: 9519424a4ffdd1d2f77797987166a9f8 | |
externalMetadata: | |
displayName: Blank Virtual Machine | |
imageUrl: https://cdn.pbrd.co/images/H5Gutd7.png | |
externalName: dh-blankvm-apb | |
planUpdatable: false | |
tags: | |
- virtualmachine | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-02T22:43:01Z | |
name: 972c9aaac71e8cc5ecebde515c807aba | |
namespace: "" | |
resourceVersion: "414743" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/972c9aaac71e8cc5ecebde515c807aba | |
uid: 2b21b46d-4e5a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: This is a sample application generated by apb init | |
externalID: 972c9aaac71e8cc5ecebde515c807aba | |
externalMetadata: | |
displayName: dashboard | |
externalName: localregistry-dashboard-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:47Z | |
name: 9f7da06f179b895a8ee5f9a3ce4af7ef | |
namespace: "" | |
resourceVersion: "420876" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/9f7da06f179b895a8ee5f9a3ce4af7ef | |
uid: 40145f48-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: deploys hello-world web application | |
externalID: 9f7da06f179b895a8ee5f9a3ce4af7ef | |
externalMetadata: | |
dependencies: | |
- docker.io/ansibleplaybookbundle/hello-world:latest | |
displayName: Hello World (APB) | |
longDescription: A sample APB which deploys a containerized Hello World web | |
application | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-hello-world-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:56Z | |
name: a946a139a9308a59bf642ac52b4ba317 | |
namespace: "" | |
resourceVersion: "414745" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/a946a139a9308a59bf642ac52b4ba317 | |
uid: a92706ed-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: High Availability Wordpress APB | |
externalID: a946a139a9308a59bf642ac52b4ba317 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-wordpress | |
dependencies: | |
- quay.io/coreos/etcd:latest | |
- docker.io/perconalab/percona-xtradb-cluster:5.6 | |
- wordpress | |
displayName: Wordpress-HA (APB) | |
documentationUrl: https://wordpress.org/ | |
longDescription: An apb that deploys High Availability Wordpress | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-wordpress-ha-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T21:40:56Z | |
name: ab24ffd54da0aefdea5277e0edce8425 | |
namespace: "" | |
resourceVersion: "414746" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ab24ffd54da0aefdea5277e0edce8425 | |
uid: a9458a91-4f1a-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: This is a sample application generated by apb init | |
externalID: ab24ffd54da0aefdea5277e0edce8425 | |
externalMetadata: | |
dependencies: | |
- docker.io/dymurray/hastebin:latest | |
- docker.io/modularitycontainers/memcached:latest | |
displayName: Hastebin (APB) | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-hastebin-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T22:13:47Z | |
name: aff6d7bb9c7f57c9ce8b742228e4caa3 | |
namespace: "" | |
resourceVersion: "420878" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/aff6d7bb9c7f57c9ce8b742228e4caa3 | |
uid: 406fd144-4f1f-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: APB to deploy cluster-ready Elasticsearch | |
externalID: aff6d7bb9c7f57c9ce8b742228e4caa3 | |
externalMetadata: | |
displayName: Elasticsearch (APB) | |
documentationUrl: https://www.elastic.co/guide/en/elasticsearch/reference/6.2/index.html | |
imageUrl: https://github.com/ansibleplaybookbundle/es-apb/raw/master/docs/imgs/elasticsearch_logo.jpg | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-es-apb | |
planUpdatable: false | |
tags: | |
- elasticsearch | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:26Z | |
name: b43a4272a6efcaaa3e0b9616324f1099 | |
namespace: "" | |
resourceVersion: "390991" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/b43a4272a6efcaaa3e0b9616324f1099 | |
uid: 853a4b40-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: A sample APB which deploys Hello World Database | |
externalID: b43a4272a6efcaaa3e0b9616324f1099 | |
externalMetadata: | |
dependencies: | |
- docker.io/centos/postgresql-94-centos7 | |
displayName: Hello World Database (APB) | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-hello-world-db-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:27Z | |
name: b95513950bb3f132de25d58fb75f8dca | |
namespace: "" | |
resourceVersion: "390992" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/b95513950bb3f132de25d58fb75f8dca | |
uid: 8558c2f7-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Keycloak - Open Source Identity and Access Management | |
externalID: b95513950bb3f132de25d58fb75f8dca | |
externalMetadata: | |
dependencies: | |
- docker.io/jboss/keycloak-openshift:3.4.3.Final | |
- centos/postgresql-95-centos7:9.5 | |
displayName: Keycloak (APB) | |
documentationUrl: http://www.keycloak.org/documentation.html | |
imageUrl: https://github.com/ansibleplaybookbundle/keycloak-apb/raw/master/docs/imgs/keycloak_ico.png | |
providerDisplayName: Red Hat, Inc. | |
serviceName: keycloak | |
externalName: dh-keycloak-apb | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:27Z | |
name: ba9c2d4db404ce97111bea80225de968 | |
namespace: "" | |
resourceVersion: "390996" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ba9c2d4db404ce97111bea80225de968 | |
uid: 85775330-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: This APB deploys RocketChat backed by MongoDB | |
externalID: ba9c2d4db404ce97111bea80225de968 | |
externalMetadata: | |
dependencies: | |
- rocket.chat:latest | |
- mongo:3.2 | |
displayName: RocketChat (APB) | |
documentationUrl: https://rocket.chat | |
imageUrl: https://github.com/RocketChat/Rocket.Chat.Artwork/blob/master/Logos/rocketcat.png?raw=true | |
longDescription: An APB that deploys RocketChat to OpenShift backed by MongoDB | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-rocketchat-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T18:11:35Z | |
name: bbce85a73bfc09a1136a587a7a058b14 | |
namespace: "" | |
resourceVersion: "383635" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/bbce85a73bfc09a1136a587a7a058b14 | |
uid: 6ab0a3b6-4efd-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Import a virtual machine disk into a PVC for Kubevirt | |
externalID: bbce85a73bfc09a1136a587a7a058b14 | |
externalMetadata: | |
displayName: Import VM Disk | |
imageUrl: https://cdn.pbrd.co/images/H5Gutd7.png | |
externalName: dh-import-vm-disk-apb | |
planUpdatable: false | |
tags: | |
- virtualmachine | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:27Z | |
name: c4ef25f81a0c275c8f1bee1b736f3068 | |
namespace: "" | |
resourceVersion: "390997" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/c4ef25f81a0c275c8f1bee1b736f3068 | |
uid: 85b45c3d-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Deployment of Microsoft SQL Server on Linux | |
externalID: c4ef25f81a0c275c8f1bee1b736f3068 | |
externalMetadata: | |
dependencies: | |
- registry.centos.org/microsoft/mssql-server-linux | |
displayName: Microsoft SQL Server on Linux | |
documentationUrl: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-overview | |
imageUrl: https://raw.githubusercontent.com/ansibleplaybookbundle/mssql-apb/master/docs/img/sql-server.png | |
externalName: dh-mssql-apb | |
planUpdatable: false | |
tags: | |
- database | |
- mssql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:27Z | |
name: c65fbd4e701cb71d74fd2cc35e14432b | |
namespace: "" | |
resourceVersion: "390999" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/c65fbd4e701cb71d74fd2cc35e14432b | |
uid: 85d2d66b-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Managed relational database service with a choice of six popular | |
database engines. Set up, operate, and scale a relational database in the cloud | |
with just a few clicks. | |
externalID: c65fbd4e701cb71d74fd2cc35e14432b | |
externalMetadata: | |
dependencies: [] | |
displayName: Amazon RDS - PostgreSQL (APB) | |
documentationUrl: https://aws.amazon.com/rds/ | |
imageUrl: https://s3.amazonaws.com/fusor/2017demo/Database_AmazonRDS_PostgreSQLinstance.png | |
longDescription: Amazon Relational Database Service (Amazon RDS) makes it easy | |
to set up, operate, and scale a relational database in the cloud. It provides | |
cost-efficient and resizable capacity while managing time-consuming database | |
administration tasks, freeing you up to focus on your applications and business. | |
Amazon RDS provides you six familiar database engines to choose from, including | |
Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle, and Microsoft SQL Server. | |
providerDisplayName: Amazon | |
externalName: dh-rds-postgres-apb | |
planUpdatable: false | |
tags: | |
- amazon | |
- database | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:28Z | |
name: ca91b61da8476984f18fc13883ae2fdb | |
namespace: "" | |
resourceVersion: "391000" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ca91b61da8476984f18fc13883ae2fdb | |
uid: 85f166bf-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Note taking web application | |
externalID: ca91b61da8476984f18fc13883ae2fdb | |
externalMetadata: | |
dependencies: | |
- docker.io/mariadb:latest | |
- docker.io/tvelocity/etherpad-lite:latest | |
displayName: Etherpad (APB) | |
documentationUrl: https://github.com/ether/etherpad-lite/wiki | |
imageUrl: https://translatewiki.net/images/thumb/6/6f/Etherpad_lite.svg/200px-Etherpad_lite.svg.png | |
longDescription: An apb that deploys Etherpad Lite | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-etherpad-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:28Z | |
name: d4684c1b61cd094af9aa6ec4a90b4d69 | |
namespace: "" | |
resourceVersion: "391001" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/d4684c1b61cd094af9aa6ec4a90b4d69 | |
uid: 860fef33-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Deploys a demo application showing random pictures. | |
externalID: d4684c1b61cd094af9aa6ec4a90b4d69 | |
externalMetadata: | |
displayName: Random Images (APB) | |
imageUrl: https://png.icons8.com/photo-gallery/dusk/64 | |
externalName: dh-demo-app-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T18:11:36Z | |
name: d889087d9f39d5b09a06842518f5d9e2 | |
namespace: "" | |
resourceVersion: "383643" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/d889087d9f39d5b09a06842518f5d9e2 | |
uid: 6b49364d-4efd-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Dynamic view of pods | |
externalID: d889087d9f39d5b09a06842518f5d9e2 | |
externalMetadata: | |
displayName: Dynamic APB | |
longDescription: A dynamic view of pods in the ansible-service-broker namespace | |
externalName: dh-dynamic-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:28Z | |
name: ddd528762894b277001df310a126d5ad | |
namespace: "" | |
resourceVersion: "391002" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ddd528762894b277001df310a126d5ad | |
uid: 864d09fe-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Software Collections MySQL APB | |
externalID: ddd528762894b277001df310a126d5ad | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mysql-database | |
dependencies: | |
- registry.access.redhat.com/rhscl/mysql-56-rhel7 | |
- registry.access.redhat.com/rhscl/mysql-57-rhel7 | |
displayName: MySQL (APB) | |
documentationUrl: https://github.com/sclorg/mysql-container/ | |
longDescription: An Ansible Playbook Bundle (APB) that deploys MySQL | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-mysql-apb | |
planUpdatable: true | |
tags: | |
- database | |
- mysql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:42Z | |
name: e91e4f84-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3966" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e91e4f84-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f5e2b0f1-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
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.2/root/usr/share/container-scripts/mysql/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing | |
externalID: e91e4f84-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mariadb | |
displayName: MariaDB (Ephemeral) | |
documentationUrl: https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md | |
longDescription: This template provides a standalone MariaDB server with a database | |
created. The database is not stored on persistent storage, so any restart | |
of the service will result in all data being lost. The database name, username, | |
and password are chosen via parameters when provisioning this service. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mariadb-ephemeral | |
planUpdatable: false | |
tags: | |
- database | |
- mariadb | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:42Z | |
name: e91f8cd3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3963" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e91f8cd3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f5872c48-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
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.2/root/usr/share/container-scripts/mysql/README.md. | |
NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template. | |
externalID: e91f8cd3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mariadb | |
displayName: MariaDB | |
documentationUrl: https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md | |
longDescription: 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mariadb-persistent | |
planUpdatable: false | |
tags: | |
- database | |
- mariadb | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:29Z | |
name: e9208554-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3870" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9208554-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ee04847a-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
MongoDB database service, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/blob/master/3.2/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing | |
externalID: e9208554-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mongodb | |
displayName: MongoDB (Ephemeral) | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/mongodb.html | |
longDescription: This template provides a standalone MongoDB server with a database | |
created. The database is not stored on persistent storage, so any restart | |
of the service will result in all data being lost. The database name, username, | |
and password are chosen via parameters when provisioning this service. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mongodb-ephemeral | |
planUpdatable: false | |
tags: | |
- database | |
- mongodb | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:32Z | |
name: e9217a1e-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3894" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9217a1e-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f00b7d31-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
MongoDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/blob/master/3.2/README.md. | |
NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template. | |
externalID: e9217a1e-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mongodb | |
displayName: MongoDB | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/mongodb.html | |
longDescription: This template provides a standalone MongoDB 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mongodb-persistent | |
planUpdatable: false | |
tags: | |
- database | |
- mongodb | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:34Z | |
name: e9228c27-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3909" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9228c27-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f13c7ed6-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
MySQL database service, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/5.7/root/usr/share/container-scripts/mysql/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing | |
externalID: e9228c27-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mysql-database | |
displayName: MySQL (Ephemeral) | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/mysql.html | |
longDescription: This template provides a standalone MySQL server with a database | |
created. The database is not stored on persistent storage, so any restart | |
of the service will result in all data being lost. The database name, username, | |
and password are chosen via parameters when provisioning this service. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mysql-ephemeral | |
planUpdatable: false | |
tags: | |
- database | |
- mysql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:41Z | |
name: e923a1ac-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3960" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e923a1ac-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f54a1dbb-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
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.7/root/usr/share/container-scripts/mysql/README.md. | |
NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template. | |
externalID: e923a1ac-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mysql-database | |
displayName: MySQL | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/mysql.html | |
longDescription: This template provides a standalone MySQL 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: mysql-persistent | |
planUpdatable: false | |
tags: | |
- database | |
- mysql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:26Z | |
name: e9248f1f-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3847" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9248f1f-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ec3ad297-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
PostgreSQL database service, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing | |
externalID: e9248f1f-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-postgresql | |
displayName: PostgreSQL (Ephemeral) | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/postgresql.html | |
longDescription: This template provides a standalone PostgreSQL server with | |
a database created. The database is not stored on persistent storage, so | |
any restart of the service will result in all data being lost. The database | |
name, username, and password are chosen via parameters when provisioning this | |
service. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: postgresql-ephemeral | |
planUpdatable: false | |
tags: | |
- database | |
- postgresql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:38Z | |
name: e9257ca9-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3931" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9257ca9-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f34358d7-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
PostgreSQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/. | |
NOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template. | |
externalID: e9257ca9-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-postgresql | |
displayName: PostgreSQL | |
documentationUrl: https://docs.openshift.org/latest/using_images/db_images/postgresql.html | |
longDescription: This template provides a standalone PostgreSQL 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: postgresql-persistent | |
planUpdatable: false | |
tags: | |
- database | |
- postgresql | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:27Z | |
name: e9266651-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3855" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9266651-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ecf1daf8-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
Redis in-memory data structure store, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/redis-container/blob/master/3.2. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing | |
externalID: e9266651-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-redis | |
displayName: Redis (Ephemeral) | |
documentationUrl: https://github.com/sclorg/redis-container/tree/master/3.2 | |
longDescription: This template provides a standalone Redis server. The data | |
is not stored on persistent storage, so any restart of the service will result | |
in all data being lost. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: redis-ephemeral | |
planUpdatable: false | |
tags: | |
- database | |
- redis | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: e9275840-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3799" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9275840-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8677abb-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
Redis in-memory data structure store, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/redis-container/blob/master/3.2. | |
NOTE: You must have persistent volumes available in your cluster to use this template. | |
externalID: e9275840-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-redis | |
displayName: Redis | |
documentationUrl: https://github.com/sclorg/redis-container/tree/master/3.2 | |
longDescription: This template provides a standalone Redis server. The data | |
is stored on persistent storage. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: redis-persistent | |
planUpdatable: false | |
tags: | |
- database | |
- redis | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:28Z | |
name: e9c042c4925dd0c7c25ceca4f5179e1c | |
namespace: "" | |
resourceVersion: "391004" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/e9c042c4925dd0c7c25ceca4f5179e1c | |
uid: 866b79e7-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Deploy MongoDB app on your Openshift Project | |
externalID: e9c042c4925dd0c7c25ceca4f5179e1c | |
externalMetadata: | |
displayName: MongoDB (APB) | |
documentationUrl: https://access.redhat.com | |
imageUrl: http://nightdeveloper.net/wp-content/uploads/2014/12/mongo_db.png | |
longDescription: MongoDB is a document database with the scalability and flexibility | |
that you want with the querying and indexing that you need. This APB will | |
cover an standalone and HA deployment. | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-mongodb-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ea9d2502-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3808" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ea9d2502-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8e45576-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: No description provided. | |
externalID: ea9d2502-4d7a-11e8-82b3-001a4a1601d6 | |
externalName: system | |
planUpdatable: false | |
tags: | |
- "" | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:40Z | |
name: ea9ece65-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3956" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ea9ece65-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f4d00b0f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: 3scale API Gateway | |
externalID: ea9ece65-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-load-balancer | |
externalName: 3scale-gateway | |
planUpdatable: false | |
tags: | |
- api | |
- gateway | |
- 3scale | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:32Z | |
name: ea9ff925-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3890" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ea9ff925-4d7a-11e8-82b3-001a4a1601d6 | |
uid: efce4d31-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example CakePHP application with a MySQL database. For more information | |
about using this template, including OpenShift considerations, see https://github.com/openshift/cakephp-ex/blob/master/README.md. | |
externalID: ea9ff925-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-php | |
displayName: CakePHP + MySQL | |
documentationUrl: https://github.com/openshift/cakephp-ex | |
longDescription: This template defines resources needed to develop a CakePHP | |
application, including a build configuration, application deployment configuration, | |
and database deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: cakephp-mysql-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- php | |
- cakephp | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:29Z | |
name: eaa13265-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3868" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa13265-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ede60501-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
An example CakePHP application with a MySQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/cakephp-ex/blob/master/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eaa13265-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-php | |
displayName: CakePHP + MySQL (Ephemeral) | |
documentationUrl: https://github.com/openshift/cakephp-ex | |
longDescription: This template defines resources needed to develop a CakePHP | |
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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: cakephp-mysql-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- php | |
- cakephp | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:30Z | |
name: eaa24921-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3874" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa24921-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ee6090f9-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
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. | |
externalID: eaa24921-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-perl | |
displayName: Dancer + MySQL | |
documentationUrl: https://github.com/openshift/dancer-ex | |
longDescription: This template defines resources needed to develop a Dancer | |
based application, including a build configuration, application deployment | |
configuration, and database deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: dancer-mysql-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- perl | |
- dancer | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:40Z | |
name: eaa3a5d3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3946" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa3a5d3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f456087c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
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. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eaa3a5d3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-perl | |
displayName: Dancer + MySQL (Ephemeral) | |
documentationUrl: https://github.com/openshift/dancer-ex | |
longDescription: 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: dancer-mysql-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- perl | |
- dancer | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:31Z | |
name: eaa5b7f9-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3881" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa5b7f9-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eef8b41e-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Django application with a PostgreSQL database. For more | |
information about using this template, including OpenShift considerations, see | |
https://github.com/openshift/django-ex/blob/master/README.md. | |
externalID: eaa5b7f9-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-python | |
displayName: Django + PostgreSQL | |
documentationUrl: https://github.com/openshift/django-ex | |
longDescription: This template defines resources needed to develop a Django | |
based application, including a build configuration, application deployment | |
configuration, and database deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: django-psql-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- python | |
- django | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: eaa7040c-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3795" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa7040c-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8655de2-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eaa7040c-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-python | |
displayName: Django + PostgreSQL (Ephemeral) | |
documentationUrl: https://github.com/openshift/django-ex | |
longDescription: This template defines resources needed to develop a Django | |
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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: django-psql-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- python | |
- django | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:26Z | |
name: eaa82035-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3848" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa82035-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ec594e19-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example .NET Core application. | |
externalID: eaa82035-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-dotnet | |
displayName: .NET Core Example | |
externalName: dotnet-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- dotnet | |
- .net | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:39Z | |
name: eaa93c72-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3937" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaa93c72-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f3bd5c37-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example .NET Core application with a PostgreSQL database. For | |
more information about using this template, including OpenShift considerations, | |
see https://github.com/redhat-developer/s2i-dotnetcore. | |
externalID: eaa93c72-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-dotnet | |
displayName: .NET Core + PostgreSQL (Persistent) | |
externalName: dotnet-pgsql-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- dotnet | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:28Z | |
name: eaaa7337-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3865" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaaa7337-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eda8f471-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example .NET Core Runtime example application. | |
externalID: eaaa7337-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-dotnet | |
displayName: .NET Core Runtime Example | |
externalName: dotnet-runtime-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- dotnet | |
- .net | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:43Z | |
name: eaab6b9d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3978" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaab6b9d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f699cd67-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Apache HTTP Server (httpd) application that serves static | |
content. For more information about using this template, including OpenShift | |
considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md. | |
externalID: eaab6b9d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-apache | |
displayName: Apache HTTP Server | |
documentationUrl: https://github.com/openshift/httpd-ex | |
longDescription: This template defines resources needed to develop a static | |
application served by Apache HTTP Server (httpd), including a build configuration | |
and application deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: httpd-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- httpd | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:32Z | |
name: eaac62ec-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3888" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaac62ec-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ef913e91-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
Jenkins service, without persistent storage. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eaac62ec-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jenkins | |
displayName: Jenkins (Ephemeral) | |
documentationUrl: https://docs.openshift.org/latest/using_images/other_images/jenkins.html | |
longDescription: This template deploys a Jenkins server capable of managing | |
OpenShift Pipeline builds and supporting OpenShift-based oauth login. The | |
Jenkins configuration is stored in non-persistent storage, so this configuration | |
should be used for experimental purposes only. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: jenkins-ephemeral | |
planUpdatable: false | |
tags: | |
- instant-app | |
- jenkins | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:37Z | |
name: eaad80f9-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3925" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaad80f9-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f2aab464-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
Jenkins service, with persistent storage. | |
NOTE: You must have persistent volumes available in your cluster to use this template. | |
externalID: eaad80f9-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jenkins | |
displayName: Jenkins | |
documentationUrl: https://docs.openshift.org/latest/using_images/other_images/jenkins.html | |
longDescription: This template deploys a Jenkins server capable of managing | |
OpenShift Pipeline builds and supporting OpenShift-based oauth login. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: jenkins-persistent | |
planUpdatable: false | |
tags: | |
- instant-app | |
- jenkins | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:29Z | |
name: eaae833d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3873" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaae833d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ee419339-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Nginx HTTP server and a reverse proxy (nginx) application | |
that serves static content. For more information about using this template, | |
including OpenShift considerations, see https://github.com/sclorg/nginx-ex/blob/master/README.md. | |
externalID: eaae833d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-nginx | |
displayName: Nginx HTTP server and a reverse proxy | |
documentationUrl: https://github.com/sclorg/nginx-ex | |
longDescription: This template defines resources needed to develop a static | |
application served by Nginx HTTP server and a reverse proxy (nginx), including | |
a build configuration and application deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: nginx-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- nginx | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: eaafa8c7-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3805" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaafa8c7-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8c5cc6c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Node.js application with a MongoDB database. For more | |
information about using this template, including OpenShift considerations, see | |
https://github.com/openshift/nodejs-ex/blob/master/README.md. | |
externalID: eaafa8c7-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-nodejs | |
displayName: Node.js + MongoDB | |
documentationUrl: https://github.com/openshift/nodejs-ex | |
longDescription: This template defines resources needed to develop a NodeJS | |
application, including a build configuration, application deployment configuration, | |
and database deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: nodejs-mongo-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- nodejs | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:23Z | |
name: eab0e7eb-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3825" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eab0e7eb-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ea7103c0-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eab0e7eb-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-nodejs | |
displayName: Node.js + MongoDB (Ephemeral) | |
documentationUrl: https://github.com/openshift/nodejs-ex | |
longDescription: This template defines resources needed to develop a NodeJS | |
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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: nodejs-mongodb-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- nodejs | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:36Z | |
name: eab21448-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3915" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eab21448-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f1f3a1b7-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: No description provided. | |
externalID: eab21448-4d7a-11e8-82b3-001a4a1601d6 | |
externalName: amp-pvc | |
planUpdatable: false | |
tags: | |
- "" | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:32Z | |
name: eab65acc-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3889" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eab65acc-4d7a-11e8-82b3-001a4a1601d6 | |
uid: efafc45e-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Rails application with a PostgreSQL database. For more | |
information about using this template, including OpenShift considerations, see | |
https://github.com/openshift/rails-ex/blob/master/README.md. | |
externalID: eab65acc-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-ruby | |
displayName: Rails + PostgreSQL | |
documentationUrl: https://github.com/openshift/rails-ex | |
longDescription: This template defines resources needed to develop a Rails application, | |
including a build configuration, application deployment configuration, and | |
database deployment configuration. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: rails-pgsql-persistent | |
planUpdatable: false | |
tags: | |
- quickstart | |
- ruby | |
- rails | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:40Z | |
name: eaba9016-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3950" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eaba9016-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f474f037-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: |- | |
An example Rails application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/rails-ex/blob/master/README.md. | |
WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. | |
externalID: eaba9016-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-ruby | |
displayName: Rails + PostgreSQL (Ephemeral) | |
documentationUrl: https://github.com/openshift/rails-ex | |
longDescription: This template defines resources needed to develop a Rails 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. | |
providerDisplayName: Red Hat, Inc. | |
supportUrl: https://access.redhat.com | |
externalName: rails-postgresql-example | |
planUpdatable: false | |
tags: | |
- quickstart | |
- ruby | |
- rails | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:41Z | |
name: eabbf1eb-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3962" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eabbf1eb-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f568952a-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: No description provided. | |
externalID: eabbf1eb-4d7a-11e8-82b3-001a4a1601d6 | |
externalName: amp-apicast-wildcard-router | |
planUpdatable: false | |
tags: | |
- "" | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:28Z | |
name: eba8c5f5-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3861" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eba8c5f5-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ed6bf609-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JBoss A-MQ brokers. These can be deployed | |
as standalone or in a mesh. This template doesn't feature SSL support. | |
externalID: eba8c5f5-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.2 (Ephemeral, no SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq62-basic | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:45Z | |
name: ebaa0678-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3987" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebaa0678-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f76f5f4f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebaa0678-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.2 (with SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq62-persistent-ssl | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:45Z | |
name: ebab139c-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3992" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebab139c-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f7caf123-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JBoss A-MQ brokers. These can be deployed | |
as standalone and use persistent storage for saving messages, including message | |
migration when the number of pods are reduced. This template doesn't feature | |
SSL support. | |
externalID: ebab139c-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.2 (no SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq62-persistent | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:31Z | |
name: ebac417d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3883" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebac417d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ef1734c5-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JBoss A-MQ brokers. These can be deployed | |
as standalone or in a mesh. This template supports SSL and requires usage of | |
OpenShift secrets. | |
externalID: ebac417d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.2 (Ephemeral with SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq62-ssl | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:22Z | |
name: ebad5df0-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3822" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebad5df0-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ea15702a-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JBoss A-MQ brokers. These can be deployed | |
as standalone or in a mesh. This template doesn't feature SSL support. | |
externalID: ebad5df0-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: Red Hat JBoss A-MQ 6.3 (Ephemeral, no SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq63-basic | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:23Z | |
name: ebaedeb2-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3826" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebaedeb2-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ea8f873f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebaedeb2-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.3 (with SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq63-persistent-ssl | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:32Z | |
name: ebb03455-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3891" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb03455-4d7a-11e8-82b3-001a4a1601d6 | |
uid: efed1d07-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebb03455-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.3 (no SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq63-persistent | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:33Z | |
name: ebb16c90-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3895" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb16c90-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f029e135-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebb16c90-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-amq | |
displayName: JBoss A-MQ 6.3 (Ephemeral with SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: amq63-ssl | |
planUpdatable: false | |
tags: | |
- messaging | |
- amq | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:47Z | |
name: ebb2d439-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "4003" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb2d439-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f8821f2d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JDG 6.5 applications. | |
externalID: ebb2d439-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 (Ephemeral, no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-basic | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:37Z | |
name: ebb4681c-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3928" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb4681c-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f2e7e080-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JDG 6.5 applications. | |
externalID: ebb4681c-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-https | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:23Z | |
name: ebb675e3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3824" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb675e3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ea5275e9-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a MySQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebb675e3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-mysql-persistent | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:25Z | |
name: ebb80793-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3843" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb80793-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ebdf33ab-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JDG 6.5 and MySQL applications. | |
externalID: ebb80793-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-mysql | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:29Z | |
name: ebb97df7-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3866" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebb97df7-4d7a-11e8-82b3-001a4a1601d6 | |
uid: edc790d6-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebb97df7-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 + PostgreSQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-postgresql-persistent | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:26Z | |
name: ebbac3f0-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3851" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebbac3f0-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ec77cb3b-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JDG 6.5 and PostgreSQL applications built | |
using. | |
externalID: ebbac3f0-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 6.5 + PostgreSQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid65-postgresql | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebbbe627-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3804" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebbbe627-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8a75522-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application. For more information about | |
using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebbbe627-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 (Ephemeral, no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-basic | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:33Z | |
name: ebbcfa65-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3896" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebbcfa65-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0488da0-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application. For more information about | |
using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebbcfa65-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-https | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:36Z | |
name: ebbe39a3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3919" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebbe39a3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f24f3e5c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a MySQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebbe39a3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-mysql-persistent | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:29Z | |
name: ebbfb6c2-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3872" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebbfb6c2-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ee2314e5-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a MySQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebbfb6c2-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-mysql | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:43Z | |
name: ebc14fbf-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3972" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc14fbf-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f63e3391-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application. For more information about | |
using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebc14fbf-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 (Ephemeral, no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-partition | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebc309a5-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3803" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc309a5-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e888c0fc-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebc309a5-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 + PostgreSQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-postgresql-persistent | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:35Z | |
name: ebc488cc-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3913" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc488cc-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f1b69dcb-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Grid application with a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebc488cc-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datagrid | |
displayName: JBoss Data Grid 7.1 + PostgreSQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datagrid71-postgresql | |
planUpdatable: false | |
tags: | |
- datagrid | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:44Z | |
name: ebc5e1c1-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3979" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc5e1c1-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f6b84d8c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JBoss Data Virtualization 6.3 services built | |
using S2I. | |
externalID: ebc5e1c1-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datavirt | |
displayName: JBoss Data Virtualization 6.3 (no SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datavirt63-basic-s2i | |
planUpdatable: false | |
tags: | |
- jdv | |
- datavirt | |
- database | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:42Z | |
name: ebc75aa9-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3965" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc75aa9-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f5c426b1-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Virtualization application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebc75aa9-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datavirt | |
displayName: JBoss Data Virtualization 6.3 (with SSL and Extensions) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datavirt63-extensions-support-s2i | |
planUpdatable: false | |
tags: | |
- jdv | |
- datavirt | |
- database | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:35Z | |
name: ebc8d0cd-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3910" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebc8d0cd-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f15b0fb2-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Data Virtualization application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebc8d0cd-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-datavirt | |
displayName: JBoss Data Virtualization 6.3 (with SSL) | |
providerDisplayName: Red Hat, Inc. | |
externalName: datavirt63-secure-s2i | |
planUpdatable: false | |
tags: | |
- jdv | |
- datavirt | |
- database | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:33Z | |
name: ebca6378-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3900" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebca6378-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0a3ebe3-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BRMS decision server A-MQ application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebca6378-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-decisionserver | |
displayName: JBoss BRMS 6.4 decision server + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: decisionserver64-amq-s2i | |
planUpdatable: false | |
tags: | |
- decisionserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:44Z | |
name: ebcb96bd-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3982" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebcb96bd-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f713de5d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for Red Hat JBoss BRMS 6.4 decision server applications | |
built using S2I. | |
externalID: ebcb96bd-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-decisionserver | |
displayName: Red Hat JBoss BRMS 6.4 decision server (no https) | |
externalName: decisionserver64-basic-s2i | |
planUpdatable: false | |
tags: | |
- decisionserver | |
- jboss | |
- xpaas | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:19Z | |
name: ebcca167-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3794" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebcca167-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e864baf5-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BRMS decision server application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebcca167-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-decisionserver | |
displayName: JBoss BRMS 6.4 decision server (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: decisionserver64-https-s2i | |
planUpdatable: false | |
tags: | |
- decisionserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:27Z | |
name: ebce909d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3856" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebce909d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ed1060e5-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebce909d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-amq-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:42Z | |
name: ebcfe838-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3964" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebcfe838-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f5a5ae51-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebcfe838-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + A-MQ (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-amq-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:22Z | |
name: ebd10762-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3819" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd10762-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e9f6f878-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd10762-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-basic-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:26Z | |
name: ebd215fd-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3845" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd215fd-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ec1c41ec-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd215fd-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-https-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:23Z | |
name: ebd34f46-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3823" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd34f46-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ea349200-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd34f46-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + MongoDB (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-mongodb-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:22Z | |
name: ebd49366-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3814" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd49366-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e99b5b78-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd49366-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + MongoDB (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-mongodb-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebd5ef0d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3797" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd5ef0d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e866868d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd5ef0d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:43Z | |
name: ebd77b65-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3970" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd77b65-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f61fb8ff-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd77b65-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-mysql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebd8c70c-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3800" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebd8c70c-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e867f793-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebd8c70c-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: Red Hat JBoss EAP 6.4 + PostgreSQL (Persistent with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:27Z | |
name: ebdab942-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3854" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebdab942-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ecb4d845-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebdab942-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + PostgreSQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:37Z | |
name: ebdc342a-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3923" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebdc342a-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f28c3478-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 Single Sign-On application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebdc342a-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 + Single Sign-On (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-sso-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:22Z | |
name: ebdd83fc-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3816" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebdd83fc-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e9b9e3c0-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 DB application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebdd83fc-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: Red Hat JBoss EAP 6.4 (with https, DB drivers) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-third-party-db-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:21Z | |
name: ebdecc63-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3812" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebdecc63-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e95e691c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 6 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebdecc63-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 6.4 (tx recovery) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap64-tx-recovery-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:30Z | |
name: ebe00936-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3876" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe00936-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ee7e9156-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe00936-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-amq-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:38Z | |
name: ebe167bd-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3936" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe167bd-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f39ed396-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe167bd-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-amq-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:39Z | |
name: ebe29b71-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3943" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe29b71-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f418edfb-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe29b71-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-basic-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebe3b4fb-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3801" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe3b4fb-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8686d3e-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe3b4fb-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-https-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:34Z | |
name: ebe539da-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3903" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe539da-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0e0f7c3-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe539da-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + MongoDB (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-mongodb-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:42Z | |
name: ebe74110-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3969" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe74110-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f6012924-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe74110-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: Boss EAP 7.0 + MongoDB (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-mongodb-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebe8e2f1-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3798" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebe8e2f1-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e8670eed-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebe8e2f1-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:44Z | |
name: ebea3410-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3981" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebea3410-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f6f559e1-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebea3410-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-mysql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ebeb91e6-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3802" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebeb91e6-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e86a2588-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebeb91e6-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + PostgreSQL (Persistent with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:39Z | |
name: ebed0a92-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3944" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebed0a92-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f4377fed-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebed0a92-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + PostgreSQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:24Z | |
name: ebee757a-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3832" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebee757a-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eaeb103d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 Single Sign-On application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebee757a-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 + Single Sign-On (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-sso-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:37Z | |
name: ebefd65b-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3927" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebefd65b-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f2c93f4e-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 DB application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebefd65b-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 (with https, DB drivers) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-third-party-db-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:25Z | |
name: ebf11102-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3841" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf11102-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eba309ae-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf11102-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.0 (tx recovery) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap70-tx-recovery-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:31Z | |
name: ebf26cc2-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3887" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf26cc2-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ef72d58b-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf26cc2-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-amq-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:21Z | |
name: ebf5546b-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3809" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf5546b-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e902e386-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 A-MQ application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf5546b-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + A-MQ (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-amq-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:35Z | |
name: ebf73e78-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3911" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf73e78-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f17993a0-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf73e78-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-basic-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:44Z | |
name: ebf88871-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3985" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf88871-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f7324d88-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf88871-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-https-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:24Z | |
name: ebf9fe05-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3833" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebf9fe05-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eb281a4d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebf9fe05-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + MongoDB (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-mongodb-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:21Z | |
name: ebfb4c98-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3811" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebfb4c98-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e9216d41-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MongoDB database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebfb4c98-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + MongoDB (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-mongodb-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:46Z | |
name: ebfcb9fa-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3999" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebfcb9fa-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f8451184-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebfcb9fa-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:30Z | |
name: ebfe1738-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3877" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebfe1738-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eebba79f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebfe1738-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-mysql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:31Z | |
name: ebff88d2-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3886" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ebff88d2-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ef544562-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ebff88d2-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + PostgreSQL (Persistent with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:30Z | |
name: ec00d8d8-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3880" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec00d8d8-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eeda2938-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec00d8d8-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + PostgreSQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:34Z | |
name: ec024569-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3901" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec024569-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0c2798d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 Single Sign-On application. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec024569-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 + Single Sign-On (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-sso-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:41Z | |
name: ec04205b-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3959" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec04205b-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f52b8f93-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 DB application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec04205b-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 (with https, DB drivers) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-third-party-db-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:34Z | |
name: ec05880d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3906" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec05880d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f11dfd7c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example EAP 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec05880d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-eap | |
displayName: JBoss EAP 7.1 (tx recovery) | |
providerDisplayName: Red Hat, Inc. | |
externalName: eap71-tx-recovery-s2i | |
planUpdatable: false | |
tags: | |
- eap | |
- javaee | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:25Z | |
name: ec069b2c-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3837" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec069b2c-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eb652cc3-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS applications built using S2I. | |
externalID: ec069b2c-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-basic-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:40Z | |
name: ec07de5d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3953" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec07de5d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f4b1861c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application configured for use with https. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec07de5d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-https-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:35Z | |
name: ec0920e5-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3914" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0920e5-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f1d5182a-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application with a MongoDB database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec0920e5-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 + MongoDB (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-mongodb-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:23Z | |
name: ec0a88cc-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3827" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0a88cc-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eaae1c6b-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS MongoDB applications built using S2I. | |
externalID: ec0a88cc-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 + MongoDB (Ephemeral with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-mongodb-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:41Z | |
name: ec0bd277-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3957" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0bd277-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f4ee908d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application with a MySQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec0bd277-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:38Z | |
name: ec0d38be-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3930" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0d38be-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f324d221-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS MySQL applications built using S2I. | |
externalID: ec0d38be-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-mysql-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:35Z | |
name: ec0e90d1-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3912" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0e90d1-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f1980e20-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application with a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec0e90d1-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 + PostgreSQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:39Z | |
name: ec0fdd0d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3938" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec0fdd0d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f3dbdc9b-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS PostgreSQL applications built using | |
S2I. | |
externalID: ec0fdd0d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 7 + PostgreSQL (Ephemeral with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat7-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat7 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:40Z | |
name: ec10f235-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3952" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec10f235-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f49308b1-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application. For more information about | |
using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec10f235-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-basic-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:26Z | |
name: ec12e9d7-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3844" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec12e9d7-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ebfdb84f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application. For more information about | |
using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec12e9d7-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-https-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:38Z | |
name: ec143f24-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3932" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec143f24-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f361d643-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application with a MongoDB database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec143f24-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 + MongoDB (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-mongodb-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:39Z | |
name: ec1583cd-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3940" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1583cd-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f3fa67c5-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS MongoDB applications built using S2I. | |
externalID: ec1583cd-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 + MongoDB (Ephemeral with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-mongodb-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:41Z | |
name: ec16e77f-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3958" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec16e77f-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f50d0bfe-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example JBoss Web Server application with a MySQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec16e77f-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:24Z | |
name: ec183766-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3836" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec183766-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eb4699d0-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS MySQL applications built using S2I. | |
externalID: ec183766-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 + MySQL (Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-mysql-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:47Z | |
name: ec197914-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "4005" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec197914-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f8bf14d9-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS PostgreSQL applications with persistent | |
storage built using S2I. | |
externalID: ec197914-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.1 Apache Tomcat 8 + PostgreSQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:33Z | |
name: ec1ac66a-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3898" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1ac66a-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f066e659-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Application template for JWS PostgreSQL applications built using | |
S2I. | |
externalID: ec1ac66a-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-tomcat | |
displayName: JBoss Web Server 3.0 Apache Tomcat 8 + PostgreSQL (Ephemeral with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: jws31-tomcat8-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- tomcat | |
- tomcat8 | |
- java | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:24Z | |
name: ec1bc8a8-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3829" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1bc8a8-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eacc9383-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Camel route using ActiveMQ in Karaf container. This quickstart shows | |
how to use Camel in a Karaf Container using Blueprint to connect to the A-MQ | |
xPaaS message broker on OpenShift that should already be installed, one simple | |
way to run a A-MQ service is following the documentation of the A-MQ xPaaS image | |
for OpenShift related to the amq63-basic template. | |
externalID: ec1bc8a8-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-karaf2-camel-amq | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- karaf | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:28Z | |
name: ec1cc43a-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3859" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1cc43a-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ed4d699f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: A simple Camel route in Karaf container. This quickstart shows a | |
simple Apache Camel application that logs a message to the server log every | |
5th second. | |
externalID: ec1cc43a-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-karaf2-camel-log | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- karaf | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:38Z | |
name: ec1db708-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3933" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1db708-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f3805694-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Camel example using Rest DSL with SQL Database in Karaf container. This | |
example demonstrates how to use SQL via JDBC along with Camel's REST DSL to | |
expose a RESTful API. The OpenShift MySQL container image should already be | |
installed and running on your OpenShift installation, one simple way to run | |
a MySQL service is following the documentation of the Openshift MySQL container | |
image related to the mysql-ephemeral template.. | |
externalID: ec1db708-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-karaf2-camel-rest-sql | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- karaf | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:46Z | |
name: ec1ebfc5-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3993" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec1ebfc5-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f7e9730c-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: REST example using CXF in Karaf container. This quickstart demonstrates | |
how to create a RESTful (JAX-RS) web service using CXF and expose it through | |
the OSGi HTTP Service | |
externalID: ec1ebfc5-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-karaf2-cxf-rest | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- karaf | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:28Z | |
name: ec200eeb-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3862" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec200eeb-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ed8a7850-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example Java application using OpenJDK 8. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec200eeb-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-rh-openjdk | |
displayName: OpenJDK 8 | |
providerDisplayName: Red Hat, Inc. | |
externalName: openjdk18-web-basic-s2i | |
planUpdatable: false | |
tags: | |
- java | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:25Z | |
name: ec21b843-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3842" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec21b843-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ebc0b8d4-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with A-MQ and a MySQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec21b843-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + A-MQ + MySQL (with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-amq-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:22Z | |
name: ec234606-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3818" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec234606-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e9d86ea9-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with A-MQ and a MySQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec234606-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + A-MQ + MySQL (Ephemeral | |
with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-amq-mysql-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:33Z | |
name: ec24f67b-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3899" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec24f67b-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0856d59-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with A-MQ and a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec24f67b-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + A-MQ + PostgreSQL | |
(with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-amq-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:36Z | |
name: ec2682b3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3918" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec2682b3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f230a401-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with A-MQ and a PostgreSQL database. | |
For more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec2682b3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + A-MQ + PostgreSQL | |
(Ephemeral with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-amq-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:21Z | |
name: ec27d19d-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3813" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec27d19d-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e97cda74-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application. For more information about using | |
this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec27d19d-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server (no https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-basic-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:43Z | |
name: ec293921-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3976" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec293921-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f67b441a-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with a MySQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec293921-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + MySQL (with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-mysql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:27Z | |
name: ec2ae54b-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3852" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec2ae54b-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ec965564-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with a MySQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec2ae54b-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + MySQL (Ephemeral | |
with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-mysql-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:44Z | |
name: ec2c4184-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3980" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec2c4184-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f6d6db22-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with a PostgreSQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec2c4184-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + PostgreSQL (with | |
https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-postgresql-persistent-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:47Z | |
name: ec2dbc82-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "4004" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec2dbc82-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f8a09ce1-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example BPM Suite application with a PostgreSQL database. For | |
more information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec2dbc82-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-processserver | |
displayName: JBoss BPM Suite 6.4 intelligent process server + PostgreSQL (Ephemeral | |
with https) | |
providerDisplayName: Red Hat, Inc. | |
externalName: processserver64-postgresql-s2i | |
planUpdatable: false | |
tags: | |
- processserver | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:43Z | |
name: ec304798-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3974" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec304798-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f65cca5e-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring Boot, Camel and ActiveMQ QuickStart. This quickstart demonstrates | |
how to connect a Spring-Boot application to an ActiveMQ broker and use JMS messaging | |
between two Camel routes using OpenShift. In this example we will use two containers, | |
one container to run as a ActiveMQ broker, and another as a client to the broker, | |
where the Camel routes are running. This quickstart requires the ActiveMQ broker | |
has been deployed and running first, one simple way to run a A-MQ service is | |
following the documentation of the A-MQ xPaaS image for OpenShift related to | |
the amq63-basic template | |
externalID: ec304798-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-amq | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:34Z | |
name: ec315fed-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3905" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec315fed-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f0ff7526-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: 'Spring Boot and Camel using ConfigMaps and Secrets. This quickstart | |
demonstrates how to configure a Spring-Boot application using OpenShift ConfigMaps | |
and Secrets. This example requires that a ConfigMap named camel-config and a | |
Secret named camel-config are present in the namespace before the application | |
is deployed, instruction about how to manually create them can be found here: | |
https://github.com/fabric8-quickstarts/spring-boot-camel-config/blob/fis-2.0.x.redhat/README.redhat.md ' | |
externalID: ec315fed-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-config | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:45Z | |
name: ec325d16-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3988" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec325d16-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f78ddf7b-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot, Camel and JBoss BRMS QuickStart. This example demonstrates | |
how you can use Apache Camel and JBoss BRMS with Spring Boot on OpenShift. DRL | |
files contain simple rules which are used to create knowledge session via Spring | |
configuration file. Camel routes, defined via Spring as well, are then used | |
to e.g. pass (insert) the Body of the message as a POJO to Drools engine for | |
execution. A Kie Server should be deployed and configured before running the | |
application, more information about how to configure it can be found at https://github.com/fabric8-quickstarts/spring-boot-camel-drools/blob/fis-2.0.x.redhat/README.redhat.md | |
externalID: ec325d16-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-drools | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:36Z | |
name: ec334db4-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3916" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec334db4-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f2121963-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring Boot, Camel and JBoss Data Grid QuickStart. This quickstart | |
demonstrates how to connect a Spring-Boot application to a JBoss Data Grid (or | |
Infinispan) server using the Hot Rod protocol. It requires that the data grid | |
server (or cluster) has been deployed first, one simple way to run a JDG service | |
is following the documentation of the JDG xPaaS image for OpenShift related | |
to the datagrid65-basic template. | |
externalID: ec334db4-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-infinispan | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:20Z | |
name: ec34592e-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3796" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec34592e-4d7a-11e8-82b3-001a4a1601d6 | |
uid: e865f5e7-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring Boot, Camel REST DSL and MySQL QuickStart. This quickstart | |
demonstrates how to connect a Spring Boot application to a MySQL database and | |
expose a REST API with Camel on OpenShift. In this example we will use two containers, | |
one container to run as a MySQL server, and another as a client to the database, | |
where the Camel routes are running. This quickstart requires the MySQL server | |
to be deployed and started first, one simple way to run a MySQL service is following | |
the documentation of the OpenShift MySQL container image related to the mysql-ephemeral | |
template. | |
externalID: ec34592e-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-rest-sql | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:45Z | |
name: ec356cfb-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3986" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec356cfb-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f750e744-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot, Camel and JBoss Data Virtualization QuickStart. This | |
example demonstrates how to connect Apache Camel to a remote JBoss Data Virtualization | |
(or Teiid) Server using the JDBC protocol. This quickstart assumes that the | |
JDV server is already running and configured on OpenShift, more information | |
about to setup a JDV server can be found at https://github.com/fabric8-quickstarts/spring-boot-camel-teiid/blob/fis-2.0.x.redhat/README.redhat.md | |
externalID: ec356cfb-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-teiid | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:45Z | |
name: ec3684e2-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3990" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3684e2-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f7ac7138-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot and Camel QuickStart. This example demonstrates how you | |
can use Apache Camel with Spring Boot on Openshift. The quickstart uses Spring | |
Boot to configure a little application that includes a Camel route that triggeres | |
a message every 5th second, and routes the message to a log. | |
externalID: ec3684e2-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:31Z | |
name: ec3777a3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3885" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3777a3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ef35bc61-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot and Camel Xml QuickStart. This example demonstrates how | |
you can use Apache Camel with Spring Boot on Openshift. The quickstart uses | |
Spring Boot to configure a little application that includes a Camel route (in | |
Spring xml) that triggeres a message every 5th second, and routes the message | |
to a log. | |
externalID: ec3777a3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-camel-xml | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:28Z | |
name: ec386294-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3857" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec386294-4d7a-11e8-82b3-001a4a1601d6 | |
uid: ed2ee625-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot and CXF JAXRS QuickStart. This example demonstrates how | |
you can use Apache CXF JAXRS with Spring Boot on Openshift. The quickstart uses | |
Spring Boot to configure a little application that includes a CXF JAXRS endpoint | |
with Swagger enabled. | |
externalID: ec386294-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-cxf-jaxrs | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:37Z | |
name: ec39423e-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3929" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec39423e-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f3066637-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Spring-Boot and CXF JAXWS QuickStart. This example demonstrates how | |
you can use Apache CXF JAXWS with Spring Boot on Openshift. The quickstart uses | |
Spring Boot to configure a little application that includes a CXF JAXWS endpoint. | |
externalID: ec39423e-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jboss | |
externalName: s2i-spring-boot-cxf-jaxws | |
planUpdatable: false | |
tags: | |
- quickstart | |
- java | |
- springboot | |
- fis | |
- jboss-fuse | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:46Z | |
name: ec3a570a-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3998" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3a570a-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f82680db-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example SSO 7 application. For more information about using this | |
template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec3a570a-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-sso | |
displayName: Single Sign-On 7.1 | |
providerDisplayName: Red Hat, Inc. | |
externalName: sso71-https | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:47Z | |
name: ec3b9193-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "4006" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3b9193-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f8dda3af-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example SSO 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec3b9193-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-sso | |
displayName: Single Sign-On 7.1 + MySQL | |
providerDisplayName: Red Hat, Inc. | |
externalName: sso71-mysql-persistent | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:25Z | |
name: ec3cdcda-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3839" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3cdcda-4d7a-11e8-82b3-001a4a1601d6 | |
uid: eb83ce8d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example SSO 7 application with a MySQL database. For more information | |
about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec3cdcda-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-sso | |
displayName: Single Sign-On 7.1 + MySQL (Ephemeral) | |
providerDisplayName: Red Hat, Inc. | |
externalName: sso71-mysql | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:46Z | |
name: ec3f8df3-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "4002" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec3f8df3-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f863892f-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example SSO 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec3f8df3-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-sso | |
displayName: Single Sign-On 7.1 + PostgreSQL | |
providerDisplayName: Red Hat, Inc. | |
externalName: sso71-postgresql-persistent | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
- jboss | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:46Z | |
name: ec410737-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3995" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ec410737-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f807f56d-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: An example SSO 7 application with a PostgreSQL database. For more | |
information about using this template, see https://github.com/jboss-openshift/application-templates. | |
externalID: ec410737-4d7a-11e8-82b3-001a4a1601d6 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-sso | |
displayName: Single Sign-On 7.1 + PostgreSQL (Ephemeral) | |
providerDisplayName: Red Hat, Inc. | |
externalName: sso71-postgresql | |
planUpdatable: false | |
tags: | |
- sso | |
- keycloak | |
- jboss | |
- hidden | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-01T20:26:36Z | |
name: ee7345a7-4d7a-11e8-82b3-001a4a1601d6 | |
namespace: "" | |
resourceVersion: "3922" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/ee7345a7-4d7a-11e8-82b3-001a4a1601d6 | |
uid: f26daf39-4d7d-11e8-8acf-0a580a800044 | |
spec: | |
bindable: true | |
bindingRetrievable: false | |
clusterServiceBrokerName: template-service-broker | |
description: Template for deploying registry web console. Requires cluster-admin. | |
externalID: ee7345a7-4d7a-11e8-82b3-001a4a1601d6 | |
externalName: registry-console | |
planUpdatable: false | |
tags: | |
- infrastructure | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:29Z | |
name: eebf92c7670f30007a4b8db3a8166d5c | |
namespace: "" | |
resourceVersion: "391005" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/eebf92c7670f30007a4b8db3a8166d5c | |
uid: 8689f437-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: This is a sample application generated by apb init | |
externalID: eebf92c7670f30007a4b8db3a8166d5c | |
externalMetadata: | |
dependencies: | |
- docker.io/dymurray/lounge:latest | |
displayName: The Lounge (APB) | |
imageUrl: https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ac.png | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-thelounge-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T18:11:37Z | |
name: f4509733ca0636df3d69b6af53260160 | |
namespace: "" | |
resourceVersion: "383648" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/f4509733ca0636df3d69b6af53260160 | |
uid: 6bc34783-4efd-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Jenkins service with optional persistent storage and S2I build | |
externalID: f4509733ca0636df3d69b6af53260160 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-jenkins | |
dependencies: | |
- jenkins:latest | |
displayName: Jenkins (APB) | |
documentationUrl: https://docs.openshift.org/latest/using_images/other_images/jenkins.html | |
longDescription: This APB deploys a Jenkins server capable of managing OpenShift | |
Pipeline builds and supporting OpenShift-based oauth login. | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-jenkins-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:29Z | |
name: f6c4486b7fb0cdac4b58e193607f7011 | |
namespace: "" | |
resourceVersion: "391008" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/f6c4486b7fb0cdac4b58e193607f7011 | |
uid: 86c70f00-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Mediawiki apb implementation | |
externalID: f6c4486b7fb0cdac4b58e193607f7011 | |
externalMetadata: | |
console.openshift.io/iconClass: icon-mediawiki | |
dependencies: | |
- docker.io/ansibleplaybookbundle/mediawiki:latest | |
displayName: Mediawiki (APB) | |
documentationUrl: https://www.mediawiki.org/wiki/Documentation | |
longDescription: An apb that deploys Mediawiki | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-mediawiki-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:29Z | |
name: f755257efed3e3d43c8b82afd0db1181 | |
namespace: "" | |
resourceVersion: "391010" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/f755257efed3e3d43c8b82afd0db1181 | |
uid: 86e58e26-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: Deploy Prometheus on your Project | |
externalID: f755257efed3e3d43c8b82afd0db1181 | |
externalMetadata: | |
displayName: Prometheus (APB) | |
imageUrl: https://avatars1.githubusercontent.com/u/3380462?s=200&v=4 | |
longDescription: Prometheus is an open-source systems monitoring and alerting | |
toolkit originally built at SoundCloud. Since its inception in 2012, many | |
companies and organizations have adopted Prometheus, and the project has a | |
very active developer and user community. It is now a standalone open source | |
project and maintained independently of any company. To emphasize this, and | |
to clarify the project's governance structure, Prometheus joined the Cloud | |
Native Computing Foundation in 2016 as the second hosted project, after Kubernetes. | |
providerDisplayName: Red Hat, Inc. | |
serviceName: prometheus | |
externalName: dh-prometheus-apb | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:29Z | |
name: f86f8e54b99f9332e7610df228fc11d3 | |
namespace: "" | |
resourceVersion: "391011" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/f86f8e54b99f9332e7610df228fc11d3 | |
uid: 870407c7-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: APB for managing Windows Virtual Machine | |
externalID: f86f8e54b99f9332e7610df228fc11d3 | |
externalMetadata: | |
displayName: Windows Virtual Machine | |
imageUrl: https://raw.githubusercontent.com/ansibleplaybookbundle/windows-apb/master/docs/imgs/icon.png | |
externalName: dh-windowsvm-apb | |
planUpdatable: false | |
tags: | |
- virtualmachine | |
status: | |
removedFromBrokerCatalog: false | |
- apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ClusterServiceClass | |
metadata: | |
creationTimestamp: 2018-05-03T19:02:30Z | |
name: fd9b21a9caa8bf8b42b27bb0c90d3b74 | |
namespace: "" | |
resourceVersion: "391012" | |
selfLink: /apis/servicecatalog.k8s.io/v1beta1/clusterserviceclasses/fd9b21a9caa8bf8b42b27bb0c90d3b74 | |
uid: 8722a958-4f04-11e8-8c60-0a580a800051 | |
spec: | |
bindable: false | |
bindingRetrievable: false | |
clusterServiceBrokerName: ansible-service-broker | |
description: KubeVirt installer | |
externalID: fd9b21a9caa8bf8b42b27bb0c90d3b74 | |
externalMetadata: | |
displayName: Kubevirt | |
documentationUrl: https://github.com/kubevirt/kubevirt/blob/master/README.md | |
imageUrl: https://cdn.pbrd.co/images/H5Gutd7.png | |
longDescription: | | |
KubeVirt enables the migration of existing virtualized workloads directly into the development workflows supported by Kubernetes. | |
This provides a path to more rapid application modernization by: | |
- Supporting development of new microservice applications in containers that interact with existing virtualized applications. | |
- Combining existing virtualized workloads with new container workloads on the same platform, thereby making it easier to decompose monolithic virtualized workloads into containers over time. | |
providerDisplayName: Red Hat, Inc. | |
externalName: dh-virtualization | |
planUpdatable: false | |
status: | |
removedFromBrokerCatalog: false | |
kind: List | |
metadata: | |
resourceVersion: "" | |
selfLink: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment