forked from jboss-container-images/rhpam-7-openshift-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage.yaml
118 lines (117 loc) · 5.43 KB
/
image.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
schema_version: 1
name: "rhpam-7/rhpam-smartrouter-rhel8"
description: "Red Hat Process Automation Manager Smart Router 7.6 container image"
version: "7.6.0"
from: "ubi8:8-released"
labels:
- name: "com.redhat.component"
value: "rhpam-7-smartrouter-rhel8-container"
- name: "io.k8s.description"
value: "Platform for running Red Hat Process Automation Manager Smart Router"
- name: "io.k8s.display-name"
value: "Red Hat Process Automation Manager Smart Router 7.6"
- name: "io.openshift.expose-services"
value: "9000:http"
- name: "io.openshift.tags"
value: "javaee,rhpam,rhpam7"
envs:
- name: "SCRIPT_DEBUG"
example: "true"
description: "If set to true, ensures that the bash scripts are executed with the -x option, printing the commands and their arguments as they are executed."
- name: "KIE_SERVER_ROUTER_ID"
example: "kie-server-router"
description: "Router ID used when connecting to the controller (property org.kie.server.router.id)"
- name: "KIE_SERVER_ROUTER_NAME"
example: "KIE Server Router"
description: "Router name used when connecting to the controller (property org.kie.server.router.name)"
- name: "KIE_SERVER_ROUTER_PROTOCOL"
example: "http"
description: "KIE server router protocol (Used to build the org.kie.server.router.url.external property)"
- name: "KIE_SERVER_ROUTER_HOST"
example: "localhost"
description: "Interface to which the smart router server will bind (property org.kie.server.router.host)"
- name: "KIE_SERVER_ROUTER_PORT"
example: "9000"
description: "Port on which the smart router server listens (property org.kie.server.router.port)"
- name: "KIE_SERVER_ROUTER_PORT_TLS"
example: "9443"
description: "Port on which the smart router server listens with TLS (property org.kie.server.router.tls.port)"
value: "9443"
- name: "KIE_SERVER_ROUTER_URL_EXTERNAL"
example: "http://10.12.56.101.bcentral:8012"
description: "Public URL where the router can be found. Format http://<host>:<port> (property org.kie.server.router.url.external)"
- name: "KIE_SERVER_ROUTER_TLS_KEYSTORE"
example: "/etc/smartrouter-secret-volume/keystore.jks"
description: "Path to the router TLS keystore file (property org.kie.server.router.tls.keystore)"
- name: "KIE_SERVER_ROUTER_TLS_KEYSTORE_PASSWORD"
example: "mykeystorepass"
description: "Password needed to access the router TLS keystore file (property org.kie.server.router.tls.keystore.password)"
- name: "KIE_SERVER_ROUTER_TLS_KEYSTORE_KEYALIAS"
example: "jboss"
description: "Name of the router keystore entry to use for TLS (property org.kie.server.router.tls.keystore.keyalias)"
- name: "KIE_SERVER_CONTROLLER_SERVICE"
example: "buscentr-myapp"
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_PROTOCOL"
example: "http"
description: "KIE server controller protocol (Used to set the org.kie.server.controller system property)"
- name: "KIE_SERVER_CONTROLLER_HOST"
example: "my-app-controller.os.mycloud.com"
description: "KIE server controller host (Used to set the org.kie.server.controller system property)"
- name: "KIE_SERVER_CONTROLLER_PORT"
example: "8080"
description: "KIE server controller port (Used to set the org.kie.server.controller system property)"
- name: "KIE_SERVER_CONTROLLER_USER"
example: "controllerUser"
description: "KIE server controller username for basic authentication (Sets the org.kie.server.controller.user system property)"
- name: "KIE_SERVER_CONTROLLER_PWD"
example: "controller1!"
description: "KIE server controller password for basic authentication (Sets the org.kie.server.controller.pwd system property)"
- name: "KIE_SERVER_CONTROLLER_TOKEN"
example: "dasd373egds"
description: "KIE server controller token for bearer authentication (Sets the org.kie.server.controller.token system property)"
ports:
- value: 9000
modules:
repositories:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: master
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: master
- name: rhpam-7-image
git:
url: https://github.com/jboss-container-images/rhpam-7-image.git
ref: master
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: master
install:
- name: jboss.container.openjdk.jdk
version: "11"
- name: dynamic-resources
- name: rhpam-7-smartrouter
- name: os-logging
- name: os-eap-python
version: "3.6"
- name: jboss-kie-common
- name: jboss-kie-smartrouter
packages:
content_sets_file: content_sets.yml
install:
- hostname
osbs:
configuration:
container_file: container.yaml
extra_dir: osbs-extra
repository:
name: containers/rhpam-7-smartrouter
branch: rhba-7-rhel-8
run:
user: 185
cmd:
- "/opt/rhpam-smartrouter/openshift-launch.sh"