You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
As a casual OCP user typically upgrading in a blue/green fashion I would like to run a non-HA setup in order to save AWS costs.
Problem Description
What problem is being solved by the proposed feature?
AWS is expensive by itself, I don't have HA requirements and should be able to save considerably by running 1 Master 1 Infra 2 AppNodes.
Proposed Change
Not sure what would need to change but we generate an inventory and can parametrize the number of app nodes. Something similar should be possible for master/infra nodes.
Add 2 new parameters,
master-node-count (default=3)
infra-node-count (default=3)
or perhaps just one parameter, as we anyway just want either 1 or 3 of each
ha-deployment (default=true)
Overview
Alternatives
Security Impact
Other End User Impact
Performance Impact
Other Deployer Impact
Developer Impact
Documentation Impact
Implementation
Describe your plan for implementation steps and potential
assignees/contributors.
Acceptance criteria
OCP deploys successfully on AWS in non-HA mode with 1 master, 1 Infra and 2 App nodes using your ose-on-aws wrapper script.
Testing
Describe how to test this, including manual steps, if any.
Dependencies
References
The text was updated successfully, but these errors were encountered:
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
awslifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
FEATURE REQUEST INFO:
As a casual OCP user typically upgrading in a blue/green fashion I would like to run a non-HA setup in order to save AWS costs.
Problem Description
What problem is being solved by the proposed feature?
AWS is expensive by itself, I don't have HA requirements and should be able to save considerably by running 1 Master 1 Infra 2 AppNodes.
Proposed Change
Not sure what would need to change but we generate an inventory and can parametrize the number of app nodes. Something similar should be possible for master/infra nodes.
Add 2 new parameters,
master-node-count (default=3)
infra-node-count (default=3)
or perhaps just one parameter, as we anyway just want either 1 or 3 of each
ha-deployment (default=true)
Overview
Alternatives
Security Impact
Other End User Impact
Performance Impact
Other Deployer Impact
Developer Impact
Documentation Impact
Implementation
Describe your plan for implementation steps and potential
assignees/contributors.
Acceptance criteria
OCP deploys successfully on AWS in non-HA mode with 1 master, 1 Infra and 2 App nodes using your ose-on-aws wrapper script.
Testing
Describe how to test this, including manual steps, if any.
Dependencies
References
The text was updated successfully, but these errors were encountered: