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

Keep vRA blueprint metadata like name, id and description in the YAML #75

Merged
merged 4 commits into from
Jul 22, 2020

Conversation

nblagoev
Copy link
Contributor

Description

Include metadata in the vRA blueprint YAML, in addition to the content, to make it compatible with latest versions of vRBT.

id: 029be221-7da3-4438-a86a-6a07db20e718
name: Blueprint Name
content:
  formatVersion: 1
  inputs: {}
  resources: {}
description: ""
requestScopeOrg: false

Testing

Tested against vRA Cloud

@nblagoev nblagoev added this to the 2.2.0 milestone Jul 18, 2020
@nblagoev nblagoev requested a review from a team as a code owner July 18, 2020 15:47
@codecov
Copy link

codecov bot commented Jul 18, 2020

Codecov Report

Merging #75 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   49.87%   49.87%           
=======================================
  Files          41       41           
  Lines         800      800           
  Branches      107      107           
=======================================
  Hits          399      399           
  Misses        401      401           

kgkolev
kgkolev previously approved these changes Jul 22, 2020
@vmwclabot
Copy link
Member

@nblagoev, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@nblagoev nblagoev merged commit e346629 into master Jul 22, 2020
@nblagoev nblagoev deleted the retain-blueprint-metadata branch July 22, 2020 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants