Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add separate machine basic suite master #293

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2023

  1. Make grafana test use grafana_fqdn

    So that it's easy to override in suites where it's not engine_fqdn.
    
    Change-Id: Id04ba872e2f7d84aa8a81a2f9c6ce4ad98bc30cf
    Signed-off-by: Yedidyah Bar David <[email protected]>
    didib authored and sandrobonazzola committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ff7c717 View commit details
    Browse the repository at this point in the history
  2. WIP: Add separate-machine-basic-suite-master

    Change-Id: I38f174d79b855c799483dd49218532a6ff13e44f
    Signed-off-by: Yedidyah Bar David <[email protected]>
    didib authored and sandrobonazzola committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    07fed8f View commit details
    Browse the repository at this point in the history
  3. WIP: Add the dwh/grafana host name to keycloak redirect URIs

    Without this, SSO login to grafana fails with this error, in
    keycloak.log:
    
    2022-10-19 07:24:26,782Z WARN  [org.keycloak.events] (default task-10)
    [] type=LOGIN_ERROR, realmId=256b7e9d-aff3-4a96-9979-85d2c07326bb,
    clientId=ovirt-engine-internal, userId=null, ipAddress=0:0:0:0:0:0:0:1,
    error=invalid_redirect_uri,
    redirect_uri=https://ost-separate-machine-basic-suite-master-dwh.lago.local/ovirt-engine-grafana/login/generic_oauth
    
    TODO: This should probably be done in dwh setup code or at least
    documented - it's not an issue specific to OST. Main obstacle,
    technically, is that we do not have the keycloak admin password, so
    ould have to ask the user, which is (at least) annoying.
    
    Change-Id: Icbdf559442da8f04c1669f574c0e401c0be4e25b
    Signed-off-by: Yedidyah Bar David <[email protected]>
    didib authored and sandrobonazzola committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6aabd6e View commit details
    Browse the repository at this point in the history
  4. WIP: Copy test_verify_engine_certs to test_001

    I want to use it as a simple means to make sure the engine is up.
    Making it loop, in a previous patch, was enough then, but now that I
    need the engine to be up also for
    test_add_dwh_to_keycloak_redirect_uris_for_grafana, that's not enough.
    For now, just copy it. Later, perhaps reorganize, perhaps move
    test_add_dwh_to_keycloak_redirect_uris_for_grafana elsewhere, etc.
    
    Change-Id: Id141160a36d360517586a0180dcc145890521687
    Signed-off-by: Yedidyah Bar David <[email protected]>
    didib authored and sandrobonazzola committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    37d2fc5 View commit details
    Browse the repository at this point in the history
  5. WIP: Remove the engine on the dwh machine

    Change-Id: Idbd6a9e31d724b6d03d693fe985d6405a775b9d1
    Signed-off-by: Yedidyah Bar David <[email protected]>
    didib authored and sandrobonazzola committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    525d295 View commit details
    Browse the repository at this point in the history