lp:~ibmcharmers/charms/trusty/layer-ibm-db2/trunk

Created by Suchitra Venugopal and last modified
Get this branch:
bzr branch lp:~ibmcharmers/charms/trusty/layer-ibm-db2/trunk
Members of IBM Charm Authors can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
IBM Charm Authors
Status:
Development

Recent revisions

25. By Suchitra Venugopal

Setting the pw only wrequired

24. By Kevin W Monroe

indeed we do need an OR to catch the grep -v failure, but the last implementation (r20) had the redirection too late. fixed now

23. By Suchitra Venugopal

README updates for DB2 Limitations

22. By Kevin W Monroe

fix previous function name

21. By Kevin W Monroe

revert revision 20 (original problem was in the ubuntu-devenv consumer charm key formatting); add status message when db2 is ready and waiting on consumers

20. By Kevin W Monroe

fix ssh key removal if we only had 1 entry in authorized_keys (otherwise, grep -v would fail, which would fail the hook because of set -e)

19. By Kevin W Monroe

Multiple updates to the ibm-db2 layered source:

- use pwgen to generate random passwords (applications providing network
services cannot use default passwords)
- use global vars when appropriate
- update equlity tests (bash uses == for string comparison, -eq for numeric)
- do not change the password if the db system user already exists (otherwise
we would generate a new random password that connected applications would
have to handle)
- minor status, log, and format tweaks
- add handlers for missing license and curl config options
- only send relation data if we created a new db (a new db implies a new
user and instance, which is the only time we need to send relation data)

18. By Kevin W Monroe

remove redefinition of global user/pw vars

17. By Kevin W Monroe

ensure relation_call uses the correct state; minor format tweaks

16. By Kevin W Monroe

adjust logging (reactive -x produces way too much data); remove unnecessary apt-get update call

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.