Created attachment 1179464 [details] Arguments submitted to compare Description of problem: Subscription validation logic will always report a warning when using an SMA that starts with 0 subscriptions, even if you add enough to cover the deployment. Issue is related to https://github.com/fusor/fusor/blob/master/server/app/lib/fusor/subscriptions/subscription_validator.rb#L121, we do not get any entitlements back from the customer portal, so the product_ids end up incorrect. See attachment for log of rails console session, should arguments passed to compare method. How reproducible: Every time. Steps to Reproduce: 1. Do a connected deployment (must not have a previously uploaded manifest). 2. Choose SMA with 0 subscriptions. 3. Add sufficient subscriptions to cover the deployment (ex: 2RHCI to cover just RHEV) 4. Progress to subscriptions review Actual results: Warning appears complaining about insufficient entitlements. Expected results: No warning should appear. Additional info:
https://github.com/fusor/fusor/pull/1050