Comment 3 for bug 1315034

Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

Hello,

I am working into reproduce this issue, I think we are missing some important questions:

      0) Please provide me the output of 'juju get rabbitmq-server'
      1) Please specify which configuration parameter you tried to setup ( I tried with use-syslog, ha-vip-only) no success with both.

I tried switching the HA configuration schemas to active/passive , active/active without success on both.

Here is my current juju status output:

environment: local
machines:
  "0":
    agent-state: started
    agent-version: 1.19.1.1
    dns-name: localhost
    instance-id: localhost
    series: trusty
    state-server-member-status: has-vote
  "4":
    agent-state: started
    agent-version: 1.19.1.1
    dns-name: 10.0.3.157
    instance-id: niedbalski-local-machine-4
    series: precise
    hardware: arch=amd64
  "5":
    agent-state: started
    agent-version: 1.19.1.1
    dns-name: 10.0.3.67
    instance-id: niedbalski-local-machine-5
    series: precise
    hardware: arch=amd64
services:
  hacluster:
    charm: local:precise/hacluster-67
    exposed: false
    relations:
      ha:
      - rabbitmq-server
      hanode:
      - hacluster
    subordinate-to:
    - rabbitmq-server
  rabbitmq-server:
    charm: local:precise/rabbitmq-server-118
    exposed: false
    relations:
      cluster:
      - rabbitmq-server
      ha:
      - hacluster
    units:
      rabbitmq-server/0:
        agent-state: started
        agent-version: 1.19.1.1
        machine: "4"
        open-ports:
        - 5672/tcp
        public-address: 10.0.3.157
        subordinates:
          hacluster/0:
            upgrading-from: local:precise/hacluster-67
            agent-state: started
            agent-version: 1.19.1.1
            public-address: 10.0.3.157
      rabbitmq-server/1:
        agent-state: started
        agent-version: 1.19.1.1
        machine: "5"
        open-ports:
        - 5672/tcp
        public-address: 10.0.3.67
        subordinates:
          hacluster/1:
            upgrading-from: local:precise/hacluster-67
            agent-state: started
            agent-version: 1.19.1.1
            public-address: 10.0.3.67

- In order to trigger the config-changed hook i ran the following:
      - juju set rabbitmq-server use-syslog=true