jws30-tomcat8-https-s2i.json 17 KB

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