lp:~ibmcharmers/charms/trusty/ibm-db2/trunk
Created by
Suchitra Venugopal
on
2015-10-30
and last modified on
2016-09-06
- Get this branch:
- bzr branch lp:~ibmcharmers/charms/trusty/ibm-db2/trunk
Members of
IBM Charm Authors
can upload to this branch. Log in for directions.
Branch merges
- Review Queue (community): Needs Fixing (automated testing) on 2017-11-24
- Kevin W Monroe: Disapprove on 2016-10-13
-
Diff: 4563 lines (+2966/-1212)47 files modified.build.manifest (+298/-0)
.gitignore (+2/-0)
Makefile (+24/-0)
README.md (+78/-64)
bin/layer_option (+24/-0)
config.yaml (+62/-71)
copyright (+1/-1)
files/archives/db2inst1.INS (+119/-0)
files/archives/db2installresfile/db2inst1.INS (+0/-119)
files/archives/db2installresfile/db2server.rsp (+0/-64)
files/archives/db2installresfile/db2server_ppcle.rsp (+0/-64)
files/archives/db2server.rsp (+64/-0)
files/archives/db2server_ppcle.rsp (+64/-0)
files/sftp_get.sh (+0/-19)
hooks/config-changed (+19/-568)
hooks/db-relation-broken (+19/-0)
hooks/db-relation-changed (+19/-0)
hooks/db-relation-departed (+19/-0)
hooks/db-relation-joined (+19/-14)
hooks/hook.template (+19/-0)
hooks/install (+19/-62)
hooks/leader-elected (+19/-0)
hooks/leader-settings-changed (+19/-0)
hooks/relations/db2/README.md (+66/-0)
hooks/relations/db2/interface.yaml (+4/-0)
hooks/relations/db2/provides.py (+88/-0)
hooks/relations/db2/requires.py (+65/-0)
hooks/start (+19/-48)
hooks/stop (+19/-30)
hooks/update-status (+19/-0)
hooks/upgrade-charm (+28/-0)
layer.yaml (+24/-0)
lib/charms/__init__.py (+2/-0)
lib/charms/apt.py (+182/-0)
lib/charms/layer/__init__.py (+21/-0)
lib/charms/layer/basic.py (+159/-0)
lib/charms/layer/execd.py (+138/-0)
lib/charms/leadership.py (+58/-0)
metadata.yaml (+22/-14)
reactive/apt.py (+112/-0)
reactive/ibm-base.sh (+107/-0)
reactive/ibm-db2.sh (+816/-0)
reactive/leadership.py (+68/-0)
requirements.txt (+2/-0)
tests/00-setup (+10/-24)
tests/10-bundles-test.py (+18/-50)
tox.ini (+12/-0)
Branch information
- Owner:
- IBM Charm Authors
- Status:
- Development
Recent revisions
- 63. By Kevin W Monroe on 2016-07-14
-
new build of layered db2 charm (source lives in lp:~ibmcharmers/charms/trusty/layer-ibm-db2/trunk)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
