Sha256: 198f636a9cffea9eef70b7a965b09c4a8a003ffff098cdb8a6323e6fa55ab3bf

Contents?: true

Size: 748 Bytes

Versions: 25

Compression:

Stored size: 748 Bytes

Contents

Sham.url        { Faker::Internet.domain_name + "/" + Faker::Internet.domain_word + ".jpg" }
Sham.host       { Faker::Internet.domain_name + '.local' }

CloudCrowd::Job.blueprint do
  status  { CloudCrowd::PROCESSING }
  inputs  { ['http://www.google.com/intl/en_ALL/images/logo.gif'].to_json }
  action  { 'graphics_magick' }
  options { {}.to_json }
  email   { 'noone@example.com' }
end

CloudCrowd::NodeRecord.blueprint do
  host
  ip_address      { '127.0.0.1' }
  port            { 6093 }
  enabled_actions { 'graphics_magick,word_count' }
  max_workers     { 3 }
end

CloudCrowd::WorkUnit.blueprint do
  job     { CloudCrowd::Job.make }
  status  { CloudCrowd::PROCESSING }
  input   { '{"key":"value"}' }
  action  { 'graphics_magick' }
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
documentcloud-cloud-crowd-0.2.1 test/blueprints.rb
documentcloud-cloud-crowd-0.2.2 test/blueprints.rb
documentcloud-cloud-crowd-0.2.3 test/blueprints.rb
cloud-crowd-0.6.2 test/blueprints.rb
cloud-crowd-0.6.1 test/blueprints.rb
cloud-crowd-0.6.0 test/blueprints.rb
cloud-crowd-0.5.2 test/blueprints.rb
cloud-crowd-0.5.0 test/blueprints.rb
cloud-crowd-0.4.1 test/blueprints.rb
cloud-crowd-0.4.0 test/blueprints.rb
mooktakim-cloud-crowd-0.3.5 test/blueprints.rb
mooktakim-cloud-crowd-0.3.4 test/blueprints.rb
cloud-crowd-0.3.3 test/blueprints.rb
cloud-crowd-0.3.2 test/blueprints.rb
cloud-crowd-0.3.1 test/blueprints.rb
cloud-crowd-0.3.0 test/blueprints.rb
cloud-crowd-0.2.9 test/blueprints.rb
cloud-crowd-0.2.8 test/blueprints.rb
cloud-crowd-0.2.7 test/blueprints.rb
cloud-crowd-0.2.6 test/blueprints.rb