Bug 1804758

Summary: Overcloud deployment with the rhsm composable service that uses activation key and 'autosubscribe: no' fails with: "msg": "parameters are mutually exclusive: activationkey, autosubscribe"
Product: Red Hat OpenStack Reporter: Rafael Urena <rurena>
Component: openstack-tripleo-heat-templatesAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: Sasha Smolyak <ssmolyak>
Severity: high Docs Contact:
Priority: high    
Version: 13.0 (Queens)CC: agurenko, aschultz, cjeanner, dbecker, emacchi, jschluet, mburns, mcornea, morazi
Target Milestone: z3Keywords: Triaged, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1640652 Environment:
Last Closed: 2020-02-19 20:27:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1640186, 1640652    
Bug Blocks:    

Comment 2 Rafael Urena 2020-02-19 15:09:17 UTC
[heat-admin@osp13-controller1 ~]$ rpm -q ansible-role-redhat-subscription
ansible-role-redhat-subscription-1.0.4-1.el7ost.noarch

This version is greater than the one that had the solution for bug 1640652

Comment 3 Alex Schultz 2020-02-19 18:51:58 UTC
Please provide a sosreport for the affected systems so we can verify the versions.

Comment 4 Emilien Macchi 2020-02-19 20:27:41 UTC
The right fix is to remove rhsm_autosubscribe from your config. Like the error says, this option isn't compatible when using an activation key.

The fix that we provided in zstream just changed the default: https://review.opendev.org/#/c/611334/3/defaults/main.yml but it's up to you to remove that "rhsm_autosubscribe: no".

I'm closing that bug, please re-open if you still encounter the issue.