redhat-cop / agnosticd

AgnosticD - Ansible Deployer for multiple Cloud Deployers
https://redhat-cop.github.io/agnosticd/
GNU General Public License v3.0
385 stars 499 forks source link

[host-ocp4-assisted-installer] Add the option to add extra disks to masters and/or workers #8867

Closed agonzalezrh closed 4 days ago

agonzalezrh commented 4 days ago
SUMMARY

Two new variables are added:

ai_masters_extra_disks: [] ai_workers_extra_disks: []

INSTANCENAME text will be replaced with the name of the instance, to avoid duplicate names

Example:

ai_workers_extra_disks:
  - metadata:
      name: "extradiskINSTANCENAME"
    spec:
      source:
        blank: {}
      pvc:
        accessModes:
          - ReadWriteMany
        volumeMode: Block
        resources:
          requests:
            storage: "20Gi"
ISSUE TYPE
COMPONENT NAME

host-ocp4-assisted-installer role