Skip to content

Remove node's contraints#298

Merged
lebauce merged 1 commit intoredhat-openstack:masterfrom
jprovaznik:const
Nov 17, 2016
Merged

Remove node's contraints#298
lebauce merged 1 commit intoredhat-openstack:masterfrom
jprovaznik:const

Conversation

@jprovaznik
Copy link
Copy Markdown
Contributor

Any cotnraint causes that heat does an external API call when
validating the stack (on any update/create operation). This is a big
problem for large deployments, e.g. 6 contraints took ~6 seconds
per single node -> with 50 nodes it took 5 mins to only validate because
validation is sequential.

These params are validated in the top-level openshift.yaml templates
so it's safe to remove them to speed things up.

Any cotnraint causes that heat does an external API call when
validating the stack (on any update/create operation). This is a big
problem for large deployments, e.g. 6 contraints took ~6 seconds
per single node -> with 50 nodes it took 5 mins to only validate because
validation is sequential.

These params are validated in the top-level openshift.yaml templates
so it's safe to remove them to speed things up.
@lebauce lebauce merged commit 0ad9cec into redhat-openstack:master Nov 17, 2016
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