-
Notifications
You must be signed in to change notification settings - Fork 37
Remove duplication and split deploy role #596
Copy link
Copy link
Open
Labels
complexity/single-taskRegular task; should be done within daysRegular task; should be done within dayskind/internalTask that doesn't affect users directlyTask that doesn't affect users directlykind/technical-debtConsequences of previous decisionsConsequences of previous decisions
Description
Activity
Metadata
Metadata
Assignees
Labels
complexity/single-taskRegular task; should be done within daysRegular task; should be done within dayskind/internalTask that doesn't affect users directlyTask that doesn't affect users directlykind/technical-debtConsequences of previous decisionsConsequences of previous decisions
Type
Projects
- StatusShow more project fieldsbacklog
After #581 a new
deployrole exists.It was needed to be able to customize the variables in the deploy playbook when running inside
tmt.We should get rid of the duplication.
The deploy playbook and the role are now the very same (the role has handlers, tasks and variables splitted in different files).
We agreed also on splitting the new role in multiple smaller roles