Skip to content

Commit

Permalink
ENTESB-9513: Prepare templates for 7.2release
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 26, 2018
1 parent 899c5a5 commit 47ea1b0
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 133 deletions.
10 changes: 5 additions & 5 deletions fis-console-cluster-template.json
Expand Up @@ -3,31 +3,31 @@
"kind": "Template",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Console (cluster)",
"openshift.io/display-name": "Red Hat Fuse 7.2 Console (cluster)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "The Red Hat Fuse Console eases the discovery and management of Fuse applications deployed on OpenShift.",
"tags": "hawtio,java,fis,jboss-fuse",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"labels": {
"template": "fuse-console"
},
"name": "fuse71-console-cluster"
"name": "fuse72-console-cluster"
},
"parameters": [
{
"name": "APP_NAME",
"displayName": "Application Name",
"required": true,
"value": "fuse71-console",
"value": "fuse72-console",
"description": "The name assigned to the application."
},
{
"name": "APP_VERSION",
"displayName": "Application Version",
"required": true,
"value": "1.1",
"value": "1.2",
"description": "The application version."
},
{
Expand Down
10 changes: 5 additions & 5 deletions fis-console-namespace-template.json
Expand Up @@ -3,31 +3,31 @@
"kind": "Template",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Console",
"openshift.io/display-name": "Red Hat Fuse 7.2 Console",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "The Red Hat Fuse Console eases the discovery and management of Fuse applications deployed on OpenShift.",
"tags": "hawtio,java,fis,jboss-fuse",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"labels": {
"template": "fuse-console"
},
"name": "fuse71-console"
"name": "fuse72-console"
},
"parameters": [
{
"name": "APP_NAME",
"displayName": "Application Name",
"required": true,
"value": "fuse71-console",
"value": "fuse72-console",
"description": "The name assigned to the application."
},
{
"name": "APP_VERSION",
"displayName": "Application Version",
"required": true,
"value": "1.1",
"value": "1.2",
"description": "The application version."
},
{
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/eap-camel-amq-template.json
Expand Up @@ -3,24 +3,24 @@
"apiVersion": "v1",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel A-MQ with EAP",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel A-MQ with EAP",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Red Hat Fuse on EAP Camel A-MQ quickstart. This example demonstrates using the camel-activemq component to connect to A-MQ xPaaS message broker running in OpenShift. It is assumed that the broker is already deployed. More more information, refer to the documentation for the A-MQ xPaaS image related to the amq63-basic template.",
"tags": "quickstart,javaee,java,jboss-fuse,fis",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-eap-camel-amq"
"name": "s2i-fuse72-eap-camel-amq"
},
"labels": {
"template": "s2i-fuse71-eap-camel-amq"
"template": "s2i-fuse72-eap-camel-amq"
},
"parameters": [
{
"displayName": "Application Name",
"description": "The name for the application.",
"name": "APP_NAME",
"value": "s2i-fuse71-eap-camel-amq",
"value": "s2i-fuse72-eap-camel-amq",
"required": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"displayName": "Builder version",
"description": "The version of the FIS S2I builder image to use.",
"name": "BUILDER_VERSION",
"value": "1.1"
"value": "1.2"
},
{
"displayName": "A-MQ Service Prefix",
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/eap-camel-cdi-template.json
Expand Up @@ -3,24 +3,24 @@
"apiVersion": "v1",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel CDI with EAP",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel CDI with EAP",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Red Hat Fuse on EAP Camel CDI quickstart. This example demonstrates using the camel-cdi component to integrate CDI beans with Camel routes.",
"tags": "quickstart,javaee,java,jboss-fuse,fis",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-eap-camel-cdi"
"name": "s2i-fuse72-eap-camel-cdi"
},
"labels": {
"template": "s2i-fuse71-eap-camel-cdi"
"template": "s2i-fuse72-eap-camel-cdi"
},
"parameters": [
{
"displayName": "Application Name",
"description": "The name for the application.",
"name": "APP_NAME",
"value": "s2i-fuse71-eap-camel-cdi",
"value": "s2i-fuse72-eap-camel-cdi",
"required": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"displayName": "Builder version",
"description": "The version of the FIS S2I builder image to use.",
"name": "BUILDER_VERSION",
"value": "1.1"
"value": "1.2"
},
{
"displayName": "Queues",
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/eap-camel-cxf-jaxrs-template.json
Expand Up @@ -3,24 +3,24 @@
"apiVersion": "v1",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel CXF JAX-RS with EAP",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel CXF JAX-RS with EAP",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Red Hat Fuse on EAP Camel CXF JAX-RS quickstart. This example demonstrates using the camel-cxf component to produce and consume JAX-RS REST services.",
"tags": "quickstart,javaee,java,jboss-fuse,fis",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-eap-camel-cxf-jaxrs"
"name": "s2i-fuse72-eap-camel-cxf-jaxrs"
},
"labels": {
"template": "s2i-fuse71-eap-camel-cxf-jaxrs"
"template": "s2i-fuse72-eap-camel-cxf-jaxrs"
},
"parameters": [
{
"displayName": "Application Name",
"description": "The name for the application.",
"name": "APP_NAME",
"value": "s2i-fuse71-eap-camel-cxf-jaxrs",
"value": "s2i-fuse72-eap-camel-cxf-jaxrs",
"required": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"displayName": "Builder version",
"description": "The version of the FIS S2I builder image to use.",
"name": "BUILDER_VERSION",
"value": "1.1"
"value": "1.2"
},
{
"displayName": "Queues",
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/eap-camel-cxf-jaxws-template.json
Expand Up @@ -3,24 +3,24 @@
"apiVersion": "v1",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel CXF JAX-WS with EAP",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel CXF JAX-WS with EAP",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Red Hat Fuse on EAP Camel CXF JAX-WS quickstart. This example demonstrates using the camel-cxf component to produce and consume JAX-WS web services.",
"tags": "quickstart,javaee,java,jboss-fuse,fis",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-eap-camel-cxf-jaxws"
"name": "s2i-fuse72-eap-camel-cxf-jaxws"
},
"labels": {
"template": "s2i-fuse71-eap-camel-cxf-jaxws"
"template": "s2i-fuse72-eap-camel-cxf-jaxws"
},
"parameters": [
{
"displayName": "Application Name",
"description": "The name for the application.",
"name": "APP_NAME",
"value": "s2i-fuse71-eap-camel-cxf-jaxws",
"value": "s2i-fuse72-eap-camel-cxf-jaxws",
"required": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"displayName": "Builder version",
"description": "The version of the FIS S2I builder image to use.",
"name": "BUILDER_VERSION",
"value": "1.1"
"value": "1.2"
},
{
"displayName": "Queues",
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/eap-camel-jpa-template.json
Expand Up @@ -3,24 +3,24 @@
"apiVersion": "v1",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel JPA + MySQL (Ephemeral) with EAP",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel JPA + MySQL (Ephemeral) with EAP",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Red Hat Fuse on EAP Camel JPA quickstart. This example demonstrates how to connect a Camel application with Red Hat Fuse on EAP to a MySQL database and expose a REST API. This example creates two containers, one container to run as a MySQL server, and another running the Camel application which acts as as a client to the database.",
"tags": "quickstart,javaee,java,jboss-fuse,fis",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-eap-camel-jpa"
"name": "s2i-fuse72-eap-camel-jpa"
},
"labels": {
"template": "s2i-fuse71-eap-camel-jpa"
"template": "s2i-fuse72-eap-camel-jpa"
},
"parameters": [
{
"displayName": "Application Name",
"description": "The name for the application.",
"name": "APP_NAME",
"value": "s2i-fuse71-eap-camel-jpa",
"value": "s2i-fuse72-eap-camel-jpa",
"required": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"displayName": "Builder version",
"description": "The version of the FIS S2I builder image to use.",
"name": "BUILDER_VERSION",
"value": "1.1"
"value": "1.2"
},
{
"displayName": "Database JNDI Name",
Expand Down
14 changes: 7 additions & 7 deletions quickstarts/karaf-camel-amq-template.json
Expand Up @@ -3,24 +3,24 @@
"kind": "Template",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel A-MQ with Karaf",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel A-MQ with Karaf",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Camel route using AMQ in Karaf container. This quickstart demonstrates how to use Camel in a Karaf Container using Blueprint to connect to EnMasse (MaaS) and use JMS messaging between two Camel routes. It requires EnMasse to have been deployed and running first.",
"tags": "quickstart,java,karaf,fis,jboss-fuse",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-karaf-camel-amq"
"name": "s2i-fuse72-karaf-camel-amq"
},
"labels": {
"template": "s2i-fuse71-karaf-camel-amq"
"template": "s2i-fuse72-karaf-camel-amq"
},
"parameters": [
{
"name": "APP_NAME",
"displayName": "Application Name",
"required": true,
"value": "s2i-fuse71-karaf-camel-amq",
"value": "s2i-fuse72-karaf-camel-amq",
"description": "The name assigned to the application."
},
{
Expand All @@ -39,13 +39,13 @@
{
"name": "SERVICE_NAME",
"displayName": "Service Name",
"value": "s2i-fuse70-karaf-camel-amq",
"value": "s2i-fuse72-karaf-camel-amq",
"description": "Exposed Service name."
},
{
"name": "BUILDER_VERSION",
"displayName": "Builder version",
"value": "1.1",
"value": "1.2",
"description": "The version of the FIS S2I builder image to use."
},
{
Expand Down
14 changes: 7 additions & 7 deletions quickstarts/karaf-camel-log-template.json
Expand Up @@ -3,24 +3,24 @@
"kind": "Template",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel log with Karaf",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel log with Karaf",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"tags": "quickstart,java,karaf,fis,jboss-fuse",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-karaf-camel-log"
"name": "s2i-fuse72-karaf-camel-log"
},
"labels": {
"template": "s2i-fuse71-karaf-camel-log"
"template": "s2i-fuse72-karaf-camel-log"
},
"parameters": [
{
"name": "APP_NAME",
"displayName": "Application Name",
"required": true,
"value": "s2i-fuse71-karaf-camel-log",
"value": "s2i-fuse72-karaf-camel-log",
"description": "The name assigned to the application."
},
{
Expand All @@ -39,13 +39,13 @@
{
"name": "SERVICE_NAME",
"displayName": "Service Name",
"value": "s2i-fuse70-karaf-camel-log",
"value": "s2i-fuse72-karaf-camel-log",
"description": "Exposed Service name."
},
{
"name": "BUILDER_VERSION",
"displayName": "Builder version",
"value": "1.1",
"value": "1.2",
"description": "The version of the FIS S2I builder image to use."
},
{
Expand Down
12 changes: 6 additions & 6 deletions quickstarts/karaf-camel-rest-sql-template.json
Expand Up @@ -3,24 +3,24 @@
"kind": "Template",
"metadata": {
"annotations": {
"openshift.io/display-name": "Red Hat Fuse 7.1 Camel REST SQL with Karaf",
"openshift.io/display-name": "Red Hat Fuse 7.2 Camel REST SQL with Karaf",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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..",
"tags": "quickstart,java,karaf,fis,jboss-fuse",
"iconClass": "icon-rh-integration",
"version": "1.1"
"version": "1.2"
},
"name": "s2i-fuse71-karaf-camel-rest-sql"
"name": "s2i-fuse72-karaf-camel-rest-sql"
},
"labels": {
"template": "s2i-fuse71-karaf-camel-rest-sql"
"template": "s2i-fuse72-karaf-camel-rest-sql"
},
"parameters": [
{
"name": "APP_NAME",
"displayName": "Application Name",
"required": true,
"value": "s2i-fuse71-karaf-camel-rest-sql",
"value": "s2i-fuse72-karaf-camel-rest-sql",
"description": "The name assigned to the application."
},
{
Expand Down Expand Up @@ -69,7 +69,7 @@
{
"name": "BUILDER_VERSION",
"displayName": "Builder version",
"value": "1.1",
"value": "1.2",
"description": "The version of the FIS S2I builder image to use."
},
{
Expand Down

0 comments on commit 47ea1b0

Please sign in to comment.