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

[8.16](backport #4090) Replace deprecated deployment template ID #4091

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 2, 2024

This PR updates the deployment template ID used to spin up deployments in ESS for Cloud E2E tests. The deployment template ID being used has been deprecated and continuing to use it is making the Cloud E2E tests fail like so:

ec_deployment.deployment: Creating...
--
  | ╷
  | │ Error: failed creating deployment
  | │
  | │   with ec_deployment.deployment,
  | │   on main.tf line 46, in resource "ec_deployment" "deployment":
  | │   46: resource "ec_deployment" "deployment" {
  | │
  | │ api error: 10 errors occurred:
  | │ 	* deployments.elasticsearch_using_legacy_dt: The referenced deployment template in elasticsearch plan [gcp-io-optimized-v2] is no longer available.
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.coordinating.1] in topology element [coordinating] is no longer
  | │ available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.data.highio.1] in topology element [hot_content] is no longer
  | │ available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.data.highstorage.1] in topology element [cold] is no longer
  | │ available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.data.highstorage.1] in topology element [warm] is no longer
  | │ available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.es.datafrozen.n1.64x10x95] in topology element [frozen] is no
  | │ longer available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.integrationsserver.1] in topology element [<unknown>] is no
  | │ longer available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.kibana.1] in topology element [<unknown>] is no longer available
  | │ .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.master.1] in topology element [master] is no longer available .
  | │ 	* deployments.topology_element_using_legacy_ic: The referenced instance configuration [gcp.ml.1] in topology element [ml] is no longer available .
  | │
  | │
  | ╵
  | ╷
  | │ Error: failed creating deployment

This is an automatic backport of pull request #4090 done by [Mergify](https://mergify.com).

@mergify mergify bot added the backport label Nov 2, 2024
@mergify mergify bot requested a review from a team as a code owner November 2, 2024 06:12
@michalpristas michalpristas enabled auto-merge (squash) November 2, 2024 06:13
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@michalpristas michalpristas merged commit 037d806 into 8.16 Nov 2, 2024
8 checks passed
@michalpristas michalpristas deleted the mergify/bp/8.16/pr-4090 branch November 2, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants