Skip to content

Commit a613e32

Browse files
authored
Update parameter1.sh
1 parent e7a0ae2 commit a613e32

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

cloud-infrastructure/storage/block-storage/asset/parameter1.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@
1818
# ---------------------------------------------------------------------------------------------------------------------------------------------
1919
# CUSTOMER SPECIFIC VALUES - please update appropriate
2020
# ---------------------------------------------------------------------------------------------------------------------------------------------
21-
export COMPARTMENT_OCID=<your_compartment> # Compartment Name:
22-
export REGION_PROFILE=FRANKFURT # oci region profile e.g. frankfurt
21+
export COMPARTMENT_OCID=<your_compartment> # Compartment Name:
22+
export REGION_PROFILE=<your_region> # oci region profile e.g. frankfurt
2323
export CREATE_BLOCK_VOLUME=0 # create Block volume 0=no // 1=yes
24-
export CREATE_BLOCK_VOLUME_BACKUP=0 # create Block volume backup 0=no // 1=yes
24+
export CREATE_BLOCK_VOLUME_BACKUP=0 # create Block volume backup 0=no // 1=yes
2525

2626
# ---------------------------------------------------------------------------------------------------------------------------------------------
2727
# SECURITY SPECIFIC VALUES - please update appropriate
2828
# ---------------------------------------------------------------------------------------------------------------------------------------------
2929
export AD=<your_ad_number> #
30-
export AD_PREFIX=<your_prefix> # Prifix of Availability Domain
31-
export FRANKFURT_REGION_IDENTIFIER=<your_region_identifier> #
32-
export FRANKFURT_BLOCK_VOLUME_NAME=BlockVolumeFrankfurt #
33-
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}" # [AD Prefix]:[Region Identifier]-AD-[Number of Availability Domain] see https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
30+
export AD_PREFIX=<your_prefix> # Prifix of Availability Domain
31+
export FRANKFURT_REGION_IDENTIFIER=<your_region_identifier> #
32+
export FRANKFURT_BLOCK_VOLUME_NAME=BlockVolumeFrankfurt #
33+
export FRANKFURT_AVAILABILITY_DOMAIN="${AD_PREFIX}:${FRANKFURT_REGION_IDENTIFIER}-AD-${AD}" # [AD Prefix]:[Region Identifier]-AD-[Number of Availability Domain] see https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
3434
export VAULT_OCID=<your_vault_ocid> # Vault OCID
35-
export MasterEncryptionKey_OCID=<your_masterencryptionkey_ocid> # MasterEncryptionKey OCID
35+
export MasterEncryptionKey_OCID=<your_masterencryptionkey_ocid> # MasterEncryptionKey OCID
3636

3737
# ---------------------------------------------------------------------------------------------------------------------------------------------
3838
# VALUES (normally do not touch)
3939
# ---------------------------------------------------------------------------------------------------------------------------------------------
40-
export LOG_FILE=<your_log_file_name_including_the_path> #
41-
export DEBUG_LEVEL=0 # 0 (off); 1 (low); 2 (high)
42-
export PF1=### # Prefix 1 - used to introduce function
40+
export LOG_FILE=<your_log_file_name_including_the_path> #
41+
export DEBUG_LEVEL=0 # 0 (off); 1 (low); 2 (high)
42+
export PF1=### # Prefix 1 - used to introduce function
4343
export PF2="${PF1}.###:" # Prefix 2 - used to log informations inside functions
44-
export MYcolor="${IYellow}" # define output color
44+
export MYcolor="${IYellow}" # define output color
4545
if [ ${DEBUG_LEVEL} -eq 0 ] ; then export MYcolor=$ICyan ; fi
4646
if [ ${DEBUG_LEVEL} -eq 1 ] ; then export MYcolor=$IPurple ; fi
4747
if [ ${DEBUG_LEVEL} -eq 2 ] ; then export MYcolor=$IRed ; fi

0 commit comments

Comments
 (0)