Name:             repo-setup-edpm-deployment-openstack-edpm-ipam-gd897
Namespace:        openstack
Priority:         0
Service Account:  openstack-edpm-ipam
Node:             crc/192.168.126.11
Start Time:       Thu, 02 Oct 2025 17:01:44 +0000
Labels:           app=openstackansibleee
                  batch.kubernetes.io/controller-uid=bbab5533-5a34-4eff-b9c5-8dc8819e8441
                  batch.kubernetes.io/job-name=repo-setup-edpm-deployment-openstack-edpm-ipam
                  controller-uid=bbab5533-5a34-4eff-b9c5-8dc8819e8441
                  job-name=repo-setup-edpm-deployment-openstack-edpm-ipam
                  openstackdataplanedeployment=edpm-deployment
                  openstackdataplanenodeset=openstack-edpm-ipam
                  openstackdataplaneservice=repo-setup
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.195/23"],"mac_address":"0a:58:0a:d9:00:c3","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.195"
                        ],
                        "mac": "0a:58:0a:d9:00:c3",
                        "default": true,
                        "dns": {}
                    },{
                        "name": "openstack/ctlplane",
                        "interface": "ctlplane",
                        "ips": [
                            "192.168.122.30"
                        ],
                        "mac": "6a:11:d2:2b:bf:b5",
                        "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.195
IPs:
  IP:           10.217.0.195
Controlled By:  Job/repo-setup-edpm-deployment-openstack-edpm-ipam
Containers:
  repo-setup-edpm-deployment-openstack-edpm-ipam:
    Container ID:  cri-o://b1907517c02333b5cf10e2233f51f6cb68b654a9c51f8ca74dec62bec4139335
    Image:         quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest
    Image ID:      quay.io/openstack-k8s-operators/openstack-ansibleee-runner@sha256:1c99923410d4cd0a721d2cc8a51d91d3ac800d5fda508c972ebe1e85ed2ca4d0
    Port:          <none>
    Host Port:     <none>
    Args:
      ansible-runner
      run
      /runner
      -p
      playbook.yaml
      -i
      repo-setup-edpm-deployment-openstack-edpm-ipam
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 02 Oct 2025 17:02:26 +0000
      Finished:     Thu, 02 Oct 2025 17:02:40 +0000
    Ready:          False
    Restart Count:  0
    Environment Variables from:
      openstack-aee-default-env  ConfigMap  Optional: true
    Environment:
      ANSIBLE_VERBOSITY:  2
      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-9qmbg (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-9qmbg:
    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       103s                default-scheduler  Successfully assigned openstack/repo-setup-edpm-deployment-openstack-edpm-ipam-gd897 to crc
  Normal   AddedInterface  103s                multus             Add eth0 [10.217.0.195/23] from ovn-kubernetes
  Normal   AddedInterface  103s                multus             Add ctlplane [192.168.122.30/24] from openstack/ctlplane
  Warning  Failed          80s                 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          80s                 kubelet            Error: ErrImagePull
  Normal   BackOff         79s                 kubelet            Back-off pulling image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest"
  Warning  Failed          79s                 kubelet            Error: ImagePullBackOff
  Normal   Pulling         67s (x2 over 102s)  kubelet            Pulling image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest"
  Normal   Pulled          61s                 kubelet            Successfully pulled image "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest" in 6.015s (6.015s including waiting). Image size: 485613815 bytes.
  Normal   Created         61s                 kubelet            Created container repo-setup-edpm-deployment-openstack-edpm-ipam
  Normal   Started         61s                 kubelet            Started container repo-setup-edpm-deployment-openstack-edpm-ipam
