Skip to content

Commit 441ccc8

Browse files
committed
changes to support multicloud
1 parent 091aa82 commit 441ccc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+647
-200
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Temporary Items
3030
.key
3131
.crt
3232
.csr
33-
.pem
33+
.pem
34+
replace-default-config.sh

azure-cli/deploy-adb.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

azure-cli/create-adb.sh renamed to multicloud/azure-cli/create-adb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
echo ""
77
echo "##"
8-
echo "# deploy autonomous database"
8+
echo "# create autonomous database"
99
echo "##"
1010
echo ""
1111
# ensure you update the config file to match your deployment prior to running the deployment
@@ -25,7 +25,7 @@ az oracle-database autonomous-database create \
2525
--subnet-id $SUBNET_ID \
2626
--display-name $ADB_NAME \
2727
--compute-model ECPU \
28-
--compute-count 2 \
28+
--compute-count 4 \
2929
--cpu-auto-scaling true \
3030
--data-storage-size-in-gbs 500 \
3131
--store-auto-scaling true \
File renamed without changes.

0 commit comments

Comments
 (0)