Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created October 23, 2015 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoceppi/58a5598f038fda5fc8cd to your computer and use it in GitHub Desktop.
Save marcoceppi/58a5598f038fda5fc8cd to your computer and use it in GitHub Desktop.
series: trusty
services:
ceph:
annotations:
gui-x: '750'
gui-y: '500'
charm: cs:trusty/ceph-38
num_units: 3
options:
fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7
monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
osd-devices: /dev/sdb
osd-reformat: 'yes'
source: cloud:trusty-kilo
to:
- '1'
- '2'
- '3'
ceph-osd:
annotations:
gui-x: '1000'
gui-y: '500'
charm: cs:trusty/ceph-osd-12
num_units: 1
options:
osd-devices: /dev/sdb
osd-reformat: 'yes'
source: cloud:trusty-kilo
to:
- '0'
ceph-radosgw:
annotations:
gui-x: '1000'
gui-y: '250'
charm: cs:trusty/ceph-radosgw-15
num_units: 1
options:
source: cloud:trusty-kilo
use-embedded-webserver: true
to:
- lxc:0
cinder:
annotations:
gui-x: '750'
gui-y: '0'
charm: cs:trusty/cinder-26
num_units: 1
options:
block-device: None
glance-api-version: 2
ha-mcastport: 5401
openstack-origin: cloud:trusty-kilo
to:
- lxc:1
cinder-ceph:
annotations:
gui-x: '750'
gui-y: '250'
charm: cs:trusty/cinder-ceph-9
num_units: 0
glance:
annotations:
gui-x: '250'
gui-y: '0'
charm: cs:trusty/glance-24
num_units: 1
options:
ha-mcastport: 5402
openstack-origin: cloud:trusty-kilo
to:
- lxc:2
keystone:
annotations:
gui-x: '500'
gui-y: '0'
charm: cs:trusty/keystone-28
num_units: 1
options:
admin-password: openstack
ha-mcastport: 5403
openstack-origin: cloud:trusty-kilo
to:
- lxc:3
mysql:
annotations:
gui-x: '0'
gui-y: '250'
charm: cs:trusty/percona-cluster-26
num_units: 1
options:
max-connections: 20000
to:
- lxc:0
rabbitmq-server:
annotations:
gui-x: '500'
gui-y: '250'
charm: cs:trusty/rabbitmq-server-33
num_units: 1
to:
- lxc:0
relations:
- - keystone:shared-db
- mysql:shared-db
- - glance:identity-service
- keystone:identity-service
- - glance:shared-db
- mysql:shared-db
- - glance:amqp
- rabbitmq-server:amqp
- - cinder:image-service
- glance:image-service
- - cinder:amqp
- rabbitmq-server:amqp
- - cinder:identity-service
- keystone:identity-service
- - cinder:cinder-volume-service
- nova-cloud-controller:cinder-volume-service
- - cinder-ceph:storage-backend
- cinder:storage-backend
- - ceph:client
- nova-compute:ceph
- - cinder:shared-db
- mysql:shared-db
- - ceph:client
- cinder-ceph:ceph
- - ceph:client
- glance:ceph
- - ceph-osd:mon
- ceph:osd
- - ceph-radosgw:mon
- ceph:radosgw
- - ceph-radosgw:identity-service
- keystone:identity-service
machines:
'0':
constraints: arch=amd64
series: trusty
'1':
constraints: arch=amd64 root-disk=250G
series: trusty
'2':
constraints: arch=amd64 root-disk=250G
series: trusty
'3':
constraints: arch=amd64 root-disk=250G
series: trusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment