Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shiftstack/shiftstack-qa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: shiftstack/shiftstack-qa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hcp
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 8, 2025

  1. Add hcp testing

    Change-Id: If7b04c6e6bf35fd6d7077ec4906ef9aa42b7de0f
    imatza-rh committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    90d5f12 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Retrieve OpenShift API and Ingress IPs

    Add logic to dynamically retrieve OpenShift API and Ingress IP addresses.
    The values are extracted using oc commands with fallback mechanisms to
    handle DNS, router-default service, or install-config configmap parsing.
    
    - Adds retrieve_api_ip.yml and retrieve_ingress_ip.yml
    - Adds retrieve_openshift_ips.yml to combine both
    - Integrates via include_role from openstack_test
    - Supports KUBECONFIG via a role variable
    - Sets facts: api_accessible_ip, apps_accessible_ip
    
    Change-Id: Id34d3bcbcbcc4777e651b24050f3cd582ed7b441
    imatza-rh committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    de9af61 View commit details
    Browse the repository at this point in the history
Loading