daily pastebin goal
57%
SHARE
TWEET

Untitled

a guest Mar 29th, 2016 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. series: xenial
  2. services:
  3.   cinder:
  4.     charm: "cs:~openstack-charmers-next/xenial/cinder"
  5.     num_units: 1
  6.     options:
  7.       "openstack-origin": "cloud:xenial-liberty"
  8.     annotations:
  9.       "gui-x": "2870"
  10.       "gui-y": "78.5"
  11.     to:
  12.       - "9"
  13.   etcd:
  14.     branch: "lp:~project-calico/charms/xenial/etcd/trunk"
  15.     num_units: 1
  16.     annotations:
  17.       "gui-x": "182"
  18.       "gui-y": "-586"
  19.     to:
  20.       - "1"
  21.   keystone:
  22.     charm: "cs:~openstack-charmers-next/xenial/keystone"
  23.     num_units: 1
  24.     options:
  25.       "admin-password": openstack
  26.       "openstack-origin": "cloud:xenial-liberty"
  27.     annotations:
  28.       "gui-x": "3336"
  29.       "gui-y": "358"
  30.     to: "2"
  31.   mysql:
  32.     branch: "lp:~project-calico/charms/xenial/mysql/trunk"
  33.     num_units: 1
  34.     annotations:
  35.       "gui-x": "2301"
  36.       "gui-y": "401.5"
  37.     to: "3"
  38.   "neutron-api":
  39.     charm: "cs:~openstack-charmers-next/xenial/neutron-api"
  40.     num_units: 1
  41.     options:
  42.       "calico-origin": "ppa:project-calico/unstable"
  43.       "neutron-plugin": Calico
  44.       "neutron-security-groups": true
  45.       "openstack-origin": "cloud:xenial-liberty"
  46.     annotations:
  47.       "gui-x": "2356"
  48.       "gui-y": "-831.5"
  49.     to:
  50.       - "4"
  51.   "neutron-calico":
  52.     branch: "lp:~project-calico/charms/xenial/neutron-calico/trunk"
  53.     options:
  54.       "calico-origin": "ppa:project-calico/unstable"
  55.       "openstack-origin": "cloud:xenial-liberty"
  56.     annotations:
  57.       "gui-x": "549.5665283203125"
  58.       "gui-y": "804.588134765625"
  59.   "nova-cloud-controller":
  60.     charm: "cs:~openstack-charmers-next/xenial/nova-cloud-controller"
  61.     num_units: 1
  62.     options:
  63.       "network-manager": Neutron
  64.       "openstack-origin": "cloud:xenial-liberty"
  65.     annotations:
  66.       "gui-x": "2931"
  67.       "gui-y": "907.5"
  68.     to:
  69.       - "5"
  70.   "nova-compute":
  71.     branch: "lp:~project-calico/charms/xenial/nova-compute/trunk"
  72.     num_units: 2
  73.     options:
  74.       "openstack-origin": "cloud:xenial-liberty"
  75.     annotations:
  76.       "gui-x": "1042"
  77.       "gui-y": "1254.5"
  78.     to:
  79.       - "6"
  80.       - "7"
  81.   "rabbitmq-server":
  82.     charm: "cs:~openstack-charmers-next/xenial/rabbitmq-server"
  83.     num_units: 1
  84.     annotations:
  85.       "gui-x": "1749"
  86.       "gui-y": "325.5"
  87.     to:
  88.       - "8"
  89.   bird:
  90.     branch: "lp:~project-calico/charms/xenial/bird/trunk"
  91.     num_units: 1
  92.     annotations:
  93.       "gui-x": "84"
  94.       "gui-y": "712.5"
  95.     to:
  96.       - "8"
  97.   glance:
  98.     charm: "cs:~openstack-charmers-next/xenial/glance"
  99.     num_units: 1
  100.     options:
  101.       "openstack-origin": "cloud:xenial-liberty"
  102.     annotations:
  103.       "gui-x": "2099"
  104.       "gui-y": "1267.5"
  105.     to:
  106.       - "8"
  107.   "openstack-dashboard":
  108.     charm: "cs:~openstack-charmers-next/xenial/openstack-dashboard"
  109.     num_units: 1
  110.     options:
  111.       "openstack-origin": "cloud:xenial-liberty"
  112.       "ubuntu-theme": "no"
  113.     annotations:
  114.       "gui-x": "3606"
  115.       "gui-y": "-621.5"
  116.     to:
  117.       - "8"
  118. relations:
  119.   - - "nova-cloud-controller:image-service"
  120.     - "glance:image-service"
  121.   - - "neutron-calico:etcd-proxy"
  122.     - "etcd:proxy"
  123.   - - "neutron-api:etcd-proxy"
  124.     - "etcd:proxy"
  125.   - - "neutron-calico:amqp"
  126.     - "rabbitmq-server:amqp"
  127.   - - "neutron-calico:neutron-plugin-api"
  128.     - "neutron-api:neutron-plugin-api"
  129.   - - "openstack-dashboard:identity-service"
  130.     - "keystone:identity-service"
  131.   - - "neutron-calico:neutron-plugin"
  132.     - "nova-compute:neutron-plugin"
  133.   - - "nova-compute:cloud-compute"
  134.     - "nova-cloud-controller:cloud-compute"
  135.   - - "nova-compute:amqp"
  136.     - "rabbitmq-server:amqp"
  137.   - - "nova-cloud-controller:identity-service"
  138.     - "keystone:identity-service"
  139.   - - "cinder:cinder-volume-service"
  140.     - "nova-cloud-controller:cinder-volume-service"
  141.   - - "cinder:amqp"
  142.     - "rabbitmq-server:amqp"
  143.   - - "glance:image-service"
  144.     - "cinder:image-service"
  145.   - - "neutron-api:neutron-api"
  146.     - "nova-cloud-controller:neutron-api"
  147.   - - "neutron-api:amqp"
  148.     - "rabbitmq-server:amqp"
  149.   - - "neutron-calico:bgp-route-reflector"
  150.     - "bird:bgp-route-reflector"
  151.   - - "nova-cloud-controller:shared-db"
  152.     - "mysql:shared-db"
  153.   - - "nova-cloud-controller:amqp"
  154.     - "rabbitmq-server:amqp"
  155.   - - "nova-compute:image-service"
  156.     - "glance:image-service"
  157.   - - "glance:identity-service"
  158.     - "keystone:identity-service"
  159.   - - "mysql:shared-db"
  160.     - "keystone:shared-db"
  161.   - - "nova-compute:shared-db"
  162.     - "mysql:shared-db"
  163.   - - "glance:shared-db"
  164.     - "mysql:shared-db"
  165.   - - "mysql:shared-db"
  166.     - "cinder:shared-db"
  167.   - - "cinder:identity-service"
  168.     - "keystone:identity-service"
  169.   - - "neutron-api:shared-db"
  170.     - "mysql:shared-db"
  171.   - - "neutron-api:identity-service"
  172.     - "keystone:identity-service"
  173. machines:
  174.   "0":
  175.     series: trusty
  176.     constraints: "arch=amd64"
  177.   "1":
  178.     series: xenial
  179.     constraints: "arch=amd64"
  180.   "2":
  181.     series: xenial
  182.     constraints: "arch=amd64"
  183.   "3":
  184.     series: xenial
  185.     constraints: "arch=amd64"
  186.   "4":
  187.     series: xenial
  188.     constraints: "arch=amd64"
  189.   "5":
  190.     series: xenial
  191.     constraints: "arch=amd64"
  192.   "6":
  193.     series: xenial
  194.     constraints: "arch=amd64"
  195.   "7":
  196.     series: xenial
  197.     constraints: "arch=amd64"
  198.   "8":
  199.     series: xenial
  200.     constraints: "arch=amd64"
  201.   "9":
  202.     series: xenial
  203.     constraints: "arch=amd64"
RAW Paste Data
Top