File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
spec/acceptance/peadm_spec/plans Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 Optional[String] $upgrade_version = undef ,
1616 Optional[Peadm::SingleTargetSpec] $replica_host = undef ,
1717) {
18- # Read and parse metadata.json
19- $metadata = parsejson(file (' ./.modules/peadm/metadata.json' ))
20- out::message(" peadm module metadata: ${metadata} " )
21- # Get the version value
22- $module_version = $metadata [' version' ]
23- out::message(" peadm module version: ${module_version} " )
24-
2518 # pre-migration checks
2619 out::message(' This plan is a work in progress and it is not recommended to be used until it is fully implemented and supported' )
2720 peadm::assert_supported_bolt_version()
Original file line number Diff line number Diff line change 33 $architecture ,
44 $image ,
55) {
6+ # Read and parse metadata.json
7+ $metadata = parsejson(file (' ./.modules/peadm/metadata.json' ))
8+ out::message(" peadm module metadata: ${metadata} " )
9+ # Get the version value
10+ $module_version = $metadata [' version' ]
11+ out::message(" peadm module version: ${module_version} " )
12+
613 $nodes =
714 case $architecture {
815 ' standard' : {
You can’t perform that action at this time.
0 commit comments