daily pastebin goal
75%
SHARE
TWEET

Untitled

a guest Aug 31st, 2016 61 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. relations:
  2. - - nova-compute:amqp
  3.   - rabbitmq-server:amqp
  4. - - neutron-gateway:amqp
  5.   - rabbitmq-server:amqp
  6. - - keystone:shared-db
  7.   - mysql:shared-db
  8. - - nova-cloud-controller:identity-service
  9.   - keystone:identity-service
  10. - - glance:identity-service
  11.   - keystone:identity-service
  12. - - neutron-api:identity-service
  13.   - keystone:identity-service
  14. - - neutron-openvswitch:neutron-plugin-api
  15.   - neutron-api:neutron-plugin-api
  16. - - neutron-api:shared-db
  17.   - mysql:shared-db
  18. - - neutron-api:amqp
  19.   - rabbitmq-server:amqp
  20. - - neutron-gateway:neutron-plugin-api
  21.   - neutron-api:neutron-plugin-api
  22. - - glance:shared-db
  23.   - mysql:shared-db
  24. - - glance:amqp
  25.   - rabbitmq-server:amqp
  26. - - nova-cloud-controller:image-service
  27.   - glance:image-service
  28. - - nova-compute:image-service
  29.   - glance:image-service
  30. - - nova-cloud-controller:cloud-compute
  31.   - nova-compute:cloud-compute
  32. - - nova-cloud-controller:amqp
  33.   - rabbitmq-server:amqp
  34. - - nova-cloud-controller:quantum-network-service
  35.   - neutron-gateway:quantum-network-service
  36. - - nova-compute:neutron-plugin
  37.   - neutron-openvswitch:neutron-plugin
  38. - - neutron-openvswitch:amqp
  39.   - rabbitmq-server:amqp
  40. - - openstack-dashboard:identity-service
  41.   - keystone:identity-service
  42. - - nova-cloud-controller:shared-db
  43.   - mysql:shared-db
  44. - - nova-cloud-controller:neutron-api
  45.   - neutron-api:neutron-api
  46. - - cinder:image-service
  47.   - glance:image-service
  48. - - cinder:amqp
  49.   - rabbitmq-server:amqp
  50. - - cinder:identity-service
  51.   - keystone:identity-service
  52. - - cinder:cinder-volume-service
  53.   - nova-cloud-controller:cinder-volume-service
  54. - - cinder:shared-db
  55.   - mysql:shared-db
  56. series: xenial
  57. services:
  58.   cinder:
  59.     annotations:
  60.       gui-x: '750'
  61.       gui-y: '0'
  62.     charm: cs:xenial/cinder-2
  63.     num_units: 1
  64.     options:
  65.       block-device: None
  66.       glance-api-version: 2
  67.     to:
  68.     - '1'
  69.   glance:
  70.     annotations:
  71.       gui-x: '250'
  72.       gui-y: '0'
  73.     charm: cs:xenial/glance-2
  74.     num_units: 1
  75.     to:
  76.     - '2'
  77.   keystone:
  78.     annotations:
  79.       gui-x: '500'
  80.       gui-y: '0'
  81.     charm: cs:xenial/keystone-2
  82.     num_units: 1
  83.     options:
  84.       admin-password: openstack
  85.     to:
  86.     - '3'
  87.   mysql:
  88.     annotations:
  89.       gui-x: '0'
  90.       gui-y: '250'
  91.     charm: cs:xenial/percona-cluster-2
  92.     num_units: 1
  93.     options:
  94.       max-connections: 20000
  95.     to:
  96.     - '4'
  97.   neutron-api:
  98.     annotations:
  99.       gui-x: '500'
  100.       gui-y: '500'
  101.     charm: cs:xenial/neutron-api-3
  102.     num_units: 1
  103.     options:
  104.       neutron-security-groups: true
  105.       flat-network-providers: physnet1
  106.     to:
  107.     - '1'
  108.   neutron-gateway:
  109.     annotations:
  110.       gui-x: '0'
  111.       gui-y: '0'
  112.     charm: cs:xenial/neutron-gateway-2
  113.     num_units: 1
  114.     options:
  115.       bridge-mappings: physnet1:br-ex
  116.       data-port: br-ex:eth0
  117.     to:
  118.     - '4'
  119.   neutron-openvswitch:
  120.     annotations:
  121.       gui-x: '250'
  122.       gui-y: '500'
  123.     charm: cs:xenial/neutron-openvswitch-3
  124.     num_units: 0
  125.   nova-cloud-controller:
  126.     annotations:
  127.       gui-x: '0'
  128.       gui-y: '500'
  129.     charm: cs:xenial/nova-cloud-controller-3
  130.     num_units: 1
  131.     options:
  132.       network-manager: Neutron
  133.     to:
  134.     - '2'
  135.   nova-compute:
  136.     annotations:
  137.       gui-x: '250'
  138.       gui-y: '250'
  139.     charm: cs:xenial/nova-compute-2
  140.     num_units: 3
  141.     options:
  142.       enable-live-migration: true
  143.       enable-resize: true
  144.       migration-auth-type: ssh
  145.     to:
  146.     - '1'
  147.   openstack-dashboard:
  148.     annotations:
  149.       gui-x: '500'
  150.       gui-y: '-250'
  151.     charm: cs:xenial/openstack-dashboard-2
  152.     num_units: 1
  153.     to:
  154.     - '3'
  155.   rabbitmq-server:
  156.     annotations:
  157.       gui-x: '500'
  158.       gui-y: '250'
  159.     charm: cs:xenial/rabbitmq-server-5
  160.     num_units: 1
  161.     to:
  162.     - '4'
RAW Paste Data
Top