bm-metamorph / MetaMorph

Baremetal Provisioning using Redifish
11 stars 4 forks source link

Improvement on BareMetal Provider MetaMorph Readme #7

Open sb1975 opened 4 years ago

sb1975 commented 4 years ago

Certain suggestions for https://github.com/bm-metamorph/MetaMorph/blob/master/README.md

  1. Minimum Pre-requisties/Dependencies can be moved out of Features as a separate section.
  2. For Features (Plugin Support ) : Is it possible to built a custom plugin that can talk to existing VMs and use that to bootstrap as Kubernetes Nodes. (This could be future enhancement).
  3. Can we add a section for "Potential Use Cases" :
    • update host ISO image and reboot
    • Update Firmware of Baremetal Host
    • Configure RAID of Baremetal Host
    • Support SRIOV PF and VF configuration
    • Support Baremetal Host provisioing over WAN without need for DHCP,TFTP, PXE booting
    • will the Baremetal Operator BIOSConfig property will be supported in Metamorph ?

  4. Updated Architecture diagram showing E2E flow,
    • starting from Cluster-API--> to BareMetal Provider --> to the Metamorph Provisioner --> Metamorph API/Controller --> RedFish API --> Baremetal Host,etc..