Skip to content

Commit

Permalink
[RHDM-375] - Remove controller environment variables from S2I templat…
Browse files Browse the repository at this point in the history
…es (#22)

Signed-off-by: Filippe Spolti <fspolti@redhat.com>
  • Loading branch information
spolti authored and errantepiphany committed Feb 9, 2018
1 parent 9cbc2b3 commit afd32e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
49 changes: 0 additions & 49 deletions templates/rhdm70-kieserver-basic-s2i.yaml
Expand Up @@ -30,43 +30,6 @@ parameters:
from: "[a-zA-Z]{6}[0-9]{1}!"
generate: expression
required: false
- displayName: KIE Server Controller User
description: KIE server controller username (Sets the org.kie.server.controller.user
system property)
name: KIE_SERVER_CONTROLLER_USER
value: controllerUser
required: false
- displayName: KIE Server Controller Password
description: KIE server controller password (Sets the org.kie.server.controller.pwd
system property)
name: KIE_SERVER_CONTROLLER_PWD
from: "[a-zA-Z]{6}[0-9]{1}!"
generate: expression
required: false
- displayName: KIE server controller protocol
description: KIE server controller protocol (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_PROTOCOL
value: http
required: false
- displayName: KIE server controller service
description: KIE server controller service (Used to set the org.kie.server.controller
system property if host and port aren't set)
name: KIE_SERVER_CONTROLLER_SERVICE
value: ''
required: false
- displayName: KIE server controller host
description: KIE server controller host (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_HOST
example: my-app-controller-ocpuser.os.example.com
required: false
- displayName: KIE server controller port
description: KIE server controller port (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_PORT
example: '8080'
required: false
- displayName: KIE Admin User
description: KIE administrator username
name: KIE_ADMIN_USER
Expand Down Expand Up @@ -319,18 +282,6 @@ objects:
value: "${KIE_MBEANS}"
- name: KIE_SERVER_BYPASS_AUTH_USER
value: "${KIE_SERVER_BYPASS_AUTH_USER}"
- name: KIE_SERVER_CONTROLLER_PWD
value: "${KIE_SERVER_CONTROLLER_PWD}"
- name: KIE_SERVER_CONTROLLER_USER
value: "${KIE_SERVER_CONTROLLER_USER}"
- name: KIE_SERVER_CONTROLLER_PROTOCOL
value: "${KIE_SERVER_CONTROLLER_PROTOCOL}"
- name: KIE_SERVER_CONTROLLER_SERVICE
value: "${KIE_SERVER_CONTROLLER_SERVICE}"
- name: KIE_SERVER_CONTROLLER_HOST
value: "${KIE_SERVER_CONTROLLER_HOST}"
- name: KIE_SERVER_CONTROLLER_PORT
value: "${KIE_SERVER_CONTROLLER_PORT}"
- name: KIE_SERVER_HOST
valueFrom:
fieldRef:
Expand Down
49 changes: 0 additions & 49 deletions templates/rhdm70-kieserver-https-s2i.yaml
Expand Up @@ -32,43 +32,6 @@ parameters:
from: "[a-zA-Z]{6}[0-9]{1}!"
generate: expression
required: false
- displayName: KIE Server Controller User
description: KIE server controller username (Sets the org.kie.server.controller.user
system property)
name: KIE_SERVER_CONTROLLER_USER
value: controllerUser
required: false
- displayName: KIE Server Controller Password
description: KIE server controller password (Sets the org.kie.server.controller.pwd
system property)
name: KIE_SERVER_CONTROLLER_PWD
from: "[a-zA-Z]{6}[0-9]{1}!"
generate: expression
required: false
- displayName: KIE server controller protocol
description: KIE server controller protocol (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_PROTOCOL
value: http
required: false
- displayName: KIE server controller service
description: KIE server controller service (Used to set the org.kie.server.controller
system property if host and port aren't set)
name: KIE_SERVER_CONTROLLER_SERVICE
value: ''
required: false
- displayName: KIE server controller host
description: KIE server controller host (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_HOST
example: my-app-controller-ocpuser.os.example.com
required: false
- displayName: KIE server controller port
description: KIE server controller port (Used to set the org.kie.server.controller
system property)
name: KIE_SERVER_CONTROLLER_PORT
example: '8080'
required: false
- displayName: KIE Admin User
description: KIE administrator username
name: KIE_ADMIN_USER
Expand Down Expand Up @@ -384,18 +347,6 @@ objects:
value: "${KIE_MBEANS}"
- name: KIE_SERVER_BYPASS_AUTH_USER
value: "${KIE_SERVER_BYPASS_AUTH_USER}"
- name: KIE_SERVER_CONTROLLER_PWD
value: "${KIE_SERVER_CONTROLLER_PWD}"
- name: KIE_SERVER_CONTROLLER_USER
value: "${KIE_SERVER_CONTROLLER_USER}"
- name: KIE_SERVER_CONTROLLER_PROTOCOL
value: "${KIE_SERVER_CONTROLLER_PROTOCOL}"
- name: KIE_SERVER_CONTROLLER_SERVICE
value: "${KIE_SERVER_CONTROLLER_SERVICE}"
- name: KIE_SERVER_CONTROLLER_HOST
value: "${KIE_SERVER_CONTROLLER_HOST}"
- name: KIE_SERVER_CONTROLLER_PORT
value: "${KIE_SERVER_CONTROLLER_PORT}"
- name: KIE_SERVER_HOST
valueFrom:
fieldRef:
Expand Down

0 comments on commit afd32e4

Please sign in to comment.