~ajkavanagh/+junk/useful-things

« back to all changes in this revision

Viewing changes to charm-manual-testing/manila/v3_keystone/barbican.yaml

  • Committer: Alex Kavanagh
  • Date: 2016-12-01 17:01:49 UTC
  • Revision ID: alex.kavanagh@canonical.com-20161201170149-ytewr1hw7z2xre8o
Added serverstack.yaml for juju & manila testing scripts

Note that the manila testing scripts are for serverstack ONLY.
There's a different github repo for manual testing of
manila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim: set ts=2 et:
 
2
# deployer bundle for development ('next') charms
 
3
# UOSCI relies on this for OS-on-OS deployment testing
 
4
openstack-services:
 
5
  series: trusty
 
6
  services:
 
7
    mysql:
 
8
      charm: cs:~openstack-charmers/xenial/percona-cluster
 
9
      constraints: mem=1G
 
10
      options:
 
11
        dataset-size: 50%
 
12
    rabbitmq-server:
 
13
      charm: cs:~openstack-charmers/xenial/rabbitmq-server
 
14
      constraints: mem=1G
 
15
    keystone:
 
16
      charm: cs:~openstack-charmers/xenial/keystone
 
17
      constraints: mem=1G
 
18
      options:
 
19
        admin-password: openstack
 
20
        admin-token: ubuntutesting
 
21
        preferred-api-version: "3"
 
22
    barbican:
 
23
      charm: local:xenial/barbican
 
24
      options:
 
25
        require-hsm-plugin: False
 
26
        keystone-api-version: "3"
 
27
  relations:
 
28
    - [ keystone, mysql ]
 
29
    - [ barbican, mysql ]
 
30
    - [ barbican, rabbitmq-server ]
 
31
    - [ barbican, keystone ]