Multi-region icehouse no longer works

Bug #1390762 reported by Darryl Weaver
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
orange-box-examples
New
Undecided
Unassigned

Bug Description

Multi-region icehouse is no longer working.
There are errors with the relations to mysql.

Revision history for this message
Darryl Weaver (dweaver) wrote :
Download full text (10.0 KiB)

Here is the bundle we use:

icehouse:
  overrides:
    openstack-origin: "cloud:trusty-icehouse"
    source: "distro"
  services:
#Global services
    keystone:
      charm: "cs:trusty/keystone-5"
      num_units: 1
      constraints: tags=physical
      options:
        "admin-password": "admin"
        "admin-token": "admin"
        region: "RegionOne RegionTwo"
      annotations:
        "gui-x": "3002.1097412109375"
        "gui-y": "-309.98150634765625"
    "openstack-dashboard":
      charm: "cs:trusty/openstack-dashboard-4"
      num_units: 1
      to: keystone=0
      options:
        webroot: "/"
      annotations:
        "gui-x": "2836.45166015625"
        "gui-y": "-820.0273513793945"
    keystone-db:
      charm: "cs:trusty/mysql-1"
      num_units: 1
      to: keystone=0
      options:
        "dataset-size": "20%"
      annotations:
        "gui-x": "3183.2689208984375"
        "gui-y": "-652.9305801391602"
    ntp:
      charm: "cs:trusty/ntp-4"
      num_units: 0
      annotations:
        "gui-x": "3002.5959215164185"
        "gui-y": "1778.590518951416"
#Region One services
    ceph-r1:
      charm: "cs:trusty/ceph-27"
      num_units: 4
      constraints: tags=physical
      options:
        fsid: "9e7aac42-4bf4-11e3-b4b7-5254006a039c"
        "monitor-secret": AQAAvoJSOAv/NRAAgvXP8d7iXN7lWYbvDZzm2Q==
        "osd-devices": "/srv"
        "osd-reformat": "yes"
      annotations:
        "gui-x": "2671.3488159179688"
        "gui-y": "711.6273803710938"
    "nova-compute-r1":
      charm: "cs:trusty/nova-compute-3"
      num_units: 4
      constraints: tags=physical
      to: [ceph-r1=0, ceph-r1=1, ceph-r1=2, ceph-r1=3]
      options:
        "flat-interface": eth0
      annotations:
        "gui-x": "1197.3057861328125"
        "gui-y": "-217.30869579315186"
    "neutron-gateway-r1":
      charm: "cs:trusty/quantum-gateway-3"
      num_units: 1
      constraints: tags=virtual
      options:
        ext-port: eth1
        instance-mtu: 1400
      annotations:
        "gui-x": "811.8193359375"
        "gui-y": "-96.09478092193604"
    "nova-cloud-controller-r1":
      charm: "cs:trusty/nova-cloud-controller-41"
      num_units: 1
      to: neutron-gateway-r1=0
      options:
        "network-manager": Neutron
        region: RegionOne
      annotations:
        "gui-x": "1890.60400390625"
        "gui-y": "-127.73160362243652"
    glance-r1:
      charm: "cs:trusty/glance-3"
      num_units: 1
      to: neutron-gateway-r1=0
      options:
        region: RegionOne
      annotations:
        "gui-x": "1377.3679809570312"
        "gui-y": "1415.484359741211"
    cinder-r1:
      charm: "cs:trusty/cinder-4"
      num_units: 1
      to: neutron-gateway-r1=0
      options:
        "block-device": none
        "config-flags": "storage_availability_zone=storage-r1"
        region: RegionOne
      annotations:
        "gui-x": "1904.6063232421875"
        "gui-y": "1336.556037902832"
    "ceph-radosgw-r1":
      charm: "cs:trusty/ceph-radosgw-3"
      num_units: 1
      to: neutron-gateway-r1=0
      options:
        region: RegionOne
      annotations:
        "gui-x": "2803.124755859375"
        "gui-y": "405.5666809082031"
 ...

tags: added: orange-box
tags: added: openstack
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.