[TripleO] Node "has an incorrectly configured ramdisk/kernel"
Hello,
When trying to deploy (dry-run mode) the overcloud (after having registred and introspected the nodes, after having "profile matched" flavors and nodes), with the command:
openstack overcloud deploy --control-flavor control --control-scale 3 --compute-flavor compute --compute-scale 4 -e environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml --ntp-server 129.181.250.91 --templates --dry-run
For each node, we get two errors:
Node uuid="UUID" has an incorrectly configured driver_info/deploy_ramdisk. ""ID of the bm-deploy-ramdisk" but got "None".
Node uuid=<uuid> has an incorrectly configured driver_info/deploy_kernel. "ID of the bm-deploy-kernel" but got "None".
Does anyone have any idea?
Thank you.