Uploaded image for project: 'CPE Infrastructure'
  1. CPE Infrastructure
  2. CPE-1998

Duffy nodes stuck in provisioning/contextualizing loop #4

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • False
    • None
    • False
    • Testable

      https://pagure.io/centos-infra/issue/1417

      There seems to be something wrong with node deployment in general, since all pools (that I have checked) seem to have machines stuck in `provisioning`:

      https://duffy.ci.centos.org/api/v1/pools/virt-ec2-t2-centos-9s-x86_64:

      ```json
      {
      "action": "get",
      "pool": {
      "name": "virt-ec2-t2-centos-9s-x86_64",
      "fill-level": 8,
      "levels":

      { "provisioning": 8, "ready": 0, "contextualizing": 0, "deployed": 2, "deprovisioning": 0 }

      }
      }
      ```

      https://duffy.ci.centos.org/api/v1/pools/virt-ec2-t2-centos-8s-x86_64:
      ```
      {
      "action": "get",
      "pool": {
      "name": "virt-ec2-t2-centos-8s-x86_64",
      "fill-level": 10,
      "levels":

      { "provisioning": 10, "ready": 0, "contextualizing": 0, "deployed": 0, "deprovisioning": 0 }

      }
      }
      ```

      https://duffy.ci.centos.org/api/v1/pools/metal-ec2-c5n-centos-9s-x86_64:
      ```
      {
      "action": "get",
      "pool": {
      "name": "metal-ec2-c5n-centos-9s-x86_64",
      "fill-level": 3,
      "levels":

      { "provisioning": 3, "ready": 0, "contextualizing": 0, "deployed": 0, "deprovisioning": 0 }

      }
      }
      ```

            farrotin@redhat.com Fabian Arrotin
            rh-ee-mkonecny Michal Konecny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: