On 10/27/20 7:07 PM, Bruce Ashfield wrote:
On Tue, Oct 27, 2020 at 5:16 AM Yocto <yocto@optimcloud.com> wrote:
okay reading the doc README it states

There are six openstack layers that are used to build a controller/compute
node image pair. The dependencies of these layers are also required for a
build, and are listed in the layers themselves.

   - meta-cloud-services/meta-openstack
   - meta-cloud-services/meta-openstack-compute-deploy
   - meta-cloud-services/meta-openstack-controller-deploy
   - meta-cloud-services/meta-openstack-qemu
   - meta-cloud-services/meta-openstack-compute-test-config
   - meta-cloud-services/meta-openstack-controller-test-config

so the question is, is this actually usable to bitbake openstack based images ? or a Work in progress ?

They are now a work in progress. They *worked*, but we didn't have a
dedicated maintainer, so we make sure the re-usable recipes work (and
a few have migrated to the main meta-virt over time), but to build and
deploy working controller and compute nodes, they wouldn't be usable
out of the box.

Bruce

So they need updating, maintaining, i see alot of python2 and python3 mixed in here.

guess they would have to be gone through one by one to get it back to functional.

Ill take a look.