Comment 15 for bug 1956766

Revision history for this message
Caleb Ellis (caleb-ellis) wrote : Re: Unable to deploy CentOS7 - centos/focal not a supported combination

Sorry, I wasn't clear in my initial message now that I've reread it (apologies). You've provided the request message but I'm looking for the response message, which will have the same request_id (in your case that would have been 4) but a type of 1 (instead of 0). It should look something like:

{
  "type": 1,
  "request_id": 8,
  "rtype": 0,
  "result": {
    "osystems": [
      ["centos", "CentOS"],
      ["ubuntu", "Ubuntu"]
    ],
    "releases": [
      ["centos/centos70", "CentOS 7"],
      ["centos/8", "CentOS 8"],
      ["ubuntu/bionic", "Ubuntu 18.04 LTS \"Bionic Beaver\""],
      ["ubuntu/focal", "Ubuntu 20.04 LTS \"Focal Fossa\""]
    ],
    "kernels": {
      "ubuntu": {
        "bionic": [
          ["ga-18.04", "bionic (ga-18.04)"],
          ["ga-18.04-lowlatency", "bionic (ga-18.04-lowlatency)"],
          ["hwe-18.04", "bionic (hwe-18.04)"],
          ["hwe-18.04-edge", "bionic (hwe-18.04-edge)"],
          ["hwe-18.04-lowlatency", "bionic (hwe-18.04-lowlatency)"],
          ["hwe-18.04-lowlatency-edge", "bionic (hwe-18.04-lowlatency-edge)"]
        ],
        "focal": [
          ["ga-20.04", "focal (ga-20.04)"],
          ["ga-20.04-lowlatency", "focal (ga-20.04-lowlatency)"],
          ["hwe-20.04", "focal (hwe-20.04)"],
          ["hwe-20.04-edge", "focal (hwe-20.04-edge)"],
          ["hwe-20.04-lowlatency", "focal (hwe-20.04-lowlatency)"],
          ["hwe-20.04-lowlatency-edge", "focal (hwe-20.04-lowlatency-edge)"]
        ]
      }
    },
    "default_osystem": "ubuntu",
    "default_release": "focal"
  }
}

I'm mainly wondering if the default_osystem and default_release are being set correctly