lp://qastaging/~timrchavez/charm-helpers/jenkins-slave-fix-slave-relation-joined
Created by
Timothy R. Chavez
and last modified
- Get this branch:
- bzr branch lp://qastaging/~timrchavez/charm-helpers/jenkins-slave-fix-slave-relation-joined
Only
Timothy R. Chavez
can upload to this branch. If you are
Timothy R. Chavez
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://qastaging/charm-helpers
- Jorge Niedbalski (community): Disapprove
- Marco Ceppi: Needs Information
-
Diff: 190 lines (+128/-0)11 files modifiedconfig.yaml (+8/-0)
copyright (+17/-0)
hooks/install (+28/-0)
hooks/install.d/README (+7/-0)
hooks/slave-relation-changed (+25/-0)
hooks/slave-relation-departed (+3/-0)
hooks/slave-relation-joined (+20/-0)
hooks/start (+3/-0)
hooks/stop (+3/-0)
metadata.yaml (+13/-0)
revision (+1/-0)
Branch information
Recent revisions
- 11. By Timothy R. Chavez
-
Add missing 'relation-set' of 'slaveaddress' so that Jenkins slaves can
be added to the Jenkins master via the 'juju add-relation' interface.
Currently the Jenkins master hook assumes (see: master-relation- changed)
that the Jenkins slave sets 'slaveaddress' and will use value to add the
slave. If no value is set for 'slaveaddress', it will be empty, and the
'addnode' script it passes the value to will fail.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/charm-helpers