-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
Product / Portfolio Work
-
2
-
False
-
-
False
-
-
-
OCMUI Center Team Sprint 274, OCMUI Center Team Sprint 275, OCMUI Center Team Sprint 276
User story:
As a user, I want to see what AWS tags have been applied to node pools for a given AWS HCP cluster so that I can view what tags I have for my node pools
Additional information
Acceptance criteria:
- For a given node pool for an AWS HCP cluster, I can view AWS tags (including key and value)
- AWS tags and labels (existing functionality) are both visible
- AWS tags are distinguishable from labels
Mockups/Design (if available)
See mockup 1.a.1
The label group category text (aka "Labels" and "AWS tags") should not be visible for non HCP clusters (since AWS labels only apply for AWS HCP clusters) but labels can be part of a label group (including the X more link) for all node/machine pools that support labels.
Note that the design moves labels and AWS tags into label groups - See PatternFly label group (available in both PF5 and PF6)
Out of scope
Adding AWS tags for any cluster type beyond AWS HCP clusters.
Cleaning up or otherwise changing the machine/node pool expanded section in the node/machine pool list
------------------------------------------------------------------------------------------------------------------------
Implementation notes
The ability to viewWS tags for a node pool is available in the node pools AP => GET /api/clusters_mgmt/v1/clusters/
{cluster_id}/node_pools
With the following structure:
items > aws_node_pool > tags
- links to