Skip to content

Commit a039e28

Browse files
committed
RHINENG-22325: make inventory views enabled by default
1 parent e9178c5 commit a039e28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/test.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DB_PASSWD=passwd
1010
LIMIT_PAGE_SIZE=false
1111

1212
# don't put "" or '' around the text otherwise they'll be included into content
13-
POD_CONFIG=label=upload;vmaas_call_max_retries=100;template_change_eval=false;update_users;update_db_config;use_testing_db;inventory_views
13+
POD_CONFIG=label=upload;vmaas_call_max_retries=100;template_change_eval=false;update_users;update_db_config;use_testing_db
1414

1515
KESSEL_URL=platform:9005
1616
KESSEL_INSECURE=true

evaluator/evaluate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func confugureEvaluator() {
129129
// Send advisory notification immediately
130130
enableInstantNotifications = utils.PodConfig.GetBool("instant_notifications", true)
131131
// Send inventory views events
132-
enableInventoryViews = utils.PodConfig.GetBool("inventory_views", false)
132+
enableInventoryViews = utils.PodConfig.GetBool("inventory_views", true)
133133
// Ignore templates for satellite managed systems
134134
enableSatelliteFunctionality = utils.PodConfig.GetBool("satellite_functionality", true)
135135
}

0 commit comments

Comments
 (0)