diff --git a/centos-7.def b/centos-7.def index 647b2cb8..2b2f632b 100644 --- a/centos-7.def +++ b/centos-7.def @@ -14,4 +14,4 @@ Include: yum shadow-utils rsyslog tcp_wrappers tzdata util-linux words \ zlib tar less gzip which util-linux openssh-clients \ openssh-server dhclient pciutils vim-minimal shadow-utils \ - strace cronie crontabs cpio wget centos-release + strace cronie crontabs cpio wget centos-release ipmitool diff --git a/go.mod b/go.mod index 63cf2a11..92a348fe 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/golang/protobuf v1.4.2 github.com/gorilla/mux v1.7.4 github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a - github.com/kelseyhightower/envconfig v1.4.0 + github.com/kelseyhightower/envconfig v1.4.0 // indirect github.com/klauspost/compress v1.11.1 github.com/klauspost/pgzip v1.2.5 github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a @@ -44,17 +44,17 @@ require ( github.com/russross/blackfriday/v2 v2.0.1 github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.1.1 - github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 - github.com/ulikunitz/xz v0.5.8 // indirect - github.com/vbauerster/mpb/v5 v5.3.0 // indirect - go.etcd.io/bbolt v1.3.5 // indirect - golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect - golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect - golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect - golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect - google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect - google.golang.org/grpc v1.27.0 // indirect - google.golang.org/protobuf v1.24.0 // indirect - gopkg.in/square/go-jose.v2 v2.3.1 // indirect + github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect + github.com/ulikunitz/xz v0.5.8 + github.com/vbauerster/mpb/v5 v5.3.0 + go.etcd.io/bbolt v1.3.5 + golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 + golang.org/x/net v0.0.0-20200602114024-627f9648deb9 + golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a + golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 + google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 + google.golang.org/grpc v1.27.0 + google.golang.org/protobuf v1.24.0 + gopkg.in/square/go-jose.v2 v2.3.1 gopkg.in/yaml.v2 v2.3.0 ) diff --git a/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww b/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww index ce5ae245..87f649d1 100644 --- a/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww +++ b/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww @@ -6,3 +6,5 @@ GATEWAY={{$.Self.NetDevs.eth0.Gateway}} HWADDR={{$.Self.NetDevs.eth0.Hwaddr}} BOOTPROTO=static ONBOOT=yes +DEVTIMEOUT=10 + diff --git a/overlays/system/default/init b/overlays/system/default/init index 3a21f341..f91a636b 100755 --- a/overlays/system/default/init +++ b/overlays/system/default/init @@ -33,6 +33,8 @@ mount -t devtmpfs devtmpfs /dev nohup /warewulf/bin/wwclient >/var/log/wwclient.log 2>&1 /var/log/ipmi.log 2>&1