Skip to content

Instantly share code, notes, and snippets.

@jcsackett
Created September 1, 2015 14:17
Show Gist options
  • Save jcsackett/d9ccefef4377bfab047d to your computer and use it in GitHub Desktop.
Save jcsackett/d9ccefef4377bfab047d to your computer and use it in GitHub Desktop.
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