Description of problem: Add feature for Embedded Ansible provisioning to set service_name if the dialog service_name define Version-Release number of selected component (if applicable): 5.8 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
One suggestion would be to move this logic out of the CatalogItemInitialization method and into the backend so it is supported on any service provision.
https://github.com/ManageIQ/manageiq/pull/16338
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/3142b7a678c35add5c6c58fa216204b6f82fba21 commit 3142b7a678c35add5c6c58fa216204b6f82fba21 Author: Greg McCullough <gmccullo> AuthorDate: Sat Oct 28 21:22:45 2017 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Tue Oct 31 12:10:35 2017 -0400 Update service name based on dialog options from provisioning. https://bugzilla.redhat.com/show_bug.cgi?id=1505929 app/models/service.rb | 15 +++++++++++++++ spec/models/service_spec.rb | 15 +++++++++++++++ 2 files changed, 30 insertions(+)