Merge lp:~kwmonroe/charms/trusty/xcat/deprecate into lp:~ibmcharmers/charms/trusty/xcat/trunk

Proposed by Kevin W Monroe
Status: Merged
Merged at revision: 39
Proposed branch: lp:~kwmonroe/charms/trusty/xcat/deprecate
Merge into: lp:~ibmcharmers/charms/trusty/xcat/trunk
Diff against target: 93 lines (+6/-73)
2 files modified
README.md (+3/-71)
metadata.yaml (+3/-2)
To merge this branch: bzr merge lp:~kwmonroe/charms/trusty/xcat/deprecate
Reviewer Review Type Date Requested Status
Venkatesh (community) Approve
Review via email: mp+288148@code.launchpad.net

Description of the change

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

To post a comment you must log in.
Revision history for this message
Venkatesh (n-venkatesh) :
review: Approve

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-10-09 05:38:59 +0000
3+++ README.md 2016-03-04 18:31:14 +0000
4@@ -1,71 +1,3 @@
5-# Overview
6-
7-This charm installs the basic xCAT application on either amd64 or Power architectures.
8-The initial installation steps follow the instructions given in the sourceforge [link.][installation-steps]
9-
10-There are suggested pre-installation and post-installation steps that the user should follow.
11-
12-Ensure to run this charm on release that has xCAT support. The minimum release expected is trusty.
13-
14-# Pre-installation
15-
16-There are two assumptions made pre-execution of the xCAT charm:
17-
18-a) There is a defined domain name that will propagate in the container in which xCAT will be installed.
19-If a defined domain name is not available at container creation time, then the xCAT installation will fail.
20-
21-b) The default repository for xCAT is found on sourceforge.net.
22-
23-If the user chooses to customize the domain name or use an alternate xCAT repository, they may alter the installation parameters found within [config.yaml] which are having default values as below
24-
25- XCAT_DOMAIN=""
26- XCAT_REPO="sourceforge.net"
27-
28-If XCAT_DOMAIN is not altered by the user, the charm will create a container based on the default domain name of
29-the system if it exists. If not, the user will have to set the XCAT_DOMAIN name. It is recommended to use default value for XCAT_REPO="sourceforge.net".
30-
31-# Installation
32-
33-If the user chooses to customize the either of the two variables with a custom yaml file, then the xCAT deployment command is:
34-
35- juju deploy --config override.yaml xcat
36-
37-If the user chooses to go with the default values then:
38-
39- juju deploy xcat
40-
41-After the deployment, the user should expose the xCAT charm via:
42-
43- juju expose xcat
44-
45-# Post-installation configuration
46-
47-Due to the specific nature and use of xCAT, user will have to customize networks, images, and clients
48-serviced by xCAT. Thus, only part of the Quick Start installation instructions were implemented by
49-the charm. The user should browse the Quick Start guide for customization steps in the [link][installation-steps]
50-
51-# configure-xcat
52-
53-Access to the container is achieved as in the example below. For more information refer xcat configuration [link][config-steps].
54-
55- juju ssh xcat/0
56-
57-# Known Limitations and Issues
58-
59-When this charm attempts to deploy, and there is no host or domain entry configuration in /etc/hosts, then this charm will halt and log this failure in the juju debug-log. An override variable for the domain is provided in the install script.
60-
61-The user should create a yaml file which contains override variables. Then, the charm should be deployed referencing these override variables or by setting the XCAT_DOMAIN name value.
62-
63-If no override domain is provided and the provisioned container is not configured with a domain name, the charm installation will halt with error.
64-
65-
66-# Contact Information
67-
68-For issues with this charm, please contact IBM Juju Support Team <jujusupp@us.ibm.com>
69-
70-
71-<!-- Links -->
72-
73-[installation-steps]: http://sourceforge.net/p/xcat/wiki/Ubuntu_Quick_Start/
74-
75-[config-steps]: http://sourceforge.net/p/xcat/wiki/Ubuntu_Quick_Start/#configure-xcat
76+# DEPRECATED
77+
78+This charm is no longer being maintained. Please use `ibm-xcat` instead.
79
80=== modified file 'metadata.yaml'
81--- metadata.yaml 2015-12-04 07:01:21 +0000
82+++ metadata.yaml 2016-03-04 18:31:14 +0000
83@@ -1,7 +1,8 @@
84 name: xcat
85-summary: This charm installs base xCAT with no configuration.
86+summary: xCAT (deprecated, use ibm-db2)
87 maintainer: Juju Support Team <jujusupp@us.ibm.com>
88-description: Installation of xCAT from packages available on Sourceforge.net. Performs base install without additional network or image customization. Additional customization is left to the admin.
89+description: |
90+ DEPRECATED: please use ibm-xcat instead.
91 tags:
92 - ibm
93 - ops

Subscribers

People subscribed via source and target branches