We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4647764 commit 7f1a4feCopy full SHA for 7f1a4fe
plans/migrate.pp
@@ -63,6 +63,11 @@
63
64
out::message("old_pe_conf:${old_pe_conf}.")
65
66
+ $old_primary_platform = run_task('peadm::precheck', $old_primary_host).first['platform']
67
+ $new_primary_platform = run_task('peadm::precheck', $new_primary_host).first['platform']
68
+ out::message("old_primary_platform: ${old_primary_platform}")
69
+ out::message("new_primary_platform: ${new_primary_platform}")
70
+
71
run_plan('peadm::install', {
72
primary_host => $new_primary_host,
73
console_password => $old_primary_password,
0 commit comments