Bug 1494101

Summary: Create a host aggregate with all the nodes under a role for heterogeneous cluster
Product: Red Hat OpenStack Reporter: Saravanan KR <skramaja>
Component: rhosp-directorAssignee: Saravanan KR <skramaja>
Status: CLOSED NOTABUG QA Contact: Amit Ugol <augol>
Severity: medium Docs Contact:
Priority: medium    
Version: 12.0 (Pike)CC: atelang, dbecker, mburns, morazi, rhel-osp-director-maint
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-06 06:47:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Saravanan KR 2017-09-21 12:58:54 UTC
Description of problem:

In a cluster with ComputeOvsDpdk1 and ComputeOvsDpdk2, it is required to create host aggregates to target the VMs to specific to role. Required guideline on how to create it and document it with heterogeneous cluster documentation.

Comment 1 Saravanan KR 2017-09-21 13:01:30 UTC
There are the commands that i used to created host agrregate and associate it with all the nodes of ComputeOvsDpdk role.

openstack aggregate create dpdk_host_group
openstack aggregate set dpdk_host_group --property dpdk=true
openstack aggregate add host dpdk_host_group $(openstack host list -f value -c 'Host Name' | grep computeovsdpdk)