Sreejith Punnapuzha 02da44720c Add toleration for taint
This commit adds toleration for taint master NoSchedule to different
components. This will help us in managing components that gets deployed
in kubernetes master nodes

Relates-To: #406

Change-Id: I9f3a30be9c4eed65dcdd1c41514abbfd9c384541
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
2020-12-14 14:56:51 -06:00
..
2020-12-14 14:56:51 -06:00
2020-11-10 12:23:25 -06:00
2020-11-10 16:12:28 +05:30

Function: hwcc

Controller for classifying host hardware characteristics to expected values.

The HWCC (Hardware Classification Controller) compares and validates the workload profile against Baremetal Hosts and classifies right match host and label the host. Also it displays the count for matched, unmatched and error hosts.

Comparison and validation is done on baremetalhost list provided by BMO against hardware profile mentioned in metal3.io_hardwareclassifications.yaml.

HWCC will label matched hosts.

  • Default

    hardwareclassification.metal3.io/<PROFILE-NAME>=matches

  • User Provided

    hardwareclassification.metal3.io/<PROFILE-NAME>=<LABEL>

HWCC also label hosts which are in error state if hardwareclassification-error=All label is given in workload profile.

HWCC status shows multiple items w.r.t applied profile :

  • Name of the profile
  • Profile match status
  • Matched Host count
  • Error Host count

Example Usage

User can validate and classify the hosts based on hardware requirement. User will get to know how many hosts matched to user profile and how many hosts are in error state. HWCC status will also show number of hosts falling under different error states. User can select any of matched host and go for provisioning.