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#