Review hotfix SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
d405e732a6
commit
c022da81a9
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
||||||
** xref:guestdisk.adoc[Guest Disk Resize - SOP]
|
** xref:guestdisk.adoc[Guest Disk Resize - SOP]
|
||||||
** xref:guestedit.adoc[Guest Editing - SOP]
|
** xref:guestedit.adoc[Guest Editing - SOP]
|
||||||
** xref:haproxy.adoc[Haproxy Infrastructure - SOP]
|
** xref:haproxy.adoc[Haproxy Infrastructure - SOP]
|
||||||
** xref:hotfix.adoc[hotfix - SOP in review ]
|
** xref:hotfix.adoc[HOTFIXES - SOP]
|
||||||
** xref:hotness.adoc[hotness - SOP in review ]
|
** xref:hotness.adoc[hotness - SOP in review ]
|
||||||
** xref:index.adoc[index - SOP in review ]
|
** xref:index.adoc[index - SOP in review ]
|
||||||
** xref:infra-git-repo.adoc[infra-git-repo - SOP in review ]
|
** xref:infra-git-repo.adoc[infra-git-repo - SOP in review ]
|
||||||
|
|
|
@ -12,12 +12,12 @@ package to be changed or modified. Either in roles or tasks.
|
||||||
|
|
||||||
hotfix tasks should be called "HOTFIX description" They should also link
|
hotfix tasks should be called "HOTFIX description" They should also link
|
||||||
in comments to any upstream bug or ticket. They should also have tags of
|
in comments to any upstream bug or ticket. They should also have tags of
|
||||||
'hotfix'
|
_hotfix_
|
||||||
|
|
||||||
The process is:
|
The process is:
|
||||||
|
|
||||||
* Create a diff of any files changed in the fix.
|
* Create a diff of any files changed in the fix.
|
||||||
* Check in the _link:[original] files and change to role/task
|
* Check in the \_original_ files and change to role/task
|
||||||
* Check in now your diffs of those same files.
|
* Check in now your diffs of those same files.
|
||||||
* ansible will replace the files on the affected machines completely
|
* ansible will replace the files on the affected machines completely
|
||||||
with the fixed versions.
|
with the fixed versions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue