The current enos/master branch tries to follow the kolla-ansible/master, but the project momentum makes it difficult. One solution would be to follow the kolla-ansible/last-stable (e.g, kolla-ansible/stable/rocky).
Thus, we have to change branches structure of the project:
- Put the actual master branch into a new one called develop (in order to keep inventory/password update commits, if need be. We can remove it afterwards)
- Build the new master starting from enos/stable/queens and make it follows kolla-ansible/stable/rocky
- Push new commits to enos/master and back-port them to enos/stable/queens
- (Release enos/stable/rocky at the time of kolla-ansible/stable/stein)
To achieve this we have to:
The current enos/master branch tries to follow the kolla-ansible/master, but the project momentum makes it difficult. One solution would be to follow the kolla-ansible/last-stable (e.g, kolla-ansible/stable/rocky).
Thus, we have to change branches structure of the project:
To achieve this we have to: