haproxy failing on precise due to ipv6 addresses in conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charmhelpers (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
cinder (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
glance (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
keystone (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
neutron-api (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
nova-cloud-controller (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley | ||
swift-proxy (Juju Charms Collection) |
Fix Released
|
High
|
Edward Hope-Morley |
Bug Description
cinder (/next charm) is not binding to tcp 8776 on precise
## cli fails:
ubuntu@
ERROR: Unable to establish connection: HTTPConnectionP
## fyi other cloud cli ok
ubuntu@
+----+-
| ID | Name | Status | Task State | Power State | Networks |
+----+-
+----+-
## keystone service-list && keystone endpoint-list:
http://
## cinder unit log
2014-12-17 18:42:37 INFO juju-log identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
2014-12-17 18:42:37 INFO identity-
Reading package lists... Doneage-
Building dependency tree e-backend-
Reading state information... Donebackend-
2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/
2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/
2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/haproxy/
2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/apache2/
2014-12-17 18:42:42 INFO juju-log storage-backend:30: [cinder] Unknown hook storage-
## cinder unit net stat
ubuntu@
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 10883/apache2
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 800/sshd
tcp 0 0 0.0.0.0:3260 0.0.0.0:* LISTEN 7868/tgtd
tcp 0 0 0.0.0.0:8766 0.0.0.0:* LISTEN 16578/python
tcp 0 0 10.5.3.84:32987 10.5.3.90:3306 ESTABLISHED 16621/python
tcp 0 240 10.5.3.84:22 10.5.3.80:56387 ESTABLISHED 16902/sshd: ubuntu
tcp 0 0 10.5.3.84:44890 10.5.3.80:17070 ESTABLISHED 4261/jujud
tcp 0 0 10.5.3.84:32986 10.5.3.90:3306 ESTABLISHED 16598/python
tcp 0 0 10.5.3.84:51008 10.5.3.97:5672 ESTABLISHED 16598/python
tcp 0 0 10.5.3.84:44894 10.5.3.80:17070 ESTABLISHED 4310/jujud
tcp 0 0 10.5.3.84:51010 10.5.3.97:5672 ESTABLISHED 16621/python
tcp 0 0 10.5.3.84:44946 10.5.3.80:17070 ESTABLISHED 11031/jujud
tcp 0 0 10.5.3.84:47952 10.5.3.80:6514 ESTABLISHED 11116/rsyslogd
tcp 0 0 10.5.3.84:51011 10.5.3.97:5672 ESTABLISHED 16621/python
tcp 0 0 10.5.3.84:51004 10.5.3.97:5672 ESTABLISHED 16598/python
tcp6 0 0 :::22 :::* LISTEN 800/sshd
tcp6 0 0 :::3260 :::* LISTEN 7868/tgtd
udp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient3
## cinder unit versions
ubuntu@
cinder-api:
Installed: 1:2014.
Candidate: 1:2014.
Version table:
*** 1:2014.
500 http://
100 /var/lib/
cinder-common:
Installed: 1:2014.
Candidate: 1:2014.
Version table:
*** 1:2014.
500 http://
100 /var/lib/
python-cinder:
Installed: 1:2014.
Candidate: 1:2014.
Version table:
*** 1:2014.
500 http://
100 /var/lib/
ubuntu@
Linux juju-beis0-
ubuntu@
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
## connectivity is good
1 ubuntu@
PING 10.5.3.84 (10.5.3.84) 56(84) bytes of data.
64 bytes from 10.5.3.84: icmp_seq=1 ttl=64 time=1.16 ms
64 bytes from 10.5.3.84: icmp_seq=2 ttl=64 time=0.385 ms
--- 10.5.3.84 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.385/0.
ubuntu@
Warning: Permanently added '10.5.3.84' (ECDSA) to the list of known hosts.
Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-74-virtual x86_64)
Related branches
- Liam Young (community): Approve
-
Diff: 37 lines (+4/-0)3 files modifiedcharmhelpers/contrib/openstack/context.py (+1/-0)
charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
tests/contrib/openstack/test_os_contexts.py (+1/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
- Ryan Beisner (community): Approve
- Liam Young (community): Approve
-
Diff: 47 lines (+11/-2)3 files modifiedhooks/charmhelpers/contrib/openstack/context.py (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+8/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+2/-0)
description: | updated |
Changed in cinder (Juju Charms Collection): | |
assignee: | Billy Olsen (billy-olsen) → Edward Hope-Morley (hopem) |
Changed in cinder (Juju Charms Collection): | |
status: | Confirmed → In Progress |
Changed in charmhelpers (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in cinder (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in charmhelpers (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in glance (Juju Charms Collection): | |
status: | New → In Progress |
Changed in keystone (Juju Charms Collection): | |
status: | New → In Progress |
Changed in nova-cloud-controller (Juju Charms Collection): | |
status: | New → In Progress |
Changed in neutron-api (Juju Charms Collection): | |
status: | New → In Progress |
Changed in openstack-dashboard (Juju Charms Collection): | |
status: | New → In Progress |
Changed in swift-proxy (Juju Charms Collection): | |
status: | New → In Progress |
Changed in glance (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in keystone (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in neutron-api (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in nova-cloud-controller (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in openstack-dashboard (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in swift-proxy (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in glance (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in keystone (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in neutron-api (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in nova-cloud-controller (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in openstack-dashboard (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in swift-proxy (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in charmhelpers (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
no longer affects: | openstack-dashboard (Juju Charms Collection) |
summary: |
- not binding to tcp 8776 on precise + haproxy failing on precise due to ipv6 addresses in conf |
Changed in cinder (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in glance (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in keystone (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in neutron-api (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in nova-cloud-controller (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in swift-proxy (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in cinder (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in charmhelpers (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in glance (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in swift-proxy (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in keystone (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in neutron-api (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in nova-cloud-controller (Juju Charms Collection): | |
milestone: | none → 15.01 |
Changed in cinder (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in charmhelpers (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in glance (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in swift-proxy (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in keystone (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in neutron-api (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in nova-cloud-controller (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
@wolsen - fyi
all units: 10.245. 162.77: 8080/view/ Dashboard% 3A%20Deploy/ job/deploy_ with_deployer/ 532/artifact/ logs/
http://
cinder unit: 10.245. 162.77: 8080/view/ Dashboard% 3A%20Deploy/ job/deploy_ with_deployer/ 532/artifact/ logs/cinder- 0-var-log. tar.bz2
http://