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

4617 Коммитов

Автор SHA1 Сообщение Дата
Ulrich Schlueter 3d8654a1a7 Register cluster with hive at install time 2022-07-05 16:16:56 +01:00
Amber Brown 8f0a38c191
Merge pull request #1791 from hawkowl/hawkowl/more-operator-checks
Add some egress/networking config checks in the Operator
2022-07-05 15:57:08 +10:00
Amber Brown b56158ba09
Merge pull request #2204 from hawkowl/hawkowl/installer-isolate-remove-doc
[M5] Remove reliance on the OpenShiftClusterDocument in install code
2022-07-05 15:56:55 +10:00
Amber Brown 4dd364aac5 run go mod vendor 2022-07-04 13:13:56 +01:00
Amber Brown 07108b5a7b update deps 2022-07-04 13:13:56 +01:00
Amber Brown 3bf02a0f8f add an initial hive client manager 2022-07-04 13:13:56 +01:00
Amber Brown 408e91cd05 remove a reliance on the OpenShiftClusterDocument 2022-07-04 10:12:44 +10:00
Amber Brown e0fb2b5864
Merge pull request #2208 from hawkowl/hawkowl/installer-isolate-split-log
[M5] Split audit logging test functionality into a different file
2022-07-01 11:22:33 +10:00
Ben Vesel 1a32b29af0
Merge pull request #2217 from dem4gus/azsecpack-version-pinning
mitigate regression in azsecpack version 2.20
2022-06-29 18:08:47 -04:00
Jason Healy fb6bbfad69 run make generate 2022-06-29 14:16:25 -06:00
Jason Healy 80edcfbf85 add comment explaning pinning 2022-06-29 14:11:29 -06:00
Jason Healy ec8cb87e06 mitigate regression in version 2.20 2022-06-29 14:11:29 -06:00
Ben Vesel 4459785c58
Merge pull request #2211 from AldoFusterTurpin/refactor/friendlyName
refactor: use already created friendlyName function
2022-06-29 10:16:40 -04:00
Aldo Fuster Turpin 3250e66ef6 refactor: use function friendlyName that already exists
Co-authored-by: Petr Kotas <petrkotas@users.noreply.github.com>
Co-authored-by: Daniel Bizau <dbizau@users.noreply.github.com>
2022-06-29 12:31:36 +02:00
Amber Brown 1eafbbbae7 move audit logging test functionality into another file, so that it does not need to be pulled in for the installer 2022-06-27 11:24:28 +10:00
Amber Brown 6be0cd14df
Merge pull request #2207 from s-amann/feature/enable-mhc-by-default
feature: enable mhc by default
2022-06-27 10:53:44 +10:00
Caden Marchese 6544bcd2c5
Remove 3rd party dependencies: dockerfile registry arg (#2126)
* allow args in Dockerfiles, change pull references

* add new Dockerfile for OBP, adjust template

remove debugging code
2022-06-24 14:40:13 -04:00
Spencer Amann cd80fe47fa enable mhc by default 2022-06-24 12:48:46 -04:00
Ross Bryan f8a1bc45e5
add docs, script, and makefile to log into/use shared cluster (#2187) 2022-06-24 08:34:53 -04:00
Amber Brown 00ca23d8f6 add default ingress certificate check and default cluster dns check 2022-06-24 14:33:54 +10:00
Ben Vesel 1dc832a952
Merge pull request #2193 from hawkowl/hawkowl/e2e-flake-conditions
Add some logging for the e2e cluster conditions check
2022-06-23 23:03:59 -04:00
Ben Vesel 6808a1a70d
Merge pull request #2181 from hawkowl/hawkowl/remove-machineset-controller-e2e
Remove the flaky machineconfig e2e test
2022-06-23 23:02:05 -04:00
Ben Vesel 562d2612e3
Merge pull request #2198 from jhoreman/adding-password-auth-rp
setting password auth to true through generator resources
2022-06-23 15:09:33 -04:00
Ben Vesel bf87bb8cee
Clear the auth files when the pipeline exits (#2203) 2022-06-23 12:33:55 -04:00
Amber Brown 94dd1b76e4
Merge pull request #2189 from facchettos/operator-deploy-redo
operator deployment improvement
2022-06-23 21:37:35 +10:00
Amber Brown 3e72519b81
Merge pull request #2199 from bennerv/move-initialize-operator-deployer
Move initialize aro deployer step to before ensureAroOperator
2022-06-23 21:36:16 +10:00
Jory Horeman 627431f721 setting password auth to true through generator resources 2022-06-22 15:35:11 -07:00
Ben Vesel df60b34ebf
Merge pull request #2197 from SudoBrendan/fix-220-p0-p1
Bump MDM/MDSD image versions
2022-06-22 15:57:48 -04:00
Jeremy Facchetti cf4067c48e now uses templating instead of custom stuff 2022-06-22 14:52:01 +02:00
Amber Brown f62cf96546
Merge pull request #2194 from AldoFusterTurpin/refactor/simplify-openshift_cluster_databse
Refactor/simplify openshift cluster database
2022-06-22 19:09:54 +10:00
bennerv 1de95eef0e Move initialize aro deployer step to before we deploy to get the most up-to-date cluster doc 2022-06-21 21:30:38 -04:00
Brendan Bergen 0a59135697 Bump MDM/MDSD image versions 2022-06-21 13:30:25 -06:00
Aldo Fuster Turpin dbdb917fab refactor: rename openShiftClusterDocumentMutatorFn to mutateStorageSuffix, remove err declarations and simplify 2022-06-21 16:54:18 +02:00
Aldo Fuster Turpin 30d1b7f816 refactor: rename sshKeyMutatorFn to mutateSSHKey 2022-06-21 11:58:42 +02:00
Aldo Fuster Turpin f5b62f00be refactor: avoid nesting function declaration and apply early exit to sshKeyMutatorFn 2022-06-21 11:36:47 +02:00
Aldo Fuster Turpin 6798623447 fix Go lint errors: merge declaration with assignment 2022-06-20 14:13:51 +02:00
Aldo Fuster Turpin 9c4eed6bf6 refactor: rename OpenShiftDocumentMutator to OpenShiftClusterDocumentMutator and use it in openshiftclusters.go
Co-authored-by: Petr Kotas <petrkotas@users.noreply.github.com>
2022-06-20 13:55:53 +02:00
Aldo Fuster Turpin a2350553ae refactor: split cluster sshkey and storage suffix
Co-authored-by: Petr Kotas <petrkotas@users.noreply.github.com>
2022-06-20 13:07:08 +02:00
Aldo Fuster Turpin 380c8850e4 refactor/create-OpenShiftDocumentMutator-fn 2022-06-20 12:40:41 +02:00
Amber Brown d6e1344687 remove the whole scaling section 2022-06-20 18:42:03 +10:00
Amber Brown 71f3a49268 Remove a flaky e2e test that we have unit test coverage for behaviour of. 2022-06-20 18:42:03 +10:00
Amber Brown 54bbe443a9 add some logging for the cluster conditions check 2022-06-20 15:10:42 +10:00
Amber Brown 5638d4c917
Merge pull request #2192 from cadenmarchese/go-vet-with-tags
`go vet` with tag
2022-06-20 10:39:08 +10:00
cadenmarchese 1542fd2b8a Go vet with tags 2022-06-17 10:48:04 -04:00
David Newman 657e4f38be
Hive AKS development environment deploy (#2171)
* Add hive config generation script

* Script to install hive into the AKS dev environments

* Add note about semi-scientific container image search

* Vanilla hive config gleaned from app-sre config

* Initial OCP 4.10.15 image set

* Ignore the generated hive config files

* Check for crds folder and ask to re-running install

* Add docs

* Add newline to yaml EOF

* Spelling is clearly hard at this hour...

* Fix typo, grammer, and spelling

* Use the shell var instead

* Use the expanded output variable syntax. No lazy typing :)

* Use 1's for all error exit's

* Fix make aks.kubeconfig in docs/hive.md

Co-authored-by: Spencer Amann <samann@redhat.com>

* Fix hive docs kubeconfig typo

* Use HIVE_IMAGE_COMMIT_HASH in the HIVE image and comments for popd/pushd

* Update docs to reflect the use of the HIVE_IMAGE_COMMIT_HASH define

Co-authored-by: Spencer Amann <samann@redhat.com>
2022-06-16 20:03:21 -04:00
Amber Brown 3d93bdc00d
Merge pull request #2159 from hawkowl/hawkowl/installer-isolate-deploy
Move the Installer-related code into a different package
2022-06-17 00:06:30 +10:00
Amber Brown ffc9f2a425 we haven't loaded the kubeconfig files into oc yet, so use the ones from the graph directly 2022-06-16 14:28:28 +10:00
Amber Brown bd3f09763f move some steps earlier in the installer 2022-06-16 14:28:28 +10:00
Amber Brown 8dec779d83 manager for installer code, call the installer code from the cluster/install.go code 2022-06-16 14:28:28 +10:00
Amber Brown ea67474e76 move deploystorage portions to pkg/installer 2022-06-16 14:28:28 +10:00