Ubuntu Pastebin

Paste from shruhtima at Thu, 3 Nov 2016 15:48:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
root@islrpbeixv685:~/charms/layers/layer-ibm-http# cat layer.yaml
repo: bzr+ssh://bazaar.launchpad.net/~ibmcharmers/charms/trusty/layer-ibm-http/trunk/
includes: ['layer:basic', 'layer:ibm-im', 'interface:was-ihs']
options:
 basic:
  packages:
      - unzip



After charm build:

root@islrpbeixv685:~/charms/trusty/ibm-http/reactive# ls
apt.py  ibm-base.sh  ibm_http.py  __init__.py  leadership.py

root@islrpbeixv685:~/charms/trusty/ibm-http# cat metadata.yaml
"name": "ibm-http"
"summary": "IBM HTTP-SERVER Product"
"maintainer": "IBM Juju Support Team <jujusupp@us.ibm.com>"
"description": |
  IBM HTTP Server is a full-featured web server that is included with other products such as IBM WebSphere Application Server at no charge.
"tags":
- "ibm"
- "ibm"
- "ibm"
- "was-ihs"
"requires":
  "ihs":
    "interface": "was-ihs"
    "scope": "container"
"min-juju-version": "2.0-beta1"
"resources":
  "ibm_http_installer1":
    "type": "file"
    "filename": "ibm_http.installer1.zip"
    "description": "Http Server installer part1 archive."
  "ibm_http_installer2":
    "type": "file"
    "filename": "ibm_http.installer2.zip"
    "description": "Http Server installer part2 archive."
  "ibm_http_installer3":
    "type": "file"
    "filename": "ibm_http.installer3.zip"
    "description": "Http Server installer part3 archive.."
  "ibm_http_power_installer":
    "type": "file"
    "filename": "ibm_http_power_installer.zip"
    "description": "Http Server power installer archive."
  "ibm_http_server_fixpack1":
    "type": "file"
    "filename": "ibm_http_server_fixpack1.zip"
    "description": "Http Server fix pack part1 archive."
  "ibm_http_server_fixpack2":
    "type": "file"
    "filename": "ibm_http_server_fixpack2.zip"
    "description": "Http Server fix pack part2 archive."
  "ibm_http_server_WCT_fixpack1":
    "type": "file"
    "filename": "ibm_http_server_WCT_fixpack1.zip"
    "description": "Http Server fix pack WCT part1 archive."
  "ibm_http_server_WCT_fixpack2":
    "type": "file"
    "filename": "ibm_http_server_WCT_fixpack2.zip"
    "description": "Http Server fix pack WCT part2 archive."
"subordinate": !!bool "true"
"terms":
- "ibm-http-server/2"
- "ibm-http-plg/1"
- "ibm-http-wct/1"
root@islrpbeixv685:~/charms/trusty/ibm-http#
Download as text