Skip to content

Commit 10c94a5

Browse files
authoredFeb 25, 2025··
[azure] add permission when installing cluster in existing vnet (#61374)
1 parent b4c8fe8 commit 10c94a5

File tree

130 files changed

+890
-587
lines changed

Some content is hidden

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

130 files changed

+890
-587
lines changed
 

‎ci-operator/config/openshift-priv/installer/openshift-priv-installer-main.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,9 @@ tests:
553553
post:
554554
- chain: ipi-azure-post
555555
pre:
556-
- ref: azure-provision-service-principal-minimal-permission
557556
- ref: ipi-conf
558557
- ref: ipi-conf-azure-default
558+
- chain: azure-provision-service-principal-minimal-permission
559559
- chain: ipi-install
560560
timeout: 6h0m0s
561561
- as: e2e-azure-ovn
@@ -1159,7 +1159,6 @@ tests:
11591159
cluster_profile: azure4
11601160
env:
11611161
AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
1162-
ENABLE_MIN_PERMISSION_FOR_MARKETPLACE: "true"
11631162
FAIL_ON_CORE_DUMP: "false"
11641163
OS_IMAGE_PLAN: NoPurchasePlan
11651164
OS_IMAGE_URN: azureopenshift:aro4:aro_417:417.94.20240701
@@ -1169,10 +1168,10 @@ tests:
11691168
- chain: ipi-deprovision
11701169
- ref: azure-deprovision-sp-and-custom-role
11711170
pre:
1172-
- ref: azure-provision-service-principal-minimal-permission
11731171
- chain: ipi-conf-azure
11741172
- ref: ipi-conf-azure-osimage
11751173
- ref: ovn-conf
1174+
- chain: azure-provision-service-principal-minimal-permission
11761175
- chain: ipi-install
11771176
- ref: ipi-azure-rbac
11781177
timeout: 6h0m0s

‎ci-operator/config/openshift-priv/installer/openshift-priv-installer-release-4.18.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@ tests:
559559
post:
560560
- chain: ipi-azure-post
561561
pre:
562-
- ref: azure-provision-service-principal-minimal-permission
563562
- ref: ipi-conf
564563
- ref: ipi-conf-azure-default
564+
- chain: azure-provision-service-principal-minimal-permission
565565
- chain: ipi-install
566566
timeout: 6h0m0s
567567
- as: e2e-azure-ovn
@@ -1155,7 +1155,6 @@ tests:
11551155
cluster_profile: azure4
11561156
env:
11571157
AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
1158-
ENABLE_MIN_PERMISSION_FOR_MARKETPLACE: "true"
11591158
FAIL_ON_CORE_DUMP: "false"
11601159
OS_IMAGE_PLAN: NoPurchasePlan
11611160
OS_IMAGE_URN: azureopenshift:aro4:aro_417:417.94.20240701
@@ -1165,10 +1164,10 @@ tests:
11651164
- chain: ipi-deprovision
11661165
- ref: azure-deprovision-sp-and-custom-role
11671166
pre:
1168-
- ref: azure-provision-service-principal-minimal-permission
11691167
- chain: ipi-conf-azure
11701168
- ref: ipi-conf-azure-osimage
11711169
- ref: ovn-conf
1170+
- chain: azure-provision-service-principal-minimal-permission
11721171
- chain: ipi-install
11731172
- ref: ipi-azure-rbac
11741173
timeout: 6h0m0s

0 commit comments

Comments
 (0)
Please sign in to comment.