[Fuel-Infra] mirror.fuel-infra.org periodically fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Dmitry Burmistrov |
Bug Description
In half of cases - request to http://
Example of fails:
[root@nailgun ~]# curl -IL http://
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 31 Aug 2016 03:51:28 GMT
Content-Type: text/xml
Content-Length: 3667
Last-Modified: Fri, 22 Apr 2016 09:25:39 GMT
Connection: keep-alive
ETag: "5719ee13-e53"
[root@nailgun ~]# curl -IL http://
HTTP/1.1 404 Not Found
Server: nginx
Date: Wed, 31 Aug 2016 03:51:30 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
[root@nailgun ~]# curl -IL http://
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 31 Aug 2016 03:51:32 GMT
Content-Type: text/xml
Content-Length: 3667
Last-Modified: Fri, 22 Apr 2016 09:25:39 GMT
Connection: keep-alive
ETag: "5719ee13-e53"
[root@nailgun ~]# curl -IL http://
HTTP/1.1 404 Not Found
Server: nginx
Date: Wed, 31 Aug 2016 03:51:33 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Undecided → High |
assignee: | nobody → Fuel DevOps (fuel-devops) |
milestone: | none → 9.1 |
Changed in fuel: | |
assignee: | Fuel CI (fuel-ci) → Dmitry Burmistrov (dburmistrov) |
status: | New → Triaged |
Changed in fuel: | |
status: | Triaged → In Progress |
Assigning to CI team since 404 means HTTP service works perfect and mostly possible that happens in the moment of mirror sync. CI-team please check.