@@ -23,12 +23,12 @@ echo create link to cwallet.sso in objectstorage, save, export, and echo value..
23
23
oci os preauth-request create --access-type ObjectRead --bucket-name msdataworkshop --name msdataworkshopwallet --time-expires 2021-12-21 --object-name cwallet.sso | jq --raw-output ' .data | .["access-uri"] ' > preauthlink.txt
24
24
export cwalletobjecturi=$( cat preauthlink.txt)
25
25
export cwalletobjecturi=https://objectstorage.${OCI_REGION} .oraclecloud.com${cwalletobjecturi}
26
- echo updating atpaqadmin -deployment-${CURRENTTIME} .yaml with cwalletobjecturi $cwalletobjecturi
27
- sed -i " s|%cwalletobjecturi%|${cwalletobjecturi} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
26
+ echo updating admin-helidon -deployment-${CURRENTTIME} .yaml with cwalletobjecturi $cwalletobjecturi
27
+ sed -i " s|%cwalletobjecturi%|${cwalletobjecturi} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
28
28
29
29
30
- echo cwalletobjecturi is created and added to atpaqadmin -deployment-${CURRENTTIME} .yaml
31
- echo adding other values in atpaqadmin -deployment-${CURRENTTIME} .yaml as parsed from tnsnames.ora s
30
+ echo cwalletobjecturi is created and added to admin-helidon -deployment-${CURRENTTIME} .yaml
31
+ echo adding other values in admin-helidon -deployment-${CURRENTTIME} .yaml as parsed from tnsnames.ora s
32
32
33
33
# echo ____________________________________________________
34
34
export orderdb_tptnsentry=$( grep -i " ^${ORDER_PDB_NAME} _tp " $MSDATAWORKSHOP_LOCATION /atp-secrets-setup/wallet/tnsnames.ora)
@@ -115,15 +115,15 @@ echo $inventoryssl_server_cert_dn
115
115
116
116
117
117
118
- echo setting values in atpaqadmin -deployment-${CURRENTTIME} .yaml ...
118
+ echo setting values in admin-helidon -deployment-${CURRENTTIME} .yaml ...
119
119
120
- sed -i " s|%orderhostname%|${orderhostname} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
121
- sed -i " s|%orderport%|${orderport} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
122
- sed -i " s|%orderservice_name%|${orderservice_name} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
123
- sed -i " s|%orderssl_server_cert_dn%|${orderssl_server_cert_dn} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
120
+ sed -i " s|%orderhostname%|${orderhostname} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
121
+ sed -i " s|%orderport%|${orderport} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
122
+ sed -i " s|%orderservice_name%|${orderservice_name} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
123
+ sed -i " s|%orderssl_server_cert_dn%|${orderssl_server_cert_dn} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
124
124
125
- sed -i " s|%inventoryhostname%|${inventoryhostname} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
126
- sed -i " s|%inventoryport%|${inventoryport} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
127
- sed -i " s|%inventoryservice_name%|${inventoryservice_name} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
128
- sed -i " s|%inventoryssl_server_cert_dn%|${inventoryssl_server_cert_dn} |g" atpaqadmin -deployment-${CURRENTTIME} .yaml
125
+ sed -i " s|%inventoryhostname%|${inventoryhostname} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
126
+ sed -i " s|%inventoryport%|${inventoryport} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
127
+ sed -i " s|%inventoryservice_name%|${inventoryservice_name} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
128
+ sed -i " s|%inventoryssl_server_cert_dn%|${inventoryssl_server_cert_dn} |g" admin-helidon -deployment-${CURRENTTIME} .yaml
129
129
0 commit comments