-
Notifications
You must be signed in to change notification settings - Fork 89
Repair-NsxEdge: Add Upgrade feature to Nsx-Edge #454
Conversation
It is now possible to upgrade Edge with a cmdlet !
a135bd1
to
2023858
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just comment grammar corrections - ill test based on current code, but will wait to merge until you have updated. Thanks for PR
module/PowerNSX.psm1
Outdated
@@ -13695,7 +13695,7 @@ function Repair-NsxEdge { | |||
up to 200 subinterfaces. Multiple external IP addresses can be configured | |||
for load balancer, site‐to‐site VPN, and NAT services. | |||
|
|||
The Repair-NsxEdge cmdlet allows a Resync or Redploy operation to be | |||
The Repair-NsxEdge cmdlet allows a Resync, Redploy or Upgrade operation to be | |||
performed on the specified Edges appliance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edges -> Edge.
module/PowerNSX.psm1
Outdated
@@ -13728,7 +13733,8 @@ function Repair-NsxEdge { | |||
#Specify the repair operation to be performed on the Edge. | |||
#If ForceSync - The edge appliance is rebooted | |||
#If Redeploy - The Edge is removed and redeployed (if the edge is HA this causes failover, otherwise, an outage.) | |||
[ValidateSet("ForceSync", "Redeploy")] | |||
#If Upgrade - The Edge is upgrade to last release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to -> upgraded to latest release
jenkins test this please |
Tests Successful |
typo fixed ! |
Repair-NsxEdge is not very good name for upgrade.. need also the same function for NsxLogicalRouter ... (there is no Repair-NsxLogicalRouter for the moment...) |
Ok - did you want to raise another PR for this, or leave this unmerged until you have done that? |
i will push a another PR later... |
It is now possible to upgrade Edge with a cmdlet !