daily pastebin goal
72%
SHARE
TWEET

Untitled

a guest Nov 3rd, 2015 88 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. machines:
  2.   '0':
  3.     constraints: "arch=amd64 cpu-cores=4 root-disk=2072"
  4.     series: trusty
  5.   '1':
  6.     series: trusty
  7.   '2':
  8.     series: trusty
  9.   '3':
  10.     series: trusty
  11.   '4':
  12.     series: trusty
  13.   '5':
  14.     series: trusty
  15. relations:
  16. - - nova-compute:amqp
  17.   - rabbitmq-server:amqp
  18. - - neutron-gateway:amqp
  19.   - rabbitmq-server:amqp
  20. - - keystone:shared-db
  21.   - mysql:shared-db
  22. - - nova-cloud-controller:identity-service
  23.   - keystone:identity-service
  24. - - glance:identity-service
  25.   - keystone:identity-service
  26. - - neutron-api:identity-service
  27.   - keystone:identity-service
  28. - - neutron-openvswitch:neutron-plugin-api
  29.   - neutron-api:neutron-plugin-api
  30. - - neutron-api:shared-db
  31.   - mysql:shared-db
  32. - - neutron-api:amqp
  33.   - rabbitmq-server:amqp
  34. - - neutron-gateway:neutron-plugin-api
  35.   - neutron-api:neutron-plugin-api
  36. - - glance:shared-db
  37.   - mysql:shared-db
  38. - - glance:amqp
  39.   - rabbitmq-server:amqp
  40. - - nova-cloud-controller:image-service
  41.   - glance:image-service
  42. - - nova-compute:image-service
  43.   - glance:image-service
  44. - - nova-cloud-controller:cloud-compute
  45.   - nova-compute:cloud-compute
  46. - - nova-cloud-controller:amqp
  47.   - rabbitmq-server:amqp
  48. - - nova-cloud-controller:quantum-network-service
  49.   - neutron-gateway:quantum-network-service
  50. - - nova-compute:neutron-plugin
  51.   - neutron-openvswitch:neutron-plugin
  52. - - neutron-openvswitch:amqp
  53.   - rabbitmq-server:amqp
  54. - - openstack-dashboard:identity-service
  55.   - keystone:identity-service
  56. - - nova-cloud-controller:shared-db
  57.   - mysql:shared-db
  58. - - nova-cloud-controller:neutron-api
  59.   - neutron-api:neutron-api
  60. - - cinder:image-service
  61.   - glance:image-service
  62. - - cinder:amqp
  63.   - rabbitmq-server:amqp
  64. - - cinder:identity-service
  65.   - keystone:identity-service
  66. - - cinder:cinder-volume-service
  67.   - nova-cloud-controller:cinder-volume-service
  68. - - cinder-ceph:storage-backend
  69.   - cinder:storage-backend
  70. - - ceph:client
  71.   - nova-compute:ceph
  72. - - cinder:shared-db
  73.   - mysql:shared-db
  74. - - ceph:client
  75.   - cinder-ceph:ceph
  76. - - ceph:client
  77.   - glance:ceph
  78. - - ceph-osd:mon
  79.   - ceph:osd
  80. - - ntp:juju-info
  81.   - nova-compute:juju-info
  82. - - ntp:juju-info
  83.   - neutron-gateway:juju-info
  84. - - ceph-radosgw:mon
  85.   - ceph:radosgw
  86. - - ceph-radosgw:identity-service
  87.   - keystone:identity-service
  88. series: trusty
  89. services:
  90.   ceph:
  91.     annotations:
  92.       gui-x: '750'
  93.       gui-y: '500'
  94.     charm: cs:trusty/ceph-38
  95.     num_units: 3
  96.     options:
  97.       fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7
  98.       monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
  99.       osd-devices:  /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl /dev/sdm /dev/sdn /dev/sdo /dev/sdp /dev/sdq /dev/sdr
  100.       osd-reformat: 'yes'
  101.       source: cloud:trusty-kilo
  102.     to:
  103.       - '0'
  104.       - '1'
  105.       - '2'
  106.   ceph-osd:
  107.     annotations:
  108.       gui-x: '1000'
  109.       gui-y: '500'
  110.     charm: cs:trusty/ceph-osd-12
  111.     num_units: 3
  112.     options:
  113.       osd-devices:  /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl /dev/sdm /dev/sdn /dev/sdo /dev/sdp /dev/sdq /dev/sdr
  114.       osd-reformat: 'yes'
  115.       source: cloud:trusty-kilo
  116.     to:
  117.       - '3'
  118.       - '4'
  119.       - '5'
  120.   ceph-radosgw:
  121.     num_units: 1
  122.     annotations:
  123.       gui-x: '1000'
  124.       gui-y: '250'
  125.     charm: cs:trusty/ceph-radosgw-15
  126.     options:
  127.       source: cloud:trusty-kilo
  128.       use-embedded-webserver: true
  129.     to:
  130.       - lxc:0
  131.   cinder:
  132.     num_units: 2
  133.     annotations:
  134.       gui-x: '750'
  135.       gui-y: '0'
  136.     charm: cs:trusty/cinder-26
  137.     options:
  138.       block-device: None
  139.       glance-api-version: 2
  140.       ha-mcastport: 5401
  141.       openstack-origin: cloud:trusty-kilo
  142.     to:
  143.       - lxc:0
  144.       - lxc:1
  145.   cinder-ceph:
  146.     annotations:
  147.       gui-x: '750'
  148.       gui-y: '250'
  149.     charm: cs:trusty/cinder-ceph-9
  150.     options:
  151.       ceph-osd-replication-count: 2
  152.     num_units: 0
  153.   glance:
  154.     annotations:
  155.       gui-x: '250'
  156.       gui-y: '0'
  157.     charm: cs:trusty/glance-24
  158.     num_units: 2
  159.     options:
  160.       ha-mcastport: 5402
  161.       openstack-origin: cloud:trusty-kilo
  162.     to:
  163.       - lxc:1
  164.       - lxc:2
  165.   keystone:
  166.     annotations:
  167.       gui-x: '500'
  168.       gui-y: '0'
  169.     charm: cs:trusty/keystone-28
  170.     options:
  171.       admin-password: openstack
  172.       ha-mcastport: 5403
  173.       openstack-origin: cloud:trusty-kilo
  174.     num_units: 2
  175.     to:
  176.       - lxc:2
  177.       - lxc:3
  178.   mysql:
  179.     annotations:
  180.       gui-x: '0'
  181.       gui-y: '250'
  182.     charm: cs:trusty/percona-cluster-26
  183.     options:
  184.       max-connections: 20000
  185.     num_units: 2
  186.     to:
  187.       - lxc:3
  188.       - lxc:4
  189.   neutron-api:
  190.     annotations:
  191.       gui-x: '500'
  192.       gui-y: '500'
  193.     charm: cs:trusty/neutron-api-17
  194.     options:
  195.       neutron-security-groups: true
  196.       openstack-origin: cloud:trusty-kilo
  197.     num_units: 2
  198.     to:
  199.       - lxc:4
  200.       - lxc:5
  201.   neutron-gateway:
  202.     annotations:
  203.       gui-x: '0'
  204.       gui-y: '0'
  205.     charm: cs:trusty/neutron-gateway-5
  206.     options:
  207.       ext-port: eth1
  208.       openstack-origin: cloud:trusty-kilo
  209.     num_units: 1
  210.     to:
  211.       - '0'
  212.   neutron-openvswitch:
  213.     annotations:
  214.       gui-x: '250'
  215.       gui-y: '500'
  216.     charm: cs:trusty/neutron-openvswitch-9
  217.     num_units: 0
  218.   nova-cloud-controller:
  219.     annotations:
  220.       gui-x: '0'
  221.       gui-y: '500'
  222.     charm: cs:trusty/nova-cloud-controller-60
  223.     options:
  224.       network-manager: Neutron
  225.       openstack-origin: cloud:trusty-kilo
  226.       quantum-security-groups: 'yes'
  227.     num_units: 2
  228.     to:
  229.       - lxc:2
  230.       - lxc:3
  231.   nova-compute:
  232.     annotations:
  233.       gui-x: '250'
  234.       gui-y: '250'
  235.     charm: cs:trusty/nova-compute-26
  236.     options:
  237.       enable-live-migration: true
  238.       enable-resize: true
  239.       migration-auth-type: ssh
  240.       openstack-origin: cloud:trusty-kilo
  241.     num_units: 6
  242.     to:
  243.       - '0'
  244.       - '1'
  245.       - '2'
  246.       - '3'
  247.       - '4'
  248.       - '5'
  249.   ntp:
  250.     annotations:
  251.       gui-x: '1000'
  252.       gui-y: '0'
  253.     charm: cs:trusty/ntp-11
  254.     num_units: 0
  255.   openstack-dashboard:
  256.     charm: cs:trusty/openstack-dashboard-16
  257.     openstack-origin: cloud:trusty-kilo
  258.     debug: 'no'
  259.     default-role: Member
  260.     neutron-network-firewall: 'true'
  261.     neutron-network-lb: 'true'
  262.     neutron-network-vpn: 'true'
  263.     offline-compression: 'yes'
  264.     prefer-ipv6: 'false'
  265.     ubuntu-theme: 'yes'
  266.     use-syslog: 'true'
  267.     webroot: /horizon
  268.     openstack-origin-git: |
  269.       {repositories:[
  270.         {name: requirements,
  271.          repository: 'git://github.com/openstack/requirements',
  272.          branch: master},
  273.         {name: muranodashboard,
  274.          repository: 'git://github.com/openstack/murano-dashboard',
  275.          branch: master},
  276.         {name: horizon,
  277.          repository: 'git://github.com/openstack/horizon',
  278.          branch: master}]}
  279.     num_units: 2
  280.     to:
  281.       - lxc:3
  282.       - lxc:4
  283.   rabbitmq-server:
  284.     annotations:
  285.       gui-x: '500'
  286.       gui-y: '250'
  287.     charm: cs:trusty/rabbitmq-server-33
  288.     num_units: 2
  289.     to:
  290.       - lxc:4
  291.       - lxc:5
RAW Paste Data
Top