Apache Storm ============ Components ---------- .. node_type:: dice.components.storm.Base MISSING DESCRIPTION :parent: :node_type:`dice.chef.SoftwareComponent` .. node_type:: dice.components.storm.Nimbus MISSING DESCRIPTION :parent: :node_type:`dice.components.storm.Base` .. node_type:: dice.components.storm.Topology MISSING DESCRIPTION :parent: :node_type:`dice.LogicalNode` :property application: Location of topology jar file. If this is relative path, file is assumed to be part of the blueprint package. If this URL, file will be downloaded. :property topology_name: Topology name (this name will be seen in Storm UI) :property topology_class: Class name that contains Storm topology :property arguments: Arguments that should be passed to topology on submission. Note that when jar is executed, first argument is always topology name. Arguments in this property are passed as an additional arguments after name.[] .. node_type:: dice.components.storm.Worker MISSING DESCRIPTION :parent: :node_type:`dice.components.storm.Base` Firewall rules -------------- .. node_type:: dice.firewall_rules.storm.Nimbus MISSING DESCRIPTION :parent: :node_type:`dice.firewall_rules.Base` .. node_type:: dice.firewall_rules.storm.Worker MISSING DESCRIPTION :parent: :node_type:`dice.firewall_rules.Base` Relationships ------------- .. relationship:: dice.relationships.storm.ConnectedToNimbus MISSING DESCRIPTION :parent: :relationship:`cloudify.relationships.connected_to` .. relationship:: dice.relationships.storm.ConnectedToZookeeperQuorum MISSING DESCRIPTION :parent: :relationship:`dice.relationships.zookeeper.ConnectedToZookeeperQuorum` .. relationship:: dice.relationships.storm.SubmittedBy MISSING DESCRIPTION :parent: :relationship:`cloudify.relationships.contained_in`