Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added InternalEngineComponent CR spawning to reconcile (#886)
* Added InternalHubComponent CR spawning to reconcile Signed-off-by: Nathaniel Graham <[email protected]> * Updated test environment with internal crd Signed-off-by: Nathaniel Graham <[email protected]> * fixed typo Signed-off-by: Nathaniel Graham <[email protected]> * moved CRD around Signed-off-by: Nathaniel Graham <[email protected]> * trial run for typemeta Signed-off-by: Nathaniel Graham <[email protected]> * updated CRD to match new group API Signed-off-by: Nathaniel Graham <[email protected]> * updated CRD... again Signed-off-by: Nathaniel Graham <[email protected]> * let's try typemeta specifically Signed-off-by: Nathaniel Graham <[email protected]> * trying GetNamespace() Signed-off-by: Nathaniel Graham <[email protected]> * hardcoded CR namespace Signed-off-by: Nathaniel Graham <[email protected]> * Un-hardcoded namespace Signed-off-by: Nathaniel Graham <[email protected]> * updated RBAC for internalhubcomponent CRD Signed-off-by: Nathaniel Graham <[email protected]> * removed CRD from test-crds Signed-off-by: Nathaniel Graham <[email protected]> * removed err return for investigation Signed-off-by: Nathaniel Graham <[email protected]> * returning err again Signed-off-by: Nathaniel Graham <[email protected]> * testcase to check if CRD exists Signed-off-by: Nathaniel Graham <[email protected]> * hopefully fixed namespace issue Signed-off-by: Nathaniel Graham <[email protected]> * added ensureNoInternalHubComponent Signed-off-by: Nathaniel Graham <[email protected]> * updated ensureNoInternalHubComponent error catch Signed-off-by: Nathaniel Graham <[email protected]> * removed gitignore item Signed-off-by: Nathaniel Graham <[email protected]> * fixed error catch bug Signed-off-by: Nathaniel Graham <[email protected]> * added unit test Signed-off-by: Nathaniel Graham <[email protected]> * commented out test Signed-off-by: Nathaniel Graham <[email protected]> * error line describes object now Signed-off-by: Nathaniel Graham <[email protected]> * updated component name Signed-off-by: Nathaniel Graham <[email protected]> * updated deletion error logic Signed-off-by: Nathaniel Graham <[email protected]> * updated Test Signed-off-by: Nathaniel Graham <[email protected]> * only test enabled Signed-off-by: Nathaniel Graham <[email protected]> * added test for create with all components enabled Signed-off-by: Nathaniel Graham <[email protected]> * fixed test bug Signed-off-by: Nathaniel Graham <[email protected]> * moved test case to new block Signed-off-by: Nathaniel Graham <[email protected]> * added timeout and interval Signed-off-by: Nathaniel Graham <[email protected]> * disabled consoleMCE Signed-off-by: Nathaniel Graham <[email protected]> * updated tests Signed-off-by: Nathaniel Graham <[email protected]> * new test case for all components disabled Signed-off-by: Nathaniel Graham <[email protected]> * updated test case Signed-off-by: Nathaniel Graham <[email protected]> * updated test Signed-off-by: Nathaniel Graham <[email protected]> * updated Test Signed-off-by: Nathaniel Graham <[email protected]> * added apierrors.IsNotFound to assisted installer Signed-off-by: Nathaniel Graham <[email protected]> * updated deleteTemplate Signed-off-by: Nathaniel Graham <[email protected]> * updated deleteTemplate Signed-off-by: Nathaniel Graham <[email protected]> * updated deleteTemplate Signed-off-by: Nathaniel Graham <[email protected]> * added ! Signed-off-by: Nathaniel Graham <[email protected]> * updated ensureNoInternalHubComponent Signed-off-by: Nathaniel Graham <[email protected]> * enabled ImageBasedInstallOperator for test Signed-off-by: Nathaniel Graham <[email protected]> * set console version for ConsoleMCE Signed-off-by: Nathaniel Graham <[email protected]> * updated OCP version Signed-off-by: Nathaniel Graham <[email protected]> * re-disabled consoleMCE Signed-off-by: Nathaniel Graham <[email protected]> * renamed InternalHubComponent to InternalEngineComponent Signed-off-by: Nathaniel Graham <[email protected]> --------- Signed-off-by: Nathaniel Graham <[email protected]>
- Loading branch information