Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
update grain immediately after mirror is in sync again
Browse files Browse the repository at this point in the history
otherwise velum will be left in an inconsistent state, and still
reports that the mirror is out of sync

Signed-off-by: Maximilian Meister <[email protected]>
  • Loading branch information
MaximilianMeister committed Aug 30, 2018
1 parent b6f0151 commit 0c622f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 2018/002-update-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ The user interface of velum needs to be adapted minimally.
* indirect display of new version content through a link to the release notes
* button to switch to the next channel in velum
- the button will trigger `transactional-update salt migrate`
* confirmation of the user that the mirrors are synced
- this confirmation (button) will trigger the "new version" checker again to make sure the sync is done and grains are updated

Velum needs to know when a new version is available, by looking at a special grain, that indicates
the availability of a new version. This grain is set by the service that runs on each worker.
Expand Down Expand Up @@ -241,3 +243,4 @@ None known at the moment.
| Date | Comment |
|:-----------|:--------------|
| 2018-07-31 | Initial Draft |
| 2018-08-30 | Update for more mirror sync details |

0 comments on commit 0c622f7

Please sign in to comment.