Skip to content

Commit

Permalink
Add 5.2 Worklflow ems json file
Browse files Browse the repository at this point in the history
  • Loading branch information
feardamhan committed Jun 5, 2024
1 parent 8ac4e19 commit de806c2
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.InstanceRecovery.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = '.\VMware.CloudFoundation.InstanceRecovery.psm1'

# Version number of this module.
ModuleVersion = '1.0.10.1000'
ModuleVersion = '1.0.11.1000'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
76 changes: 76 additions & 0 deletions reference-files/52x-workflowspec-ems.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"state": "Processing",
"name": "Bringup-Ems",
"description": "Bringup",
"inputs": {},
"outputs": {},
"statetransitions": [
{
"Action": "RegisterBringupDeploymentForCEIP"
},
{
"Action": "ValidateThumbprints"
},
{
"Action": "TrustCertificates"
},
{
"Action": "ImportSSHKeys"
},
{
"Action": "InitialEnvironmentSetup"
},
{
"Action": "VCDeployment",
"OutputMap": {
"datacenterMoid": "datacenterMoid"
}
},
{
"Action": "ManagementClusterContractConfiguration",
"InputMap": {
"datacenterMoid": "datacenterMoid"
},
"OutputMap": {
"clusterMoid": "clusterMoid",
"clusterName": "clusterName",
"vdsNameToVdsSourceId": "vdsNameToVdsSourceId",
"vdsMoidToPgNameToPgMoidMap": "vdsMoidToPgNameToPgMoidMap"
}
},
{
"Action": "ManagementClusterConfiguration"
},
{
"Action": "VsanClaimDisksAction"
},
{
"Action": "PostManagementClusterClaimDiskConfiguration"
},
{
"Action": "PostManagementClusterConfiguration"
},
{
"Action": "EnableVsphereClusterServices",
"InputMap": {
"clusterMoid": "clusterMoid"
}
},
{
"Action": "ApplyEsxLicense"
},
{
"Action": "EnableVsanMonitoring",
"InputMap": {
"clusterMoid": "clusterMoid"
}
},
{
"Action": "VCenterServiceAccountsConfiguration",
"OutputMap": {
"vcenterServiceAccount": "vcenterServiceAccount",
"nsxtVcenterServiceAccount": "nsxtVcenterServiceAccount"
}
}
]
}

0 comments on commit de806c2

Please sign in to comment.