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

Remove some deprecated parameters and add a few extra #763

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

mayorova
Copy link
Contributor

Also this makes it closer to the productized template.

@mayorova mayorova requested a review from a team as a code owner June 14, 2018 11:33
@@ -122,6 +120,10 @@ parameters:
value: apicast
name: APICAST_NAME
required: true
- description: "Number of worker processes to start."
value: "1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would actually cripple the deployment to 1 worker instead of automatically detecting available CPUs.

Copy link
Contributor

@mikz mikz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to leave APICAST_WORKERS empty, so it automatically detects number of available CPU cores.

@mayorova
Copy link
Contributor Author

So we need to do the same here @mikz ?

@mikz
Copy link
Contributor

mikz commented Jun 14, 2018

@mayorova yep, that would be good. Otherwise the auto detection (#600) won't work.

Edit: but of course that template is productized template, an artifact from the release. So we will fix that in the next release.

@mayorova mayorova force-pushed the update-openshift-template branch from da9b21f to ff59ca1 Compare June 15, 2018 07:55
@mayorova
Copy link
Contributor Author

@mikz I opened an issue here to not forget about it: https://issues.jboss.org/browse/THREESCALE-1073

@mikz mikz merged commit 2b4db5d into master Jun 15, 2018
@mikz
Copy link
Contributor

mikz commented Jun 15, 2018

Thank you @mayorova! 👍

@mikz mikz deleted the update-openshift-template branch June 15, 2018 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants