Uploaded image for project: 'Open Labs'
  1. Open Labs
  2. OPENLABS-542

[Windriver lab] Provide bigger flavor enabled for nested virtualization

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • WINLAB
    • None

      Currently in windriver lab, there is following flavor

      $ openstack flavor show -f json m1.medium.dedicated
      {
        "name": "m1.medium.dedicated",
        "ram": 4096,
        "properties": "aggregate_instance_extra_specs:storage='local_image', hw:cpu_model='Passthrough', hw:cpu_policy='dedicated', hw:cpu_sockets='1'",
        "OS-FLV-DISABLED:disabled": false,
        "vcpus": 2,
        "access_project_ids": null,
        "os-flavor-access:is_public": true,
        "rxtx_factor": 1.0,
        "OS-FLV-EXT-DATA:ephemeral": 0,
        "disk": 40,
        "id": "d60266b6-d455-402c-800d-9262dcd9a058",
        "swap": ""
      }
      

      Is there a possibility to create bigger flavor with similar properties? I'm thinking about something similar to m1.xlarge, like following:

      openstack flavor create m1.xlarge.dedicated --ram 16384 --vcpus 8 --disk 160 --property aggregate_instance_extra_specs:storage='local_image' --property hw:cpu_model='Passthrough' --property hw:cpu_policy='dedicated' --property hw:cpu_sockets='1'
      

       

            wrs_sgooch wrs_sgooch
            kbanka kbanka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: