|
18 | 18 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
19 | 19 | # CUSTOMER SPECIFIC VALUES - please update appropriate
|
20 | 20 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
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 |
23 | 23 | 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 |
25 | 25 |
|
26 | 26 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
27 | 27 | # SECURITY SPECIFIC VALUES - please update appropriate
|
28 | 28 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
29 | 29 | 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 |
34 | 34 | 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 |
36 | 36 |
|
37 | 37 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
38 | 38 | # VALUES (normally do not touch)
|
39 | 39 | # ---------------------------------------------------------------------------------------------------------------------------------------------
|
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 |
43 | 43 | 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 |
45 | 45 | if [ ${DEBUG_LEVEL} -eq 0 ] ; then export MYcolor=$ICyan ; fi
|
46 | 46 | if [ ${DEBUG_LEVEL} -eq 1 ] ; then export MYcolor=$IPurple ; fi
|
47 | 47 | if [ ${DEBUG_LEVEL} -eq 2 ] ; then export MYcolor=$IRed ; fi
|
|
0 commit comments