Custom factions from mods such as RHS can't spawn vehicles in garrisons when using Warlords. This is due to a line in BIS_fnc_WLSectorInit:
_grpPool = ("TRUE" configClasses (BIS_WL_cfgIndepGrps >> BIS_WL_factionsPool # 2 >> "Mechanized")) + ("TRUE" configClasses (BIS_WL_cfgIndepGrps >> BIS_WL_factionsPool # 2 >> "Motorized"));
As the config class of the groups chosen from is hard-coded to either "Mechanized" or "Motorized", it cannot select from groups that aren't named using the same convention as the standard factions.