Skip to content

Commit

Permalink
Connected KIE server to business-central by providing its Maven crede…
Browse files Browse the repository at this point in the history
…ntials

Signed-off-by: Babak Mozaffari <bmozaffa@redhat.com>
  • Loading branch information
bmozaffa committed Apr 6, 2018
1 parent 309bbf0 commit 1fb8465
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions templates/rhpam70-authoring.yaml
Expand Up @@ -8,9 +8,9 @@ metadata:
tags: rhpam,jboss,xpaas
version: 1.4.0
openshift.io/display-name: Red Hat Process Automation Manager 7.0 authoring environment (non-HA, persistent, with https)
name: rhpam70-full-persistent
name: rhpam70-authoring
labels:
template: rhpam70-full-persistent
template: rhpam70-authoring
xpaas: 1.4.0
message: A new persistent Process Automation Manager application have been created in your project.
The username/password for accessing the KIE Server / Business Central interface is ${KIE_ADMIN_USER}/${KIE_ADMIN_PWD}.
Expand Down Expand Up @@ -253,15 +253,6 @@ parameters:
description: Fully qualified URL to a Maven repository. If unspecified, will fall back to Business Central service.
name: MAVEN_REPO_URL
required: false
- displayName: Maven repository username
description: Username to access the Maven repository. If using Business Central, will have to match KIE_ADMIN_USER. No default specified.
name: MAVEN_REPO_USERNAME
value: adminUser
required: false
- displayName: Maven repository password
description: Password to access the Maven repository. If using Business Central, will have to match KIE_ADMIN_PWD. No default specified.
name: MAVEN_REPO_PASSWORD
required: false
- displayName: Business Central Volume Capacity
description: Size of the persistent storage for Business Central's runtime data.
name: BUSINESS_CENTRAL_VOLUME_CAPACITY
Expand Down Expand Up @@ -626,9 +617,9 @@ objects:
- name: MAVEN_REPO_PATH
value: "/maven2/"
- name: MAVEN_REPO_USERNAME
value: "${MAVEN_REPO_USERNAME}"
value: "${KIE_ADMIN_USER}"
- name: MAVEN_REPO_PASSWORD
value: "${MAVEN_REPO_PASSWORD}"
value: "${KIE_ADMIN_PWD}"
- name: DB_SERVICE_PREFIX_MAPPING
value: "${APPLICATION_NAME}-mysql=DB"
- name: DB_JNDI
Expand Down

0 comments on commit 1fb8465

Please sign in to comment.