Skip to content

Instantly share code, notes, and snippets.

@jamesbeedy
Created November 16, 2016 20:46
Show Gist options
  • Save jamesbeedy/5e9d4318a8ffdda2c677b670eccf0bda to your computer and use it in GitHub Desktop.
Save jamesbeedy/5e9d4318a8ffdda2c677b670eccf0bda to your computer and use it in GitHub Desktop.
series: xenial
machines:
0:
series: xenial
constraints: "spaces=barbican"
1:
series: xenial
constraints: "spaces=barbican"
2:
series: xenial
constraints: "spaces=barbican"
3:
series: xenial
constraints: "spaces=barbican"
4:
series: xenial
constraints: "spaces=barbican"
5:
series: xenial
constraints: "spaces=barbican"
relations:
- - keystone
- barbican
- - percona-cluster
- keystone
- - percona-cluster
- barbican
- - rabbitmq-server
- barbican
services:
barbican:
annotations:
gui-x: '750'
gui-y: '500'
charm: cs:~openstack-charmers/barbican-1
num_units: 1
options:
os-public-hostname: "barbican.creativedrive.com"
keystone-api-version: "3"
to:
- '0'
keystone:
annotations:
gui-x: '760'
gui-y: '500'
charm: cs:keystone-258
num_units: 1
options:
os-internal-hostname: "barbican.keystone.creativedrive.com"
os-public-hostname: "barbican.keystone.creativedrive.com"
os-admin-hostname: "barbican.keystone.creativedrive.com"
preferred-api-version: "3"
admin-password: "openstack"
to:
- '1'
percona-cluster:
annotations:
gui-x: '770'
gui-y: '450'
charm: cs:percona-cluster-246
num_units: 1
options:
root-password: my-root-password
sst-password: my-sst-password
to:
- '2'
- '3'
- '4'
rabbitmq-server:
annotations:
gui-x: '755'
gui-y: '450'
charm: cs:rabbitmq-server-56
num_units: 1
to:
- '5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment