Use snapshots when building ISO
Bug #1522115 reported by
Dmitry Teselkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Fuel CI | ||
Mitaka |
Won't Fix
|
Medium
|
Fuel CI | ||
Newton |
Won't Fix
|
Medium
|
Fuel CI |
Bug Description
fuel-main should use repository snapshots (both CentOS and Ubuntu) when building ISO. It's quite common to get build failed just because repository was updated in the middle of it's mirroring to build slave.
the dereferencing should be a matter of CI side not from make system
Changed in fuel: | |
assignee: | Dmitry Teselkin (teselkin-d) → Alexander Tsamutali (astsmtl) |
Changed in fuel: | |
assignee: | Alexander Tsamutali (astsmtl) → Dmitry Teselkin (teselkin-d) |
tags: |
added: area-mos removed: area-build |
description: | updated |
Changed in fuel: | |
assignee: | Dmitry Teselkin (teselkin-d) → Fuel CI (fuel-ci) |
tags: |
added: area-ci removed: area-mos |
Changed in fuel: | |
milestone: | 8.0 → 9.0 |
status: | Incomplete → Confirmed |
Changed in fuel: | |
status: | Confirmed → Fix Committed |
tags: | added: feature |
To post a comment you must log in.
Dima, we use snapshots where it's possible in CI jobs, you can also do the same locally by defining
variables like:
https:/ /github. com/openstack/ fuel-main/ blob/master/ config. mk#L222- L223: MOS_UBUNTU_ ROOT
MIRROR_MOS_UBUNTU
MIRROR_
https:/ /github. com/openstack/ fuel-main/ blob/master/ config. mk#L234:
MIRROR_FUEL
Please let us know if you have some problems with CI jobs