-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freeze version per site #11
Comments
The problem scenario we are trying to fix is (please confirm this):
If we make the git mirror on install node automatically updated whenever fgci-ansible/requirements.yml is updated (and not when running the fgci-install role) - that would mean that the compute nodes get a newer "CSC ansible software stack" than install,admin,login, grid nodes - which is also not optimal. A) would be a technical and documentational? solution and B) (if it works) might be doable with only information/documentation; if it's just to suggest that users use "git checkout v1.1.0" in their clone of fgci-ansible (and set ansible_pull_branch). Good testing and documentation is important here. Must test the upgrade procedure between versions. This could be a heavy workload. |
Exactly. One way to solve it is to drop the cron triggered git_mirror update and make any reconfiguration of the computes exclusively dependent on what is available on the install node, which by it's turn just get changed whenever site specific playbooks are ran against install node. This way if sites don't change their confs/roles/playbooks nothing gets changed on the whole cluster. |
A) update git_mirror through ansible-playbook install.yml and not with cron;
OR
B) completly freeze ansible playbooks and roles through commit or tag
The text was updated successfully, but these errors were encountered: