updated WW_INTERNAL to 45 for 4.5.x release
Internal version update is necessary as new structures were added, most obviously the disk, partitions and file system structures. Old configurations will work as expected. Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
3792883906
commit
1fca0057d3
@@ -17,8 +17,8 @@ import (
|
||||
)
|
||||
|
||||
const initWarewulfConf = `WW_INTERNAL: 0`
|
||||
const initDefaultsConf = `WW_INTERNAL: 43`
|
||||
const initNodesConf = `WW_INTERNAL: 43
|
||||
const initDefaultsConf = `WW_INTERNAL: 45`
|
||||
const initNodesConf = `WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
default: {}
|
||||
nodes:
|
||||
|
||||
@@ -19,7 +19,7 @@ func Test_Basic(t *testing.T) {
|
||||
|
||||
func Test_two_nodes(t *testing.T) {
|
||||
env := New(t)
|
||||
env.WriteFile(t, "etc/warewulf/nodes.conf", `WW_INTERNAL: 43
|
||||
env.WriteFile(t, "etc/warewulf/nodes.conf", `WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
default: {}
|
||||
nodes:
|
||||
|
||||
Reference in New Issue
Block a user