-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathimage.yaml
128 lines (127 loc) · 5.63 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
119
120
121
122
123
124
125
126
127
128
schema_version: 1
name: "rhpam-7/rhpam-smartrouter-rhel8"
description: "Red Hat Process Automation Manager Smart Router 7.14 container image"
version: "7.14.0"
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
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.14"
- 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: JAVA_OPTS_APPEND
example: "-Dsome.property=foo"
description: User specified Java options to be appended to generated options in JAVA_OPTS.
- 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_ADMIN_USER"
example: "adminUser"
description: "KIE server controller username for basic authentication (Sets the org.kie.server.controller.user system property)"
- name: "KIE_ADMIN_PWD"
example: "admin1!"
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)"
- name: "LOG_LEVEL"
example: "FINE"
description: "Java log level to apply in the logger configuration, if empty the level used will be INFO"
- name: "LOGGER_CATEGORIES"
example: "org.kie=FINE,org.apache=INFO,org.eclipse=INFO"
description: "fully qualified logger name with log level, in multiple separated by comma"
ports:
- value: 9000
modules:
repositories:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.x
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: 7.4.x
- name: rhpam-7-image
git:
url: https://github.com/jboss-container-images/rhpam-7-image.git
ref: main
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: main
install:
- name: jboss.kie.common.dependencies
- name: jboss.container.openjdk.jdk
version: "11"
- name: dynamic-resources
- name: rhpam-7-smartrouter
- name: jboss.container.util.logging.bash
- name: os-eap-python
version: "3.6"
- name: jboss-kie-common
- name: jboss-kie-smartrouter
- name: jboss.kie.pkg-update
packages:
content_sets_file: content_sets.yml
manager: microdnf
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"