Comment 4 for bug 1368965

Revision history for this message
Travis Tripp (travis-tripp) wrote :

This could be added to compute-hypervisor.json

,
        "architecture": {
            "title": "CPU Architecture",
            "description": "The CPU architecture that must be supported by the hypervisor. For example, x86_64, arm, or ppc64. Run uname -m to get the architecture of a machine. Used with the ImagePropertiesFilter.",
            "type": "string",
            "enum": [
                "alpha",
                "armv6",
                "armv7l",
                "armv7b",
                "aarch64",
                "cris",
                "i686",
                "ia64",
                "lm32",
                "m68k",
                "microblaze",
                "microblazeel",
                "mips",
                "mipsel",
                "mips64",
                "mips64el",
                "openrisc",
                "parisc",
                "parisc64",
                "ppc",
                "ppcle",
                "ppc64",
                "ppc64le",
                "ppcemb",
                "s390",
                "s390x",
                "sh4",
                "sh4eb",
                "sparc",
                "sparc64",
                "unicore32",
                "x86_64",
                "xtensa",
                "xtensaeb"
            ]
        }