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

request to add argument to set "AUTO_CREATE_INDEX" parameter via terraform in opentelekomcloud_css_cluster_v1. #2789

Open
viplave opened this issue Jan 17, 2025 · 0 comments
Assignees

Comments

@viplave
Copy link

viplave commented Jan 17, 2025

while creating CSS cluster "opentelekomcloud_css_cluster_v1" using terraform by default the parameter "AUTO_CREATE_INDEX" in Elasticsearch gets set to false, due to which our subsequent resources fails as index creation fails.

In documentation i didn't find any argument to set that to true via terraform , so in every new cluster creation we need to set the parameter manually and again restart the apply.

it would be really helpful if one argument can be added to provider to manage this config via terraform itself.

Please let me now if any further information is required .

@anton-sidelnikov anton-sidelnikov self-assigned this Jan 17, 2025
otc-zuul bot pushed a commit that referenced this issue Jan 21, 2025
[Feat] New resource opentelekomcloud_css_configuration_v1

Summary of the Pull Request
Resource for changing cluster configurations
PR Checklist

 Refers to: #2789
 Tests added/passed.
 Documentation updated.
 Schema updated.
 Release notes added.

Acceptance Steps Performed
=== RUN   TestAccCssConfiguration_basic
=== PAUSE TestAccCssConfiguration_basic
=== CONT  TestAccCssConfiguration_basic
--- PASS: TestAccCssConfiguration_basic (210.78s)
PASS

Process finished with the exit code 0

Reviewed-by: Muneeb H. Jan <[email protected]>
otc-zuul bot pushed a commit that referenced this issue Jan 21, 2025
[Feat.] New resource `opentelekomcloud_css_cluster_restart_v1`

Summary of the Pull Request
For restarting existing cluster
PR Checklist

 Refers to: #2789
 Tests added/passed.
 Documentation updated.
 Schema updated.
 Release notes added.

Acceptance Steps Performed
=== RUN   TestAccCssClusterRestart_basic
=== PAUSE TestAccCssClusterRestart_basic
=== CONT  TestAccCssClusterRestart_basic
    testing_new.go:84: Error running post-test destroy, there may be dangling resources: failed to destroy the opentelekomcloud_css_cluster_restart_v1 resource: ddff60c3-6102-41cf-98b7-d87ea6e78ced still exists
--- PASS: TestAccCssClusterRestart_basic (60.44s)

PASS

Process finished with exit code 0

Reviewed-by: Aloento
Reviewed-by: Artem Lifshits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants