~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to juju-deployer/branch-source-builder.yaml.tmpl

  • Committer: Larry Works
  • Date: 2014-09-30 18:08:31 UTC
  • mfrom: (762.1.55 uci-engine)
  • Revision ID: larry.works@canonical.com-20140930180831-cpztlnifhc47ah69
Massive merge from trunk, no conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                current_code: ${CI_PAYLOAD_URL}
10
10
                available_code: ${CI_PAYLOAD_URL}
11
11
                unit-config: include-base64://configs/unit_config.yaml
12
 
                packages: "debhelper devscripts dput python-dput python-swiftclient lazr.enum python-txstatsd python-kombu"
 
12
                packages: "debhelper devscripts dput python-dput python-swiftclient lazr.enum python-txstatsd python-gnupg python-kombu"
13
13
                install_sources: |
14
14
                    - ${CI_PPA}
15
15
                    - "cloud:precise-icehouse"
30
30
                gpg-secret-keyring: include-base64://keys/gpg.sec
31
31
                gpg-public-keyring: include-base64://keys/gpg.pub
32
32
        ci-airline-rabbit:
33
 
            branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/rabbitmq-server@47
 
33
            branch: lp:charms/precise/rabbitmq-server@55
34
34
            charm: rabbitmq
 
35
            num_units: 1
35
36
            options:
36
37
                management_plugin: true
 
38
                source: cloud:precise-icehouse
37
39
    relations:
38
40
        - [ci-airline-bsb-worker, ci-airline-rabbit]
39
41
        - [ci-airline-bsb-worker, ci-airline-bsb-keys]