jws31-tomcat7-postgresql-persistent-s2i.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  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,tomcat7,java,jboss",
  9. "version": "1.4.8",
  10. "openshift.io/display-name": "JBoss Web Server 3.1 Apache Tomcat 7 + PostgreSQL (with https)",
  11. "description": "An example JBoss Web Server application with a PostgreSQL database. 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, database deployment configuration for PostgreSQL using persistence 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-tomcat7-postgresql-persistent-s2i"
  17. },
  18. "labels": {
  19. "template": "jws31-tomcat7-postgresql-persistent-s2i",
  20. "xpaas": "1.4.8"
  21. },
  22. "message": "A new persistent JWS application for Apache Tomcat 7 (using PostgreSQL) has been created in your project. The username/password for administering your JWS is ${JWS_ADMIN_USERNAME}/${JWS_ADMIN_PASSWORD}. For accessing the PostgreSQL database \"${DB_DATABASE}\" use the credentials ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create 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",
  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": "todolist/todolist-jdbc",
  64. "required": false
  65. },
  66. {
  67. "displayName": "Database JNDI Name",
  68. "description": "Database JNDI name used by application to resolve the datasource, e.g. jboss/datasources/postgresqlDS",
  69. "name": "DB_JNDI",
  70. "value": "jboss/datasources/defaultDS",
  71. "required": false
  72. },
  73. {
  74. "displayName": "Database Name",
  75. "description": "Database name",
  76. "name": "DB_DATABASE",
  77. "value": "root",
  78. "required": true
  79. },
  80. {
  81. "displayName": "Database Volume Capacity",
  82. "description": "Size of persistent storage for database volume.",
  83. "name": "VOLUME_CAPACITY",
  84. "value": "1Gi",
  85. "required": true
  86. },
  87. {
  88. "displayName": "Secret Name",
  89. "description": "The name of the secret containing the certificate files",
  90. "name": "JWS_HTTPS_SECRET",
  91. "value": "jws-app-secret",
  92. "required": true
  93. },
  94. {
  95. "displayName": "Certificate Name",
  96. "description": "The name of the certificate file within the secret",
  97. "name": "JWS_HTTPS_CERTIFICATE",
  98. "value": "server.crt",
  99. "required": false
  100. },
  101. {
  102. "displayName": "Certificate Key Name",
  103. "description": "The name of the certificate key file within the secret",
  104. "name": "JWS_HTTPS_CERTIFICATE_KEY",
  105. "value": "server.key",
  106. "required": false
  107. },
  108. {
  109. "displayName": "Certificate Password",
  110. "description": "The certificate password",
  111. "name": "JWS_HTTPS_CERTIFICATE_PASSWORD",
  112. "value": "",
  113. "required": false
  114. },
  115. {
  116. "displayName": "Datasource Minimum Pool Size",
  117. "description": "Sets xa-pool/min-pool-size for the configured datasource.",
  118. "name": "DB_MIN_POOL_SIZE",
  119. "required": false
  120. },
  121. {
  122. "displayName": "Datasource Maximum Pool Size",
  123. "description": "Sets xa-pool/max-pool-size for the configured datasource.",
  124. "name": "DB_MAX_POOL_SIZE",
  125. "required": false
  126. },
  127. {
  128. "displayName": "Datasource Transaction Isolation",
  129. "description": "Sets transaction-isolation for the configured datasource.",
  130. "name": "DB_TX_ISOLATION",
  131. "required": false
  132. },
  133. {
  134. "displayName": "PostgreSQL Maximum number of connections",
  135. "description": "The maximum number of client connections allowed. This also sets the maximum number of prepared transactions.",
  136. "name": "POSTGRESQL_MAX_CONNECTIONS",
  137. "required": false
  138. },
  139. {
  140. "displayName": "PostgreSQL Shared Buffers",
  141. "description": "Configures how much memory is dedicated to PostgreSQL for caching data.",
  142. "name": "POSTGRESQL_SHARED_BUFFERS",
  143. "required": false
  144. },
  145. {
  146. "displayName": "Database Username",
  147. "description": "Database user name",
  148. "name": "DB_USERNAME",
  149. "from": "user[a-zA-Z0-9]{3}",
  150. "generate": "expression",
  151. "required": true
  152. },
  153. {
  154. "displayName": "Database Password",
  155. "description": "Database user password",
  156. "name": "DB_PASSWORD",
  157. "from": "[a-zA-Z0-9]{8}",
  158. "generate": "expression",
  159. "required": true
  160. },
  161. {
  162. "displayName": "JWS Admin Username",
  163. "description": "JWS Admin User",
  164. "name": "JWS_ADMIN_USERNAME",
  165. "from": "[a-zA-Z0-9]{8}",
  166. "generate": "expression",
  167. "required": true
  168. },
  169. {
  170. "displayName": "JWS Admin Password",
  171. "description": "JWS Admin Password",
  172. "name": "JWS_ADMIN_PASSWORD",
  173. "from": "[a-zA-Z0-9]{8}",
  174. "generate": "expression",
  175. "required": true
  176. },
  177. {
  178. "displayName": "Github Webhook Secret",
  179. "description": "GitHub trigger secret",
  180. "name": "GITHUB_WEBHOOK_SECRET",
  181. "from": "[a-zA-Z0-9]{8}",
  182. "generate": "expression",
  183. "required": true
  184. },
  185. {
  186. "displayName": "Generic Webhook Secret",
  187. "description": "Generic build trigger secret",
  188. "name": "GENERIC_WEBHOOK_SECRET",
  189. "from": "[a-zA-Z0-9]{8}",
  190. "generate": "expression",
  191. "required": true
  192. },
  193. {
  194. "displayName": "ImageStream Namespace",
  195. "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.",
  196. "name": "IMAGE_STREAM_NAMESPACE",
  197. "value": "openshift",
  198. "required": true
  199. },
  200. {
  201. "displayName": "Maven mirror URL",
  202. "description": "Maven mirror to use for S2I builds",
  203. "name": "MAVEN_MIRROR_URL",
  204. "value": "",
  205. "required": false
  206. },
  207. {
  208. "description": "List of directories from which archives will be copied into the deployment folder. If unspecified, all archives in /target will be copied.",
  209. "name": "ARTIFACT_DIR",
  210. "value": "",
  211. "required": false
  212. },
  213. {
  214. "displayName": "PostgreSQL Image Stream Tag",
  215. "description": "The tag to use for the \"postgresql\" image stream. Typically, this aligns with the major.minor version of PostgreSQL.",
  216. "name": "POSTGRESQL_IMAGE_STREAM_TAG",
  217. "value": "9.5",
  218. "required": true
  219. }
  220. ],
  221. "objects": [
  222. {
  223. "kind": "Service",
  224. "apiVersion": "v1",
  225. "spec": {
  226. "ports": [
  227. {
  228. "port": 8080,
  229. "targetPort": 8080
  230. }
  231. ],
  232. "selector": {
  233. "deploymentConfig": "${APPLICATION_NAME}"
  234. }
  235. },
  236. "metadata": {
  237. "name": "${APPLICATION_NAME}",
  238. "labels": {
  239. "application": "${APPLICATION_NAME}"
  240. },
  241. "annotations": {
  242. "description": "The web server's http port.",
  243. "service.alpha.openshift.io/dependencies": "[{\"name\": \"${APPLICATION_NAME}-postgresql\", \"kind\": \"Service\"}]"
  244. }
  245. }
  246. },
  247. {
  248. "kind": "Service",
  249. "apiVersion": "v1",
  250. "spec": {
  251. "ports": [
  252. {
  253. "port": 8443,
  254. "targetPort": 8443
  255. }
  256. ],
  257. "selector": {
  258. "deploymentConfig": "${APPLICATION_NAME}"
  259. }
  260. },
  261. "metadata": {
  262. "name": "secure-${APPLICATION_NAME}",
  263. "labels": {
  264. "application": "${APPLICATION_NAME}"
  265. },
  266. "annotations": {
  267. "description": "The web server's https port.",
  268. "service.alpha.openshift.io/dependencies": "[{\"name\": \"${APPLICATION_NAME}-postgresql\", \"kind\": \"Service\"}]"
  269. }
  270. }
  271. },
  272. {
  273. "kind": "Service",
  274. "apiVersion": "v1",
  275. "spec": {
  276. "ports": [
  277. {
  278. "port": 5432,
  279. "targetPort": 5432
  280. }
  281. ],
  282. "selector": {
  283. "deploymentConfig": "${APPLICATION_NAME}-postgresql"
  284. }
  285. },
  286. "metadata": {
  287. "name": "${APPLICATION_NAME}-postgresql",
  288. "labels": {
  289. "application": "${APPLICATION_NAME}"
  290. },
  291. "annotations": {
  292. "description": "The database server's port."
  293. }
  294. }
  295. },
  296. {
  297. "kind": "Route",
  298. "apiVersion": "v1",
  299. "id": "${APPLICATION_NAME}-http",
  300. "metadata": {
  301. "name": "${APPLICATION_NAME}",
  302. "labels": {
  303. "application": "${APPLICATION_NAME}"
  304. },
  305. "annotations": {
  306. "description": "Route for application's http service."
  307. }
  308. },
  309. "spec": {
  310. "host": "${HOSTNAME_HTTP}",
  311. "to": {
  312. "name": "${APPLICATION_NAME}"
  313. }
  314. }
  315. },
  316. {
  317. "kind": "Route",
  318. "apiVersion": "v1",
  319. "id": "${APPLICATION_NAME}-https",
  320. "metadata": {
  321. "name": "secure-${APPLICATION_NAME}",
  322. "labels": {
  323. "application": "${APPLICATION_NAME}"
  324. },
  325. "annotations": {
  326. "description": "Route for application's https service."
  327. }
  328. },
  329. "spec": {
  330. "host": "${HOSTNAME_HTTPS}",
  331. "to": {
  332. "name": "secure-${APPLICATION_NAME}"
  333. },
  334. "tls": {
  335. "termination": "passthrough"
  336. }
  337. }
  338. },
  339. {
  340. "kind": "ImageStream",
  341. "apiVersion": "v1",
  342. "metadata": {
  343. "name": "${APPLICATION_NAME}",
  344. "labels": {
  345. "application": "${APPLICATION_NAME}"
  346. }
  347. }
  348. },
  349. {
  350. "kind": "BuildConfig",
  351. "apiVersion": "v1",
  352. "metadata": {
  353. "name": "${APPLICATION_NAME}",
  354. "labels": {
  355. "application": "${APPLICATION_NAME}"
  356. }
  357. },
  358. "spec": {
  359. "source": {
  360. "type": "Git",
  361. "git": {
  362. "uri": "${SOURCE_REPOSITORY_URL}",
  363. "ref": "${SOURCE_REPOSITORY_REF}"
  364. },
  365. "contextDir": "${CONTEXT_DIR}"
  366. },
  367. "strategy": {
  368. "type": "Source",
  369. "sourceStrategy": {
  370. "env": [
  371. {
  372. "name": "MAVEN_MIRROR_URL",
  373. "value": "${MAVEN_MIRROR_URL}"
  374. },
  375. {
  376. "name": "ARTIFACT_DIR",
  377. "value": "${ARTIFACT_DIR}"
  378. }
  379. ],
  380. "forcePull": true,
  381. "from": {
  382. "kind": "ImageStreamTag",
  383. "namespace": "${IMAGE_STREAM_NAMESPACE}",
  384. "name": "jboss-webserver31-tomcat7-openshift:1.1"
  385. }
  386. }
  387. },
  388. "output": {
  389. "to": {
  390. "kind": "ImageStreamTag",
  391. "name": "${APPLICATION_NAME}:latest"
  392. }
  393. },
  394. "triggers": [
  395. {
  396. "type": "GitHub",
  397. "github": {
  398. "secret": "${GITHUB_WEBHOOK_SECRET}"
  399. }
  400. },
  401. {
  402. "type": "Generic",
  403. "generic": {
  404. "secret": "${GENERIC_WEBHOOK_SECRET}"
  405. }
  406. },
  407. {
  408. "type": "ImageChange",
  409. "imageChange": {}
  410. },
  411. {
  412. "type": "ConfigChange"
  413. }
  414. ]
  415. }
  416. },
  417. {
  418. "kind": "DeploymentConfig",
  419. "apiVersion": "v1",
  420. "metadata": {
  421. "name": "${APPLICATION_NAME}",
  422. "labels": {
  423. "application": "${APPLICATION_NAME}"
  424. }
  425. },
  426. "spec": {
  427. "strategy": {
  428. "type": "Recreate"
  429. },
  430. "triggers": [
  431. {
  432. "type": "ImageChange",
  433. "imageChangeParams": {
  434. "automatic": true,
  435. "containerNames": [
  436. "${APPLICATION_NAME}"
  437. ],
  438. "from": {
  439. "kind": "ImageStreamTag",
  440. "name": "${APPLICATION_NAME}:latest"
  441. }
  442. }
  443. },
  444. {
  445. "type": "ConfigChange"
  446. }
  447. ],
  448. "replicas": 1,
  449. "selector": {
  450. "deploymentConfig": "${APPLICATION_NAME}"
  451. },
  452. "template": {
  453. "metadata": {
  454. "name": "${APPLICATION_NAME}",
  455. "labels": {
  456. "deploymentConfig": "${APPLICATION_NAME}",
  457. "application": "${APPLICATION_NAME}"
  458. }
  459. },
  460. "spec": {
  461. "terminationGracePeriodSeconds": 60,
  462. "containers": [
  463. {
  464. "name": "${APPLICATION_NAME}",
  465. "image": "${APPLICATION_NAME}",
  466. "imagePullPolicy": "Always",
  467. "readinessProbe": {
  468. "exec": {
  469. "command": [
  470. "/bin/bash",
  471. "-c",
  472. "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'"
  473. ]
  474. }
  475. },
  476. "volumeMounts": [
  477. {
  478. "name": "jws-certificate-volume",
  479. "mountPath": "/etc/jws-secret-volume",
  480. "readOnly": true
  481. }
  482. ],
  483. "ports": [
  484. {
  485. "name": "jolokia",
  486. "containerPort": 8778,
  487. "protocol": "TCP"
  488. },
  489. {
  490. "name": "http",
  491. "containerPort": 8080,
  492. "protocol": "TCP"
  493. },
  494. {
  495. "name": "https",
  496. "containerPort": 8443,
  497. "protocol": "TCP"
  498. }
  499. ],
  500. "env": [
  501. {
  502. "name": "DB_SERVICE_PREFIX_MAPPING",
  503. "value": "${APPLICATION_NAME}-postgresql=DB"
  504. },
  505. {
  506. "name": "DB_JNDI",
  507. "value": "${DB_JNDI}"
  508. },
  509. {
  510. "name": "DB_USERNAME",
  511. "value": "${DB_USERNAME}"
  512. },
  513. {
  514. "name": "DB_PASSWORD",
  515. "value": "${DB_PASSWORD}"
  516. },
  517. {
  518. "name": "DB_DATABASE",
  519. "value": "${DB_DATABASE}"
  520. },
  521. {
  522. "name": "DB_MIN_POOL_SIZE",
  523. "value": "${DB_MIN_POOL_SIZE}"
  524. },
  525. {
  526. "name": "DB_MAX_POOL_SIZE",
  527. "value": "${DB_MAX_POOL_SIZE}"
  528. },
  529. {
  530. "name": "DB_TX_ISOLATION",
  531. "value": "${DB_TX_ISOLATION}"
  532. },
  533. {
  534. "name": "JWS_HTTPS_CERTIFICATE_DIR",
  535. "value": "/etc/jws-secret-volume"
  536. },
  537. {
  538. "name": "JWS_HTTPS_CERTIFICATE",
  539. "value": "${JWS_HTTPS_CERTIFICATE}"
  540. },
  541. {
  542. "name": "JWS_HTTPS_CERTIFICATE_KEY",
  543. "value": "${JWS_HTTPS_CERTIFICATE_KEY}"
  544. },
  545. {
  546. "name": "JWS_HTTPS_CERTIFICATE_PASSWORD",
  547. "value": "${JWS_HTTPS_CERTIFICATE_PASSWORD}"
  548. },
  549. {
  550. "name": "JWS_ADMIN_USERNAME",
  551. "value": "${JWS_ADMIN_USERNAME}"
  552. },
  553. {
  554. "name": "JWS_ADMIN_PASSWORD",
  555. "value": "${JWS_ADMIN_PASSWORD}"
  556. }
  557. ]
  558. }
  559. ],
  560. "volumes": [
  561. {
  562. "name": "jws-certificate-volume",
  563. "secret": {
  564. "secretName": "${JWS_HTTPS_SECRET}"
  565. }
  566. }
  567. ]
  568. }
  569. }
  570. }
  571. },
  572. {
  573. "kind": "DeploymentConfig",
  574. "apiVersion": "v1",
  575. "metadata": {
  576. "name": "${APPLICATION_NAME}-postgresql",
  577. "labels": {
  578. "application": "${APPLICATION_NAME}"
  579. }
  580. },
  581. "spec": {
  582. "strategy": {
  583. "type": "Recreate"
  584. },
  585. "triggers": [
  586. {
  587. "type": "ImageChange",
  588. "imageChangeParams": {
  589. "automatic": true,
  590. "containerNames": [
  591. "${APPLICATION_NAME}-postgresql"
  592. ],
  593. "from": {
  594. "kind": "ImageStreamTag",
  595. "namespace": "${IMAGE_STREAM_NAMESPACE}",
  596. "name": "postgresql:${POSTGRESQL_IMAGE_STREAM_TAG}"
  597. }
  598. }
  599. },
  600. {
  601. "type": "ConfigChange"
  602. }
  603. ],
  604. "replicas": 1,
  605. "selector": {
  606. "deploymentConfig": "${APPLICATION_NAME}-postgresql"
  607. },
  608. "template": {
  609. "metadata": {
  610. "name": "${APPLICATION_NAME}-postgresql",
  611. "labels": {
  612. "deploymentConfig": "${APPLICATION_NAME}-postgresql",
  613. "application": "${APPLICATION_NAME}"
  614. }
  615. },
  616. "spec": {
  617. "terminationGracePeriodSeconds": 60,
  618. "containers": [
  619. {
  620. "name": "${APPLICATION_NAME}-postgresql",
  621. "image": "postgresql",
  622. "ports": [
  623. {
  624. "containerPort": 5432,
  625. "protocol": "TCP"
  626. }
  627. ],
  628. "volumeMounts": [
  629. {
  630. "mountPath": "/var/lib/pgsql/data",
  631. "name": "${APPLICATION_NAME}-postgresql-pvol"
  632. }
  633. ],
  634. "env": [
  635. {
  636. "name": "POSTGRESQL_USER",
  637. "value": "${DB_USERNAME}"
  638. },
  639. {
  640. "name": "POSTGRESQL_PASSWORD",
  641. "value": "${DB_PASSWORD}"
  642. },
  643. {
  644. "name": "POSTGRESQL_DATABASE",
  645. "value": "${DB_DATABASE}"
  646. },
  647. {
  648. "name": "POSTGRESQL_MAX_CONNECTIONS",
  649. "value": "${POSTGRESQL_MAX_CONNECTIONS}"
  650. },
  651. {
  652. "name": "POSTGRESQL_MAX_PREPARED_TRANSACTIONS",
  653. "value": "${POSTGRESQL_MAX_CONNECTIONS}"
  654. },
  655. {
  656. "name": "POSTGRESQL_SHARED_BUFFERS",
  657. "value": "${POSTGRESQL_SHARED_BUFFERS}"
  658. }
  659. ]
  660. }
  661. ],
  662. "volumes": [
  663. {
  664. "name": "${APPLICATION_NAME}-postgresql-pvol",
  665. "persistentVolumeClaim": {
  666. "claimName": "${APPLICATION_NAME}-postgresql-claim"
  667. }
  668. }
  669. ]
  670. }
  671. }
  672. }
  673. },
  674. {
  675. "apiVersion": "v1",
  676. "kind": "PersistentVolumeClaim",
  677. "metadata": {
  678. "name": "${APPLICATION_NAME}-postgresql-claim",
  679. "labels": {
  680. "application": "${APPLICATION_NAME}"
  681. }
  682. },
  683. "spec": {
  684. "accessModes": [
  685. "ReadWriteOnce"
  686. ],
  687. "resources": {
  688. "requests": {
  689. "storage": "${VOLUME_CAPACITY}"
  690. }
  691. }
  692. }
  693. }
  694. ]
  695. }