daily pastebin goal
56%
SHARE
TWEET

Untitled

a guest Mar 3rd, 2016 74 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. openstack:
  2.   machines:
  3.     '0':
  4.       constraints: tags=ha-openstack-storage
  5.       series: trusty
  6.     '1':
  7.       constraints: tags=ha-openstack-storage
  8.       series: trusty
  9.     '2':
  10.       constraints: tags=ha-openstack-storage
  11.       series: trusty
  12.     '3':
  13.       constraints: tags=ha-openstack-controller
  14.       series: trusty
  15.     '4':
  16.       constraints: tags=ha-openstack-controller
  17.       series: trusty
  18.     '5':
  19.       constraints: tags=ha-openstack-controller
  20.       series: trusty
  21.     '6':
  22.       constraints: tags=ha-openstack-compute
  23.       series: trusty
  24.   relations:
  25.     - - nova-compute:amqp
  26.       - rabbitmq-server:amqp
  27.     - - neutron-gateway:amqp
  28.       - rabbitmq-server:amqp
  29.     - - keystone:shared-db
  30.       - percona:shared-db
  31.     - - nova-cloud-controller:identity-service
  32.       - keystone:identity-service
  33.     - - glance:identity-service
  34.       - keystone:identity-service
  35.     - - neutron-api:identity-service
  36.       - keystone:identity-service
  37.     - - neutron-openvswitch:neutron-plugin-api
  38.       - neutron-api:neutron-plugin-api
  39.     - - neutron-api:shared-db
  40.       - percona:shared-db
  41.     - - neutron-api:amqp
  42.       - rabbitmq-server:amqp
  43.     - - neutron-gateway:neutron-plugin-api
  44.       - neutron-api:neutron-plugin-api
  45.     - - glance:shared-db
  46.       - percona:shared-db
  47.     - - glance:amqp
  48.       - rabbitmq-server:amqp
  49.     - - nova-cloud-controller:image-service
  50.       - glance:image-service
  51.     - - nova-compute:image-service
  52.       - glance:image-service
  53.     - - nova-cloud-controller:cloud-compute
  54.       - nova-compute:cloud-compute
  55.     - - nova-cloud-controller:amqp
  56.       - rabbitmq-server:amqp
  57.     - - nova-cloud-controller:quantum-network-service
  58.       - neutron-gateway:quantum-network-service
  59.     - - nova-compute:neutron-plugin
  60.       - neutron-openvswitch:neutron-plugin
  61.     - - neutron-openvswitch:amqp
  62.       - rabbitmq-server:amqp
  63.     - - openstack-dashboard:identity-service
  64.       - keystone:identity-service
  65.     - - nova-cloud-controller:shared-db
  66.       - percona:shared-db
  67.     - - nova-cloud-controller:neutron-api
  68.       - neutron-api:neutron-api
  69.     - - ceph:client
  70.       - glance:ceph
  71.     - - ntp:juju-info
  72.       - neutron-gateway:juju-info
  73.     - - ntp:juju-info
  74.       - nova-compute:juju-info
  75.     - - ntp:juju-info
  76.       - ceph:juju-info
  77.     - - ntp:juju-info
  78.       - haproxy:juju-info
  79.     - - neutron-api
  80.       - neutronapi-hacluster
  81.     - - percona
  82.       - percona-hacluster
  83.     - - glance
  84.       - glance-hacluster
  85.     - - keystone
  86.       - keystone-hacluster
  87.     - - rabbitmq-server
  88.       - rabbitmq-hacluster
  89.     - - nova-cloud-controller
  90.       - nova-cloud-controller-hacluster
  91.     - - haproxy
  92.       - openstack-dashboard
  93.   series: trusty
  94.   services:
  95.     neutron-gateway:
  96.       charm: cs:trusty/neutron-gateway
  97.       num_units: 1
  98.       options:
  99.         ext-port: eth2
  100.         openstack-origin: cloud:trusty-liberty
  101.       to:
  102.       - '3'
  103.     ntp:
  104.       charm: cs:trusty/ntp
  105.       num_units: 0
  106.     ceph:
  107.       charm: cs:trusty/ceph
  108.       num_units: 3
  109.       options:
  110.         fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
  111.         monitor-secret: AHCX4nZawI7xGBgA5PoXKxu5bUzoYLVkbQ==
  112.         osd-devices: /dev/sdb
  113.         osd-reformat: "yes"
  114.       to:
  115.       - '0'
  116.       - '1'
  117.       - '2'
  118.     neutron-api:
  119.       charm: cs:trusty/neutron-api
  120.       num_units: 3
  121.       options:
  122.         openstack-origin: cloud:trusty-liberty
  123.         neutron-security-groups: True
  124.         # Lab doesn't have 2 attached nics per compute, so can't enable dvr
  125.         # enable-dvr: False
  126.         enable-l3ha: True
  127.         vip: 10.10.1.100
  128.         vip_cidr: 16
  129.         vlan-ranges: "physnet1:12:15"
  130.       to:
  131.       - lxc:3
  132.       - lxc:4
  133.       - lxc:5
  134.     neutronapi-hacluster:
  135.       charm: cs:trusty/hacluster
  136.       num_units: 0
  137.       options:
  138.         cluster_count: 2
  139.         corosync_transport: udpu
  140.         netmtu: 1462
  141.     neutron-openvswitch:
  142.       charm: cs:trusty/neutron-openvswitch
  143.       num_units: 0
  144.       options:
  145.         enable-local-dhcp-and-metadata: true
  146.         data-port: "br-data:bond0.11"
  147.         bridge-mappings: "physnet1:br-data"
  148.         vlan-ranges: "physnet1:12:15"
  149.     nova-compute:
  150.       charm: cs:trusty/nova-compute
  151.       num_units: 1
  152.       options:
  153.         openstack-origin: cloud:trusty-liberty
  154.         config-flags: vif_plugging_is_fatal=false,vif_plugging_timeout=0
  155.         enable-live-migration: true
  156.         enable-resize: true
  157.         virt-type: kvm
  158.       to:
  159.       - '6'
  160.     percona:
  161.       charm: cs:trusty/percona-cluster
  162.       num_units: 3
  163.       options:
  164.         dataset-size: 50%
  165.         max-connections: 20000
  166.         vip: 10.10.1.101
  167.         vip_cidr: 16
  168.         vip_iface: eth0
  169.         sst-password: percona
  170.         root-password: percona
  171.         access-network: 10.10.0.0/16
  172.       source: cloud:trusty-liberty
  173.       to:
  174.       - lxc:3
  175.       - lxc:4
  176.       - lxc:5
  177.     percona-hacluster:
  178.       charm: cs:trusty/hacluster
  179.       num_units: 0
  180.       options:
  181.         cluster_count: 2
  182.         corosync_transport: udpu
  183.         netmtu: 1462
  184.     glance:
  185.       charm: cs:trusty/glance
  186.       num_units: 3
  187.       options:
  188.         openstack-origin: cloud:trusty-liberty
  189.         vip: 10.10.1.102
  190.       to:
  191.       - lxc:3
  192.       - lxc:4
  193.       - lxc:5
  194.     glance-hacluster:
  195.       charm: cs:trusty/hacluster
  196.       num_units: 0
  197.       options:
  198.         cluster_count: 2
  199.         corosync_transport: udpu
  200.         netmtu: 1462
  201.     keystone:
  202.       charm: cs:trusty/keystone
  203.       num_units: 3
  204.       options:
  205.         openstack-origin: cloud:trusty-liberty
  206.         admin-password: openstack
  207.         admin-token: openstack
  208.         vip: 10.10.1.103
  209.         vip_cidr: 16
  210.       to:
  211.       - lxc:3
  212.       - lxc:4
  213.       - lxc:5
  214.     keystone-hacluster:
  215.       charm: cs:trusty/hacluster
  216.       options:
  217.         cluster_count: 2
  218.         corosync_transport: udpu
  219.         netmtu: 1462
  220.     rabbitmq-server:
  221.       charm: cs:trusty/rabbitmq-server
  222.       num_units: 3
  223.       options:
  224.         ha-vip-only: True
  225.         vip: 10.10.1.104
  226.         vip_cidr: 16
  227.       to:
  228.       - lxc:3
  229.       - lxc:4
  230.       - lxc:5
  231.     rabbitmq-hacluster:
  232.       charm: cs:trusty/hacluster
  233.       options:
  234.         cluster_count: 2
  235.         corosync_transport: udpu
  236.         netmtu: 1462
  237.     nova-cloud-controller:
  238.       charm: cs:trusty/nova-cloud-controller
  239.       num_units: 3
  240.       options:
  241.         openstack-origin: cloud:trusty-liberty
  242.         network-manager: Neutron
  243.         quantum-security-groups: "yes"
  244.         console-access-protocol: novnc
  245.         vip: 10.10.1.105
  246.         vip_cidr: 16
  247.       to:
  248.       - lxc:3
  249.       - lxc:4
  250.       - lxc:5
  251.     nova-cloud-controller-hacluster:
  252.       charm: cs:trusty/hacluster
  253.       options:
  254.         cluster_count: 2
  255.         corosync_transport: udpu
  256.         netmtu: 1462
  257.     openstack-dashboard:
  258.       charm: cs:trusty/openstack-dashboard
  259.       num_units: 3
  260.       options:
  261.         vip: 10.10.1.106
  262.         vip_cidr: 16
  263.         ubuntu-theme: "yes"
  264.         openstack-origin: cloud:trusty-liberty
  265.         webroot: "/"
  266.       to:
  267.       - lxc:3
  268.       - lxc:4
  269.       - lxc:5
  270.     haproxy:
  271.       charm: cs:trusty/haproxy
  272.       num_units: 3
  273.       to:
  274.       - '3'
  275.       - '4'
  276.       - '5'
RAW Paste Data
Top