Merge lp:~kwmonroe/charms/trusty/was-base/deprecate into lp:~ibmcharmers/charms/trusty/was-base/trunk

Proposed by Kevin W Monroe
Status: Merged
Merged at revision: 33
Proposed branch: lp:~kwmonroe/charms/trusty/was-base/deprecate
Merge into: lp:~ibmcharmers/charms/trusty/was-base/trunk
Diff against target: 178 lines (+6/-156)
2 files modified
README.md (+3/-152)
metadata.yaml (+3/-4)
To merge this branch: bzr merge lp:~kwmonroe/charms/trusty/was-base/deprecate
Reviewer Review Type Date Requested Status
Geetha S (community) Approve
Review via email: mp+285973@code.launchpad.net

Description of the change

Please merge this deprecation notice since this charm should be replaced by ibm-was-base.

To post a comment you must log in.
Revision history for this message
Geetha S (geethas1) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.md'
--- README.md 2015-07-24 10:20:52 +0000
+++ README.md 2016-02-13 18:19:07 +0000
@@ -1,152 +1,3 @@
1# Overview1# DEPRECATED
22
3WebSphere Application Server Base3This charm is no longer being maintained. Please use `ibm-was-base` instead.
4
5WebSphere Application Server is a proven, high-performance transaction engine that can help build, run, integrate, and manage dynamic web applications.
6Details on IBM Websphere Application Server and WAS Base Prduct Page available [here] [WAS-product-page].
7
8
9# Usage
10
11Download your licensed IBM Installation Manager software version 1.5 and above for 'x86_64' based machine. And version 1.8 and above for 'ppc64le' based machine and upload to your apache repository.
12
13Download your licensed IBM Websphere Base software 8.5.5.0 version and upload to your apache repository.
14
15Download your licensed IBM Websphere Base software WAS fixpack version 8.5.5.4 and upload to your apache repository.
16
17For 'ppc64le' based machines, Download your licensed IBM Websphere Base software WAS fixpack version 8.5.5.6 and upload to your apache repository.
18
19Put up all the downloaded contents on the web server like Apache and configure apache to serve these packages. These packages can be accessed using a URL from the web server.
20
21
22#Creating the repositories in Apache
23
24Run steps below with admin access
25
26Install needed packages
27 apt-get install dpkg-dev apache2
28
29Create the repository on apache server Under your apache repository directory.
30Configure apache server to allow access to the repository.
31
32To install IBM Websphere Application Server Base you need to install IBM Installation Manager software as prerequisite.
33To install IBM Installation Manager you need to get the packages for ubuntu, for information about the software and builds please visit (http://www-01.ibm.com/software/passportadvantage/).
34
35To install the downloaded binaries you must agree to the IBM license. You can view the full license for IBM Installation Manager and IBM WebSphere Application Server Base by visiting the [Software license agreements search website][License] Search for "IBM Installation Manager" and "IBM Websphere Application Server" and choose the license that applies to the version you are using.
36
37
38Run the following to deploy this charm:
39
40 juju deploy was-base
41
42At this point the charm will wait until the user accepts the license. If you
43agree to the license, run the following command:
44
45If the was_url and im_filename is configured in the config.yaml:
46
47 juju set was-base accept-ibm-im-license=True accept-ibm-websphere-license=True
48
49If not,
50
51 juju set was-base accept-ibm-im-license=True accept-ibm-websphere-license=True was_url=<Web server URL> im_file_name=<IM package name> im_install_path=<IM Installation Path>
52
53
54You can then browse to "http://was-base unit's ip-address:9060/ibm/cinsole" to view WAS Console.
55
56
57# Configuration
58
59`accept-ibm-im-license`
60The IBM Installation Manager software comes with special terms and conditions from IBM.
61The IBM Installation Manager software can only be used by accepting the terms and
62conditions found in the IBM-Installation-Manager-license.txt file.
63
64Setting this option to True indicates that you have read and accept the
65IBM Installation Manager terms and conditions found in the license file.
66The license file(s) can be found in the product binaries you downloaded.
67
68`accept-ibm-websphere-license`
69Before you can use, extract, or install IBM WebSphere Application Server
70for Developers V8.5.5, you must accept the terms of International License
71Agreement for Non-Warranted Programs and additional license information.
72Please read the license agreement carefully.
73
74Check the Usage section on getting the license agreement.
75
76**The WebSphere software cannot be installed until the terms and
77contions are accepted. The charm will not function correctly until the
78this configuration option is set to True.**
79
80`was_url`
81The web server URL from which IBM IM, IBM WAS Base and fixpack packages can be downloaded.
82
83`im_install_path`
84Install Location for Installation Manager. Ex : "/opt/IBM/InstallationManager". Here IM will install at this location, It can be changed if IM needs to be installed at some other place.
85
86
87`im_file_name`
88The IBM Installation Manager Package name. If not set, It will assign the value "Install_Mgr_v1.6.2_Lnx_WASv8.5.5.zip" for x86_64 based machine and "agent.installer.linux.gtk.ppc64le_1.8.1000.20141126_2002.zip" for ppc64le based machine.
89
90`sha_im`
91Checksum value to check integrity of IBM Installation Manager package. The Charm uses sha1sum to check the integrity. If empty, it does not carry out the integrity check. Use `sha1sum <Package Location/Package Name> | cut -d" " -f1` to find out Checksum value for downloaded package. Cryptographic value should be altered by the user only when the package name is change. Else it should not be altered.
92
93#IBM WAS Base Information
94
95(1) General Information
96Information on IBM WAS available [here] [WAS-Infocenter]
97
98(2) Download Information
99
100Downloadable Package Names for 'x86_64' based machine:
101WAS_V8.5.5_1_OF_3.zip
102WAS_V8.5.5_2_OF_3.zip
103WAS_V8.5.5_3_OF_3.zip
1048.5.5-WS-WAS-FP0000004-part1.zip
1058.5.5-WS-WAS-FP0000004-part2.zip
106
107Downloadable Package Names for 'ppc64le' based machine:
108WAS_V8.5.5_FOR_POWERLE_ML.zip
109WAS_V8.5.5_2_OF_2_FOR_POWERLE_ML.zip
1108.5.5-WS-WAS-LE-FP0000006-part1.zip
1118.5.5-WS-WAS-LE-FP0000006-part2.zip
112
113Information on procuring WAS product is available at the [Passport Advantage site] [Passport-Advantage]
114
115Details about WAS 8.5.5.0 download available [here] [[WAS-8.5.5.0-download]
116
117Information about insatllation of WAS Base on 'ppc64le' based machine available [here] [WAS-for-ppc64le]
118
119Details about WAS 8.5.5.4 fixpack download available [here] [WAS-8.5.5.4-fixpack-download].
120
121A trial version is available [here] [WAS-trail-version].
122
123More information about IBM IM Downloadable file available [here] [IBM-IM-more-info]
124
125(3) Contact Information
126
127For issues with this charm, please contact jujusupp@us.ibm.com
128
129<!-- Links -->
130
131[WAS-Infocenter]: http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/as_ditamaps/was855_welcome_ndmp.html?lang=en
132
133[WAS-product-page]: http://www-03.ibm.com/software/products/en/appserv-was
134
135[WAS-8.5.5.0-download]: http://www-01.ibm.com/support/docview.wss?uid=swg27038625
136
137[WAS-8.5.5.4-fixpack-download]: http://www-01.ibm.com/support/docview.wss?uid=swg24038539
138
139[WAS-trail-version]: http://www.ibm.com/developerworks/downloads/ws/was/index.html
140
141[Passport-Advantage]: http://www-01.ibm.com/software/passportadvantage/
142
143[IBM-IM-more-info]: http://www-01.ibm.com/support/docview.wss?uid=swg24038380
144
145[WAS-for-ppc64le]: http://www-304.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.installation.nd.doc/ae/cins_offerings.html?lang=en-us
146
147[WAS-pp64le-infocenter]: http://www-304.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.installation.nd.doc/ae/tins_installation_dist_cl.html?lang=en
148
149[WAS-ppc64le-fixpack-info]: http://www-01.ibm.com/support/docview.wss?uid=swg24040035
150
151[License]: http://www-03.ibm.com/software/sla/sladb.nsf/search
152
1534
=== modified file 'metadata.yaml'
--- metadata.yaml 2015-07-08 05:29:41 +0000
+++ metadata.yaml 2016-02-13 18:19:07 +0000
@@ -1,11 +1,10 @@
1name: was-base1name: was-base
2summary: WebSphere Application Server Base Edition2summary: WebSphere Application Server Base Edition (deprecated, use ibm-was-base)
3maintainer: IBM Juju Support Team <jujusupp@us.ibm.com> 3maintainer: IBM Juju Support Team <jujusupp@us.ibm.com>
4description: |4description: |
5 WebSphere Application Server is a proven, high-performance transaction engine that can help build, run, integrate, and manage dynamic web applications.5 DEPRECATED: please use ibm-was-base instead.
6tags: ["applications"]6tags: ["applications"]
7subordinate: false7subordinate: false
8provides:8provides:
9 website:9 website:
10 interface: http10 interface: http
11

Subscribers

People subscribed via source and target branches