daily pastebin goal
35%
SHARE
TWEET

Untitled

a guest May 4th, 2016 50 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. machines:
  2.   '0':
  3.     constraints: "tags=storage"
  4.     series: xenial
  5.   '1':
  6.     constraints: "tags=storage"
  7.     series: xenial
  8.   '2':
  9.     constraints: "tags=storage"
  10.     series: xenial
  11.   '3':
  12.     constraints: "tags=controller"
  13.     series: xenial
  14.   '4':
  15.     constraints: "tags=compute"
  16.     series: xenial
  17.   '5':
  18.     constraints: "tags=compute"
  19.     series: xenial
  20.   '6':
  21.     constraints: "tags=compute"
  22.     series: xenial
  23.   '7':
  24.     constraints: "tags=compute"
  25.     series: xenial
  26. relations:
  27. - - nova-compute:amqp
  28.   - rabbitmq-server:amqp
  29. - - neutron-gateway:amqp
  30.   - rabbitmq-server:amqp
  31. - - keystone:shared-db
  32.   - mysql:shared-db
  33. - - nova-cloud-controller:identity-service
  34.   - keystone:identity-service
  35. - - glance:identity-service
  36.   - keystone:identity-service
  37. - - neutron-api:identity-service
  38.   - keystone:identity-service
  39. - - neutron-openvswitch:neutron-plugin-api
  40.   - neutron-api:neutron-plugin-api
  41. - - neutron-api:shared-db
  42.   - mysql:shared-db
  43. - - neutron-api:amqp
  44.   - rabbitmq-server:amqp
  45. - - neutron-gateway:neutron-plugin-api
  46.   - neutron-api:neutron-plugin-api
  47. - - glance:shared-db
  48.   - mysql:shared-db
  49. - - glance:amqp
  50.   - rabbitmq-server:amqp
  51. - - nova-cloud-controller:image-service
  52.   - glance:image-service
  53. - - nova-compute:image-service
  54.   - glance:image-service
  55. - - nova-cloud-controller:cloud-compute
  56.   - nova-compute:cloud-compute
  57. - - nova-cloud-controller:amqp
  58.   - rabbitmq-server:amqp
  59. - - nova-cloud-controller:quantum-network-service
  60.   - neutron-gateway:quantum-network-service
  61. - - nova-compute:neutron-plugin
  62.   - neutron-openvswitch:neutron-plugin
  63. - - neutron-openvswitch:amqp
  64.   - rabbitmq-server:amqp
  65. - - openstack-dashboard:identity-service
  66.   - keystone:identity-service
  67. - - nova-cloud-controller:shared-db
  68.   - mysql:shared-db
  69. - - nova-cloud-controller:neutron-api
  70.   - neutron-api:neutron-api
  71. - - cinder:image-service
  72.   - glance:image-service
  73. - - cinder:amqp
  74.   - rabbitmq-server:amqp
  75. - - cinder:identity-service
  76.   - keystone:identity-service
  77. - - cinder:cinder-volume-service
  78.   - nova-cloud-controller:cinder-volume-service
  79. - - cinder-ceph:storage-backend
  80.   - cinder:storage-backend
  81. - - ceph-mon:client
  82.   - nova-compute:ceph
  83. - - cinder:shared-db
  84.   - mysql:shared-db
  85. - - ceph-mon:client
  86.   - cinder-ceph:ceph
  87. - - ceph-mon:client
  88.   - glance:ceph
  89. - - ceph-osd:mon
  90.   - ceph-mon:osd
  91. - - ntp:juju-info
  92.   - nova-compute:juju-info
  93. - - ntp:juju-info
  94.   - neutron-gateway:juju-info
  95. - - ceph-radosgw:mon
  96.   - ceph-mon:radosgw
  97. - - ceph-radosgw:identity-service
  98.   - keystone:identity-service
  99. series: xenial
  100. services:
  101.   ceph-mon:
  102.     annotations:
  103.       gui-x: '750'
  104.       gui-y: '500'
  105.     charm: cs:xenial/ceph-mon-0
  106.     num_units: 3
  107.     options:
  108.       fsid: "5a791d94-980b-11e4-b6f6-3c970e8b1cf7"
  109.       monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
  110.       ceph-cluster-network: 192.168.168.0/24
  111.     to:
  112.     - '0'
  113.     - '1'
  114.     - '2'
  115.   ceph-osd:
  116.     annotations:
  117.       gui-x: '1000'
  118.       gui-y: '500'
  119.     charm: cs:xenial/ceph-osd-0
  120.     num_units: 4
  121.     options:
  122.       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 /dev/sds /dev/sdt /dev/sdu /dev/sdv /dev/sdw /dev/sdx /dev/sdy /dev/sdz
  123.       osd-reformat: 'yes'
  124.       ceph-cluster-network: 192.168.168.0/24
  125.     to:
  126.     - '0'
  127.     - '1'
  128.     - '2'
  129.     - '4'
  130.     - '5'
  131.     - '6'
  132.     - '7'
  133.   ceph-radosgw:
  134.     annotations:
  135.       gui-x: '1000'
  136.       gui-y: '250'
  137.     charm: cs:xenial/ceph-radosgw-0
  138.     num_units: 1
  139.     options:
  140.       use-embedded-webserver: true
  141.     to:
  142.     - lxc:3
  143.   cinder:
  144.     annotations:
  145.       gui-x: '750'
  146.       gui-y: '0'
  147.     charm: cs:xenial/cinder-0
  148.     num_units: 1
  149.     options:
  150.       block-device: None
  151.       glance-api-version: 2
  152.       os-internal-network: 192.168.168.0/24
  153.     to:
  154.     - lxc:3
  155.   cinder-ceph:
  156.     annotations:
  157.       gui-x: '750'
  158.       gui-y: '250'
  159.     charm: cs:xenial/cinder-ceph-0
  160.     num_units: 0
  161.   glance:
  162.     annotations:
  163.       gui-x: '250'
  164.       gui-y: '0'
  165.     charm: cs:xenial/glance-0
  166.     options:
  167.         os-internal-network: 192.168.168.0/24
  168.     num_units: 1
  169.     to:
  170.     - lxc:3
  171.   keystone:
  172.     annotations:
  173.       gui-x: '500'
  174.       gui-y: '0'
  175.     charm: cs:xenial/keystone-0
  176.     num_units: 1
  177.     options:
  178.       admin-password: openstack
  179.       "os-internal-network": 192.168.168.0/24
  180.     to:
  181.     - lxc:3
  182.   mysql:
  183.     annotations:
  184.       gui-x: '0'
  185.       gui-y: '250'
  186.     charm: cs:xenial/percona-cluster-0
  187.     num_units: 1
  188.     options:
  189.       max-connections: 20000
  190.     to:
  191.     - lxc:3
  192.   neutron-api:
  193.     annotations:
  194.       gui-x: '500'
  195.       gui-y: '500'
  196.     charm: cs:xenial/neutron-api-0
  197.     num_units: 1
  198.     options:
  199.       neutron-security-groups: true
  200.       os-internal-network: 192.168.168.0/24
  201.       flat-network-providers: "*"
  202.     to:
  203.     - lxc:3
  204.   neutron-gateway:
  205.     annotations:
  206.       gui-x: '0'
  207.       gui-y: '0'
  208.     charm: cs:xenial/neutron-gateway-0
  209.     num_units: 1
  210.     options:
  211.       ext-port: eth2
  212.       data-port: bond0
  213.       os-data-network: 192.168.168.0/24
  214.       flat-network-providers: "*"
  215.     to:
  216.     - '3'
  217.   neutron-openvswitch:
  218.     annotations:
  219.       gui-x: '250'
  220.       gui-y: '500'
  221.     charm: cs:xenial/neutron-openvswitch-0
  222.     options:
  223.         data-port: bond0
  224.         os-data-network: 192.168.168.0/24
  225.     num_units: 0
  226.   nova-cloud-controller:
  227.     annotations:
  228.       gui-x: '0'
  229.       gui-y: '500'
  230.     charm: cs:xenial/nova-cloud-controller-0
  231.     num_units: 1
  232.     options:
  233.       network-manager: Neutron
  234.       os-internal-network: 192.168.168.0/24
  235.     to:
  236.     - lxc:3
  237.   nova-compute:
  238.     annotations:
  239.       gui-x: '250'
  240.       gui-y: '250'
  241.     charm: cs:xenial/nova-compute-0
  242.     num_units: 4
  243.     options:
  244.       enable-live-migration: true
  245.       enable-resize: true
  246.       migration-auth-type: ssh
  247.       os-data-network: 192.168.168.0/24
  248.     to:
  249.     - '4'
  250.     - '5'
  251.     - '6'
  252.     - '7'
  253.   ntp:
  254.     annotations:
  255.       gui-x: '1000'
  256.       gui-y: '0'
  257.     charm: cs:xenial/ntp-0
  258.     num_units: 0
  259.   openstack-dashboard:
  260.     annotations:
  261.       gui-x: '500'
  262.       gui-y: '-250'
  263.     charm: cs:xenial/openstack-dashboard-0
  264.     num_units: 1
  265.     to:
  266.     - lxc:3
  267.   rabbitmq-server:
  268.     annotations:
  269.       gui-x: '500'
  270.       gui-y: '250'
  271.     charm: cs:xenial/rabbitmq-server-0
  272.     num_units: 1
  273.     to:
  274.     - lxc:3
RAW Paste Data
Top