Граф коммитов

4780 Коммитов

Автор SHA1 Сообщение Дата
Andrew Denton 7fa655230b pin python versions using requirements.txt. 2022-08-10 16:57:18 +01:00
Amber Brown b33823e185
Merge pull request #2307 from darthhexx/list-install-version-scoped-by-location
Scope the OpenShift install version listing by location
2022-08-10 09:12:36 +10:00
Amber Brown 2b58d89e3e
Fix some drift from multiple merges (#2317) 2022-08-09 08:53:57 +02:00
Amber Brown d4391e55c7
Merge pull request #2214 from CloudFitSoftware/cfs/rp-subnet-generator-update
Added ServiceEndpoint for Microsoft.Storage to the generator for development
2022-08-09 11:57:53 +10:00
Amber Brown 6fbcd522a2
Merge pull request #2213 from AldoFusterTurpin/refactor/simplify_enableServiceEndpoints
Refactor/simplify enable service endpoints
2022-08-09 11:53:16 +10:00
Amber Brown dca8e8c6ba
Merge pull request #2103 from CloudFitSoftware/cordon_drain_admin_endpoints
Add Cordon and Drain Related Admin Endpoints for New Geneva Actions
2022-08-09 11:45:07 +10:00
Amber Brown 00b22bebb8
Merge pull request #2055 from CloudFitSoftware/cfs/rbac-dev-custom-role-def
Updated rbac-development.json used in setting up a shared rp environment to allow for creating a custom role definition for the first party sub.
2022-08-09 11:43:43 +10:00
Amber Brown 0cefa850d0
Merge pull request #2075 from CloudFitSoftware/cfs/drop-iprules-shared-rp-dev-template
Dropping ipRules parameter; it is not used in this template (causes "unable to parse template on line 1" error)
2022-08-09 11:40:53 +10:00
Amber Brown e2b660c014
Merge pull request #2314 from facchettos/cleanup-clean
Cleanup hack/clean.go
2022-08-09 11:22:11 +10:00
Amber Brown 53f0342f9a
Merge pull request #2305 from AldoFusterTurpin/fix/panic-on-admin-update
Fix panic on AdminUpdate for clusters with custom storage
2022-08-09 11:20:45 +10:00
Jason Healy 8e388c7ff9
add logic to select correct disk type (#2282)
* add logic to choose default disk

* Update pkg/installer/generateconfig.go

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>

* Update pkg/installer/generateconfig.go

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>

* move OSDisk function to computeskus

* declare constants outside func

* use field names

Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2022-08-08 10:08:32 -04:00
Jeremy Facchetti 37c94aa494 cleanup 2022-08-08 14:43:18 +02:00
Corey Perkins bc7026dfdd added development ServiceEndpoint for Microsoft.Storage to the generator 2022-08-05 12:41:02 -05:00
Mikalai Radchuk 860d6b2408
Makes admin patch skip not ready ClusterDeployment (#2301) 2022-08-05 15:00:08 +02:00
Mikalai Radchuk 11197564cb Updates hive image
New version includes support for log decoration with extra fields
For more details see:

* https://github.com/Azure/ARO-RP/pull/2284
* https://github.com/openshift/hive/pull/1828
2022-08-05 13:57:25 +01:00
darthhexx 231b39b6a9 Revert to the correct quay.io repo (still needs to be pushed) 2022-08-05 11:03:10 +10:00
Zach Jones a25f698b17 feat: add cordon and drain related admin endpoints for new geneva actions 2022-08-04 11:20:34 -06:00
Ben Vesel 9db0241b0b
Merge pull request #2266 from jhoreman/remove-default-user-ssh-key
generate and insert public key on deploy
2022-08-04 11:15:09 -04:00
Daniel Bizau 8643dd372d added hiveCreateNamespace tests 2022-08-04 15:29:10 +01:00
Yehor Naumenko 76b933dcaf stop loggin failed RG deletion 2022-08-04 15:24:09 +01:00
Corey Perkins 745b2e0b2a Dropping ipRules parameter; it is not used in this template
It is worth noting that it is used in the rp-production.json template but leaving it in place in the rp-development.json template unused results in a syntax error that states "unable to parse template on line 1". This causes the process to hang when settings up role assignments for the shared rp.

Moved the "ipRules" parameter to be inside the production condition

I moved the "ipRules" parameter into the array that gets appended to the base params list only when doing a production generation.

Update bindata.go
2022-08-04 09:15:23 -05:00
Corey Perkins 2631fec487 updated rbac-development.json to allow for creating a custom role def for FP, small updates to docs 2022-08-04 09:09:54 -05:00
darthhexx 1e664e2456 Include a location parameter in the test's request 2022-08-04 23:01:29 +10:00
darthhexx d9e072684e API update from 'make client' 2022-08-04 21:34:39 +10:00
darthhexx 98921644d3 autorest version bump 2022-08-04 21:32:20 +10:00
darthhexx 1eabf9340f Rename variable installableVersion -> installVersionList 2022-08-04 21:31:53 +10:00
darthhexx 4019747200 Add v3 location path type filter for listing install versions 2022-08-04 21:30:45 +10:00
darthhexx dfa13e4914 listInstallVersions by location, since we will have a DB per region 2022-08-04 21:19:27 +10:00
Aldo Fuster Turpin e58eb613c1 handle nil and return error 2022-08-04 12:11:43 +02:00
David Newman 31c2d0b9e4
Merge pull request #2225 from anshulvermapatel/list-version-endpoint
Added an endpoint to list available versions to install
2022-08-03 14:52:21 +10:00
Anshul Verma 57201d0290 Removed the comment 2022-08-03 09:10:56 +05:30
David Newman dc90799fda
Merge pull request #2299 from m1kola/fix_typo_in_hive_todo_comments
Fixes a typo in TODO(hive) comments
2022-08-03 12:40:35 +10:00
Amber Brown 0e1862ba8b
Merge pull request #2284 from m1kola/hive_logging_support
Adds hive logging support
2022-08-03 09:58:45 +10:00
Mikalai Radchuk 64312b11d2 Fixes a typo in TODO(hive) comments 2022-08-02 17:01:20 +01:00
Petr Kotas 572e9fa209
Fix the aks name in get kubeconfig (#2296)
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2022-08-02 11:58:34 -04:00
Mikalai Radchuk e3135d0fdf go mod vendor 2022-08-02 16:58:08 +01:00
Mikalai Radchuk f8283b47a0 Adds tests for hive logging 2022-08-02 16:58:08 +01:00
Mikalai Radchuk 235b4c8044 Adds hive logging support 2022-08-02 16:22:29 +01:00
Mikalai Radchuk c2b17318a4
Makes clusterManager use client interfaces (to enable unit testing) (#2297) 2022-08-02 17:20:55 +02:00
Mikalai Radchuk 06685260c5
Makes hive kubeconfig constant unexported (#2295) 2022-08-02 17:10:59 +02:00
Anshul Verma c46b485ca3 changed 2022-08-02 19:35:00 +05:30
Mikalai Radchuk d779e830f7
Moves hive steps into InstallPhaseBootstrap phase (#2293) 2022-08-02 15:28:52 +02:00
Daniel Bizau 42598b8a92 added mock 2022-08-02 14:26:58 +01:00
Daniel Bizau 4c0f55e503 Add ClusterManager mock 2022-08-02 14:26:58 +01:00
Anshul Verma 7b17f7f973 changed 2022-08-02 17:40:25 +05:30
Aldo Fuster Turpin c0ade2c9c4 refactor: move logic to subnet package and update tests 2022-08-02 12:24:13 +02:00
Mikalai Radchuk f22254e177 Enforces hivev1azure import alias 2022-08-02 09:00:55 +01:00
Mikalai Radchuk 2ef236a707 Moves resource generation out of CreateOrUpdate 2022-08-02 09:00:55 +01:00
Petr Kotas 0f91a65c71
Align AKS cluster naming with production (#2292) 2022-08-02 09:38:33 +02:00
Anshul Verma 1f5a9a92ef changed installOpenShiftVersions to installVersions 2022-08-02 11:34:33 +05:30