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
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func TestHash(t *testing.T) {
|
||||
nodeConfYml1 := `
|
||||
WW_INTERNAL: 43
|
||||
WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
default:
|
||||
comment: This profile is automatically included for each node
|
||||
@@ -33,7 +33,7 @@ nodes:
|
||||
ipaddr: 10.0.10.2
|
||||
`
|
||||
nodeConfYml2 := `
|
||||
WW_INTERNAL: 43
|
||||
WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
default:
|
||||
comment: This profile is automatically included for each node
|
||||
@@ -56,7 +56,7 @@ nodes:
|
||||
ipaddr: 10.0.10.1
|
||||
`
|
||||
nodeConfYml3 := `
|
||||
WW_INTERNAL: 43
|
||||
WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
default:
|
||||
comment: This profile is automatically included for each node
|
||||
|
||||
Reference in New Issue
Block a user