From 158f93ad73dee971f0cdfae1deaef13a3151a3e9 Mon Sep 17 00:00:00 2001 From: Alexander Bochkarev Date: Thu, 25 Jun 2015 13:35:37 +0400 Subject: [PATCH] Add Docker JBoss JBoss applications server is a J2EE platform for developing and deploying enterprise Java applications, Web applications and services, and portals. Docker JBoss - https://github.com/tutumcloud/jboss Change-Id: I981763c95b3f998e750640462a473607d9ee6b32 --- .../JBoss/package/Classes/DockerJBoss.yaml | 73 ++++++++ Applications/JBoss/package/LICENSE | 175 ++++++++++++++++++ Applications/JBoss/package/UI/ui.yaml | 56 ++++++ Applications/JBoss/package/logo.png | Bin 0 -> 17002 bytes Applications/JBoss/package/manifest.yaml | 25 +++ 5 files changed, 329 insertions(+) create mode 100644 Applications/JBoss/package/Classes/DockerJBoss.yaml create mode 100644 Applications/JBoss/package/LICENSE create mode 100644 Applications/JBoss/package/UI/ui.yaml create mode 100644 Applications/JBoss/package/logo.png create mode 100644 Applications/JBoss/package/manifest.yaml diff --git a/Applications/JBoss/package/Classes/DockerJBoss.yaml b/Applications/JBoss/package/Classes/DockerJBoss.yaml new file mode 100644 index 0000000..bf3b563 --- /dev/null +++ b/Applications/JBoss/package/Classes/DockerJBoss.yaml @@ -0,0 +1,73 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +Namespaces: + =: io.murano.apps.docker + std: io.murano + +Name: DockerJBoss + +Extends: DockerApplication + +Properties: + name: + Contract: $.string().notNull() + + publish: + Contract: $.bool().notNull() + Default: true + + password: + Contract: $.string().notNull() + + +Methods: + initialize: + Body: + - $._environment: $.find(std:Environment).require() + - $._scope: switch($.publish, $ => public, not $ => internal) + + + getContainer: + Body: + Return: + name: $.name + image: 'tutum/jboss' + env: + JBOSS_PASS: $.password + ports: + - port: 9990 + scope: $._scope + - port: 8080 + scope: $._scope + + + onInstallationStart: + Body: + - $._environment.reporter.report($this, 'Installing JBoss') + + + onInstallationFinish: + Body: + - If: $.publish + Then: + - $adminEndpoints: join(', ', $.applicationEndpoints. + where($.scope = $this._scope and $.containerPort = 9990). + select(format('http://{0}:{1}', $.address, $.port))) + - $httpEndpoints: join(', ', $.applicationEndpoints. + where($.scope = $this._scope and $.containerPort = 8080). + select(format('http://{0}:{1}', $.address, $.port))) + - $._environment.reporter.report( + $this, + 'JBoss {0} is available at {1} (admin) and {2} (apps)'.format($.name, $adminEndpoints, $httpEndpoints)) + Else: + - $._environment.reporter.report($this, 'JBoss {0} has deployed but is not accessible from outside'.format($.name)) diff --git a/Applications/JBoss/package/LICENSE b/Applications/JBoss/package/LICENSE new file mode 100644 index 0000000..67db858 --- /dev/null +++ b/Applications/JBoss/package/LICENSE @@ -0,0 +1,175 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. diff --git a/Applications/JBoss/package/UI/ui.yaml b/Applications/JBoss/package/UI/ui.yaml new file mode 100644 index 0000000..76da58d --- /dev/null +++ b/Applications/JBoss/package/UI/ui.yaml @@ -0,0 +1,56 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +Version: 2 + +Application: + ?: + type: io.murano.apps.docker.DockerJBoss + name: $.appConfiguration.name + host: $.appConfiguration.host + publish: $.appConfiguration.publish + password: $.appConfiguration.password + + +Forms: + - appConfiguration: + fields: + - name: license + type: string + description: Apache License, Version 2.0 + hidden: true + required: false + - name: name + type: string + label: Application Name + initial: 'DockerJBoss' + description: >- + Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and + underline are allowed + - name: password + type: password + label: Admin Password + description: Password for admin user in JBoss + - name: host + type: + - io.murano.apps.docker.kubernetes.KubernetesPod + - io.murano.apps.docker.DockerStandaloneHost + label: Container Host + description: >- + Select an instance of Docker container hosting provider to run the app + - name: publish + type: boolean + label: Make application accessible from outside + initial: true + required: false + description: >- + Check if you intend to access application from the Internet diff --git a/Applications/JBoss/package/logo.png b/Applications/JBoss/package/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..9c561f1117faeeec7bb6580f5b0b07e00cd7744a GIT binary patch literal 17002 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