Closed tingtli closed 5 years ago
hi @tingtli , this is a bug in test case, the template file is incorrect, the role
of node bogusnode
is compute
, but servicenodeftpserver
and servicenodenimserver
are still exists,
{
"node": {
"bogusnode": {
"role": "compute",
"deprecated": {
"servicenodeftpserver": "setupftp",
"servicenodenimserver": "setupnim",
....
}
after xcat-inventory import
, there the bogusnode
will still exist in servicenode
table
# tabdump servicenode
"bogusnode",,,,,,,,,"setupftp","setupnim",,,,,
When we run the xcat-inventory cases to check the role attribute for node, it could not find verify the correct role for a compute node. following is the command to run that case.
In bogusnode definition, there is role attribute compute