jws31-tomcat8-https-s2i.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. {
  2. "kind": "Template",
  3. "apiVersion": "v1",
  4. "metadata": {
  5. "annotations": {
  6. "iconClass": "icon-rh-tomcat",
  7. "openshift.io/provider-display-name": "Red Hat, Inc.",
  8. "tags": "tomcat,tomcat8,java,jboss,hidden",
  9. "version": "1.4.7",
  10. "openshift.io/display-name": "JBoss Web Server 3.1 Apache Tomcat 8 (with https)",
  11. "description": "An example JBoss Web Server application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.",
  12. "template.openshift.io/long-description": "This template defines resources needed to develop Red Hat JBoss Web Server 3.1 Apache Tomcat 8 based application, including a build configuration, application deployment configuration, and secure communication using https.",
  13. "template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-jboss-web-server/",
  14. "template.openshift.io/support-url": "https://access.redhat.com"
  15. },
  16. "name": "jws31-tomcat8-https-s2i"
  17. },
  18. "labels": {
  19. "template": "jws31-tomcat8-https-s2i",
  20. "xpaas": "1.4.7"
  21. },
  22. "message": "A new JWS application for Apache Tomcat 8 has been created in your project. The username/password for administering your JWS is ${JWS_ADMIN_USERNAME}/${JWS_ADMIN_PASSWORD}. Please be sure to create the \"jws-service-account\" service account and the secret named \"${JWS_HTTPS_SECRET}\" containing the ${JWS_HTTPS_CERTIFICATE} file used for serving secure content.",
  23. "parameters": [
  24. {
  25. "displayName": "Application Name",
  26. "description": "The name for the application.",
  27. "name": "APPLICATION_NAME",
  28. "value": "jws-app",
  29. "required": true
  30. },
  31. {
  32. "displayName": "Custom http Route Hostname",
  33. "description": "Custom hostname for http service route. Leave blank for default hostname, e.g.: <application-name>-<project>.<default-domain-suffix>",
  34. "name": "HOSTNAME_HTTP",
  35. "value": "",
  36. "required": false
  37. },
  38. {
  39. "displayName": "Custom https Route Hostname",
  40. "description": "Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix>",
  41. "name": "HOSTNAME_HTTPS",
  42. "value": "",
  43. "required": false
  44. },
  45. {
  46. "displayName": "Git Repository URL",
  47. "description": "Git source URI for application",
  48. "name": "SOURCE_REPOSITORY_URL",
  49. "value": "https://github.com/jboss-openshift/openshift-quickstarts.git",
  50. "required": true
  51. },
  52. {
  53. "displayName": "Git Reference",
  54. "description": "Git branch/tag reference",
  55. "name": "SOURCE_REPOSITORY_REF",
  56. "value": "1.2",
  57. "required": false
  58. },
  59. {
  60. "displayName": "Context Directory",
  61. "description": "Path within Git project to build; empty for root project directory.",
  62. "name": "CONTEXT_DIR",
  63. "value": "tomcat-websocket-chat",
  64. "required": false
  65. },
  66. {
  67. "displayName": "Secret Name",
  68. "description": "The name of the secret containing the certificate files",
  69. "name": "JWS_HTTPS_SECRET",
  70. "value": "jws-app-secret",
  71. "required": true
  72. },
  73. {
  74. "displayName": "Certificate Name",
  75. "description": "The name of the certificate file within the secret",
  76. "name": "JWS_HTTPS_CERTIFICATE",
  77. "value": "server.crt",
  78. "required": false
  79. },
  80. {
  81. "displayName": "Certificate Key Name",
  82. "description": "The name of the certificate key file within the secret",
  83. "name": "JWS_HTTPS_CERTIFICATE_KEY",
  84. "value": "server.key",
  85. "required": false
  86. },
  87. {
  88. "displayName": "Certificate Password",
  89. "description": "The certificate password",
  90. "name": "JWS_HTTPS_CERTIFICATE_PASSWORD",
  91. "value": "",
  92. "required": false
  93. },
  94. {
  95. "displayName": "JWS Admin Username",
  96. "description": "JWS Admin User",
  97. "name": "JWS_ADMIN_USERNAME",
  98. "from": "[a-zA-Z0-9]{8}",
  99. "generate": "expression",
  100. "required": true
  101. },
  102. {
  103. "displayName": "JWS Admin Password",
  104. "description": "JWS Admin Password",
  105. "name": "JWS_ADMIN_PASSWORD",
  106. "from": "[a-zA-Z0-9]{8}",
  107. "generate": "expression",
  108. "required": true
  109. },
  110. {
  111. "displayName": "Github Webhook Secret",
  112. "description": "GitHub trigger secret",
  113. "name": "GITHUB_WEBHOOK_SECRET",
  114. "from": "[a-zA-Z0-9]{8}",
  115. "generate": "expression",
  116. "required": true
  117. },
  118. {
  119. "displayName": "Generic Webhook Secret",
  120. "description": "Generic build trigger secret",
  121. "name": "GENERIC_WEBHOOK_SECRET",
  122. "from": "[a-zA-Z0-9]{8}",
  123. "generate": "expression",
  124. "required": true
  125. },
  126. {
  127. "displayName": "ImageStream Namespace",
  128. "description": "Namespace in which the ImageStreams for Red Hat Middleware images are installed. These ImageStreams are normally installed in the openshift namespace. You should only need to modify this if you've installed the ImageStreams in a different namespace/project.",
  129. "name": "IMAGE_STREAM_NAMESPACE",
  130. "value": "openshift",
  131. "required": true
  132. },
  133. {
  134. "displayName": "Maven mirror URL",
  135. "description": "Maven mirror to use for S2I builds",
  136. "name": "MAVEN_MIRROR_URL",
  137. "value": "",
  138. "required": false
  139. },
  140. {
  141. "description": "List of directories from which archives will be copied into the deployment folder. If unspecified, all archives in /target will be copied.",
  142. "name": "ARTIFACT_DIR",
  143. "value": "",
  144. "required": false
  145. }
  146. ],
  147. "objects": [
  148. {
  149. "kind": "Service",
  150. "apiVersion": "v1",
  151. "spec": {
  152. "ports": [
  153. {
  154. "port": 8080,
  155. "targetPort": 8080
  156. }
  157. ],
  158. "selector": {
  159. "deploymentConfig": "${APPLICATION_NAME}"
  160. }
  161. },
  162. "metadata": {
  163. "name": "${APPLICATION_NAME}",
  164. "labels": {
  165. "application": "${APPLICATION_NAME}"
  166. },
  167. "annotations": {
  168. "description": "The web server's http port."
  169. }
  170. }
  171. },
  172. {
  173. "kind": "Service",
  174. "apiVersion": "v1",
  175. "spec": {
  176. "ports": [
  177. {
  178. "port": 8443,
  179. "targetPort": 8443
  180. }
  181. ],
  182. "selector": {
  183. "deploymentConfig": "${APPLICATION_NAME}"
  184. }
  185. },
  186. "metadata": {
  187. "name": "secure-${APPLICATION_NAME}",
  188. "labels": {
  189. "application": "${APPLICATION_NAME}"
  190. },
  191. "annotations": {
  192. "description": "The web server's https port."
  193. }
  194. }
  195. },
  196. {
  197. "kind": "Route",
  198. "apiVersion": "v1",
  199. "id": "${APPLICATION_NAME}-http",
  200. "metadata": {
  201. "name": "${APPLICATION_NAME}",
  202. "labels": {
  203. "application": "${APPLICATION_NAME}"
  204. },
  205. "annotations": {
  206. "description": "Route for application's http service."
  207. }
  208. },
  209. "spec": {
  210. "host": "${HOSTNAME_HTTP}",
  211. "to": {
  212. "name": "${APPLICATION_NAME}"
  213. }
  214. }
  215. },
  216. {
  217. "kind": "Route",
  218. "apiVersion": "v1",
  219. "id": "${APPLICATION_NAME}-https",
  220. "metadata": {
  221. "name": "secure-${APPLICATION_NAME}",
  222. "labels": {
  223. "application": "${APPLICATION_NAME}"
  224. },
  225. "annotations": {
  226. "description": "Route for application's https service."
  227. }
  228. },
  229. "spec": {
  230. "host": "${HOSTNAME_HTTPS}",
  231. "to": {
  232. "name": "secure-${APPLICATION_NAME}"
  233. },
  234. "tls": {
  235. "termination": "passthrough"
  236. }
  237. }
  238. },
  239. {
  240. "kind": "ImageStream",
  241. "apiVersion": "v1",
  242. "metadata": {
  243. "name": "${APPLICATION_NAME}",
  244. "labels": {
  245. "application": "${APPLICATION_NAME}"
  246. }
  247. }
  248. },
  249. {
  250. "kind": "BuildConfig",
  251. "apiVersion": "v1",
  252. "metadata": {
  253. "name": "${APPLICATION_NAME}",
  254. "labels": {
  255. "application": "${APPLICATION_NAME}"
  256. }
  257. },
  258. "spec": {
  259. "source": {
  260. "type": "Git",
  261. "git": {
  262. "uri": "${SOURCE_REPOSITORY_URL}",
  263. "ref": "${SOURCE_REPOSITORY_REF}"
  264. },
  265. "contextDir": "${CONTEXT_DIR}"
  266. },
  267. "strategy": {
  268. "type": "Source",
  269. "sourceStrategy": {
  270. "env": [
  271. {
  272. "name": "MAVEN_MIRROR_URL",
  273. "value": "${MAVEN_MIRROR_URL}"
  274. },
  275. {
  276. "name": "ARTIFACT_DIR",
  277. "value": "${ARTIFACT_DIR}"
  278. }
  279. ],
  280. "forcePull": true,
  281. "from": {
  282. "kind": "ImageStreamTag",
  283. "namespace": "${IMAGE_STREAM_NAMESPACE}",
  284. "name": "jboss-webserver31-tomcat8-openshift:1.1"
  285. }
  286. }
  287. },
  288. "output": {
  289. "to": {
  290. "kind": "ImageStreamTag",
  291. "name": "${APPLICATION_NAME}:latest"
  292. }
  293. },
  294. "triggers": [
  295. {
  296. "type": "GitHub",
  297. "github": {
  298. "secret": "${GITHUB_WEBHOOK_SECRET}"
  299. }
  300. },
  301. {
  302. "type": "Generic",
  303. "generic": {
  304. "secret": "${GENERIC_WEBHOOK_SECRET}"
  305. }
  306. },
  307. {
  308. "type": "ImageChange",
  309. "imageChange": {}
  310. },
  311. {
  312. "type": "ConfigChange"
  313. }
  314. ]
  315. }
  316. },
  317. {
  318. "kind": "DeploymentConfig",
  319. "apiVersion": "v1",
  320. "metadata": {
  321. "name": "${APPLICATION_NAME}",
  322. "labels": {
  323. "application": "${APPLICATION_NAME}"
  324. }
  325. },
  326. "spec": {
  327. "strategy": {
  328. "type": "Recreate"
  329. },
  330. "triggers": [
  331. {
  332. "type": "ImageChange",
  333. "imageChangeParams": {
  334. "automatic": true,
  335. "containerNames": [
  336. "${APPLICATION_NAME}"
  337. ],
  338. "from": {
  339. "kind": "ImageStreamTag",
  340. "name": "${APPLICATION_NAME}:latest"
  341. }
  342. }
  343. },
  344. {
  345. "type": "ConfigChange"
  346. }
  347. ],
  348. "replicas": 1,
  349. "selector": {
  350. "deploymentConfig": "${APPLICATION_NAME}"
  351. },
  352. "template": {
  353. "metadata": {
  354. "name": "${APPLICATION_NAME}",
  355. "labels": {
  356. "deploymentConfig": "${APPLICATION_NAME}",
  357. "application": "${APPLICATION_NAME}"
  358. }
  359. },
  360. "spec": {
  361. "serviceAccountName": "jws-service-account",
  362. "terminationGracePeriodSeconds": 60,
  363. "containers": [
  364. {
  365. "name": "${APPLICATION_NAME}",
  366. "image": "${APPLICATION_NAME}",
  367. "imagePullPolicy": "Always",
  368. "readinessProbe": {
  369. "exec": {
  370. "command": [
  371. "/bin/bash",
  372. "-c",
  373. "curl --noproxy '*' -s -u ${JWS_ADMIN_USERNAME}:${JWS_ADMIN_PASSWORD} 'http://localhost:8080/manager/jmxproxy/?get=Catalina%3Atype%3DServer&att=stateName' |grep -iq 'stateName *= *STARTED'"
  374. ]
  375. }
  376. },
  377. "volumeMounts": [
  378. {
  379. "name": "jws-certificate-volume",
  380. "mountPath": "/etc/jws-secret-volume",
  381. "readOnly": true
  382. }
  383. ],
  384. "ports": [
  385. {
  386. "name": "jolokia",
  387. "containerPort": 8778,
  388. "protocol": "TCP"
  389. },
  390. {
  391. "name": "http",
  392. "containerPort": 8080,
  393. "protocol": "TCP"
  394. },
  395. {
  396. "name": "https",
  397. "containerPort": 8443,
  398. "protocol": "TCP"
  399. }
  400. ],
  401. "env": [
  402. {
  403. "name": "JWS_HTTPS_CERTIFICATE_DIR",
  404. "value": "/etc/jws-secret-volume"
  405. },
  406. {
  407. "name": "JWS_HTTPS_CERTIFICATE",
  408. "value": "${JWS_HTTPS_CERTIFICATE}"
  409. },
  410. {
  411. "name": "JWS_HTTPS_CERTIFICATE_KEY",
  412. "value": "${JWS_HTTPS_CERTIFICATE_KEY}"
  413. },
  414. {
  415. "name": "JWS_HTTPS_CERTIFICATE_PASSWORD",
  416. "value": "${JWS_HTTPS_CERTIFICATE_PASSWORD}"
  417. },
  418. {
  419. "name": "JWS_ADMIN_USERNAME",
  420. "value": "${JWS_ADMIN_USERNAME}"
  421. },
  422. {
  423. "name": "JWS_ADMIN_PASSWORD",
  424. "value": "${JWS_ADMIN_PASSWORD}"
  425. }
  426. ]
  427. }
  428. ],
  429. "volumes": [
  430. {
  431. "name": "jws-certificate-volume",
  432. "secret": {
  433. "secretName": "${JWS_HTTPS_SECRET}"
  434. }
  435. }
  436. ]
  437. }
  438. }
  439. }
  440. }
  441. ]
  442. }