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

Add instance_config_version to all resources schema #754

Open
claudia-correia opened this issue Dec 7, 2023 · 0 comments
Open

Add instance_config_version to all resources schema #754

claudia-correia opened this issue Dec 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@claudia-correia
Copy link
Contributor

Overview

All topology elements now contain an instance_configuration_version field. We should add this field to the schema. Also, it is now possible to use different instance_configuration_ids from the ones defined in the deployment template. So, we should make the necessary changes so that it's possible to set the instance_configuration_id for all resources.

Testing

We should test the following:

  1. The instance_configuration_id and instance_configuration_version fields can be read and updated for all resources.
  2. It's possible to use an instance_configuration_id different from the one in the template.

Context

We currently can't specify an instance_configuration_version, which forces us to use the instance_configuration_versions defined in the template. The same goes for the instance_configuration_id, which currently can't be different from the ones in the template, which blocks us from using different hardware types for specific resources/ES tiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant