Project

General

Profile

Revision 91959835

Added by Ondřej Pražák about 8 years ago

debug

View differences:

app/lib/actions/foreman_pipeline/job/deploy_new_host.rb
14 14
                                                :jenkins_home => job.jenkins_instance.jenkins_home,
15 15
                                                :cert_path => job.jenkins_instance.cert_path)
16 16
            
17
            # h = { :host => {
18
            #         :id => "random_number",
19
            #         :name => "dummy host",
20
            #         :ip => "192.168.100.103",
21
            #         :mac => " 01:23:45:67:89:ab",
22
            #         :params => ["host_params_empty"]
23
            #       },
24
            #       :activation_key => {
25
            #           :cp_id => 544553785444,
26
            #       },                  
27
            # }
28

  
17 29
            packages = plan_action(FindPackagesToInstall, :job_id => job.id)
18 30

  
19 31

  

Also available in: Unified diff