Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while deploying Supervisor namespace in Invoke-DriDeployment #551

Closed
4 tasks done
Ashwini-Ravi opened this issue Mar 22, 2024 · 2 comments · Fixed by #552
Closed
4 tasks done

Issue while deploying Supervisor namespace in Invoke-DriDeployment #551

Ashwini-Ravi opened this issue Mar 22, 2024 · 2 comments · Fixed by #552
Assignees
Labels
bug Bug ci Related to CI Pipeline with PlatformTools size/s Relative Sizing: small vvs/dri Developer Ready Infrastructure
Milestone

Comments

@Ashwini-Ravi
Copy link
Contributor

Code of Conduct

  • I have read and agree to the Code of Conduct.
  • Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

VMware Cloud Foundation

5.1

Module Version

2.9.0.1047

PowerShell Version

7.3.6

PowerCLI Version

13.1.0.21624340

PowerVCF Version

2.4.1.1000

Guest Operating System

windows server 2019

Environment Details

No response

Description

Error while Deploying a Supervisor Namespace for Developer Ready Infrastructure for VMware Cloud Foundation

Error or Debug Output

Error at Script Line 9030
Relevant Command: $StatusMsg = Add-Namespace -Server $sddcManagerFqdn -user $jsonInput.sddcManagerUser -pass $jsonInput.sddcManagerPass -domain $jsonInput.tanzuSddcDomainName -Cluster $jsonInput.supervisorClusterName -Namespace $jsonInput.supervisorNamespaceName -StoragePolicy $jsonInput.storagePolicyName -WarningAction SilentlyContinue -ErrorAction SilentlyContinue -WarningVariable WarnMsg -ErrorVariable ErrorMsg
Error Message: Cannot validate argument on parameter 'server'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.

Expected Behavior

It should work without any issues

Actual Behavior

In server input -server $jsonInput.sddcManagerFqdn should be updated instead of -Server $sddcManagerFqdn

Steps to Reproduce

Run Invoke-driDeployment

Log Fragments and Files

No response

Screenshots

No response

References

No response

@Ashwini-Ravi Ashwini-Ravi added bug Bug needs-triage Needs Triage labels Mar 22, 2024
@Ashwini-Ravi
Copy link
Contributor Author

In server input -server $jsonInput.sddcManagerFqdn should be updated instead of -Server $sddcManagerFqdn

@github-actions github-actions bot added the pending-review Pending Review label Mar 22, 2024
@GaryJBlake GaryJBlake removed pending-review Pending Review needs-triage Needs Triage labels Mar 22, 2024
@GaryJBlake GaryJBlake added this to the v2.9.0 milestone Mar 22, 2024
@GaryJBlake GaryJBlake self-assigned this Mar 22, 2024
@GaryJBlake GaryJBlake added size/s Relative Sizing: small vvs/dri Developer Ready Infrastructure ci Related to CI Pipeline with PlatformTools labels Mar 22, 2024
Copy link

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug ci Related to CI Pipeline with PlatformTools size/s Relative Sizing: small vvs/dri Developer Ready Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants