After enabling -x flag in register-nodes script, I figured 500 was coming from a 'nova baremetal-node-create' command. Checking the nova-api log in the seed showed the root cause some DB field not big enough to hold a password, turns out there's a bug opened for this:
https://bugs.launchpad.net/nova/+bug/1322599 Regards 2014-05-24 13:21 GMT+02:00 Ricardo Carrillo Cruz < ricardo.carrillo.c...@gmail.com>: > Hi guys > > Being off some time from using tripleo and now I'm back in business. > I get this error during devtest_seed.sh run: > > ++ os-apply-config --key baremetal-network.seed.range-end --type raw > --key-default 192.0.2.20 > + BM_NETWORK_SEED_RANGE_END=192.0.2.20 > + setup-neutron 192.0.2.2 192.0.2.20 192.0.2.0/24 192.0.2.1 192.0.2.1 > ctlplane > ++ keystone tenant-get admin > ++ awk '$2=="id" {print $4}' > + nova quota-update --cores -1 --instances -1 --ram -1 > 4bd569caaf704cbcaa3610a49a362a50 > + '[' -z '' ']' > + setup-baremetal --service-host seed --nodes /dev/fd/63 > ++ jq '[.nodes[0]]' /home/ricky/tripleo/testenv.json > ERROR: The server has either erred or is incapable of performing the > requested operation. (HTTP 500) (Request-ID: > req-81c5edab-c943-49fd-bc9f-96a96122be26) > > Any pointers on how to troubleshoot this further? > > Thanks and kind regards >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack