Name:             repo-setup-edpm-deployment-ipam-openstack-edpm-ipam-kbwm9
Namespace:        openstack
Priority:         0
Service Account:  openstack-edpm-ipam
Node:             crc/192.168.126.11
Start Time:       Thu, 06 Nov 2025 20:50:45 +0000
Labels:           app=openstackansibleee
                  batch.kubernetes.io/controller-uid=ac959d8d-6f7a-4f0a-a518-469020efb3a8
                  batch.kubernetes.io/job-name=repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
                  controller-uid=ac959d8d-6f7a-4f0a-a518-469020efb3a8
                  job-name=repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
                  openstackdataplanedeployment=edpm-deployment-ipam
                  openstackdataplanenodeset=openstack-edpm-ipam
                  openstackdataplaneservice=repo-setup
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.213/23"],"mac_address":"0a:58:0a:d9:00:d5","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0....
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.213"
                        ],
                        "mac": "0a:58:0a:d9:00:d5",
                        "default": true,
                        "dns": {}
                    },{
                        "name": "openstack/ctlplane",
                        "interface": "ctlplane",
                        "ips": [
                            "192.168.122.30"
                        ],
                        "mac": "fa:00:49:a5:d9:91",
                        "dns": {}
                    }]
                  k8s.v1.cni.cncf.io/networks: [{"name":"ctlplane","namespace":"openstack","interface":"ctlplane"}]
                  openshift.io/scc: restricted-v2
                  seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:           Succeeded
SeccompProfile:   RuntimeDefault
IP:               10.217.0.213
IPs:
  IP:           10.217.0.213
Controlled By:  Job/repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
Containers:
  repo-setup-edpm-deployment-ipam-openstack-edpm-ipam:
    Container ID:  cri-o://aa306e2afddf77ddd1a5826e949de34c0f0bb35fe217b713c395a4f14065074f
    Image:         quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest
    Image ID:      quay.io/openstack-k8s-operators/openstack-ansibleee-runner@sha256:f68a4ec25c82805d9e6f9a492843cdeedaa390b6945cc49935f67649de269fe2
    Port:          <none>
    Host Port:     <none>
    Args:
      ansible-runner
      run
      /runner
      -p
      playbook.yaml
      -i
      repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 06 Nov 2025 20:51:20 +0000
      Finished:     Thu, 06 Nov 2025 20:51:36 +0000
    Ready:          False
    Restart Count:  0
    Environment Variables from:
      openstack-aee-default-env  ConfigMap  Optional: true
    Environment:
      ANSIBLE_FORCE_COLOR:  True
      RUNNER_PLAYBOOK:      
                            - hosts: all
                              strategy: linear
                              tasks:
                                - name: Enable podified-repos
                                  become: true
                                  ansible.builtin.shell: |
                                    set -euxo pipefail
                                    pushd /var/tmp
                                    curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz | tar -xz
                                    pushd repo-setup-main
                                    python3 -m venv ./venv
                                    PBR_VERSION=0.0.0 ./venv/bin/pip install ./
                                    ./venv/bin/repo-setup current-podified -b antelope
                                    popd
                                    rm -rf repo-setup-main
                            
                            
                            
      RUNNER_EXTRA_VARS:    
                            edpm_override_hosts: openstack-edpm-ipam
                            edpm_service_type: repo-setup
                            
                            
                            
    Mounts:
      /runner/env/ssh_key from ssh-key (rw,path="ssh_key")
      /runner/inventory/hosts from inventory (rw,path="inventory")
      /var/lib/openstack/cacerts/repo-setup from repo-setup-combined-ca-bundle (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t4bjm (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   False 
  Initialized                 True 
  Ready                       False 
  ContainersReady             False 
  PodScheduled                True 
Volumes:
  repo-setup-combined-ca-bundle:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  combined-ca-bundle
    Optional:    false
  ssh-key:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  dataplane-ansible-ssh-private-key-secret
    Optional:    false
  inventory:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  dataplanenodeset-openstack-edpm-ipam
    Optional:    false
  kube-api-access-t4bjm:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason          Age                From               Message
  ----     ------          ----               ----               -------
  Normal   Scheduled       32m                default-scheduler  Successfully assigned openstack/repo-setup-edpm-deployment-ipam-openstack-edpm-ipam-kbwm9 to crc
  Normal   AddedInterface  32m                multus             Add eth0 [10.217.0.213/23] from ovn-kubernetes
  Normal   AddedInterface  32m                multus             Add ctlplane [192.168.122.30/24] from openstack/ctlplane
  Warning  Failed          32m                kubelet            Failed to pull image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest": rpc error: code = Canceled desc = copying config: context canceled
  Warning  Failed          32m                kubelet            Error: ErrImagePull
  Normal   BackOff         32m                kubelet            Back-off pulling image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest"
  Warning  Failed          32m                kubelet            Error: ImagePullBackOff
  Normal   Pulling         31m (x2 over 32m)  kubelet            Pulling image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest"
  Normal   Pulled          31m                kubelet            Successfully pulled image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest" in 512ms (512ms including waiting). Image size: 484944904 bytes.
  Normal   Created         31m                kubelet            Created container repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
  Normal   Started         31m                kubelet            Started container repo-setup-edpm-deployment-ipam-openstack-edpm-ipam
