Hide Forgot
Description of problem: Facter :cart_list fails silently and returns no values Version-Release number of selected component (if applicable): How reproducible: Always, the supporting command oo-cartridge-list was deleted. Steps to Reproduce: 1. 2. 3. Actual results: fact is empty Expected results: fact no longer supported Additional info:
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/4e94c47a381f3cfd168e9add0383414202aa96e5 Bug 1029685 - Remove :cart_list fact * Has been broken for last 3 months, no one complained.
Tested on devenv_4030. The code is merged in. But no error is given when doing "facter cart_list" or any other non-existed content. It just fails silently. [root@ip-10-118-161-73 ~]# facter sshfp ip-10-118-161-73 IN SSHFP 1 1 0531449c7719704890d44d256b4227b8432e4b0a [root@ip-10-118-161-73 ~]# facter cart_list [root@ip-10-118-161-73 ~]# facter test_facter_error I have tried on old stage instance, e.g. devenv-stage_486, devenv-stage_528. The behaviour is totally the same. Mark the bug as "ASSIGNED" to make sure current status is OK (or not).
facter reports unknown keys as nulls. To ensure cart_list is not being provided use grep. E.g., $ facter |grep sshfp (output from grep) vs $ facter |grep cart_list (nothing)
[root@ip-10-185-56-240 ~]# facter |grep cart_list [root@ip-10-185-56-240 ~]# Checked again on devenv_4038 according comment#3, there is nothing returned when grep the cart_list. Move bug to verified.