Created
September 1, 2015 14:17
-
-
Save jcsackett/d9ccefef4377bfab047d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
series: vivid | |
services: | |
keystone: | |
charm: keystone | |
branch: lp:~openstack-charmers/charms/trusty/keystone/trunk | |
num_units: 1 | |
options: | |
admin-password: openstack | |
ha-mcastport: 5403 | |
openstack-origin: distro | |
openstack-dashboard: | |
annotations: | |
gui-x: '500' | |
gui-y: '-250' | |
charm: openstack-dashboard | |
branch: lp:~openstack-charmers/charms/trusty/openstack-dashboard/trunk | |
num_units: 1 | |
options: | |
openstack-origin-git: | | |
repositories: | |
- {name: requirements, | |
repository: 'git://github.com/openstack/requirements', | |
branch: master} | |
- {name: horizon, | |
repository: 'git://github.com/openstack/horizon', | |
branch: master} | |
mysql: | |
annotations: | |
gui-x: '0' | |
gui-y: '250' | |
charm: cs:trusty/percona-cluster-26 | |
num_units: 1 | |
options: | |
max-connections: 20000 | |
relations: | |
- - openstack-dashboard:identity-service | |
- keystone:identity-service | |
- - keystone:shared-db | |
- mysql:shared-db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment