puppetlabs / puppetlabs-node_manager

Create and manage PE node groups as resources.
Apache License 2.0
10 stars 21 forks source link

Fixes bad schema issues with purge_behavior #62

Closed ody closed 3 years ago

ody commented 3 years ago
With the merge of GH-60 adding node_groups fails with a schema
error when it sends the purge_behavior parameter and is rejected
by classifier.

This commit adds purge_behavior to the list of filtered
parameters that are built into the data structure sent to the
classifier API.
ody commented 3 years ago

"node_manager failed with error type 'schema-violation': The object(s) in your submitted request did not conform to the schema. The problem is: ([:purge_behavior disallowed-key])"

ody commented 3 years ago

@reidmv Noticed while attempting to deploy a new peadm stack through autope...took me a while to figure out where the failure is...bolt buries so much

reidmv commented 3 years ago

Good catch @ody. CC @WhatsARanjit

reidmv commented 3 years ago

Thanks @WhatsARanjit!

Any chance we could get a release with this fix?

reidmv commented 3 years ago

@WhatsARanjit bump ^^ thoughts?