File tree Expand file tree Collapse file tree 5 files changed +72
-0
lines changed Expand file tree Collapse file tree 5 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+ user_id = " ocid1.user.xxxxxxxxxxxxxx"
5+ fingerprint = " <fingerprint>"
6+ private_key_path = " ~/.oci/oci_api_key_prod.pem"
7+
8+ tenancy_ocid = " ocid1.tenancy.xxxxxxxxxxxxxxxxxx"
9+ region = " us-ashburn-1"
10+ compartment_ocid = " ocid1.compartment.xxxxxxxxxxxxxxxx"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+ # ## Existing Load Balancer parameters
5+ add_load_balancer = true
6+ existing_load_balancer_id = " ocid1.loadbalancer.xxxxxxxxxxxxxxx"
7+ backendset_name_for_existing_load_balancer = " <existing-lb-backendset-name>"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+ # ## IDCS parameters
5+ is_idcs_selected = true
6+ idcs_host = " identity.oraclecloud.com"
7+ idcs_port = 443
8+ idcs_tenant = " idcs-xxxxxxxxxxxxxxx"
9+ idcs_client_id = " <idcs_client_id>"
10+ idcs_client_secret_id = " ocid1.vaultsecret.xxxxxxxxxxxxxxx"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+ service_name = " jrf1"
5+
6+ # ## Public/private keys used on the instance
7+ ssh_public_key = " <ssh_public_key>"
8+
9+ # ## Set to true to create OCI IAM policies and dynamic groups required by the WebLogic for OCI stack
10+ create_policies = true
11+ generate_dg_tag = true
12+
13+ # ## Existing Network VCN resource parameters
14+ network_compartment_id = " ocid1.compartment.xxxxxxxxxxxxxx"
15+ wls_existing_vcn_id = " ocid1.vcn.xxxxxxxxxxxxxxx"
16+
17+ # ## WebLogic credentials to login to the console
18+ wls_admin_user = " weblogic"
19+ wls_admin_password_id = " ocid1.vaultsecret.xxxxxxxxxxxxxxx"
20+
21+ # ## WebLogic server compute instance parameters
22+ instance_shape = " VM.Standard.E4.Flex"
23+ wls_version = " 12.2.1.4"
24+ wls_ocpu_count = 1
25+ wls_node_count = 2
26+ wls_availability_domain_name = " HiGv:US-ASHBURN-AD-2"
27+ wls_subnet_id = " ocid1.subnet.xxxxxxxxxxxxxxx"
28+
29+ # ## Bastion parameters to create new bastion instance
30+ is_bastion_instance_required = true
31+ bastion_subnet_id = " ocid1.subnet.xxxxxxxxxxxxxxx"
32+ bastion_instance_shape = " VM.Standard.E4.Flex"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2022, Oracle and/or its affiliates.
2+ # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+ # ## OCI DB Parameters
5+ oci_db_compartment_id = " ocid1.compartment.xxxxxxxxxxxxxxx"
6+ oci_db_dbsystem_id = " ocid1.dbsystem.xxxxxxxxxxxxxxx"
7+ oci_db_database_id = " ocid1.database.xxxxxxxxxxxxxxx"
8+ oci_db_pdb_service_name = " <oci_db_pdb_service_name>"
9+ oci_db_user = " SYS"
10+ oci_db_password_id = " ocid1.vaultsecret.xxxxxxxxxxxxxxx"
11+ oci_db_network_compartment_id = " ocid1.compartment.xxxxxxxxxxxxxxx"
12+ oci_db_existing_vcn_id = " ocid1.vcn.xxxxxxxxxxxxxxxa"
13+ db_existing_vcn_add_secrule = true
You can’t perform that action at this time.
0 commit comments