redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

Introspection is not being run in CI #21

Closed trown closed 8 years ago

trown commented 8 years ago

In the refactor of the CI playbooks, introspection was inadvertently dropped from the nonHA job. This allowed the IPA ramdisk we build in CI to stop working for introspection. (I am pretty sure we are just missing the python-hardware dependency)

We need to make sure to include introspection on at least one job.

apevec commented 8 years ago

How did it work in the HA, are nonHA and HA not using the same ironic ramdisk images?

apevec commented 8 years ago

@trown ramdisk error reported in https://github.com/redhat-openstack/tripleo-quickstart/issues/14#issuecomment-192739594 was "failed to run hardware-detect utility: [Errno 2] No such file or directory" and related journal ends with:

Mar 05 15:19:31 localhost ironic-python-agent[1639]: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

So it's not just missing dep, but that ipmi is assumed which doesn't exist in virt nodes?

trown commented 8 years ago

will be fixed by https://review.gerrithub.io/#/c/265850/

trown commented 8 years ago

fixed, introspection runs in the nonha job.