This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from a3e14af refactor: separate manager from cmd main (#153)
new 5aaf5d1 feat(terraform): support using terrform deploy sharidngsphere
proxy cluster on HuaweiCloud
new 8d048cb chore(terraform): remove terraform state file Signed-off-by:
xuanyuan300 <[email protected]>
new 759aa2f chore(terraform): remove key Signed-off-by: xuanyuan300
<[email protected]>
new 8ecfc1e chore(license): fix license Signed-off-by: xuanyuan300
<[email protected]>
new a39914a chore(license): ignore json file in terraform Signed-off-by:
xuanyuan300 <[email protected]>
new bae1a06 chore(license): add ignore json file for license check
Signed-off-by: xuanyuan300 <[email protected]>
new 72517e8 Merge pull request #154 from
xuanyuan300/feat-terraform-huaweicloud
The 226 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.licenserc.yaml | 1 +
terraform/{ => amazon}/README.md | 0
terraform/{ => amazon}/arch/arch.jpg | Bin
terraform/{ => amazon}/main.tf | 0
terraform/{ => amazon}/outputs.tf | 0
.../{ => amazon}/shardingsphere/cloud-init.yml | 0
.../amazon/shardingsphere}/cloudwatch-agent.json | 8 +-
terraform/{ => amazon}/shardingsphere/main.tf | 0
terraform/{ => amazon}/shardingsphere/outputs.tf | 0
terraform/{ => amazon}/shardingsphere/variables.tf | 0
terraform/{ => amazon}/zk/cloud-init.yml | 0
terraform/{ => amazon}/zk/main.tf | 0
terraform/{ => amazon}/zk/outputs.tf | 0
terraform/{ => amazon}/zk/variables.tf | 0
terraform/huawei/README.md | 90 ++++++++++
.../huawei/cloud-init.yml | 47 ++---
terraform/huawei/main.tf | 189 +++++++++++++++++++++
terraform/huawei/modules/zk/README.md | 52 ++++++
terraform/{ => huawei/modules}/zk/cloud-init.yml | 12 +-
terraform/huawei/modules/zk/main.tf | 101 +++++++++++
terraform/{ => huawei/modules}/zk/outputs.tf | 6 +-
terraform/{ => huawei/modules}/zk/variables.tf | 26 +--
terraform/{shardingsphere => huawei}/outputs.tf | 7 +-
terraform/{shardingsphere => huawei}/variables.tf | 70 +++++---
24 files changed, 545 insertions(+), 64 deletions(-)
rename terraform/{ => amazon}/README.md (100%)
rename terraform/{ => amazon}/arch/arch.jpg (100%)
rename terraform/{ => amazon}/main.tf (100%)
rename terraform/{ => amazon}/outputs.tf (100%)
rename terraform/{ => amazon}/shardingsphere/cloud-init.yml (100%)
copy {cloudformation/multi-az =>
terraform/amazon/shardingsphere}/cloudwatch-agent.json (87%)
rename terraform/{ => amazon}/shardingsphere/main.tf (100%)
copy terraform/{ => amazon}/shardingsphere/outputs.tf (100%)
copy terraform/{ => amazon}/shardingsphere/variables.tf (100%)
copy terraform/{ => amazon}/zk/cloud-init.yml (100%)
rename terraform/{ => amazon}/zk/main.tf (100%)
copy terraform/{ => amazon}/zk/outputs.tf (100%)
copy terraform/{ => amazon}/zk/variables.tf (100%)
create mode 100644 terraform/huawei/README.md
copy cloudformation/multi-az/shardingsphere-cloud-init.yml =>
terraform/huawei/cloud-init.yml (80%)
create mode 100644 terraform/huawei/main.tf
create mode 100644 terraform/huawei/modules/zk/README.md
rename terraform/{ => huawei/modules}/zk/cloud-init.yml (94%)
create mode 100644 terraform/huawei/modules/zk/main.tf
rename terraform/{ => huawei/modules}/zk/outputs.tf (85%)
rename terraform/{ => huawei/modules}/zk/variables.tf (83%)
rename terraform/{shardingsphere => huawei}/outputs.tf (81%)
rename terraform/{shardingsphere => huawei}/variables.tf (57%)