~ursinha/ubuntu-ci-services-itself/401-copying-di-check

« back to all changes in this revision

Viewing changes to juju-deployer/ppa-assigner.yaml

  • Committer: Andy Doan
  • Date: 2013-11-25 17:45:20 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: andy.doan@canonical.com-20131125174520-1ez8vcn6ht0pdvls
add a juju-deployer config and update README

NOTE: this config doesn't yet work, but its a start. Broken
things in the deployer are:

 * doesn't install pre-reqs
 * doesn't seem to run ./manage syncdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ppa-assigner-staging:
 
2
    series: precise
 
3
    services:
 
4
        django:
 
5
            charm: python-django
 
6
            branch: lp:charms/precise/python-django
 
7
            options:
 
8
                vcs: bzr
 
9
                repos_url: "lp:ubuntu-ci-services-itself"
 
10
                additional_distro_packages: python-django-south, python-mock
 
11
                additional_pip_packages: django-tastypie==0.9.15
 
12
                application_path: ppa-assigner/
 
13
                python_path: /srv/ppa_assigner/ci-utils
 
14
        postgres:
 
15
            branch: lp:charms/precise/postgresql
 
16
            charm: postgresql
 
17
        gunicorn:
 
18
            branch: lp:charms/precise/gunicorn
 
19
            charm: gunicorn
 
20
    relations:
 
21
        - [django, "postgres:db"]
 
22
        - [django, gunicorn]