Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation missing for minimum cloud config requirements #150

Open
bodymindarts opened this issue Sep 29, 2020 · 3 comments
Open

Documentation missing for minimum cloud config requirements #150

bodymindarts opened this issue Sep 29, 2020 · 3 comments
Labels
PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Documentation Documentation incorrect or missing

Comments

@bodymindarts
Copy link
Contributor

The diego-cell vm types are specified as small-highmem which in autogenerated cloud-config in the lab are defined as:

- {"name": "small-highmem","cloud_properties": {"cpu": 4,"disk": 10240,"ram": 8192}}

Deployment of Diego cells onto those vms will fail due to: https://community.pivotal.io/s/article/Diego-Cell-rep-service-fails-with-message-auto-disk-limit-must-result-in-a-positive-number?language=en_US

cc @ramonskie

@dennisjbell
Copy link
Member

Upstream's definition of small-highmem has insufficient disk size for diego cells. This can be resolved by either updating the documentation in MANUAL.md, and/or updating the pre-deploy hook to check the disk size. While it may seem ideal to do the latter, the different IaaS' make the detection of this very difficult, ESPECIALLY Asure (which can reference disk sizes indirectly). It is therefore recommended to provide documentation to capture this problem.

@dennisjbell dennisjbell added PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Documentation Documentation incorrect or missing labels Feb 11, 2021
@dennisjbell dennisjbell changed the title Deployment of 2.0.0-rc12 fails in lab Documentation missing for minimum cloud config requirements Feb 11, 2021
@dennisjbell
Copy link
Member

Acceptance Criteria:

Document memory, disk and cpu requirements for instance group types.

@dennisjbell
Copy link
Member

This was also the cause of #33, which has been closed and incorporated into this ticket by specifying the expanded title and Acceptance Criteria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Documentation Documentation incorrect or missing
Projects
None yet
Development

No branches or pull requests

2 participants