diff --git a/.zuul.yaml b/.zuul.yaml index 428deb5..df9b641 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -63,9 +63,13 @@ cifmw_tempest_tempestconf_config: overrides: | compute-feature-enabled.dhcp_domain '' + dashboard.dashboard_url https://horizon-openstack.apps-crc.testing/dashboard/ + dashboard.login_url https://horizon-openstack.apps-crc.testing/dashboard/auth/login/ + dashboard.disable_ssl_certificate_validation True identity.v3_endpoint_type public service_available.swift false service_available.cinder false + service_available.horizon True cifmw_test_operator_tempest_workflow: - stepName: 'full' - stepName: 'single-test' @@ -124,3 +128,8 @@ override-checkout: main - name: github.com/openstack-k8s-operators/openstack-must-gather override-checkout: main + + #Horizontest + cifmw_run_horizontest: true + cifmw_test_operator_horizontest_auth_url: "https://keystone-public-openstack.apps-crc.testing" + cifmw_test_operator_horizontest_dashboard_url: "https://horizon-openstack.apps-crc.testing/"