Comment 8 for bug 1289485

Revision history for this message
Raphaël Badin (rvb) wrote :

Here is the list of the bootimages on the lab machine:

>>> for b in BootImage.objects.all():
... print b.__repr__()
...
<BootImage amd64/generic-saucy-install>
<BootImage amd64/generic-quantal-install>
<BootImage amd64/generic-lucid-install>
<BootImage amd64/generic-trusty-install>
<BootImage amd64/generic-precise-install>
<BootImage i386/generic-saucy-install>
<BootImage i386/generic-quantal-install>
<BootImage i386/generic-lucid-install>
<BootImage i386/generic-trusty-install>
<BootImage i386/generic-trusty-xinstall>
<BootImage i386/generic-trusty-commissioning>
<BootImage i386/generic-precise-install>
<BootImage armhf/highbank-quantal-install>
<BootImage armhf/highbank-trusty-xinstall>
<BootImage armhf/highbank-trusty-commissioning>
<BootImage armhf/highbank-precise-install>
<BootImage armhf/generic-saucy-install>
<BootImage armhf/generic-trusty-install>
<BootImage armhf/generic-trusty-xinstall>
<BootImage armhf/generic-trusty-commissioning>
<BootImage amd64/generic-trusty-xinstall>
<BootImage amd64/generic-trusty-commissioning>

>>> ng = NodeGroup.objects.all()
>>> BootImage.objects.get_usable_architectures(ng)
set([u'amd64/generic', u'i386/generic', u'armhf/generic', u'armhf/highbank'])

The amd64/generic images have been imported all right…