-
Notifications
You must be signed in to change notification settings - Fork 13
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
FD deployment, HC & FD root pulp certificates, FD slurm, corrected generate password script #442
Conversation
…te with those keys
…te with those keys
Merging slurm changes
group_vars/fender_cluster/vars.yml
Outdated
@@ -234,13 +234,13 @@ lfs_mounts: [ | |||
pfs: 'ecst01', | |||
machines: "{{ groups['cluster'] }}" }, | |||
{ lfs: 'tmp10', | |||
pfs: 'ecst02', | |||
pfs: 'ecst01', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct and should be changed back to ecst02.
group_vars/fender_cluster/vars.yml
Outdated
groups: ['umcg-atd', 'solve-rd'] }, | ||
{ lfs: 'prm10', | ||
pfs: 'ecst02', | ||
pfs: 'ecst01', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct and should be changed back to ecst02.
group_vars/fender_cluster/vars.yml
Outdated
groups: ['umcg-atd', 'solve-rd'] }, | ||
{ lfs: 'env10', | ||
pfs: 'ecst02', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct and should be changed back to ecst02.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comments. In addition in goup_vars/fender_cluster/vars.yml
public_ip_addresses:
corridor: '45.88.81.48'
is outdated; please add the new floating IP.
group_vars/fender_cluster/vars.yml
Outdated
@@ -224,14 +224,14 @@ regular_users: | |||
# | |||
pfs_mounts: [ | |||
{ pfs: 'ecst01', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overlooked this one in the first review. This key needs to match the one used in the lfs_mounts variable, so also needs to be changed back to ecst02.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spotted one more issue; see inline comment.
No description provided.