You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update the documentation to reflect the new structure (in both stable/queens and master)
Change the branches structure as explained above
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: