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 Terraform deploy manifests for quick setup in AWS #13252

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Conversation

kezhenxu94
Copy link
Member

Thank you @caishunfeng for providing an AWS testing account!

@kezhenxu94 kezhenxu94 added feature new feature 3.1.x for 3.1.x version 3.2.0 for 3.2.0 version labels Dec 22, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 3612 files.

Valid Invalid Ignored Fixed
2900 27 685 0
Click to see the invalid file list
  • deploy/terraform/aws/.terraform.lock.hcl
  • deploy/terraform/aws/dolphinscheduler-alert.tf
  • deploy/terraform/aws/dolphinscheduler-api.tf
  • deploy/terraform/aws/dolphinscheduler-master.tf
  • deploy/terraform/aws/dolphinscheduler-output.tf
  • deploy/terraform/aws/dolphinscheduler-standalone.tf
  • deploy/terraform/aws/dolphinscheduler-variables.tf
  • deploy/terraform/aws/dolphinscheduler-worker.tf
  • deploy/terraform/aws/key-pair-main.tf
  • deploy/terraform/aws/network-main.tf
  • deploy/terraform/aws/network-variables.tf
  • deploy/terraform/aws/os-versions.tf
  • deploy/terraform/aws/packer/ds-ami-local.pkr.hcl
  • deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
  • deploy/terraform/aws/provider-main.tf
  • deploy/terraform/aws/provider-variables.tf
  • deploy/terraform/aws/rds-main.tf
  • deploy/terraform/aws/rds-output.tf
  • deploy/terraform/aws/rds-variables.tf
  • deploy/terraform/aws/s3-main.tf
  • deploy/terraform/aws/s3-outputs.tf
  • deploy/terraform/aws/s3-variables.tf
  • deploy/terraform/aws/templates/cloud-init.yaml
  • deploy/terraform/aws/templates/zookeeper/cloud-init.yaml
  • deploy/terraform/aws/zookeeper-main.tf
  • deploy/terraform/aws/zookeeper-output.tf
  • deploy/terraform/aws/zookeeper-variables.tf

deploy/terraform/aws/.terraform.lock.hcl Show resolved Hide resolved
deploy/terraform/aws/dolphinscheduler-api.tf Show resolved Hide resolved
deploy/terraform/aws/zookeeper-main.tf Show resolved Hide resolved
deploy/terraform/aws/zookeeper-output.tf Show resolved Hide resolved
deploy/terraform/aws/zookeeper-variables.tf Show resolved Hide resolved
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 3612 files.

Valid Invalid Ignored Fixed
2900 27 685 0
Click to see the invalid file list
  • deploy/terraform/aws/.terraform.lock.hcl
  • deploy/terraform/aws/dolphinscheduler-alert.tf
  • deploy/terraform/aws/dolphinscheduler-api.tf
  • deploy/terraform/aws/dolphinscheduler-master.tf
  • deploy/terraform/aws/dolphinscheduler-output.tf
  • deploy/terraform/aws/dolphinscheduler-standalone.tf
  • deploy/terraform/aws/dolphinscheduler-variables.tf
  • deploy/terraform/aws/dolphinscheduler-worker.tf
  • deploy/terraform/aws/key-pair-main.tf
  • deploy/terraform/aws/network-main.tf
  • deploy/terraform/aws/network-variables.tf
  • deploy/terraform/aws/os-versions.tf
  • deploy/terraform/aws/packer/ds-ami-local.pkr.hcl
  • deploy/terraform/aws/packer/ds-ami-official.pkr.hcl
  • deploy/terraform/aws/provider-main.tf
  • deploy/terraform/aws/provider-variables.tf
  • deploy/terraform/aws/rds-main.tf
  • deploy/terraform/aws/rds-output.tf
  • deploy/terraform/aws/rds-variables.tf
  • deploy/terraform/aws/s3-main.tf
  • deploy/terraform/aws/s3-outputs.tf
  • deploy/terraform/aws/s3-variables.tf
  • deploy/terraform/aws/templates/cloud-init.yaml
  • deploy/terraform/aws/templates/zookeeper/cloud-init.yaml
  • deploy/terraform/aws/zookeeper-main.tf
  • deploy/terraform/aws/zookeeper-output.tf
  • deploy/terraform/aws/zookeeper-variables.tf

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2022

Codecov Report

Merging #13252 (c8ad5fe) into dev (14ec4a2) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                dev   #13252      +/-   ##
============================================
- Coverage     39.50%   39.50%   -0.01%     
+ Complexity     4286     4284       -2     
============================================
  Files          1072     1072              
  Lines         40551    40553       +2     
  Branches       4672     4672              
============================================
- Hits          16021    16019       -2     
- Misses        22748    22754       +6     
+ Partials       1782     1780       -2     
Impacted Files Coverage Δ
...org/apache/dolphinscheduler/remote/utils/Host.java 42.55% <0.00%> (-2.13%) ⬇️
...e/dolphinscheduler/remote/NettyRemotingClient.java 51.38% <0.00%> (-1.39%) ⬇️
.../server/master/runner/WorkflowExecuteRunnable.java 10.24% <0.00%> (-0.02%) ⬇️
...r/plugin/task/sqoop/parameter/SqoopParameters.java 52.38% <0.00%> (+1.19%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍🏻

@SbloodyS SbloodyS added this to the 3.2.0 milestone Dec 22, 2022
@sonarcloud
Copy link

sonarcloud bot commented Dec 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@kezhenxu94 kezhenxu94 merged commit de6bc56 into dev Dec 22, 2022
@kezhenxu94 kezhenxu94 deleted the terraform branch December 22, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1.x for 3.1.x version 3.2.0 for 3.2.0 version CI&CD feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants