-
Notifications
You must be signed in to change notification settings - Fork 371
Make disk and memory sizes configurable for vmware-ansible create-vm-prod-ose role #1076
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or a FEATURE REQUEST ? (choose one): FEATURE REQUEST
FEATURE REQUEST INFO
The vmware-ansible create-vm-prod-ose role main task currently hard codes disk and memory sizes for masters, infras, and apps vms. These hard-coded values should be considered minimum values and may be smaller than required by some deployments. This role would be more reusable if the following were defined as variables:
master_memory_mb: 16384
infra_memory_mb: 8192
app_memory_mb: 8192
master_disks_size_gb: [60, 40, 40, 40]
infra_disks_size_gb: [60, 40, 40, 300]
app_disks_size_gb: [60, 40, 40, 300]
The text was updated successfully, but these errors were encountered: