Carlo Wisse
36ae9bb80b
removed sudo chown lines from build-client
2023-02-22 16:35:08 -05:00
Carlo Wisse
06356808f6
ran make client with new api version
2023-02-22 16:35:08 -05:00
Carlo Wisse
d536465e5d
New API skeleton for v20230401 & make generate output
2023-02-22 16:35:08 -05:00
Ben Vesel
c7f70ccfe6
Merge pull request #2730 from bennerv/support-ovnk8s-in-4.11
...
Support OVNKubernetes in OpenShift 4.11
2023-02-22 13:25:45 -05:00
Nont
6d16dabaac
Add toggle and licenses
2023-02-22 09:53:15 -08:00
Petr Kotas
c0a3460e2a
Add 4.11 latest version to update-version ( #2736 )
...
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2023-02-22 17:40:41 +01:00
Spencer Amann
e998b4c252
Merge pull request #2737 from bennerv/fix-go-lint
...
Fix code to make golang-lint happy
2023-02-21 15:32:25 -05:00
bennerv
f3d27b44c9
Fix golang lint makefile target
2023-02-21 12:58:46 -05:00
bennerv
13d7dbd9cb
Remove all old SDN fields that are no longer relevant to newest API ARO
...
is using
2023-02-21 08:52:52 -05:00
Mikalai Radchuk
e2288541db
Adds extra test coverage into systemreserved
2023-02-20 23:59:52 +00:00
Mikalai Radchuk
abfef9a5c4
Removes dynamichelper from systemreserved
2023-02-20 23:59:52 +00:00
Ben Vesel
782894071c
Merge pull request #2637 from s-amann/feature/ARO-1608-return-hive-deployment-cr-info
...
Feature/aro-1608 return hive deployment cr info
2023-02-20 11:53:32 -05:00
Jeremy Facchetti
7c56d682e9
clean up ( #2731 )
2023-02-20 16:30:25 +01:00
LiniSusan
3e08ec1f6e
changed the non-exported
2023-02-20 18:59:51 +05:30
LiniSusan
e8a9360051
updating the new changes
2023-02-20 18:59:51 +05:30
bennerv
65cb5afa3e
Add comment about defaulting SDN in integrated installer
2023-02-19 23:53:27 -05:00
bennerv
47dece62b2
Support OVNKubernetes in OpenShift 4.11
2023-02-19 23:52:57 -05:00
bennerv
2db664b155
Revert "Remove unnecessary checking of SDN as it is always set via api.SetDefaults in frontend PutOrPatch"
...
This reverts commit 3bb6e68e9d
.
2023-02-19 23:50:54 -05:00
Ben Vesel
84b6e07778
Merge pull request #2722 from SrinivasAtmakuri/add-ensureRG-for-delete
...
Run ensureResourceGroup for ARO delete
2023-02-19 23:24:25 -05:00
Ben Vesel
c709aa8c49
Merge pull request #2729 from bennerv/unnecessary-sdn-check
...
Remove unnecessary checking of SDN for install config generation
2023-02-17 17:14:16 -05:00
bennerv
3bb6e68e9d
Remove unnecessary checking of SDN as it is always set via api.SetDefaults in frontend PutOrPatch
2023-02-17 14:59:27 -05:00
David Newman
ba3ce8c5ba
Use actual VirtualNetworkRule structs, not strings ( #2728 )
2023-02-17 09:19:11 +01:00
Srinivas Atmakuri
83b811e7d0
Run ensureResourceGroup for ARO delete
...
Slackthread: https://redhat-internal.slack.com/archives/C02ULBRS68M/p1676340311290279
Current Scenario:
azcli delete only ensure if ARO SP has NETWORK_CONTRIBUTOR_ROLE
on the VNET and adds it if missing, but if OWNER Permission is
missing on ARO SP for CRG, deletion fails and only AdminUpdate can fix
such a missing permission which will be tricky if the cluster is in
ProvisioningFailed state.
With this PR:
We fix any missing permission on ARO SP so that deletion works without
failure.
2023-02-17 10:04:33 +05:30
David Newman
81e91a5492
Put the comma in the correct place for CosmoDB VNET rule allocation ( #2727 )
2023-02-17 13:03:37 +10:00
Mikalai Radchuk
b63604c14c
Removes m1kola from CODEOWNERS
2023-02-16 16:41:56 +00:00
David Newman
9c9e6897b0
Detect expected NSG's during install retries ( #2684 )
2023-02-16 21:01:21 +10:00
David Newman
fa5c83d219
Conditionally add the AKS VM cluster subnet to the CosmoDB firewall allow list in GovCloud ( #2721 )
...
* Conditionally add the AKS VM cluster subnet into the CosmoDB firewall
* Fix imports in templates_rp
* Annoying ordering
2023-02-16 11:08:19 +01:00
Mikalai Radchuk
c469adbe78
Standardises dynamichelper instantiation
2023-02-16 10:05:01 +00:00
Ellis Johnson
cf8baf26fd
Fix Admin Portal region select data population and add Qatar region ( #2715 )
2023-02-16 08:10:28 +10:00
Mikalai Radchuk
74bd11480b
Removes dependency on a versioned kube client
2023-02-15 09:09:34 +00:00
Ben Vesel
5c69fee11e
Update aro-monitor container limit to 2.5g ( #2720 )
2023-02-15 09:32:48 +01:00
Givaldo Lins
f6e624fcd9
Update deploy-development-rp.md ( #2714 )
...
* Update deploy-development-rp.md
* Update docs/deploy-development-rp.md
Changed wording as suggested by Caden
Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
---------
Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2023-02-14 15:06:44 -08:00
Spencer Amann
0d50f4148a
refactor to consolidate error handling
2023-02-14 15:25:26 -05:00
Spencer Amann
ef63da4bf6
allow for optional clustermanager
2023-02-14 15:21:54 -05:00
Spencer Amann
cd1329ab47
directly injects hive.ClusterManager to the frontend
...
adds basic e2e test for new admin api
2023-02-14 15:21:54 -05:00
Spencer Amann
fb271d81d8
implements geneva action to retrieve clusterdeployment cr
...
- frontend creates hive.ClusterManager via on-demand factory
2023-02-14 15:21:54 -05:00
Christoph Blecker
43e0a4f904
Merge pull request #2697 from cblecker/e2e-systemdata
...
Add e2e test to confirm systemData
2023-02-14 10:07:08 -08:00
Mikalai Radchuk
dafab30716
Removes RetryOnConflict
...
Conflict indicates that we acted on a stale date.
Abort reconciliation and requeue.
2023-02-14 12:41:47 -05:00
Christoph Blecker
ed88de5d60
Add e2e test to confirm systemData
2023-02-14 07:43:58 -08:00
Nont
08fc22e71f
Add test cases for the client
2023-02-13 18:15:21 -08:00
Nont
d20eadb68c
Move http mock from Applens to util
...
So this can be reused by other clients depending on
azure-sdk-for-go.
2023-02-13 17:14:17 -08:00
Petr Kotas
c758170d6b
Update go version to 1.18 ( #2691 )
2023-02-14 11:35:54 +11:00
Ben Vesel
4983693cfe
Merge pull request #2453 from tsatam/remove-adminkubeconfig-feature-flag
...
Remove adminkubeconfig feature flag
2023-02-13 16:39:02 -05:00
Christoph Blecker
ba5ff28267
Merge pull request #2712 from cblecker/revert-9b19c76
2023-02-13 12:49:27 -08:00
Ben Vesel
314f610052
Merge pull request #2704 from bennerv/update-kubeconfig-rotation-time
...
Update user admin kubeconfig generation to happen every 3 months minimum
2023-02-13 15:43:56 -05:00
Christoph Blecker
7b23019cc2
Merge pull request #2696 from cblecker/fix-e2e-clients
...
Move all e2e tests to use latest API version
2023-02-13 12:22:03 -08:00
Tanmay Satam
1f2bb1aab0
Remove AdminKubeconfig feature flag
2023-02-13 15:07:50 -05:00
Tanmay Satam
f82bf3569e
Remove check for adminkubeconfig feature flag
2023-02-13 15:07:50 -05:00
Christoph Blecker
46e8f19d17
Revert "Add debug logging for _getAdminKubernetesObjects"
...
This reverts commit 9b19c76417
.
2023-02-13 11:04:05 -08:00
Brendan Bergen
eb8b32f276
Add myself to codeowners
2023-02-13 09:57:33 -05:00