Sha256: f19c732b47703337b3bc1866f0e83a7106154a55344f863d0942289a06ee827b

Contents?: true

Size: 248 Bytes

Versions: 9

Compression:

Stored size: 248 Bytes

Contents

namespace :rh_cloud_insights do
  desc "Synchronize Insights hosts hits"
  task sync: [:environment, 'dynflow:client'] do
    ForemanTasks.sync_task(InsightsCloud::Async::InsightsFullSync)
    puts "Synchronized Insights hosts hits data"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.24 lib/tasks/insights.rake
foreman_rh_cloud-4.0.24 lib/tasks/insights.rake
foreman_rh_cloud-3.0.23 lib/tasks/insights.rake
foreman_rh_cloud-4.0.23 lib/tasks/insights.rake
foreman_rh_cloud-3.0.22 lib/tasks/insights.rake
foreman_rh_cloud-4.0.22 lib/tasks/insights.rake
foreman_rh_cloud-4.0.21.1 lib/tasks/insights.rake
foreman_rh_cloud-3.0.21.1 lib/tasks/insights.rake
foreman_rh_cloud-3.0.21 lib/tasks/insights.rake