Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Apr 17, 2020
2 parents ac5217c + c2b05d1 commit 41a59bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/group_vars/grid/grid.example
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ logsize: "1000000 52"
shared_filesystem: "yes"
joblog: "/var/log/arc/gm-jobs.log"

maxjobs: "10000 10000 80"
maxjobs: "10000 10000 80 -1 -1"
wakeupperiod: "30"
defaultttl: "604800 1209600"
authplugin: "FINISHED timeout=30,onfailure=pass"
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
path: roles
version: v1.4.8

- src: https://github.com/CSCfi/ansible-role-fgci-bash
- src: https://github.com/fgci-org/ansible-role-fgci-bash
path: roles
version: v1.2.9
version: v1.3.0

- src: https://github.com/CSCfi/ansible-role-cuda
path: roles
Expand Down
2 changes: 1 addition & 1 deletion roles/ip_forwarder/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: set ip_forward to 1 to allow kickstarting of network nodes
sysctl:
name: net.ipv4.ip_forward
value: 1
value: "1"
sysctl_set: yes
reload: no
remote_user: root
Expand Down
2 changes: 1 addition & 1 deletion roles/watermark-release/files/fgci-ansible-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.5
2.1.6

0 comments on commit 41a59bc

Please sign in to comment.