Skip to content

Instantly share code, notes, and snippets.

@jamesbeedy
Created May 10, 2016 19:00
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 jamesbeedy/9ff2d8ba5b6a5670c0e6c2a0fcdd8f0c to your computer and use it in GitHub Desktop.
Save jamesbeedy/9ff2d8ba5b6a5670c0e6c2a0fcdd8f0c to your computer and use it in GitHub Desktop.
relations:
- - nova-compute:amqp
- rabbitmq-server:amqp
- - neutron-gateway:amqp
- rabbitmq-server:amqp
- - keystone:shared-db
- mysql:shared-db
- - nova-cloud-controller:identity-service
- keystone:identity-service
- - glance:identity-service
- keystone:identity-service
- - neutron-api:identity-service
- keystone:identity-service
- - neutron-openvswitch:neutron-plugin-api
- neutron-api:neutron-plugin-api
- - neutron-api:shared-db
- mysql:shared-db
- - neutron-api:amqp
- rabbitmq-server:amqp
- - neutron-gateway:neutron-plugin-api
- neutron-api:neutron-plugin-api
- - glance:shared-db
- mysql:shared-db
- - glance:amqp
- rabbitmq-server:amqp
- - nova-cloud-controller:image-service
- glance:image-service
- - nova-compute:image-service
- glance:image-service
- - nova-cloud-controller:cloud-compute
- nova-compute:cloud-compute
- - nova-cloud-controller:amqp
- rabbitmq-server:amqp
- - nova-cloud-controller:quantum-network-service
- neutron-gateway:quantum-network-service
- - nova-compute:neutron-plugin
- neutron-openvswitch:neutron-plugin
- - neutron-openvswitch:amqp
- rabbitmq-server:amqp
- - openstack-dashboard:identity-service
- keystone:identity-service
- - nova-cloud-controller:shared-db
- mysql:shared-db
- - nova-cloud-controller:neutron-api
- neutron-api:neutron-api
- - 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-radosgw:mon
- ceph:radosgw
- - ceph-radosgw:identity-service
- keystone:identity-service
- - nova-compute:lxd
- lxd:lxd
series: xenial
services:
ceph:
annotations:
gui-x: '750'
gui-y: '500'
charm: cs:xenial/ceph
num_units: 3
options:
fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7
monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
osd-devices: /srv/osd
use-direct-io: False
ceph-radosgw:
annotations:
gui-x: '1000'
gui-y: '250'
charm: cs:xenial/ceph-radosgw
num_units: 1
options:
use-embedded-webserver: true
cinder:
annotations:
gui-x: '750'
gui-y: '0'
charm: cs:xenial/cinder
num_units: 1
options:
block-device: None
glance-api-version: 2
cinder-ceph:
annotations:
gui-x: '750'
gui-y: '250'
charm: cs:xenial/cinder-ceph
num_units: 0
glance:
annotations:
gui-x: '250'
gui-y: '0'
charm: cs:xenial/glance
num_units: 1
keystone:
annotations:
gui-x: '500'
gui-y: '0'
charm: cs:xenial/keystone
num_units: 1
options:
admin-password: openstack
mysql:
annotations:
gui-x: '0'
gui-y: '250'
charm: cs:xenial/percona-cluster
num_units: 1
options:
max-connections: 20000
dataset-size: 256M
neutron-api:
annotations:
gui-x: '500'
gui-y: '500'
charm: cs:xenial/neutron-api
num_units: 1
options:
neutron-security-groups: true
overlay-network-type: "gre vxlan"
neutron-gateway:
annotations:
gui-x: '0'
gui-y: '0'
charm: cs:xenial/neutron-gateway
num_units: 1
options:
ext-port: eth1
neutron-openvswitch:
annotations:
gui-x: '250'
gui-y: '500'
charm: cs:xenial/neutron-openvswitch
num_units: 0
nova-cloud-controller:
annotations:
gui-x: '0'
gui-y: '500'
charm: cs:xenial/nova-cloud-controller
num_units: 1
options:
network-manager: Neutron
nova-compute:
annotations:
gui-x: '250'
gui-y: '250'
charm: cs:xenial/nova-compute
num_units: 1
options:
enable-live-migration: False
enable-resize: False
virt-type: lxd
lxd:
charm: cs:xenial/lxd
options:
block-device: None
openstack-dashboard:
annotations:
gui-x: '500'
gui-y: '-250'
charm: cs:xenial/openstack-dashboard
num_units: 1
rabbitmq-server:
annotations:
gui-x: '500'
gui-y: '250'
charm: cs:xenial/rabbitmq-server
num_units: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment