Repo sync not complete before attempting to install packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Fix Released
|
Medium
|
Hugh Saunders | ||
Kilo |
Fix Committed
|
Medium
|
Darren Birkett | ||
Liberty |
Fix Committed
|
Medium
|
Darren Birkett |
Bug Description
When there are multiple repo containers, lsync is configured to maintain synchronisation between them. However there is no check to ensure that the initial synchronisation has completed.
There is then a race between repo sync and the first python package that needs to be installed.
Example Failure:
=======
**06:38:50** TASK: [galera_client | Install pip packages] *******
**06:38:50** failed: [jrpcaioiad-
**06:38:50** msg: Task failed as maximum retries was encountered
**06:38:50** failed: [jrpcaioiad-
**06:38:50** msg: Task failed as maximum retries was encountered
**06:38:50** failed: [jrpcaioiad-
**06:38:50** msg: Task failed as maximum retries was encountered
=======
summary: |
- Repo Sync not complete before attempting to install packages + Repo sync not complete before attempting to install packages |
Changed in openstack-ansible: | |
assignee: | nobody → Hugh Saunders (hughsaunders) |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | none → mitaka-3 |
Changed in openstack-ansible: | |
milestone: | mitaka-3 → 13.0.0 |
no longer affects: | openstack-ansible/mitaka |
Fix proposed to branch: kilo /review. openstack. org/277430
Review: https:/