rhpam70-trial-ephemeral.yaml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. ---
  2. kind: Template
  3. apiVersion: v1
  4. metadata:
  5. annotations:
  6. description: Application template for an ephemeral authoring and testing environment, for Red Hat Process Automation Manager 7.0
  7. iconClass: icon-jboss
  8. tags: rhpam,jboss,xpaas
  9. version: 1.4.0
  10. openshift.io/display-name: Red Hat Process Automation Manager 7.0 ephemeral trial environment
  11. name: rhpam70-trial-ephemeral
  12. labels:
  13. template: rhpam70-trial-ephemeral
  14. xpaas: 1.4.0
  15. message: "A new Process Automation Manager trial environment has been created. Please remember that this is an ephemeral enviornment and any work will be LOST with a simple pod restart."
  16. parameters:
  17. - displayName: Application Name
  18. description: The name for the application.
  19. name: APPLICATION_NAME
  20. value: myapp
  21. required: true
  22. - displayName: Default Password
  23. description: Default password used for multiple components for user convenience in this trial environment
  24. name: DEFAULT_PASSWORD
  25. value: RedHat
  26. required: true
  27. - displayName: EAP Admin User
  28. description: EAP administrator username
  29. name: ADMIN_USERNAME
  30. value: eapadmin
  31. required: false
  32. - displayName: KIE Admin User
  33. description: KIE administrator username
  34. name: KIE_ADMIN_USER
  35. value: adminUser
  36. required: false
  37. - displayName: KIE Server User
  38. description: KIE execution server username (Sets the org.kie.server.user system property)
  39. name: KIE_SERVER_USER
  40. value: executionUser
  41. required: false
  42. - displayName: KIE Server ID
  43. description: Business server identifier. Determines the template ID in Business Central or controller. If this parameter is left blank, it is set using the $HOSTNAME environment variable or a random value. (Sets the org.kie.server.id system property).
  44. name: KIE_SERVER_ID
  45. value: ''
  46. required: false
  47. - displayName: KIE Server Bypass Auth User
  48. description: KIE execution server bypass auth user (Sets the org.kie.server.bypass.auth.user system property)
  49. name: KIE_SERVER_BYPASS_AUTH_USER
  50. value: 'false'
  51. required: false
  52. - displayName: KIE Server Controller User
  53. description: KIE server controller username (Sets the org.kie.server.controller.user system property)
  54. name: KIE_SERVER_CONTROLLER_USER
  55. value: controllerUser
  56. required: false
  57. - displayName: KIE MBeans
  58. description: KIE execution server mbeans enabled/disabled (Sets the kie.mbeans and kie.scanner.mbeans system properties)
  59. name: KIE_MBEANS
  60. value: enabled
  61. required: false
  62. - displayName: Drools Server Filter Classes
  63. description: KIE execution server class filtering (Sets the org.drools.server.filter.classes system property)
  64. name: DROOLS_SERVER_FILTER_CLASSES
  65. value: 'true'
  66. required: false
  67. - displayName: Execution Server Custom http Route Hostname
  68. description: 'Custom hostname for http service route. Leave blank for default hostname,
  69. e.g.: <application-name>-kieserver-<project>.<default-domain-suffix>'
  70. name: EXECUTION_SERVER_HOSTNAME_HTTP
  71. value: ''
  72. required: false
  73. - displayName: Business Central Custom http Route Hostname
  74. description: 'Custom hostname for http service route. Leave blank for default hostname,
  75. e.g.: <application-name>-rhpamcentr-<project>.<default-domain-suffix>'
  76. name: BUSINESS_CENTRAL_HOSTNAME_HTTP
  77. value: ''
  78. required: false
  79. - displayName: ImageStream Namespace
  80. description: Namespace in which the ImageStreams for Red Hat Middleware images are
  81. installed. These ImageStreams are normally installed in the openshift namespace.
  82. You should only need to modify this if you've installed the ImageStreams in a
  83. different namespace/project.
  84. name: IMAGE_STREAM_NAMESPACE
  85. value: openshift
  86. required: true
  87. - displayName: ImageStream Tag
  88. description: A named pointer to an image in an image stream. Default is "1.0".
  89. name: IMAGE_STREAM_TAG
  90. value: "1.0"
  91. required: false
  92. - displayName: KIE Server Container Deployment
  93. description: 'KIE Server Container deployment configuration in format: containerId=groupId:artifactId:version|c2=g2:a2:v2'
  94. name: KIE_SERVER_CONTAINER_DEPLOYMENT
  95. value: ''
  96. required: false
  97. - displayName: Maven repository URL
  98. description: Fully qualified URL to a Maven repository or service.
  99. name: MAVEN_REPO_URL
  100. example: http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/
  101. required: false
  102. - displayName: Maven repository username
  103. description: Username to access the Maven repository.
  104. name: MAVEN_REPO_USERNAME
  105. required: false
  106. - displayName: Maven repository password
  107. description: Password to access the Maven repository, if required.
  108. name: MAVEN_REPO_PASSWORD
  109. required: false
  110. - displayName: Username for the Maven service hosted by Business Central
  111. description: Username to access the Maven service hosted by Business Central inside EAP.
  112. name: BUSINESS_CENTRAL_MAVEN_USERNAME
  113. required: true
  114. value: mavenUser
  115. - displayName: Business Central Container Memory Limit
  116. description: Business Central Container memory limit
  117. name: BUSINESS_CENTRAL_MEMORY_LIMIT
  118. value: 2Gi
  119. required: false
  120. - displayName: Execution Server Container Memory Limit
  121. description: Execution Server Container memory limit
  122. name: EXCECUTION_SERVER_MEMORY_LIMIT
  123. value: 1Gi
  124. required: false
  125. - displayName: RH-SSO URL
  126. description: RH-SSO URL
  127. name: SSO_URL
  128. example: https://rh-sso.example.com/auth
  129. required: false
  130. - displayName: RH-SSO Realm name
  131. description: RH-SSO Realm name
  132. name: SSO_REALM
  133. required: false
  134. - displayName: Business Central RH-SSO Client name
  135. description: Business Central RH-SSO Client name
  136. name: BUSINESS_CENTRAL_SSO_CLIENT
  137. required: false
  138. - displayName: Business Central RH-SSO Client Secret
  139. description: Business Central RH-SSO Client Secret
  140. name: BUSINESS_CENTRAL_SSO_SECRET
  141. example: "252793ed-7118-4ca8-8dab-5622fa97d892"
  142. required: false
  143. - displayName: KIE Server RH-SSO Client name
  144. description: KIE Server RH-SSO Client name
  145. name: KIE_SERVER_SSO_CLIENT
  146. required: false
  147. - displayName: KIE Server RH-SSO Client Secret
  148. description: KIE Server RH-SSO Client Secret
  149. name: KIE_SERVER_SSO_SECRET
  150. example: "252793ed-7118-4ca8-8dab-5622fa97d892"
  151. required: false
  152. - displayName: RH-SSO Realm Admin Username
  153. description: RH-SSO Realm Admin Username used to create the Client if it doesn't exist
  154. name: SSO_USERNAME
  155. required: false
  156. - displayName: RH-SSO Realm Admin Password
  157. description: RH-SSO Realm Admin Password used to create the Client
  158. name: SSO_PASSWORD
  159. required: false
  160. - displayName: RH-SSO Disable SSL Certificate Validation
  161. description: RH-SSO Disable SSL Certificate Validation
  162. name: SSO_DISABLE_SSL_CERTIFICATE_VALIDATION
  163. value: "false"
  164. required: false
  165. objects:
  166. - kind: Service
  167. apiVersion: v1
  168. spec:
  169. ports:
  170. - name: http
  171. port: 8080
  172. targetPort: 8080
  173. - name: git-ssh
  174. port: 8001
  175. targetPort: 8001
  176. selector:
  177. deploymentConfig: "${APPLICATION_NAME}-rhpamcentr"
  178. metadata:
  179. name: "${APPLICATION_NAME}-rhpamcentr"
  180. labels:
  181. application: "${APPLICATION_NAME}"
  182. service: "${APPLICATION_NAME}-rhpamcentr"
  183. annotations:
  184. description: All the Business Central web server's ports.
  185. - kind: Service
  186. apiVersion: v1
  187. spec:
  188. ports:
  189. - port: 8080
  190. targetPort: 8080
  191. selector:
  192. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  193. metadata:
  194. name: "${APPLICATION_NAME}-kieserver"
  195. labels:
  196. application: "${APPLICATION_NAME}"
  197. service: "${APPLICATION_NAME}-kieserver"
  198. annotations:
  199. description: All the KIE server web server's ports.
  200. - kind: Route
  201. apiVersion: v1
  202. id: "${APPLICATION_NAME}-rhpamcentr-http"
  203. metadata:
  204. name: "${APPLICATION_NAME}-rhpamcentr"
  205. labels:
  206. application: "${APPLICATION_NAME}"
  207. service: "${APPLICATION_NAME}-rhpamcentr"
  208. annotations:
  209. description: Route for Business Central's http service.
  210. spec:
  211. host: "${BUSINESS_CENTRAL_HOSTNAME_HTTP}"
  212. to:
  213. name: "${APPLICATION_NAME}-rhpamcentr"
  214. port:
  215. targetPort: http
  216. - kind: Route
  217. apiVersion: v1
  218. id: "${APPLICATION_NAME}-kieserver-http"
  219. metadata:
  220. name: "${APPLICATION_NAME}-kieserver"
  221. labels:
  222. application: "${APPLICATION_NAME}"
  223. service: "${APPLICATION_NAME}-kieserver"
  224. annotations:
  225. description: Route for execution server's http service.
  226. spec:
  227. host: "${EXECUTION_SERVER_HOSTNAME_HTTP}"
  228. to:
  229. name: "${APPLICATION_NAME}-kieserver"
  230. - kind: DeploymentConfig
  231. apiVersion: v1
  232. metadata:
  233. name: "${APPLICATION_NAME}-rhpamcentr"
  234. labels:
  235. application: "${APPLICATION_NAME}"
  236. service: "${APPLICATION_NAME}-rhpamcentr"
  237. spec:
  238. strategy:
  239. type: Recreate
  240. triggers:
  241. - type: ImageChange
  242. imageChangeParams:
  243. automatic: true
  244. containerNames:
  245. - "${APPLICATION_NAME}-rhpamcentr"
  246. from:
  247. kind: ImageStreamTag
  248. namespace: "${IMAGE_STREAM_NAMESPACE}"
  249. name: "rhpam70-businesscentral-openshift:${IMAGE_STREAM_TAG}"
  250. - type: ConfigChange
  251. replicas: 1
  252. selector:
  253. deploymentConfig: "${APPLICATION_NAME}-rhpamcentr"
  254. template:
  255. metadata:
  256. name: "${APPLICATION_NAME}-rhpamcentr"
  257. labels:
  258. deploymentConfig: "${APPLICATION_NAME}-rhpamcentr"
  259. application: "${APPLICATION_NAME}"
  260. service: "${APPLICATION_NAME}-rhpamcentr"
  261. spec:
  262. terminationGracePeriodSeconds: 60
  263. containers:
  264. - name: "${APPLICATION_NAME}-rhpamcentr"
  265. image: rhpam70-businesscentral-openshift
  266. imagePullPolicy: Always
  267. resources:
  268. limits:
  269. memory: "${BUSINESS_CENTRAL_MEMORY_LIMIT}"
  270. livenessProbe:
  271. exec:
  272. command:
  273. - "/bin/bash"
  274. - "-c"
  275. - "curl --fail --silent -u '${KIE_ADMIN_USER}:${KIE_ADMIN_PWD}' http://localhost:8080/kie-wb.jsp"
  276. initialDelaySeconds: 180
  277. timeoutSeconds: 2
  278. periodSeconds: 15
  279. readinessProbe:
  280. exec:
  281. command:
  282. - "/bin/bash"
  283. - "-c"
  284. - "curl --fail --silent -u '${KIE_ADMIN_USER}:${KIE_ADMIN_PWD}' http://localhost:8080/kie-wb.jsp"
  285. initialDelaySeconds: 60
  286. timeoutSeconds: 2
  287. periodSeconds: 30
  288. failureThreshold: 6
  289. ports:
  290. - name: jolokia
  291. containerPort: 8778
  292. protocol: TCP
  293. - name: http
  294. containerPort: 8080
  295. protocol: TCP
  296. - name: git-ssh
  297. containerPort: 8001
  298. protocol: TCP
  299. env:
  300. - name: KIE_ADMIN_USER
  301. value: "${KIE_ADMIN_USER}"
  302. - name: KIE_ADMIN_PWD
  303. value: "${DEFAULT_PASSWORD}"
  304. - name: KIE_MBEANS
  305. value: "${KIE_MBEANS}"
  306. - name: KIE_SERVER_CONTROLLER_USER
  307. value: "${KIE_SERVER_CONTROLLER_USER}"
  308. - name: KIE_SERVER_CONTROLLER_PWD
  309. value: "${DEFAULT_PASSWORD}"
  310. - name: KIE_SERVER_USER
  311. value: "${KIE_SERVER_USER}"
  312. - name: KIE_SERVER_PWD
  313. value: "${DEFAULT_PASSWORD}"
  314. - name: MAVEN_REPO_URL
  315. value: "${MAVEN_REPO_URL}"
  316. - name: MAVEN_REPO_USERNAME
  317. value: "${MAVEN_REPO_USERNAME}"
  318. - name: MAVEN_REPO_PASSWORD
  319. value: "${MAVEN_REPO_PASSWORD}"
  320. - name: KIE_MAVEN_USER
  321. value: "${BUSINESS_CENTRAL_MAVEN_USERNAME}"
  322. - name: KIE_MAVEN_PWD
  323. value: "${DEFAULT_PASSWORD}"
  324. - name: ADMIN_USERNAME
  325. value: "${ADMIN_USERNAME}"
  326. - name: ADMIN_PASSWORD
  327. value: "${DEFAULT_PASSWORD}"
  328. - name: PROBE_IMPL
  329. value: probe.eap.jolokia.EapProbe
  330. - name: PROBE_DISABLE_BOOT_ERRORS_CHECK
  331. value: 'true'
  332. - name: SSO_URL
  333. value: "${SSO_URL}"
  334. - name: SSO_OPENIDCONNECT_DEPLOYMENTS
  335. value: "ROOT.war"
  336. - name: SSO_REALM
  337. value: "${SSO_REALM}"
  338. - name: SSO_SECRET
  339. value: "${BUSINESS_CENTRAL_SSO_SECRET}"
  340. - name: SSO_CLIENT
  341. value: "${BUSINESS_CENTRAL_SSO_CLIENT}"
  342. - name: SSO_USERNAME
  343. value: "${SSO_USERNAME}"
  344. - name: SSO_PASSWORD
  345. value: "${SSO_PASSWORD}"
  346. - name: SSO_DISABLE_SSL_CERTIFICATE_VALIDATION
  347. value: "${SSO_DISABLE_SSL_CERTIFICATE_VALIDATION}"
  348. - name: HOSTNAME_HTTP
  349. value: "${BUSINESS_CENTRAL_HOSTNAME_HTTP}"
  350. - kind: DeploymentConfig
  351. apiVersion: v1
  352. metadata:
  353. name: "${APPLICATION_NAME}-kieserver"
  354. labels:
  355. application: "${APPLICATION_NAME}"
  356. service: "${APPLICATION_NAME}-kieserver"
  357. spec:
  358. strategy:
  359. type: Recreate
  360. triggers:
  361. - type: ImageChange
  362. imageChangeParams:
  363. automatic: true
  364. containerNames:
  365. - "${APPLICATION_NAME}-kieserver"
  366. from:
  367. kind: ImageStreamTag
  368. namespace: "${IMAGE_STREAM_NAMESPACE}"
  369. name: "rhpam70-kieserver-openshift:${IMAGE_STREAM_TAG}"
  370. - type: ConfigChange
  371. replicas: 1
  372. selector:
  373. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  374. template:
  375. metadata:
  376. name: "${APPLICATION_NAME}-kieserver"
  377. labels:
  378. deploymentConfig: "${APPLICATION_NAME}-kieserver"
  379. application: "${APPLICATION_NAME}"
  380. service: "${APPLICATION_NAME}-kieserver"
  381. spec:
  382. terminationGracePeriodSeconds: 60
  383. containers:
  384. - name: "${APPLICATION_NAME}-kieserver"
  385. image: rhpam70-kieserver-openshift
  386. imagePullPolicy: Always
  387. resources:
  388. limits:
  389. memory: "${EXCECUTION_SERVER_MEMORY_LIMIT}"
  390. livenessProbe:
  391. exec:
  392. command:
  393. - "/bin/bash"
  394. - "-c"
  395. - "curl --fail --silent -u ${KIE_ADMIN_USER}:${DEFAULT_PASSWORD} http://localhost:8080/services/rest/server/healthcheck"
  396. initialDelaySeconds: 180
  397. timeoutSeconds: 2
  398. periodSeconds: 15
  399. failureThreshold: 3
  400. readinessProbe:
  401. exec:
  402. command:
  403. - "/bin/bash"
  404. - "-c"
  405. - "curl --fail --silent -u ${KIE_ADMIN_USER}:${DEFAULT_PASSWORD} http://localhost:8080/services/rest/server/readycheck"
  406. initialDelaySeconds: 60
  407. timeoutSeconds: 2
  408. periodSeconds: 30
  409. failureThreshold: 6
  410. ports:
  411. - name: jolokia
  412. containerPort: 8778
  413. protocol: TCP
  414. - name: http
  415. containerPort: 8080
  416. protocol: TCP
  417. env:
  418. - name: DROOLS_SERVER_FILTER_CLASSES
  419. value: "${DROOLS_SERVER_FILTER_CLASSES}"
  420. - name: KIE_ADMIN_USER
  421. value: "${KIE_ADMIN_USER}"
  422. - name: KIE_ADMIN_PWD
  423. value: "${DEFAULT_PASSWORD}"
  424. - name: KIE_MBEANS
  425. value: "${KIE_MBEANS}"
  426. - name: KIE_SERVER_BYPASS_AUTH_USER
  427. value: "${KIE_SERVER_BYPASS_AUTH_USER}"
  428. - name: KIE_SERVER_CONTROLLER_USER
  429. value: "${KIE_SERVER_CONTROLLER_USER}"
  430. - name: KIE_SERVER_CONTROLLER_PWD
  431. value: "${DEFAULT_PASSWORD}"
  432. - name: KIE_SERVER_CONTROLLER_SERVICE
  433. value: "${APPLICATION_NAME}-rhpamcentr"
  434. - name: KIE_SERVER_ID
  435. value: "${KIE_SERVER_ID}"
  436. - name: KIE_SERVER_HOST
  437. valueFrom:
  438. fieldRef:
  439. fieldPath: status.podIP
  440. - name: KIE_SERVER_USER
  441. value: "${KIE_SERVER_USER}"
  442. - name: KIE_SERVER_PWD
  443. value: "${DEFAULT_PASSWORD}"
  444. - name: KIE_SERVER_CONTAINER_DEPLOYMENT
  445. value: "${KIE_SERVER_CONTAINER_DEPLOYMENT}"
  446. - name: MAVEN_REPOS
  447. value: "RHPAMCENTR,EXTERNAL"
  448. - name: RHPAMCENTR_MAVEN_REPO_SERVICE
  449. value: "${APPLICATION_NAME}-rhpamcentr"
  450. - name: RHPAMCENTR_MAVEN_REPO_PATH
  451. value: "/maven2/"
  452. - name: RHPAMCENTR_MAVEN_REPO_USERNAME
  453. value: "${BUSINESS_CENTRAL_MAVEN_USERNAME}"
  454. - name: RHPAMCENTR_MAVEN_REPO_PASSWORD
  455. value: "${DEFAULT_PASSWORD}"
  456. - name: EXTERNAL_MAVEN_REPO_URL
  457. value: "${MAVEN_REPO_URL}"
  458. - name: EXTERNAL_MAVEN_REPO_USERNAME
  459. value: "${MAVEN_REPO_USERNAME}"
  460. - name: MAVEN_REPO_PASSWORD
  461. value: "${MAVEN_REPO_USERNAME}"
  462. - name: SSO_URL
  463. value: "${SSO_URL}"
  464. - name: SSO_OPENIDCONNECT_DEPLOYMENTS
  465. value: "ROOT.war"
  466. - name: SSO_REALM
  467. value: "${SSO_REALM}"
  468. - name: SSO_SECRET
  469. value: "${KIE_SERVER_SSO_SECRET}"
  470. - name: SSO_CLIENT
  471. value: "${KIE_SERVER_SSO_CLIENT}"
  472. - name: SSO_USERNAME
  473. value: "${SSO_USERNAME}"
  474. - name: SSO_PASSWORD
  475. value: "${SSO_PASSWORD}"
  476. - name: SSO_DISABLE_SSL_CERTIFICATE_VALIDATION
  477. value: "${SSO_DISABLE_SSL_CERTIFICATE_VALIDATION}"
  478. - name: HOSTNAME_HTTP
  479. value: "${EXECUTION_SERVER_HOSTNAME_HTTP}"