Merge lp:~kwmonroe/charms/trusty/platform-pm/deprecate into lp:~ibmcharmers/charms/trusty/platform-pm/trunk

Proposed by Kevin W Monroe
Status: Merged
Merged at revision: 3
Proposed branch: lp:~kwmonroe/charms/trusty/platform-pm/deprecate
Merge into: lp:~ibmcharmers/charms/trusty/platform-pm/trunk
Diff against target: 128 lines (+8/-108)
2 files modified
README.md (+3/-102)
metadata.yaml (+5/-6)
To merge this branch: bzr merge lp:~kwmonroe/charms/trusty/platform-pm/deprecate
Reviewer Review Type Date Requested Status
IBM Charm Authors Pending
Review via email: mp+285977@code.launchpad.net

Description of the change

Please merge this deprecation notice since this charm should be replaced by ibm-platform-pm.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2015-09-29 07:52:49 +0000
3+++ README.md 2016-02-13 18:37:46 +0000
4@@ -1,102 +1,3 @@
5-Charm for IBM Platform Process Manager V 9.1.3
6-
7-Overview
8---------
9-
10-IBM Platform Process Manager
11-
12-Process Manager(PM) is a workload management tool that allows users to automate
13-their business processes.
14-
15-The Process Manager Server controls the submission of jobs to IBM Platform LSF software, managing any
16-dependencies between the jobs.
17-
18-LSF dispatches all jobs submitted to it by the Process Manager Server, and returns
19-the status of each jobs to the Process Manager Server. LSF also manages any
20-resource requirements and performs load balancing within the compute cluster.
21-
22-The Process Manager Client allows you to monitor your workload as it runs.
23-
24-For details on Platform Process Manager, as well as information on purchasing,
25-please visit:
26-
27-[Product Page] [product-page] and at the [Passport Advantage Site] [passport-pm].
28-
29-More information available at the [IBM Knowledge Center] [platform-pm-info]
30-
31-
32-Usage
33------
34-
35-Download your licensed `IBM Platform Process Manager 9.1.3`. To download and
36-install the code contained in this charm you must agree to the IBM license.
37-You can view the full license for IBM Platform Process Manager by visiting the [Software license agreements search website][license-info].
38-Search for "IBM Platform Process Manager for POWER" and choose the license that applies
39-to the version you are using.
40-
41-For Power (ppcle) Ubuntu, the packages and their part numbers are:
42-
43- IBM Platform Process Manager V9.1.3 Installer (CRSX1EN)
44- IBM Platform Process Manager V9.1.3 Client Flow Manager Package (CRSX3EN)
45- IBM Platform Process Manager V9.1.3 Server Packages (CRSX2EN)
46-
47-
48-Deploy
49-------
50-
51-The Platform Process Manager has to be deployed to a container that has the IBM Plaform LSF software
52-installed under the /usr/share/lsf/ directory. A separate charm for IBM Platform LSF is available for the same.
53-
54-To deploy Platform PM:
55-
56- juju deploy platform-pm --to <machine-id>
57-
58-<machine-id> is the container where Platform LSF is deployed.
59-
60-Platform PM Charm downloads the install packages from an SFTP server that can be setup in your network. An action called 'download' is provided
61-for the same:
62- juju action do <unit name> download username=<sftp user> password=<sftp password> packagedir=<full path to repository directory> host=<sftp host name>
63-
64-The packagedir path should end with a directory name that is same as this charm name (platform-pm) and should contain the packages that are to be downloaded.
65-
66-At this point Platform Process Manager install will wait for you to accept the IBM License. To install the downloaded binaries
67-you must agree to the IBM license:
68-
69- juju set platform-pm accept-ibm-pm-license=True
70-
71-Configuration
72--------------
73-See config.yaml file for more information.
74-
75-`accept-ibm-pm-license`
76-
77-The IBM Platform Process Manager software can only be used by accepting the terms and conditions for IBM
78-Platform Process Manager License. Setting this option to True indicates that you have read and accepted the
79-IBM Platform Process Manager terms and conditions found in the license file. The details about accessing the
80-license(s) can be found in the README. Do not set this to False if a relation exists.
81-
82-
83-
84-IBM Platform Process Manager Information
85-----------------------------
86-(1) General Information
87-Information on IBM Platform Process Manager available at the [IBM Knowledge Center] [platform-pm-info]
88-
89-(2) Download Information
90-Information on procuring IBM Platform Process Manager product is available at the
91-[Passport Advantage Site][passport-pm]
92-
93-(3) Contact Information
94-For issues with this charm, please contact IBM Juju Support Team <jujusupp@us.ibm.com>
95-
96-<!-- Links -->
97-
98-[product-page]: http://www-03.ibm.com/systems/platformcomputing/products/pm/processmanager.html
99-
100-[passport-pm]: http://www-01.ibm.com/software/passportadvantage/
101-
102-[license-info]: http://www-03.ibm.com/software/sla/sladb.nsf/search
103-
104-[platform-pm-info]: https://www-01.ibm.com/support/knowledgecenter/SSKTK2_9.1.3/process_manager_welcome/process_manager_welcome.html
105-
106-
107+# DEPRECATED
108+
109+This charm is no longer being maintained. Please use `ibm-platform-pm` instead.
110
111=== modified file 'metadata.yaml'
112--- metadata.yaml 2015-09-22 06:24:42 +0000
113+++ metadata.yaml 2016-02-13 18:37:46 +0000
114@@ -1,9 +1,8 @@
115-name: platform-pm
116-summary: IBM Platform Process Manager
117-maintainer: IBM Juju Support Team <jujusupp@us.ibm.com>
118+name: platform-pm
119+summary: IBM Platform Process Manager (deprecated, use ibm-platform-pm)
120+maintainer: IBM Juju Support Team <jujusupp@us.ibm.com>
121 description: |
122- IBM Platform Process Manager(PM) is a workload management tool that allows users to automate
123- their business processes.
124-tags:
125+ DEPRECATED: please use ibm-platform-pm instead.
126+tags:
127 - workload_management
128 subordinate: false

Subscribers

People subscribed via source and target branches