tripleo-ci: Error copying seed image to TE host

Bug #1419270 reported by Dan Prince
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Won't Fix
Low
Unassigned

Bug Description

Saw one of these failures today for the f20puppet CI jobs:

2015-02-07 12:07:16.489 | ++ OS_CLOUDNAME=seed
2015-02-07 12:07:16.489 | + nova list
2015-02-07 12:08:18.207 | ERROR (ClientException): Unknown Error (HTTP 503)
2015-02-07 12:08:18.238 | + heat stack-show overcloud
2015-02-07 12:10:19.231 | Service Unavailable (HTTP 503)
2015-02-07 12:10:19.253 | + heat resource-list overcloud
2015-02-07 12:12:19.261 | Service Unavailable (HTTP 503)
2015-02-07 12:12:19.282 | + heat event-list overcloud
2015-02-07 12:14:19.283 | Service Unavailable (HTTP 503)
2015-02-07 12:14:19.305 | ++ awk '{printf"%s=%s\n", $4, $12}'
2015-02-07 12:14:19.306 | ++ grep ACTIVE
2015-02-07 12:14:19.307 | ++ nova list
2015-02-07 12:15:19.298 | ERROR (ClientException): Unknown Error (HTTP 503)
2015-02-07 12:15:19.324 | + destroy_vms
2015-02-07 12:15:19.324 | + ssh root@172.16.3.111 virsh destroy seed_3
2015-02-07 12:17:26.668 | ssh: connect to host 172.16.3.111 port 22: Connection timed out

----

http://logs.openstack.org/81/153781/1/check-tripleo/check-tripleo-ironic-overcloud-f20puppet-nonha/d66d3e9/console.html

---

It appears that the seed's nova was down.

Dan Prince (dan-prince)
Changed in tripleo:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Derek Higgins (derekh) wrote :

In the log file you linked the actual error happens further up (Error copying the seed image to the Test Env host)

2015-02-07 12:05:04.930 | Image file /opt/stack/new//seed.qcow2 created...
2015-02-07 12:05:04.930 | + rm /tmp/image.hdi0aInB/image.raw
2015-02-07 12:05:05.097 | + cleanup_dirs
2015-02-07 12:05:05.097 | + sudo rm -rf /tmp/image.kwX0UVGF/built
2015-02-07 12:05:05.126 | + sudo rm -rf /tmp/image.kwX0UVGF/mnt
2015-02-07 12:05:05.132 | + sudo umount -f /tmp/image.kwX0UVGF /tmp/image.hdi0aInB
2015-02-07 12:05:05.144 | + rm -rf --one-file-system /tmp/image.kwX0UVGF /tmp/image.hdi0aInB
2015-02-07 12:05:05.145 | + case "$IMAGE_ELEMENT" in
2015-02-07 12:05:05.146 | + trap EXIT
2015-02-07 12:07:13.037 | ssh: connect to host 172.16.3.111 port 22: Connection timed out
2015-02-07 12:07:13.038 | dd: writing to 'standard output': Broken pipe
2015-02-07 12:07:13.038 | 129+0 records in
2015-02-07 12:07:13.038 | 128+0 records out
2015-02-07 12:07:13.039 | 65536 bytes (66 kB) copied, 127.327 s, 0.5 kB/s
2015-02-07 12:07:13.041 | + cleanup
2015-02-07 12:07:13.042 | + get_state_from_hosts

Which is happening in boot-seed-vm on this command
      dd if=$IMAGE_CACHE_FILE.qcow2 | ssh -o StrictHostKeyChecking=no -o PasswordAuthentication=no ${VM_HOST} copyseed $ENV_NUM

Derek Higgins (derekh)
summary: - tripleo-ci: HTTP 503 connecting to nova on the seed
+ tripleo-ci: Error copying seed image to TE host
Revision history for this message
Derek Higgins (derekh) wrote :

This was only happening on hp1, which is no longer being used.

Changed in tripleo:
status: Triaged → Won't Fix
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.