-
Notifications
You must be signed in to change notification settings - Fork 49
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
Metadata.yaml should be a complete kubernetes style yaml #530
Comments
Will follow the same model of using the API generation model discussed in the other issue about Catalog Schema. |
I can try on this one. Can someone assign this to me? |
Related Change #790155Subject: [WIP] Update metadata yaml in kubernetes style This change will close this issue when merged. ApprovalsCode-Review
! None
Verified
-1 Zuul
Workflow
! None Last Updated: 2021-05-21 09:39:44 CDT |
Related Change #792060Subject: Update metadata.yaml to kubernetes style ApprovalsCode-Review
+1 Matthew Fuller
+2 Ian Howell
+1 Bijaya Sharma
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-25 15:58:59 CDT |
* Define GVK for metadata.yaml * Added supoorting type and registered the kind 'AirshipMetadata' to runtime scheme * Used document object to read metadata instead of reading it as config Relates-To: #530 Change-Id: I748cd0921ba7bb04ca6fb2999294776e6803ed3e
Need to add kind, etc to the file .
apiVersion: airshipit.org/v1alpha1
kind: AirshipMetadata
metadata: name: airship-metadata
spec:
phase:
docEntryPointPrefix: manifests/site/test-site
path: manifests/site/test-site/phases
inventory:
path: manifests/site/test-site/host-inventory
The text was updated successfully, but these errors were encountered: