You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stuartpreston Hmm, I see what you mean. What you might need to do is one call to the Properties Service API of each Property Group found in the blueprint. Within the property group you will see mandatory value.
Another thought that came to my mind if you end up improving the driver by finding out which properties are mandatory or not, would be to also look at the defaultValue.value.type. This would mean you would know exactly why type you need to send the property as. This means inside the kitchen.yml, it would be even simpler for the end user to fill out.
Example
platforms:
- name: APP_Server
driver:
catalog_name: Application Basic
subtenant_name: Windows Services
cpus: 1
memory: 2048
notes: Notes go here
extra_parameters:
Deployment.PPMProjectCode: A PPM Project Code goes here
Deployment.ServiceName: A Deployment Service Name goes here
APP_Server~description: A Description for the App Server goes here
APP_Server~My.Domain: A Domain here
APP_Server~My.Network: A Network Name here
APP_Server~My.SRM: A SRM here
Deployment.AdditionalStringParameter: A string value
Deployment.AdditionalIntegerParameter: 999
Deployment.AdditionalBooleanParameter: true
Creating new issue from #75
@stuartpreston Hmm, I see what you mean. What you might need to do is one call to the Properties Service API of each Property Group found in the blueprint. Within the property group you will see mandatory value.
Another thought that came to my mind if you end up improving the driver by finding out which properties are mandatory or not, would be to also look at the defaultValue.value.type. This would mean you would know exactly why type you need to send the property as. This means inside the kitchen.yml, it would be even simpler for the end user to fill out.
Originally posted by @RoinGrindwald in #75 (comment)
The text was updated successfully, but these errors were encountered: