Skip to content

Commit 6aafb2c

Browse files
author
Shiva Bala Rakavi A
committed
Merge pull request oracle#422 in OKE/oci-cloud-controller-manager from NONE/oc5_oc7_ccm_flock_onboarding to internal
* commit '522863799cb3767994b3b436e3324b9ecfe37651': updated for regional values
2 parents cb632d7 + 5228637 commit 6aafb2c

13 files changed

+43
-37
lines changed

shepherd/limits/shared_modules/properties_values/oc7/ccm-image-version-mapping_oc7.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

shepherd/limits/shared_modules/properties_values/oc7/csi-bv-expansion-enabled_oc7.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

shepherd/limits/shared_modules/properties_values/oc7/csi-image-version-mapping_oc7.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

shepherd/limits/shared_modules/properties_values/oc7/fss-csi-driver-enabled_oc7.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

shepherd/limits/shared_modules/properties_values/oc5/ccm-image-version-mapping_oc5.json renamed to shepherd/limits/shared_modules/properties_values/regional_values/oc5/prd/tiw/ccm-image-version-mapping-tiw.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"realms" : [ "oc5" ],
33
"name": "ccm-image-version-mapping",
4+
"region": "${region}",
45
"values" : [ {
56
"ad" : "all",
67
"value" : "{\"default\": \"oke-19bdf56-1656@sha256:86465e66107436fdb6b1a8085ea09ce228ca28308203a26f0910389b6680b48c\", \"v1.21\": \"oke-1.19-2e70006-228@sha256:c88b320657c7156b059ba26b40048f54ef2009e0b76e1adb20641e39d18c57ad\", \"v1.22\": \"oke-1.22-a1cf63e-108@sha256:2603d88a95fce6790386f18dc85d59bb5a7d2a48059ee9a3ff44f3b6e05a8886\", \"v1.23\": \"oke-1.23-a4df04a-35@sha256:daff962dd8f46a18f4fb82301e010e48642444b2f4cb50a47f8a9af23d26ab16\"}"

shepherd/limits/shared_modules/properties_values/oc5/csi-bv-expansion-enabled_oc5.json renamed to shepherd/limits/shared_modules/properties_values/regional_values/oc5/prd/tiw/csi-bv-expansion-enabled-tiw.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"realms" : [ "oc5" ],
33
"name" : "csi-bv-expansion-enabled",
4+
"region": "${region}",
45
"values" : [ {
5-
"region" : "all",
66
"ad" : "all",
77
"value" : "true"
88
} ]

shepherd/limits/shared_modules/properties_values/oc5/csi-image-version-mapping_oc5.json renamed to shepherd/limits/shared_modules/properties_values/regional_values/oc5/prd/tiw/csi-image-version-mapping-tiw.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"oc5"
44
],
55
"name": "csi-image-version-mapping",
6+
"region": "${region}",
67
"values": [
78
{
89
"ad": "all",

shepherd/limits/shared_modules/properties_values/oc5/fss-csi-driver-enabled_oc5.json renamed to shepherd/limits/shared_modules/properties_values/regional_values/oc5/prd/tiw/fss-csi-driver-enabled-tiw.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"realms" : [ "oc5" ],
33
"name" : "fss-csi-driver-enabled",
4+
"region": "${region}",
45
"values" : [ {
5-
"region" : "all",
66
"ad" : "all",
77
"value" : "true"
88
} ]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"realms" : [ "oc7" ],
3+
"name": "ccm-image-version-mapping",
4+
"region": "${region}",
5+
"values" : [ {
6+
"ad" : "all",
7+
"value" : "{\"default\": \"oke-19bdf56-1656@sha256:86465e66107436fdb6b1a8085ea09ce228ca28308203a26f0910389b6680b48c\", \"v1.21\": \"oke-1.19-2e70006-228@sha256:c88b320657c7156b059ba26b40048f54ef2009e0b76e1adb20641e39d18c57ad\", \"v1.22\": \"oke-1.22-a1cf63e-108@sha256:2603d88a95fce6790386f18dc85d59bb5a7d2a48059ee9a3ff44f3b6e05a8886\", \"v1.23\": \"oke-1.23-a4df04a-35@sha256:daff962dd8f46a18f4fb82301e010e48642444b2f4cb50a47f8a9af23d26ab16\"}"
8+
} ]
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"realms" : [ "oc5" ],
3+
"name" : "csi-bv-expansion-enabled",
4+
"region": "${region}",
5+
"values" : [ {
6+
"ad" : "all",
7+
"value" : "true"
8+
} ]
9+
}

0 commit comments

Comments
 (0)