Comment 0 for bug 1556125

Revision history for this message
Alexandr Kostrikov (akostrikov-mirantis) wrote :

Detailed bug description:
When we deploy with mirror http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0/ we do not have all packages like aodh-listener because we have different packages in 9.0 [0] and in master [1].

There is a consistency problem with currently created mirror for a new release.
When we create mirror for new release - it is a snapshot of some state.
And when we try to use that mirror we get an error because iso is shipped with another mirror.

Steps to reproduce:
Run tests which use mirror during development cycle when version mirror is not ready [2] and [3]

[0] http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0/pool/main/a/
[1] http://mirror.seed-cz1.fuel-infra.org/mos-repos/ubuntu//snapshots/master-2016-03-11-124501/pool/main/a/
[2] https://bugs.launchpad.net/fuel/+bug/1552353
[3] https://bugs.launchpad.net/fuel/+bug/1556053

Expected results:
Environment is deployed with needed packages

Actual result:
Packages are not found/wrong version.

Workaround:
There are number of workarounds like update repo settings, update fuel-mirror config.

Impact:
We can not track packages errors during development cycle.

Description of the environment:
Any fuel deployment.

Additional information:
We can update fuel-mirror or repository settings, but it would be hack on the product, which should not exist.