Activity log for bug #1823705

Date Who What changed Old value New value Message
2019-04-08 11:45:01 Brent Rowsell bug added bug
2019-04-08 11:45:14 Brent Rowsell starlingx: importance Undecided Critical
2019-04-08 11:45:27 Brent Rowsell tags stx.config
2019-04-08 17:05:04 Brent Rowsell starlingx: importance Critical High
2019-04-08 17:11:34 Ghada Khalil description Brief Description ----------------- I did not assign the openstack compute labels to a worker node. After Severity -------- Critical, system not useable for non-openstack worker nodes Steps to Reproduce ------------------ Install and provision a worker node without assigning the openstack compute labels. Unlock worker nodes Expected Behavior ------------------ Openstack compute labels were not assigned Actual Behavior ---------------- Openstack compute labels are assigned Reproducibility --------------- 100% System Configuration -------------------- Standard system Branch/Pull Time/Commit ----------------------- 19.01 2019-04-05 20:23:11 -0400 Last Pass --------- Suspect never Timestamp/Logs -------------- Problem code is here sysinv/conductor/kube_app.py def _process_node_labels(self, app, op=constants.LABEL_ASSIGN_OP): # Node labels are host personality based and are defined in # metadata.yaml file in the following format: # labels: # controller: '<label-key1>=<value>, <label-key2>=<value>, ...' # compute: '<label-key1>=<value>, <label-key2>=<value>, ...' ... # Add the default labels for system app. They must exist for # the app manifest to be applied successfully. If the nodes have # been assigned these labels manually before, these # reassignments are simply ignored. if app.system_app: controller_labels_set.add(constants.CONTROL_PLANE_LABEL) compute_labels_set.add(constants.COMPUTE_NODE_LABEL) compute_labels_set.add(constants.OPENVSWITCH_LABEL) compute_labels_set.add(constants.SRIOV_LABEL) Test Activity ------------- Other Brief Description ----------------- I did not assign the openstack compute labels to a worker node. Severity -------- Critical, system not useable for non-openstack worker nodes Steps to Reproduce ------------------ Install and provision a worker node without assigning the openstack compute labels. Unlock worker nodes Expected Behavior ------------------ Openstack compute labels were not assigned Actual Behavior ---------------- Openstack compute labels are assigned Reproducibility --------------- 100% System Configuration -------------------- Standard system Branch/Pull Time/Commit ----------------------- 19.01 2019-04-05 20:23:11 -0400 Last Pass --------- Suspect never Timestamp/Logs -------------- Problem code is here sysinv/conductor/kube_app.py     def _process_node_labels(self, app, op=constants.LABEL_ASSIGN_OP):         # Node labels are host personality based and are defined in         # metadata.yaml file in the following format:         # labels:         # controller: '<label-key1>=<value>, <label-key2>=<value>, ...'         # compute: '<label-key1>=<value>, <label-key2>=<value>, ...' ... # Add the default labels for system app. They must exist for         # the app manifest to be applied successfully. If the nodes have         # been assigned these labels manually before, these         # reassignments are simply ignored.         if app.system_app:             controller_labels_set.add(constants.CONTROL_PLANE_LABEL)             compute_labels_set.add(constants.COMPUTE_NODE_LABEL)             compute_labels_set.add(constants.OPENVSWITCH_LABEL)             compute_labels_set.add(constants.SRIOV_LABEL) Test Activity ------------- Other
2019-04-08 17:12:31 Ghada Khalil starlingx: assignee David Sullivan (dsullivanwr)
2019-04-08 17:12:35 Ghada Khalil starlingx: status New Triaged
2019-04-08 17:12:48 Ghada Khalil bug added subscriber Dariush Eslimi
2019-04-08 17:13:03 Ghada Khalil tags stx.config stx.2.0 stx.config stx.containers
2019-04-10 13:14:49 Bart Wensley bug added subscriber Bart Wensley
2019-04-11 13:56:59 Joseph Richard bug added subscriber Joseph Richard
2019-04-12 16:30:38 OpenStack Infra starlingx: status Triaged In Progress
2019-04-24 15:57:57 OpenStack Infra starlingx: status In Progress Fix Released