forked from docs/internal-documentation
small corrections
This commit is contained in:
parent
d73748ea91
commit
3be825249a
@ -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.
|
||||
|
||||
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
|
||||
|
||||
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>`_.
|
||||
|
@ -55,13 +55,12 @@ Prerequisite:
|
||||
.. code-block::
|
||||
|
||||
# main.tf
|
||||
|
||||
|
||||
# Create an Elastic Cloud Server resource
|
||||
resource "opentelekomcloud_compute_instance_v2" "debian_ecs" {
|
||||
name = "debian_ecs"
|
||||
image_name = "Standard_Debian_12_latest"
|
||||
flavor_name = "s3.medium.1"
|
||||
|
||||
key_pair = "kp_ecs"
|
||||
security_groups = ["default"]
|
||||
network {
|
||||
|
@ -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/
|
||||
|
||||
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
|
||||
- Documentation for service or service feature must be released on public HelpCenter portal
|
||||
- Service or feature must be released on PROD environment
|
||||
- Documentation for service or feature must be released on public HelpCenter portal
|
||||
- Functional testing must be completed by QA engineer in the service squad
|
||||
- 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.
|
||||
|
||||
|
@ -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/
|
||||
|
||||
Release notes contain information about new service and service features, bug fixes or enf-of-life features.
|
||||
Release notes contain information about new services, features, bug fixes and/or end-of-life features.
|
||||
|
Loading…
x
Reference in New Issue
Block a user