Enhancement
When using the rh_subscription module, I was referring to the documentation and getting tripped up on the schema for org. I observed that the schema defines this value should be type integer. I attempted to identify the integer value with RedHat support and we could not get it working.
After some back and forth, we identified the appropriate value for this was a string, ex ABC. As a result of using a string value, cloud-init throws a schema error:
The schema should be updated and documentation should be updated to match the working implementation determined with the help of RedHat support.
Enhancement
When using the rh_subscription module, I was referring to the documentation and getting tripped up on the schema for
org. I observed that the schema defines this value should be typeinteger. I attempted to identify theintegervalue with RedHat support and we could not get it working.After some back and forth, we identified the appropriate value for this was a
string, exABC. As a result of using a string value, cloud-init throws a schema error:The schema should be updated and documentation should be updated to match the working implementation determined with the help of RedHat support.