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

IAC-797 Improved default content.yaml archetypes for vRA #170

Merged
merged 5 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Enhancements
* [artifact-manager] IAC-786 / Set Aria Operations Default Policy vROPs 8.12.x.
* [artifact-manager] IAC-790 / Update usage of deprecated policy APIs for vROPs 8.12.x.
* [archetypes] IAC-797 / Improved content.yaml definition for "ts-vra-ng" and "vra-ng"

### Bugs
* [o11n-plugin-ssh] session esxiCode returns type void() instead of number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
# - policy name 2

blueprint:
subscription:
- Volume
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets set this to [] as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Michaelpalacce it doesn't work with empty blueprints as we have tested with @joroaf the newly created project from the archetype

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imihov1988 You get an error when pulling empty blueprints? really?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Michaelpalacce Yes, it was not erroring out when trying to build it.

subscription: []
flavor-mapping:
- small
- medium
Expand All @@ -37,11 +38,13 @@ region-mapping:
cloud-account-tags:
export-tag: "env:dev"
import-tags: ["env:dev", "env:test"]
catalog-item:
custom-resource:
resource-action:
catalog-entitlement:
content-source:
property-group:
catalog-item: []
custom-resource: []
resource-action: []
catalog-entitlement: []

property-group: []
policy:
content-sharing:
content-sharing: []

content-source: []
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
# - policy name 2

blueprint:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applicable here too

subscription:
- Volume
subscription: []
flavor-mapping:
- small
- medium
Expand All @@ -37,11 +38,13 @@ region-mapping:
cloud-account-tags:
export-tag: "env:dev"
import-tags: ["env:dev", "env:test"]
catalog-item:
custom-resource:
resource-action:
catalog-entitlement:
content-source:
property-group:
catalog-item: []
custom-resource: []
resource-action: []
catalog-entitlement: []

property-group: []
policy:
content-sharing:
content-sharing: []

content-source: []