Skip to content

Commit

Permalink
Merge pull request tg123#41 from diedpigs/patch-kernel-update
Browse files Browse the repository at this point in the history
Update kernel version to be used

This updates the kernel version to the most recent included with the centos7 release.
  • Loading branch information
jprorama authored Jan 9, 2019
2 parents bbf05cc + 7900466 commit 0d758a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public_interface: "eth0" # NIC that allows access to the public internet
private_interface: "eth1" #NIC that allows access to compute nodes
headnode_private_ip: "10.1.1.1"
build_kernel_ver: '3.10.0-862.11.6.el7.x86_64' # `uname -r` at build time... for wwbootstrap
build_kernel_ver: '3.10.0-957.1.3.el7.x86_64' # `uname -r` at build time... for wwbootstrap

#Private network Info
private_network: "10.1.1.0"
Expand Down

0 comments on commit 0d758a9

Please sign in to comment.