@@ -22,7 +22,9 @@ defaults:
22
22
#
23
23
# All defaults mentioned in this section need to be environment and region agnostic.
24
24
#
25
-
25
+ releaseApprover :
26
+ id : feca6a27-8f05-4abe-b9e4-e1185f5833ab
27
+ name : TM-AzureRedHatOpenShift-HCP-Leads
26
28
# The long Azure region name
27
29
region : " {{ .ctx.region }}"
28
30
regionRG : " {{ .ctx.region }}-shared-resources"
@@ -63,12 +65,16 @@ defaults:
63
65
repository : acm-d/rhtap-hypershift-operator
64
66
# OIDC
65
67
oidcZoneRedundantMode : Auto
68
+ # FPA certificate settings
69
+ firstPartyAppCertificate :
70
+ issuer : OneCertV2-PrivateCA
71
+ manage : true
66
72
# SVC cluster specifics
67
73
svc :
68
74
subscription : " hcp-{{ .ctx.region }}"
69
75
rg : " hcp-underlay-{{ .ctx.region }}-svc"
70
76
aks :
71
- name : " {{ .ctx.regionShort }}-svc" # [env-unique]
77
+ name : " {{ .ctx.region }}-svc-1 " # [env-unique]
72
78
vnetAddressPrefix : " 10.128.0.0/14"
73
79
subnetPrefix : " 10.128.8.0/21"
74
80
podSubnetPrefix : " 10.128.64.0/18"
@@ -81,22 +87,24 @@ defaults:
81
87
osDiskSizeGB : 32
82
88
etcd :
83
89
kvSoftDelete : true
84
- clusterOutboundIPAddressIPTags : " FirstPartyUsage:arohcpprodoutboundsvc"
90
+ # clusterOutboundIPAddressIPTags: "FirstPartyUsage:aro-hcp-prod-outbound-svc"
91
+ clusterOutboundIPAddressIPTags : " "
85
92
istio :
86
93
istioctlVersion : " 1.24.1"
87
94
tag : " prod-stable"
88
95
targetVersion : " asm-1-23"
89
96
versions : " asm-1-23"
90
97
ingressGatewayIPAddressName : " aro-hcp-istio-ingress"
91
- ingressGatewayIPAddressIPTags : " FirstPartyUsage:arohcpprodinboundsvc"
98
+ # ingressGatewayIPAddressIPTags: "FirstPartyUsage:aro-hcp-prod-inbound-svc"
99
+ ingressGatewayIPAddressIPTags : " "
92
100
logs :
93
101
namespace : HCPServiceLogs
94
102
# MGMT cluster specifics
95
103
mgmt :
96
104
subscription : " hcp-{{ .ctx.region }}"
97
105
rg : " hcp-underlay-{{ .ctx.region }}-mgmt-{{ .ctx.stamp }}"
98
106
aks :
99
- name : " {{ .ctx.regionShort }}-mgmt-{{ .ctx.stamp }}" # [env-unique]
107
+ name : " {{ .ctx.region }}-mgmt-{{ .ctx.stamp }}" # [env-unique]
100
108
vnetAddressPrefix : " 10.128.0.0/14"
101
109
subnetPrefix : " 10.128.8.0/21"
102
110
podSubnetPrefix : " 10.128.64.0/18"
@@ -109,7 +117,8 @@ defaults:
109
117
osDiskSizeGB : 128
110
118
etcd :
111
119
kvSoftDelete : true
112
- clusterOutboundIPAddressIPTags : " FirstPartyUsage:arohcpprodoutboundcx"
120
+ # clusterOutboundIPAddressIPTags: "FirstPartyUsage:aro-hcp-prod-outbound-cx"
121
+ clusterOutboundIPAddressIPTags : " "
113
122
applyKubeletFixes : true
114
123
logs :
115
124
namespace : HCPManagementLogs
@@ -377,7 +386,9 @@ clouds:
377
386
digest : sha256:223f332a11d336b49243d886217a76809142b30f9ab8ef27bec80a4458b3c3a5
378
387
# 1P app - from RH Tenant
379
388
firstPartyAppClientId : b3cb2fab-15cb-4583-ad06-f91da9bfe2d1
380
- firstPartyAppCertName : firstPartyCert2
389
+ firstPartyAppCertificate :
390
+ name : firstPartyCert2
391
+ manage : false # we have the cert from RH for int
381
392
# Mock Managed Identities Service Princiapl - from RH Tenant
382
393
miMockClientId : e8723db7-9b9e-46a4-9f7d-64d75c3534f0
383
394
miMockPrincipalId : d6b62dfa-87f5-49b3-bbcb-4a687c4faa96
@@ -487,6 +498,8 @@ clouds:
487
498
private : false
488
499
image :
489
500
digest : sha256:343bb768e38a829f13c4893e381c83fa602944809509b64e841f317ec2bf539b
501
+ cert :
502
+ issuer : OneCertV2-PrivateCA # let's use private until we have approval for public
490
503
# RP Backend
491
504
backend :
492
505
image :
@@ -505,7 +518,8 @@ clouds:
505
518
digest : sha256:223f332a11d336b49243d886217a76809142b30f9ab8ef27bec80a4458b3c3a5
506
519
# 1P app - from RH Tenant
507
520
firstPartyAppClientId : " 7f4a113a-c61d-412a-bea1-85dee5baf4a8"
508
- firstPartyAppCertName : firstPartyCert
521
+ firstPartyAppCertificate :
522
+ name : tmp-rp-firstparty
509
523
# Grafana
510
524
monitoring :
511
525
grafanaName : ' arohcp-stg'
0 commit comments