From 7ae45642807268d52f8f6a07e32b9766ecff3107 Mon Sep 17 00:00:00 2001 From: corina_todea Date: Tue, 26 Oct 2021 14:20:42 +0300 Subject: [PATCH] Cloud Foundation --- .../bastion/instance/instance.tf | 0 .../bastion/instance/outputs.tf | 0 .../bastion/instance/variables.tf | 0 .../database/atp/atp.tf | 0 .../database/atp/outputs.tf | 0 .../database/atp/variables.tf | 0 .../instance/instance.tf | 0 .../instance/outputs.tf | 0 .../instance/variables.tf | 0 .../keygen/keygen.tf | 0 .../keygen/outputs.tf | 0 .../keygen/variables.tf | 0 .../lb/lb.tf | 0 .../lb/outputs.tf | 0 .../lb/variables.tf | 0 .../volume/block.tf | 0 .../volume/outputs.tf | 0 .../volume/variables.tf | 0 .../deployment}/Prerequisites.md | 0 .../deployment}/README.md | 0 .../deployment}/arch.png | Bin .../deployment}/local.tf | 0 .../deployment}/main.tf | 0 .../modules/provisioners/dev_mode_provisioning.tf | 0 .../modules/provisioners/provisioning.tf | 0 .../deployment}/modules/provisioners/variables.tf | 0 .../modules/wls-compute/cloudInitTemplate.tf | 0 .../deployment}/modules/wls-compute/local.tf | 0 .../deployment}/modules/wls-compute/outputs.tf | 0 .../modules/wls-compute/templates/keys.tpl | 0 .../modules/wls-compute/userdata/bootstrap | 0 .../deployment}/modules/wls-compute/variables.tf | 0 .../deployment}/modules/wls-compute/wls_compute.tf | 0 .../deployment}/modules/wls-compute/wls_volume.tf | 0 .../deployment}/modules/wls-lb/outputs.tf | 0 .../deployment}/modules/wls-lb/variables.tf | 0 .../deployment}/modules/wls-lb/wls_lb.tf | 0 .../deployment}/outputs.tf | 0 .../deployment}/provider.tf | 0 .../deployment}/terraform.tfvars | 0 .../deployment}/variables.tf | 0 .../foundation}/README.md | 0 .../foundation}/local.tf | 0 .../foundation}/main.tf | 0 .../modules/bastion/cloudInitTemplate.tf | 0 .../foundation}/modules/bastion/compute.tf | 0 .../foundation}/modules/bastion/keygen.tf | 0 .../foundation}/modules/bastion/local.tf | 0 .../foundation}/modules/bastion/outputs.tf | 0 .../modules/bastion/templates/bastion-keys.tpl | 0 .../modules/bastion/userdata/bastion-bootstrap | 0 .../foundation}/modules/bastion/variables.tf | 0 .../foundation}/outputs.tf | 0 .../foundation}/provider.tf | 0 .../foundation}/terraform.tfvars | 0 .../foundation}/variables.tf | 0 56 files changed, 0 insertions(+), 0 deletions(-) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/bastion/instance/instance.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/bastion/instance/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/bastion/instance/variables.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/database/atp/atp.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/database/atp/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/database/atp/variables.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/instance/instance.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/instance/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/instance/variables.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/keygen/keygen.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/keygen/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/keygen/variables.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/lb/lb.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/lb/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/lb/variables.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/volume/block.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/volume/outputs.tf (100%) rename cloud-foundation/modules/{cloud-foundation => cloud-foundation-library}/volume/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/Prerequisites.md (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/README.md (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/arch.png (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/local.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/main.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/provisioners/dev_mode_provisioning.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/provisioners/provisioning.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/provisioners/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/cloudInitTemplate.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/local.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/outputs.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/templates/keys.tpl (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/userdata/bootstrap (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/wls_compute.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-compute/wls_volume.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-lb/outputs.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-lb/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/modules/wls-lb/wls_lb.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/outputs.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/provider.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/terraform.tfvars (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-deployment => weblogic clustered deployment/deployment}/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/README.md (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/local.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/main.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/cloudInitTemplate.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/compute.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/keygen.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/local.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/outputs.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/templates/bastion-keys.tpl (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/userdata/bastion-bootstrap (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/modules/bastion/variables.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/outputs.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/provider.tf (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/terraform.tfvars (100%) rename cloud-foundation/solutions/{weblogic-atp/weblogic-foundation => weblogic clustered deployment/foundation}/variables.tf (100%) diff --git a/cloud-foundation/modules/cloud-foundation/bastion/instance/instance.tf b/cloud-foundation/modules/cloud-foundation-library/bastion/instance/instance.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/bastion/instance/instance.tf rename to cloud-foundation/modules/cloud-foundation-library/bastion/instance/instance.tf diff --git a/cloud-foundation/modules/cloud-foundation/bastion/instance/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/bastion/instance/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/bastion/instance/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/bastion/instance/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/bastion/instance/variables.tf b/cloud-foundation/modules/cloud-foundation-library/bastion/instance/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/bastion/instance/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/bastion/instance/variables.tf diff --git a/cloud-foundation/modules/cloud-foundation/database/atp/atp.tf b/cloud-foundation/modules/cloud-foundation-library/database/atp/atp.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/database/atp/atp.tf rename to cloud-foundation/modules/cloud-foundation-library/database/atp/atp.tf diff --git a/cloud-foundation/modules/cloud-foundation/database/atp/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/database/atp/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/database/atp/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/database/atp/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/database/atp/variables.tf b/cloud-foundation/modules/cloud-foundation-library/database/atp/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/database/atp/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/database/atp/variables.tf diff --git a/cloud-foundation/modules/cloud-foundation/instance/instance.tf b/cloud-foundation/modules/cloud-foundation-library/instance/instance.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/instance/instance.tf rename to cloud-foundation/modules/cloud-foundation-library/instance/instance.tf diff --git a/cloud-foundation/modules/cloud-foundation/instance/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/instance/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/instance/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/instance/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/instance/variables.tf b/cloud-foundation/modules/cloud-foundation-library/instance/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/instance/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/instance/variables.tf diff --git a/cloud-foundation/modules/cloud-foundation/keygen/keygen.tf b/cloud-foundation/modules/cloud-foundation-library/keygen/keygen.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/keygen/keygen.tf rename to cloud-foundation/modules/cloud-foundation-library/keygen/keygen.tf diff --git a/cloud-foundation/modules/cloud-foundation/keygen/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/keygen/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/keygen/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/keygen/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/keygen/variables.tf b/cloud-foundation/modules/cloud-foundation-library/keygen/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/keygen/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/keygen/variables.tf diff --git a/cloud-foundation/modules/cloud-foundation/lb/lb.tf b/cloud-foundation/modules/cloud-foundation-library/lb/lb.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/lb/lb.tf rename to cloud-foundation/modules/cloud-foundation-library/lb/lb.tf diff --git a/cloud-foundation/modules/cloud-foundation/lb/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/lb/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/lb/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/lb/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/lb/variables.tf b/cloud-foundation/modules/cloud-foundation-library/lb/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/lb/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/lb/variables.tf diff --git a/cloud-foundation/modules/cloud-foundation/volume/block.tf b/cloud-foundation/modules/cloud-foundation-library/volume/block.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/volume/block.tf rename to cloud-foundation/modules/cloud-foundation-library/volume/block.tf diff --git a/cloud-foundation/modules/cloud-foundation/volume/outputs.tf b/cloud-foundation/modules/cloud-foundation-library/volume/outputs.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/volume/outputs.tf rename to cloud-foundation/modules/cloud-foundation-library/volume/outputs.tf diff --git a/cloud-foundation/modules/cloud-foundation/volume/variables.tf b/cloud-foundation/modules/cloud-foundation-library/volume/variables.tf similarity index 100% rename from cloud-foundation/modules/cloud-foundation/volume/variables.tf rename to cloud-foundation/modules/cloud-foundation-library/volume/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/Prerequisites.md b/cloud-foundation/solutions/weblogic clustered deployment/deployment/Prerequisites.md similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/Prerequisites.md rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/Prerequisites.md diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/README.md b/cloud-foundation/solutions/weblogic clustered deployment/deployment/README.md similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/README.md rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/README.md diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/arch.png b/cloud-foundation/solutions/weblogic clustered deployment/deployment/arch.png similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/arch.png rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/arch.png diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/local.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/local.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/local.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/local.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/main.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/main.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/main.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/main.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/dev_mode_provisioning.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/dev_mode_provisioning.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/dev_mode_provisioning.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/dev_mode_provisioning.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/provisioning.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/provisioning.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/provisioning.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/provisioning.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/provisioners/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/provisioners/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/cloudInitTemplate.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/cloudInitTemplate.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/cloudInitTemplate.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/cloudInitTemplate.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/local.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/local.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/local.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/local.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/outputs.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/outputs.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/outputs.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/outputs.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/templates/keys.tpl b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/templates/keys.tpl similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/templates/keys.tpl rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/templates/keys.tpl diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/userdata/bootstrap b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/userdata/bootstrap similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/userdata/bootstrap rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/userdata/bootstrap diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/wls_compute.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/wls_compute.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/wls_compute.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/wls_compute.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/wls_volume.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/wls_volume.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-compute/wls_volume.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-compute/wls_volume.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/outputs.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/outputs.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/outputs.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/outputs.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/wls_lb.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/wls_lb.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/modules/wls-lb/wls_lb.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/modules/wls-lb/wls_lb.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/outputs.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/outputs.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/outputs.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/outputs.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/provider.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/provider.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/provider.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/provider.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/terraform.tfvars b/cloud-foundation/solutions/weblogic clustered deployment/deployment/terraform.tfvars similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/terraform.tfvars rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/terraform.tfvars diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-deployment/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/deployment/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-deployment/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/deployment/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/README.md b/cloud-foundation/solutions/weblogic clustered deployment/foundation/README.md similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/README.md rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/README.md diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/local.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/local.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/local.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/local.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/main.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/main.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/main.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/main.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/cloudInitTemplate.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/cloudInitTemplate.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/cloudInitTemplate.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/cloudInitTemplate.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/compute.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/compute.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/compute.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/compute.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/keygen.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/keygen.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/keygen.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/keygen.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/local.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/local.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/local.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/local.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/outputs.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/outputs.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/outputs.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/outputs.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/templates/bastion-keys.tpl b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/templates/bastion-keys.tpl similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/templates/bastion-keys.tpl rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/templates/bastion-keys.tpl diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/userdata/bastion-bootstrap b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/userdata/bastion-bootstrap similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/userdata/bastion-bootstrap rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/userdata/bastion-bootstrap diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/modules/bastion/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/modules/bastion/variables.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/outputs.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/outputs.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/outputs.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/outputs.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/provider.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/provider.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/provider.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/provider.tf diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/terraform.tfvars b/cloud-foundation/solutions/weblogic clustered deployment/foundation/terraform.tfvars similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/terraform.tfvars rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/terraform.tfvars diff --git a/cloud-foundation/solutions/weblogic-atp/weblogic-foundation/variables.tf b/cloud-foundation/solutions/weblogic clustered deployment/foundation/variables.tf similarity index 100% rename from cloud-foundation/solutions/weblogic-atp/weblogic-foundation/variables.tf rename to cloud-foundation/solutions/weblogic clustered deployment/foundation/variables.tf