From 7900466c48128cab93baf0a324d58451c2472c96 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen Date: Tue, 8 Jan 2019 11:48:23 -0600 Subject: [PATCH] Update kernel version to be used --- group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all b/group_vars/all index 66d3d8587..ee787acd2 100644 --- a/group_vars/all +++ b/group_vars/all @@ -8,7 +8,7 @@ public_interface: "enp0s3" # NIC that allows access to the public internet private_interface: "enp0s8" #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"