Bug 1469460 - [cisco_ucsm] ucsm_host_list parameter is incorrect because code is not "composable role ready"
Summary: [cisco_ucsm] ucsm_host_list parameter is incorrect because code is not "compo...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z5
: 10.0 (Newton)
Assignee: Joe Donohue
QA Contact: Toni Freger
URL:
Whiteboard:
Depends On:
Blocks: 1321623 1335596
TreeView+ depends on / blocked
 
Reported: 2017-07-11 10:13 UTC by Sid Ahmed Sadouni
Modified: 2023-09-14 04:04 UTC (History)
14 users (show)

Fixed In Version: openstack-tripleo-heat-templates-5.3.0-6.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-28 16:35:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-28646 0 None None None 2023-09-14 04:04:29 UTC
Red Hat Product Errata RHBA-2017:2825 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 10 director Bug Fix Advisory 2017-09-28 20:33:35 UTC

Description Sid Ahmed Sadouni 2017-07-11 10:13:17 UTC
We are using the env file environments/neutron-ml2-cisco-nexus-ucsm.yaml for cisco_ucsm mechanism driver and composable role for our needs in NFV.

environments/neutron-ml2-cisco-nexus-ucsm.yaml  calls puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml which is not "composable role ready"

We are in a case for NFV where we need different type of compute role.

For the 'Compute like' role we configure, the parameter ucsm_host_list is not generated.
This is a problem when we want to spawn a VM with an SR-IOV interface on a compute. 

Thanks,

Comment 1 Sandhya Dasu 2017-07-12 20:05:12 UTC
I would like TripleO experts to chime in on this issue. Obviously, the final solution would be for config for Cisco mech drivers to be compossible role compatible. Since, this issue has to be fixed in OSP10, a different solution needs to be found in the meantime.

I am currently looking at:
tripleo-heat-templates/puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml

I think the reason, compute hosts with different compute roles are being ignored is because of this:
  CollectMacDeploymentsCompute:
    type: OS::Heat::SoftwareDeployments
    properties:
      name: CollectMacDeploymentsCompute
      servers:  {get_param: [servers, Compute]}  <-----
      config: {get_resource: CollectMacConfig}
      actions: ['CREATE'] # Only do this on CREATE

Looking for suggestions from the Triple experts. Can the "Compute" string be a regular expression? Or, should be create a block like this for every compute role (brute force, I know)?

Comment 2 Sandhya Dasu 2017-07-17 19:12:46 UTC
Opened a new triple bug: https://bugs.launchpad.net/tripleo/+bug/1704853
describing the issue as I see it.

Comment 4 Sandhya Dasu 2017-07-27 13:55:44 UTC
Fix has been back ported to stable/newton via:https://review.openstack.org/#/c/487164/.
This needs to make its way into OSP10.

Comment 10 errata-xmlrpc 2017-09-28 16:35:22 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:2825

Comment 11 Red Hat Bugzilla 2023-09-14 04:00:56 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.