Code review comment for lp:~chad.smith/charms/precise/storage/storage-nfs-python-provider

Revision history for this message
Chad Smith (chad.smith) wrote :

Here's the corrected postgres-storage.cfg deployer file (make sure to set all OS_* to your env values)

common:
    services:
        postgresql:
            branch: lp:~fcorrea/charms/precise/postgresql/delegate-blockstorage-to-storage-subordinate
            constraints: mem=2048
            options:
                extra-packages: python-apt postgresql-contrib postgresql-9.1-debversion
                max_connections: 500
        storage:
            branch: lp:~chad.smith/charms/precise/storage/storage-nfs-python-provider
            options:
                provider: nova
                key: OS_USERNAME
                tenant: OS_TENANT_NAME
                secret: OS_PASSWORD
                endpoint: https://keystone.canonistack.canonical.com:443/v2.0/
                region: OS_REGION_NAME

jfdi:
    inherits: common
    series: precise
    relations:
        - ["postgresql:data", "storage:data"]

https://pastebin.canonical.com/103331/

« Back to merge proposal