MAAS 3.3 alpha missing two existing filters

Bug #1992686 reported by Bill Wear
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Fix Released
High
Alexsander de Souza

Bug Description

In the MAAS 3.3 alpha on bolla, the filters "NUMA node" and "SR/IOV supported" are not available. They are not in the list of filter parameters shared by development, namely:

[

{"key": "arch","label": "Architecture","dynamic": False,"type": "list[str]","for_grouping": True, },

{"key": "tags","label": "Tags","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "not_tags","label": "Not having tags","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "fabrics","label": "Attached to fabrics","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "not_fabrics","label": "Not attached to fabrics","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "fabric_classes","label": "Attached to fabric with specified classes","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "not_fabric_classes","label": "Not attached to fabric with specified classes","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "subnets","label": "Attached to subnets","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "not_subnets","label": "Not attached to subnets","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "link_speed","label": "Link speed","dynamic": True,"type": "list[float]","for_grouping": False, },

{"key": "vlans","label": "Attached to VLANs","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "not_vlans","label": "Not attached to VLANs","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "zone","label": "Physical zone","dynamic": True,"type": "list[str]","for_grouping": True, },

{"key": "not_in_zone","label": "Not in zone","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "pool","label": "Resource pool","dynamic": True,"type": "list[str]","for_grouping": True, },

{"key": "not_in_pool","label": "Not in resource pool","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "storage","label": "Storage","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "interfaces","label": "Interfaces","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "devices","label": "Devices","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "cpu_count","label": "CPU count","dynamic": True,"type": "list[float]","for_grouping": False, },

{"key": "mem","label": "Memory","dynamic": True,"type": "list[float]","for_grouping": False, },

{"key": "pod","label": "The name of the desired pod","dynamic": True,"type": "list[str]","for_grouping": True, },

{"key": "not_pod","label": "The name of the undesired pod","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "pod_type","label": "The power_type of the desired pod","dynamic": True,"type": "list[str]","for_grouping": True, },

{"key": "not_pod_type","label": "The power_type of the undesired pod","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "mac_address","label": "MAC addresses to filter on","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "domain","label": "Domain names to filter on","dynamic": True,"type": "list[str]","for_grouping": True, },

{"key": "agent_name","label": "Only include nodes with events matching the agent name","dynamic": True,"type": "list[str]","for_grouping": False, },

{"key": "status","label": "Only includes nodes with the specified status","dynamic": False,"type": "list[str]","for_grouping": True, },

{"key": "owner","label": "Owner","dynamic": True,"for_grouping": True,"type": "list[str]", },

{"key": "power_state","label": "Power State","dynamic": False,"for_grouping": True,"type": "list[str]", },

{"key": "not_arch","label": "Architecture","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "cpu_speed","label": "CPU speed","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "not_owner","label": "Owner","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_power_state","label": "Power State","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_domain","label": "Domain names to ignore","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_agent_name","label": "Excludes nodes with events matching the agent name","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_status","label": "Exclude nodes with the specified status","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "osystem","label": "The OS of the desired node","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_osystem","label": "OS to ignore","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "distro_series","label": "The OS distribution of the desired node","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_distro_series","label": "OS distribution to ignore","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "ip_addresses","label": "Node's IP address","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_ip_addresses","label": "IP address to ignore","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "spaces","label": "Node's spaces","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "workloads","label": "Node's workload annotations","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_mac_address","label": "MAC addresses to filter on","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_spaces","label": "Node's spaces","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_workloads","label": "Node's workload annotations","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_link_speed","label": "Link speed","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "not_cpu_count","label": "CPU count","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "not_cpu_speed","label": "CPU speed","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "not_mem","label": "Memory","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "physical_disk_count","label": "Physical disk Count","type": "list[int]","dynamic": True,"for_grouping": False, },

{"key": "not_physical_disk_count","label": "Physical disk Count","type": "list[int]","dynamic": True,"for_grouping": False, },

{"key": "total_storage","label": "Total storage","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "not_total_storage","label": "Total storage","type": "list[float]","dynamic": True,"for_grouping": False, },

{"key": "pxe_mac","label": "Boot interface MAC address","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_pxe_mac","label": "Boot interface MAC address","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "fabric_name","label": "Boot interface Fabric","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_fabric_name","label": "Boot interface Fabric","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "fqdn","label": "Node FQDN","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "not_fqdn","label": "Node FQDN","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "simple_status","label": "Only includes nodes with the specified simplified status","type": "list[str]","dynamic": False,"for_grouping": False, },

{"key": "not_simple_status","label": "Exclude nodes with the specified simplified status","type": "list[str]","dynamic": True,"for_grouping": False, },

{"key": "parent","label": "Parent node","type": "list[str]","dynamic": True,"for_grouping": True, },

]

Related branches

Bill Wear (billwear)
Changed in maas:
status: New → Triaged
importance: Undecided → High
milestone: none → 3.3.0
Changed in maas:
assignee: nobody → Alexsander de Souza (alexsander-souza)
status: Triaged → In Progress
Changed in maas:
status: In Progress → Fix Committed
Changed in maas:
milestone: 3.3.0 → 3.3.0-beta1
Changed in maas:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.