small corrections

This commit is contained in:
Tino Schreiber 2024-09-10 08:30:25 +00:00
parent d73748ea91
commit 3be825249a
4 changed files with 10 additions and 11 deletions

View File

@ -3,8 +3,8 @@ Contact - Whom to address for Feedback?
In case you have any feedback, proposals or found any issues regarding the OTC Terraform provider, you can address them in the corresponding GitHub repository. In case you have any feedback, proposals or found any issues regarding the OTC Terraform provider, you can address them in the corresponding GitHub repository.
Issues or feedback regarding the **OTC Terrarform provider** as well as new feature requests can be addressed by filing an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues Issues or feedback regarding the **OTC Terrarform provider** as well as new feature requests can be addressed by filling an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues
If a documentation for OTC Terraform provider is incomplete or the new supported services are not described, please open a ticket on the Github repository: https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues If a documentation for OTC Terraform provider is incomplete or the new supported services are not described, please open a ticket on the Github repository: https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues
For general questions you can write an E-Mail to the `Ecosystems Squad <mailto:dl-pbcotcdeleco@t-systems.com>`_. For general questions you can write an E-Mail to the `DL OTC Ecosystem Squad <mailto:OTC_Ecosystem_Squad@t-systems.com>`_.

View File

@ -61,7 +61,6 @@ Prerequisite:
name = "debian_ecs" name = "debian_ecs"
image_name = "Standard_Debian_12_latest" image_name = "Standard_Debian_12_latest"
flavor_name = "s3.medium.1" flavor_name = "s3.medium.1"
key_pair = "kp_ecs" key_pair = "kp_ecs"
security_groups = ["default"] security_groups = ["default"]
network { network {

View File

@ -4,16 +4,17 @@ Process Overview
Open Telekom Cloud Terraform Provider is developed by Ecosystem squad and it's open-sourced on Github at https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/ Open Telekom Cloud Terraform Provider is developed by Ecosystem squad and it's open-sourced on Github at https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/
Issues or new feature requests are addressed by filing an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues Issues or new feature requests are addressed by filling an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues
The following prerequisites must be met in case of new demands: Prerequistes for new demands
============================
- Service or service feature must be released on PROD environment - Service or feature must be released on PROD environment
- Documentation for service or service feature must be released on public HelpCenter portal - Documentation for service or feature must be released on public HelpCenter portal
- Functional testing must be completed by QA engineer in the service squad - Functional testing must be completed by QA engineer in the service squad
- Regression testing must exist and reports must be available - Regression testing must exist and reports must be available
Once the prerequistes are met and issue is created on github repository, ecosystem squad needs several days or weeks based on the complexity of the new demand to accomplish the task. Once the prerequistes are met and issue is created on github repository, Ecosystem squad needs several days or weeks based on the complexity of the new demand to accomplish the task.
To avoid delays caused by not enough resources, the new demands should be identified and addressed upfront during PIP planning by the service squads or product management. To avoid delays caused by not enough resources, the new demands should be identified and addressed upfront during PIP planning by the service squads or product management.

View File

@ -3,5 +3,4 @@ Release Notes
============= =============
Each OTC Terraform provider release is supplied with release notes which are described in detail at https://docs.otc.t-systems.com/releasenotes/terraform-provider-opentelekomcloud/ Each OTC Terraform provider release is supplied with release notes which are described in detail at https://docs.otc.t-systems.com/releasenotes/terraform-provider-opentelekomcloud/
Release notes contain information about new services, features, bug fixes and/or end-of-life features.
Release notes contain information about new service and service features, bug fixes or enf-of-life features.