Ubuntu Pastebin

Paste from waigani at Tue, 5 May 2015 03:06:10 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
# after bootstrap and HA
environment: amazon
machines:
  "0":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.87.26.26
    instance-id: i-1c9fcde1
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1c
    state-server-member-status: has-vote
  "1":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.80.23.185
    instance-id: i-2fe206d0
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1d
    state-server-member-status: has-vote
  "2":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 50.16.55.226
    instance-id: i-b4b80262
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1e
    state-server-member-status: has-vote
services: {}

# after turning one instance off

environment: amazon
machines:
  "0":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.87.26.26
    instance-id: i-1c9fcde1
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1c
    state-server-member-status: has-vote
  "1":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.80.23.185
    instance-id: i-2fe206d0
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1d
    state-server-member-status: has-vote
  "2":
    agent-state: down
    agent-state-info: (started)
    agent-version: 1.24-alpha1.1
    dns-name: 50.16.55.226
    instance-id: i-b4b80262
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1e
    state-server-member-status: has-vote
services: {}

# after running HA again

environment: amazon
machines:
  "0":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.87.26.26
    instance-id: i-1c9fcde1
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1c
    state-server-member-status: has-vote
  "1":
    agent-state: started
    agent-version: 1.24-alpha1.1
    dns-name: 54.80.23.185
    instance-id: i-2fe206d0
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1d
    state-server-member-status: has-vote
  "2":
    agent-state: down
    agent-state-info: (started)
    agent-version: 1.24-alpha1.1
    dns-name: 50.16.55.226
    instance-id: i-b4b80262
    instance-state: running
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1e
    state-server-member-status: removing-vote
  "3":
    agent-state: pending
    instance-id: i-82b50f54
    series: trusty
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M availability-zone=us-east-1e
    state-server-member-status: adding-vote
services: {}
Download as text