viglesiasce / euca-deploy

Tool for Deploying Eucalyptus
BSD 2-Clause "Simplified" License
1 stars 16 forks source link

euca-deploy fails to run multiple times in EDGE mode #23

Closed gelinasc closed 9 years ago

gelinasc commented 9 years ago

Basically, I ran euca-deploy to deploy my environment. Once done, I ran the "uninstall" option followed by "bootstrap" and "provision". During the "provision" step I got the following error:

[10.111.5.86] out: * execute[//usr/sbin/euca_conf --setup -d /] action run [10.111.5.86] out: - execute //usr/sbin/euca_conf --setup -d / [10.111.5.86] out: Recipe: eucalyptus::node-controller [10.111.5.86] out: * service[libvirtd] action enable (up to date) [10.111.5.86] out: * service[libvirtd] action start (up to date) [10.111.5.86] out: * execute[virsh net-destroy default] action run[2015-03-20T11:36:19-07:00] ERROR: execute[virsh net-destroy default](eucalyptus::node-controller line 39) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' [10.111.5.86] out: ---- Begin output of virsh net-destroy default ---- [10.111.5.86] out: STDOUT: [10.111.5.86] out: STDERR: error: Failed to destroy network default [10.111.5.86] out: error: Requested operation is not valid: network is not active [10.111.5.86] out: ---- End output of virsh net-destroy default ---- [10.111.5.86] out: Ran virsh net-destroy default returned 1; ignore_failure is set, continuing [10.111.5.86] out: [10.111.5.86] out:
[10.111.5.86] out: ================================================================================ [10.111.5.86] out: Error executing action run on resource 'execute[virsh net-destroy default]' [10.111.5.86] out: ================================================================================ [10.111.5.86] out:
[10.111.5.86] out: Mixlib::ShellOut::ShellCommandFailed [10.111.5.86] out: ------------------------------------ [10.111.5.86] out: Expected process to exit with [0], but received '1' [10.111.5.86] out: ---- Begin output of virsh net-destroy default ---- [10.111.5.86] out: STDOUT: [10.111.5.86] out: STDERR: error: Failed to destroy network default [10.111.5.86] out: error: Requested operation is not valid: network is not active [10.111.5.86] out: ---- End output of virsh net-destroy default ---- [10.111.5.86] out: Ran virsh net-destroy default returned 1 [10.111.5.86] out:
[10.111.5.86] out: Resource Declaration: [10.111.5.86] out: --------------------- [10.111.5.86] out: # In /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/node-controller.rb [10.111.5.86] out:
[10.111.5.86] out: 39: execute 'virsh net-destroy default' do [10.111.5.86] out: 40: ignore_failure true [10.111.5.86] out: 41: end [10.111.5.86] out: 42: execute 'virsh net-autostart default --disable' do [10.111.5.86] out:
[10.111.5.86] out: Compiled Resource: [10.111.5.86] out: ------------------ [10.111.5.86] out: # Declared in /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/node-controller.rb:39:in `from_file' [10.111.5.86] out:
[10.111.5.86] out: execute("virsh net-destroy default") do [10.111.5.86] out: action "run" [10.111.5.86] out: ignore_failure true [10.111.5.86] out: retries 0 [10.111.5.86] out: retry_delay 2 [10.111.5.86] out: guard_interpreter :default [10.111.5.86] out: command "virsh net-destroy default" [10.111.5.86] out: backup 5 [10.111.5.86] out: returns 0 [10.111.5.86] out: cookbook_name "eucalyptus" [10.111.5.86] out: recipe_name "node-controller" [10.111.5.86] out: end [10.111.5.86] out:
[10.111.5.86] out: * execute[virsh net-autostart default --disable] action run [10.111.5.86] out: - execute virsh net-autostart default --disable [10.111.5.86] out: Recipe: eucalyptus::eucanetd [10.111.5.86] out: * template[//etc/eucalyptus/eucalyptus.conf] action create [10.111.5.86] out: - update content in file //etc/eucalyptus/eucalyptus.conf from db45e1 to 54d332

looking at virsh, it is correct, there is no active default network:

[root@g-08-06 ~]# virsh net-list

Name State Autostart Persistent

[root@g-08-06 ~]# virsh net-destroy default error: Failed to destroy network default error: Requested operation is not valid: network is not active

[root@g-08-06 ~]# virsh net-info default Name default UUID 09c8dca9-4990-4eea-9857-a84293f138a3 Active: no Persistent: yes Autostart: no Bridge: virbr0

If I manually re-enable the default networks using "virsh net-start default" the "provision" step work.

viglesiasce commented 9 years ago

@gelinasc Was that the full output of the run?

viglesiasce commented 9 years ago

@gelinasc it looks to me like it is correctly continuing on. That check has an "ignore_failure" flag which continues the run.

gelinasc commented 9 years ago

Here's the full output of the provision run where it keeps failing. I ran the following command in order:

1- ./bin/euca-deploy uninstall 2- ./bin/euca-deploy bootstrap -b euca-4.2 -p foobar 3- ./bin/euca-deploy provision -b euca-4.2 -p foobar -e /root/euca-deploy/etc/environment.yml

The provision step will not succeed unless I go to both NC and issue "virsh net-start default".

[root@e-18 euca-deploy]# ./bin/euca-deploy provision -b euca-4.2 -p foobar -e /root/euca-deploy/etc/environment.yml Creating Chef repository Downloading Chef cookbooks rsyncing deployment data... rsyncing deployment data... rsyncing deployment data... rsyncing deployment data... rsyncing deployment data... [10.111.1.127] Executing task 'run_chef_client' [10.111.5.87] Executing task 'run_chef_client' [10.111.5.115] Executing task 'run_chef_client' [10.111.5.84] Executing task 'run_chef_client' [10.111.5.86] Executing task 'run_chef_client' [10.111.5.115] out: [2015-03-23T16:26:39-07:00] WARN: No config file found or specified on command line, using command line options. [10.111.5.115] out: Starting Chef Client, version 11.16.4 [10.111.5.86] out: [2015-03-23T16:26:39-07:00] WARN: No config file found or specified on command line, using command line options. [10.111.5.87] out: [2015-03-23T16:26:39-07:00] WARN: No config file found or specified on command line, using command line options. [10.111.1.127] out: [2015-03-23T16:26:39-07:00] WARN: No config file found or specified on command line, using command line options. [10.111.1.127] out: Starting Chef Client, version 12.0.3 [10.111.5.86] out: Starting Chef Client, version 11.16.4 [10.111.5.87] out: Starting Chef Client, version 11.16.4 [10.111.5.115] out: resolving cookbooks for run list: ["eucalyptus::node-controller"] [10.111.5.84] out: [2015-03-23T16:26:40-07:00] WARN: No config file found or specified on command line, using command line options. [10.111.5.84] out: Starting Chef Client, version 11.16.4 [10.111.5.86] out: resolving cookbooks for run list: ["eucalyptus::node-controller"] [10.111.5.87] out: resolving cookbooks for run list: ["eucalyptus::cluster-controller", "eucalyptus::storage-controller"] [10.111.1.127] out: resolving cookbooks for run list: ["eucalyptus::cloud-controller", "eucalyptus::register-components", "eucalyptus::user-facing", "eucalyptus::user-console", "eucalyptus::walrus"] [10.111.5.115] out: Synchronizing Cookbooks: [10.111.5.115] out: - yum [10.111.5.115] out: - ntp [10.111.5.115] out: - selinux [10.111.5.84] out: resolving cookbooks for run list: ["eucalyptus::cluster-controller", "eucalyptus::storage-controller"] [10.111.5.115] out: - eucalyptus [10.111.5.115] out: Compiling Cookbooks... [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[ant] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[ant-nodeps] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[apache-ivy] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[axis2-adb-codegen] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[axis2-codegen] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[axis2c-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[curl-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[gawk] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[jpackage-utils] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[libvirt-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[libxml2-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[libxslt-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[m2crypto] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[openssl-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[python-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[python-setuptools] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[rampartc-devel] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[scsi-target-utils] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[swig] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for yum_package[xalan-j2-xsltc] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Cloning resource attributes for template[//etc/eucalyptus/eucalyptus.conf] from prior resource (CHEF-3694) [10.111.5.115] out: [2015-03-23T16:26:41-07:00] WARN: Previous template[//etc/eucalyptus/eucalyptus.conf]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/eucanetd.rb:12:in `from_file'

[10.111.5.115] out: Converging 161 resources [10.111.5.115] out: Recipe: eucalyptus::default [10.111.5.115] out: * directory[/] action create (up to date) [10.111.5.115] out: * remotefile[//init.sh] action create [10.111.5.115] out: - update content in file //init.sh from 2911ec to c7464d [10.111.5.115] out: --- //init.sh 2015-03-19 13:03:29.086205443 -0700 [10.111.5.115] out: +++ /tmp/chef-rest20150323-26298-1t44jja 2015-03-23 16:26:41.767864430 -0700 [10.111.5.115] out: @@ -1,11 +1,13 @@ [10.111.5.115] out: #!/bin/bash -xe [10.111.5.115] out:
[10.111.5.115] out: -yum -y install gdb* valgrind
; [10.111.5.115] out: +echo "# .bashrc" > /root/.bashrc [10.111.5.115] out:
[10.111.5.115] out: -curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.115] out: - [10.111.5.115] out: -echo '_ soft core unlimited' >> /etc/security/limits.conf; echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; echo 'DAEMON_COREFILE_LIMIT=’unlimited’' >> /etc/sysconfig/init; ulimit -c unlimited; ulimit -u unlimited; sysctl -p; [10.111.5.115] out: - [10.111.5.115] out: +echo "alias rm='rm -i'" >> /root/.bashrc [10.111.5.115] out: +echo "alias cp='cp -i'" >> /root/.bashrc [10.111.5.115] out: +echo "alias mv='mv -i'" >> /root/.bashrc [10.111.5.115] out: +echo "if [ -f /etc/bashrc ]; then" >> /root/.bashrc [10.111.5.115] out: +echo " . /etc/bashrc" >> /root/.bashrc [10.111.5.115] out: +echo "fi" >> /root/.bashrc [10.111.5.115] out: echo "alias rm='\rm'" >> /root/.bashrc [10.111.5.115] out: echo "alias cp='\cp'" >> /root/.bashrc [10.111.5.115] out: echo "alias mv='\mv'" >> /root/.bashrc [10.111.5.115] out: @@ -30,4 +32,17 @@ [10.111.5.115] out: echo " . /root/eucarc" >> /root/.bashrc [10.111.5.115] out: echo " fi" >> /root/.bashrc [10.111.5.115] out: echo "fi" >> /root/.bashrc [10.111.5.115] out: + [10.111.5.115] out: +echo '* soft core unlimited' >> /etc/security/limits.conf; [10.111.5.115] out: +echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; [10.111.5.115] out: +echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; [10.111.5.115] out: +echo 'DAEMON_COREFILELIMIT=’unlimited’' >> /etc/sysconfig/init; [10.111.5.115] out: +ulimit -c unlimited; [10.111.5.115] out: +ulimit -u unlimited; [10.111.5.115] out: +sysctl -p; [10.111.5.115] out: + [10.111.5.115] out: +yum -y install gdb* valgrind; [10.111.5.115] out: + [10.111.5.115] out: +curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.115] out: + [10.111.5.86] out: Synchronizing Cookbooks: [10.111.5.86] out: - yum [10.111.5.86] out: - ntp [10.111.5.86] out: - selinux [10.111.1.127] out: Synchronizing Cookbooks: [10.111.1.127] out: - yum [10.111.1.127] out: - eucalyptus [10.111.1.127] out: - ntp [10.111.5.87] out: Synchronizing Cookbooks: [10.111.1.127] out: - selinux [10.111.1.127] out: Compiling Cookbooks... [10.111.5.87] out: - ntp [10.111.5.87] out: - yum [10.111.5.87] out: - selinux [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[ant] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[ant-nodeps] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[apache-ivy] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2-adb-codegen] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2-codegen] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2c-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[curl-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[gawk] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[jpackage-utils] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libvirt-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libxml2-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libxslt-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[m2crypto] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[openssl-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[python-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[python-setuptools] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[rampartc-devel] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[scsi-target-utils] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[swig] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[xalan-j2-xsltc] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[euca2ools] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[euca2ools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in `block in from_file'

[10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for ruby_block[Upload cluster keys Chef Server] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:77:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:87:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[Register CC] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[Register CC]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:51:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[Register CC]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:51:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[Register SC] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[Register SC]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:63:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[Register SC]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:63:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for ruby_block[Upload cluster keys Chef Server] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:87:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:77:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for ruby_block[Upload cluster keys Chef Server] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:77:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current ruby_block[Upload cluster keys Chef Server]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:87:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[Copy keys locally] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[Copy keys locally]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:98:in block in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[Copy keys locally]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/register-components.rb:98:inblock in from_file' [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for template[eucalyptus.conf] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous template[eucalyptus.conf]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/cloud-service.rb:62:in `from_file'

[10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for service[eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.1.127] out: [2015-03-23T16:26:42-07:00] WARN: Previous service[eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/cloud-controller.rb:40:in `from_file'

[10.111.1.127] out: Converging 164 resources [10.111.1.127] out: Recipe: eucalyptus::cloud-controller [10.111.5.86] out: - eucalyptus [10.111.5.86] out: Compiling Cookbooks... [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[ant] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[ant-nodeps] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[apache-ivy] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2-adb-codegen] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2-codegen] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[axis2c-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[curl-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[gawk] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[jpackage-utils] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libvirt-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libxml2-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[libxslt-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[m2crypto] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[openssl-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[python-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[python-setuptools] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[rampartc-devel] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[scsi-target-utils] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[swig] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for yum_package[xalan-j2-xsltc] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.87] out: - eucalyptus [10.111.5.87] out: Compiling Cookbooks... [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Cloning resource attributes for template[//etc/eucalyptus/eucalyptus.conf] from prior resource (CHEF-3694) [10.111.5.86] out: [2015-03-23T16:26:42-07:00] WARN: Previous template[//etc/eucalyptus/eucalyptus.conf]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/eucanetd.rb:12:in `from_file'

[10.111.5.86] out: Converging 161 resources [10.111.5.86] out: Recipe: eucalyptus::default [10.111.5.86] out: * directory[/] action create (up to date) [10.111.5.86] out: * remote_file[//init.sh] action create[2015-03-23T16:26:42-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[ant] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[ant-nodeps] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[apache-ivy] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[axis2-adb-codegen] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[axis2-codegen] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[axis2c-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[curl-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[gawk] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[jpackage-utils] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[libvirt-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[libxml2-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[libxslt-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[m2crypto] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[openssl-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[python-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[python-setuptools] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[rampartc-devel] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[scsi-target-utils] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[swig] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for yum_package[xalan-j2-xsltc] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Cloning resource attributes for template[eucalyptus.conf] from prior resource (CHEF-3694) [10.111.5.87] out: [2015-03-23T16:26:43-07:00] WARN: Previous template[eucalyptus.conf]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/cluster-controller.rb:43:in `from_file'

[10.111.5.87] out: Converging 153 resources [10.111.5.87] out: Recipe: eucalyptus::default [10.111.5.87] out: * directory[/] action create (up to date) [10.111.5.87] out: * remotefile[//init.sh] action create [10.111.5.87] out: - update content in file //init.sh from 2911ec to c7464d [10.111.5.87] out: --- //init.sh 2015-03-19 13:03:30.890602787 -0700 [10.111.5.87] out: +++ /tmp/chef-rest20150323-11235-3odf9m 2015-03-23 16:26:43.095637991 -0700 [10.111.5.87] out: @@ -1,11 +1,13 @@ [10.111.5.87] out: #!/bin/bash -xe [10.111.5.87] out:
[10.111.5.87] out: -yum -y install gdb
valgrind; [10.111.5.87] out: +echo "# .bashrc" > /root/.bashrc [10.111.5.87] out:
[10.111.5.87] out: -curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.87] out: - [10.111.5.87] out: -echo '
soft core unlimited' >> /etc/security/limits.conf; echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; echo 'DAEMON_COREFILE_LIMIT=’unlimited’' >> /etc/sysconfig/init; ulimit -c unlimited; ulimit -u unlimited; sysctl -p; [10.111.5.87] out: - [10.111.5.87] out: +echo "alias rm='rm -i'" >> /root/.bashrc [10.111.5.87] out: +echo "alias cp='cp -i'" >> /root/.bashrc [10.111.5.87] out: +echo "alias mv='mv -i'" >> /root/.bashrc [10.111.5.87] out: +echo "if [ -f /etc/bashrc ]; then" >> /root/.bashrc [10.111.5.87] out: +echo " . /etc/bashrc" >> /root/.bashrc [10.111.5.87] out: +echo "fi" >> /root/.bashrc [10.111.5.87] out: echo "alias rm='\rm'" >> /root/.bashrc [10.111.5.87] out: echo "alias cp='\cp'" >> /root/.bashrc [10.111.5.87] out: echo "alias mv='\mv'" >> /root/.bashrc [10.111.5.87] out: @@ -30,4 +32,17 @@ [10.111.5.87] out: echo " . /root/eucarc" >> /root/.bashrc [10.111.5.87] out: echo " fi" >> /root/.bashrc [10.111.5.87] out: echo "fi" >> /root/.bashrc [10.111.5.87] out: + [10.111.5.87] out: +echo '* soft core unlimited' >> /etc/security/limits.conf; [10.111.5.87] out: +echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; [10.111.5.87] out: +echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; [10.111.5.87] out: +echo 'DAEMON_COREFILELIMIT=’unlimited’' >> /etc/sysconfig/init; [10.111.5.87] out: +ulimit -c unlimited; [10.111.5.87] out: +ulimit -u unlimited; [10.111.5.87] out: +sysctl -p; [10.111.5.87] out: + [10.111.5.87] out: +yum -y install gdb* valgrind; [10.111.5.87] out: + [10.111.5.87] out: +curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.87] out: + [10.111.5.84] out: Synchronizing Cookbooks: [10.111.5.84] out: - yum [10.111.5.84] out: - ntp [10.111.5.84] out: - selinux [10.111.5.84] out: - eucalyptus [10.111.5.84] out: Compiling Cookbooks... [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[ant] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[ant]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[ant-nodeps] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[ant-nodeps]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[apache-ivy] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[apache-ivy]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[axis2-adb-codegen] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[axis2-adb-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[axis2-codegen] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[axis2-codegen]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[axis2c-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[axis2c-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[curl-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[curl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[gawk] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[gawk]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[jpackage-utils] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[jpackage-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[libvirt-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[libvirt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[libxml2-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[libxml2-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[libxslt-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[libxslt-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[m2crypto] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[m2crypto]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[openssl-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[openssl-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[python-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[python-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[python-setuptools] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[python-setuptools]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[rampartc-devel] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[rampartc-devel]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[scsi-target-utils] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[scsi-target-utils]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[swig] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[swig]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for yum_package[xalan-j2-xsltc] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:55:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current yum_package[xalan-j2-xsltc]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:71:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:in block in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Current execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/install-source.rb:140:inblock in from_file' [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Cloning resource attributes for template[eucalyptus.conf] from prior resource (CHEF-3694) [10.111.5.84] out: [2015-03-23T16:26:44-07:00] WARN: Previous template[eucalyptus.conf]: /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/cluster-controller.rb:43:in `from_file'

[10.111.5.84] out: Converging 153 resources [10.111.5.84] out: Recipe: eucalyptus::default [10.111.5.84] out: * directory[/] action create (up to date) [10.111.5.84] out: * remotefile[//init.sh] action create [10.111.5.84] out: - update content in file //init.sh from 2911ec to c7464d [10.111.5.84] out: --- //init.sh 2015-03-19 13:03:33.852214817 -0700 [10.111.5.84] out: +++ /tmp/chef-rest20150323-31316-qn2abs 2015-03-23 16:26:44.228027036 -0700 [10.111.5.84] out: @@ -1,11 +1,13 @@ [10.111.5.84] out: #!/bin/bash -xe [10.111.5.84] out:
[10.111.5.84] out: -yum -y install gdb
valgrind; [10.111.5.84] out: +echo "# .bashrc" > /root/.bashrc [10.111.5.84] out:
[10.111.5.84] out: -curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.84] out: - [10.111.5.84] out: -echo '
soft core unlimited' >> /etc/security/limits.conf; echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; echo 'DAEMON_COREFILE_LIMIT=’unlimited’' >> /etc/sysconfig/init; ulimit -c unlimited; ulimit -u unlimited; sysctl -p; [10.111.5.84] out: - [10.111.5.84] out: +echo "alias rm='rm -i'" >> /root/.bashrc [10.111.5.84] out: +echo "alias cp='cp -i'" >> /root/.bashrc [10.111.5.84] out: +echo "alias mv='mv -i'" >> /root/.bashrc [10.111.5.84] out: +echo "if [ -f /etc/bashrc ]; then" >> /root/.bashrc [10.111.5.84] out: +echo " . /etc/bashrc" >> /root/.bashrc [10.111.5.84] out: +echo "fi" >> /root/.bashrc [10.111.5.84] out: echo "alias rm='\rm'" >> /root/.bashrc [10.111.5.84] out: echo "alias cp='\cp'" >> /root/.bashrc [10.111.5.84] out: echo "alias mv='\mv'" >> /root/.bashrc [10.111.5.84] out: @@ -30,4 +32,17 @@ [10.111.5.84] out: echo " . /root/eucarc" >> /root/.bashrc [10.111.5.84] out: echo " fi" >> /root/.bashrc [10.111.5.84] out: echo "fi" >> /root/.bashrc [10.111.5.84] out: + [10.111.5.84] out: +echo '* soft core unlimited' >> /etc/security/limits.conf; [10.111.5.84] out: +echo 'kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t' >> /etc/sysctl.conf; [10.111.5.84] out: +echo 'fs.suid_dumpable = 2' >> /etc/sysctl.conf; [10.111.5.84] out: +echo 'DAEMON_COREFILELIMIT=’unlimited’' >> /etc/sysconfig/init; [10.111.5.84] out: +ulimit -c unlimited; [10.111.5.84] out: +ulimit -u unlimited; [10.111.5.84] out: +sysctl -p; [10.111.5.84] out: + [10.111.5.84] out: +yum -y install gdb* valgrind; [10.111.5.84] out: + [10.111.5.84] out: +curl http://git.qa1.eucalyptus-systems.com/qa-repos/eucalele/raw/master/scripts/network-interfaces.sh | bash [10.111.5.84] out: + [10.111.1.127] out: * yum_package[unzip] action upgrade (up to date) [10.111.1.127] out: Recipe: eucalyptus::default [10.111.1.127] out: * directory[/] action create (up to date) [10.111.1.127] out: * remote_file[//init.sh] action create (up to date) [10.111.5.86] out: [2015-03-23T16:26:47-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.115] out: * execute[Running init script] action run [10.111.5.115] out: - execute bash //init.sh [10.111.5.115] out: * execute[Flush and save iptables] action run [10.111.5.115] out: - execute iptables -F; iptables -F -t nat; iptables-save > /etc/sysconfig/iptables [10.111.5.115] out: Recipe: ntp::default [10.111.1.127] out: * execute[Running init script] action run [10.111.1.127] out: - execute bash //init.sh [10.111.1.127] out: * execute[Flush and save iptables] action run (skipped due to not_if) [10.111.1.127] out: Recipe: ntp::default [10.111.1.127] out: * yum_package[ntp] action install (up to date) [10.111.1.127] out: * yum_package[ntpdate] action install (up to date) [10.111.1.127] out: * directory[/var/lib/ntp] action create (up to date) [10.111.1.127] out: * directory[/var/log/ntpstats/] action create (up to date) [10.111.1.127] out: * cookbook_file[/etc/ntp.leapseconds] action create (up to date) [10.111.1.127] out: * template[/etc/ntp.conf] action create (up to date) [10.111.1.127] out: * execute[Force sync hardware clock with system clock] action run (skipped due to only_if) [10.111.1.127] out: * service[ntpd] action enable (up to date) [10.111.1.127] out: * service[ntpd] action start (up to date) [10.111.1.127] out: Recipe: eucalyptus::default [10.111.5.115] out: * package[ntp] action install (up to date) [10.111.5.115] out: * package[ntpdate] action install (up to date) [10.111.5.115] out: * directory[/var/lib/ntp] action create (up to date) [10.111.5.115] out: * directory[/var/log/ntpstats/] action create (up to date) [10.111.5.115] out: * cookbook_file[/etc/ntp.leapseconds] action create (up to date) [10.111.5.115] out: * template[/etc/ntp.conf] action create (up to date) [10.111.5.115] out: * execute[Force sync hardware clock with system clock] action run (skipped due to only_if) [10.111.5.115] out: * service[ntpd] action enable (up to date) [10.111.5.115] out: * service[ntpd] action start (up to date) [10.111.5.115] out: Recipe: eucalyptus::default [10.111.5.84] out: * execute[Running init script] action run [10.111.5.84] out: - execute bash //init.sh [10.111.5.84] out: * execute[Flush and save iptables] action run [10.111.5.84] out: - execute iptables -F; iptables -F -t nat; iptables-save > /etc/sysconfig/iptables [10.111.5.84] out: Recipe: ntp::default [10.111.5.86] out: [2015-03-23T16:26:52-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:26:57-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:27:02-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.87] out: * execute[Running init script] action run [10.111.5.87] out: - execute bash //init.sh [10.111.5.87] out: * execute[Flush and save iptables] action run [10.111.5.87] out: - execute iptables -F; iptables -F -t nat; iptables-save > /etc/sysconfig/iptables [10.111.5.87] out: Recipe: ntp::default [10.111.1.127] out: * execute[ntpdate -u pool.ntp.org] action run [10.111.1.127] out: - execute ntpdate -u pool.ntp.org [10.111.1.127] out: * selinux_state[SELinux Disabled] action disabled (up to date) [10.111.1.127] out: * yum_repository[eucalyptus-release] action create [10.111.1.127] out: * template[/etc/yum.repos.d/eucalyptus-release.repo] action create (up to date) [10.111.1.127] out: * execute[yum-makecache-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.1.127] out: * ruby_block[yum-cache-reload-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.1.127] out: (up to date) [10.111.1.127] out: * yum_repository[euca2ools-release] action create [10.111.1.127] out: * template[/etc/yum.repos.d/euca2ools-release.repo] action create (up to date) [10.111.1.127] out: * execute[yum-makecache-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.1.127] out: * ruby_block[yum-cache-reload-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.1.127] out: (up to date) [10.111.1.127] out: * remote_file[/tmp/epel-release.rpm] action create (skipped due to not_if) [10.111.5.115] out: * execute[ntpdate -u pool.ntp.org] action run [10.111.5.115] out: - execute ntpdate -u pool.ntp.org [10.111.5.115] out: * selinux_state[SELinux Disabled] action disabled (up to date) [10.111.5.115] out: * yum_repository[eucalyptus-release] action create [10.111.5.115] out: * template[/etc/yum.repos.d/eucalyptus-release.repo] action create [10.111.5.115] out: - create new file /etc/yum.repos.d/eucalyptus-release.repo [10.111.5.115] out: - update content in file /etc/yum.repos.d/eucalyptus-release.repo from none to afb2f1 [10.111.5.115] out: --- /etc/yum.repos.d/eucalyptus-release.repo 2015-03-23 16:27:06.802923248 -0700 [10.111.5.115] out: +++ /tmp/chef-rendered-template20150323-26298-kw1xga 2015-03-23 16:27:06.806923258 -0700 [10.111.5.115] out: @@ -1 +1,12 @@ [10.111.5.115] out: +# This file was generated by Chef [10.111.5.115] out: +# Do NOT modify this file by hand. [10.111.5.115] out: + [10.111.5.115] out: +[eucalyptus-release] [10.111.5.115] out: +name=Eucalyptus Package Repo [10.111.5.115] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/eucalyptus-4.1/centos/6/x86_64/ [10.111.5.115] out: +enabled=1 [10.111.5.115] out: +gpgcheck=1 [10.111.5.115] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.115] out: +metadata_expire=1 [10.111.5.115] out: +sslverify=true [10.111.5.115] out: - change mode from '' to '0644' [10.111.1.127] out: * remote_file[/tmp/elrepo-release.rpm] action create (skipped due to notif) [10.111.1.127] out: * execute[yum install -y *epel.rpm] action run (skipped due to not_if) [10.111.1.127] out: * execute[yum install -y elrepo.rpm] action run (skipped due to not_if) [10.111.1.127] out: * execute[ssh-keygen -f /root/.ssh/id_rsa -P ''] action run (skipped due to not_if) [10.111.1.127] out: * execute[Add host key] action run (skipped due to not_if) [10.111.1.127] out: Recipe: eucalyptus::install-source [10.111.1.127] out: * user[eucalyptus] action create (up to date) [10.111.1.127] out: * group[eucalyptus-status] action create (up to date) [10.111.1.127] out: * directory[//source/dev-chuck-network] action create (up to date) [10.111.1.127] out: * yum_repository[euca-build-deps] action add [10.111.1.127] out: * template[/etc/yum.repos.d/euca-build-deps.repo] action create (up to date) [10.111.1.127] out: * execute[yum-makecache-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.1.127] out: * ruby_block[yum-cache-reload-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.1.127] out: (up to date) [10.111.1.127] out: * yum_package[java-1.7.0-openjdk-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[ant] action upgrade (up to date) [10.111.1.127] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.1.127] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2-adb] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.1.127] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[gawk] action upgrade (up to date) [10.111.1.127] out: * yum_package[git] action upgrade (up to date) [10.111.1.127] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[json-c] action upgrade (up to date) [10.111.1.127] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.1.127] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[python-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.1.127] out: * yum_package[json-c-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[swig] action upgrade (up to date) [10.111.1.127] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.1.127] out: * yum_package[java-1.7.0-openjdk] action upgrade (up to date) [10.111.1.127] out: * yum_package[gcc] action upgrade (up to date) [10.111.1.127] out: * yum_package[bc] action upgrade (up to date) [10.111.1.127] out: * yum_package[make] action upgrade (up to date) [10.111.1.127] out: * yum_package[ant] action upgrade (up to date) [10.111.1.127] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.1.127] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2c] action upgrade (up to date) [10.111.1.127] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[bridge-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[coreutils] action upgrade (up to date) [10.111.1.127] out: * yum_package[curl] action upgrade (up to date) [10.111.1.127] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[perl-Time-HiRes] action upgrade (up to date) [10.111.1.127] out: * yum_package[perl-Sys-Virt] action upgrade (up to date) [10.111.1.127] out: * yum_package[perl-XML-Simple] action upgrade (up to date) [10.111.1.127] out: * yum_package[dejavu-serif-fonts] action upgrade (up to date) [10.111.1.127] out: * yum_package[device-mapper] action upgrade (up to date) [10.111.1.127] out: * yum_package[dhcp] action upgrade (up to date) [10.111.1.127] out: * yum_package[dhcp-common] action upgrade (up to date) [10.111.1.127] out: * yum_package[drbd] action upgrade (up to date) [10.111.1.127] out: * yum_package[drbd83] action upgrade (up to date) [10.111.1.127] out: * yum_package[drbd83-kmod] action upgrade (up to date) [10.111.1.127] out: * yum_package[drbd83-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[e2fsprogs] action upgrade (up to date) [10.111.1.127] out: * yum_package[euca2ools] action upgrade (up to date) [10.111.1.127] out: * yum_package[file] action upgrade (up to date) [10.111.1.127] out: * yum_package[gawk] action upgrade (up to date) [10.111.1.127] out: * yum_package[httpd] action upgrade (up to date) [10.111.1.127] out: * yum_package[iptables] action upgrade (up to date) [10.111.1.127] out: * yum_package[iscsi-initiator-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[kvm] action upgrade (up to date) [10.111.1.127] out: * yum_package[PyGreSQL] action upgrade (up to date) [10.111.1.127] out: * yum_package[libcurl] action upgrade (up to date) [10.111.1.127] out: * yum_package[libvirt] action upgrade (up to date) [10.111.1.127] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[lvm2] action upgrade (up to date) [10.111.1.127] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.1.127] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[parted] action upgrade (up to date) [10.111.1.127] out: * yum_package[patch] action upgrade (up to date) [10.111.1.127] out: * yum_package[perl-Crypt-OpenSSL-RSA] action upgrade (up to date) [10.111.1.127] out: * yum_package[perl-Crypt-OpenSSL-Random] action upgrade (up to date) [10.111.1.127] out: * yum_package[postgresql92] action upgrade (up to date) [10.111.1.127] out: * yum_package[postgresql92-server] action upgrade (up to date) [10.111.1.127] out: * yum_package[python-boto] action upgrade (up to date) [10.111.1.127] out: * yum_package[python-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.1.127] out: * yum_package[rampartc] action upgrade (up to date) [10.111.1.127] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.1.127] out: * yum_package[rsync] action upgrade (up to date) [10.111.1.127] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.1.127] out: * yum_package[sudo] action upgrade (up to date) [10.111.1.127] out: * yum_package[swig] action upgrade (up to date) [10.111.1.127] out: * yum_package[util-linux] action upgrade (up to date) [10.111.1.127] out: * yum_package[vconfig] action upgrade (up to date) [10.111.1.127] out: * yum_package[velocity] action upgrade (up to date) [10.111.1.127] out: * yum_package[vtun] action upgrade (up to date) [10.111.1.127] out: * yum_package[wget] action upgrade (up to date) [10.111.1.127] out: * yum_package[which] action upgrade (up to date) [10.111.1.127] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.1.127] out: * yum_package[ipset] action upgrade (up to date) [10.111.1.127] out: * yum_package[ebtables] action upgrade (up to date) [10.111.1.127] out: * yum_package[librbd1] action upgrade (up to date) [10.111.1.127] out: * yum_package[librados2] action upgrade (up to date) [10.111.1.127] out: * execute[wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh] action run [10.111.1.127] out: - execute wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh [10.111.1.127] out: * execute[Remove source] action run (skipped due to only_if) [10.111.5.86] out: [2015-03-23T16:27:07-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.115] out: * execute[yum-makecache-eucalyptus-release] action run [10.111.5.115] out: - execute yum -q makecache --disablerepo=* --enablerepo=eucalyptus-release [10.111.5.115] out: * ruby_block[yum-cache-reload-eucalyptus-release] action create [10.111.5.115] out: - execute the ruby block yum-cache-reload-eucalyptus-release [10.111.5.115] out: * execute[yum-makecache-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.115] out: * ruby_block[yum-cache-reload-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.115] out:
[10.111.5.115] out: * yum_repository[euca2ools-release] action create [10.111.5.115] out: * template[/etc/yum.repos.d/euca2ools-release.repo] action create [10.111.5.115] out: - create new file /etc/yum.repos.d/euca2ools-release.repo [10.111.5.115] out: - update content in file /etc/yum.repos.d/euca2ools-release.repo from none to 8e0733 [10.111.5.115] out: --- /etc/yum.repos.d/euca2ools-release.repo 2015-03-23 16:27:07.963406975 -0700 [10.111.5.115] out: +++ /tmp/chef-rendered-template20150323-26298-b2vb6p 2015-03-23 16:27:07.968409485 -0700 [10.111.5.115] out: @@ -1 +1,12 @@ [10.111.5.115] out: +# This file was generated by Chef [10.111.5.115] out: +# Do NOT modify this file by hand. [10.111.5.115] out: + [10.111.5.115] out: +[euca2ools-release] [10.111.5.115] out: +name=Euca2ools Package Repo [10.111.5.115] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/euca2ools-3.2/centos/6/x86_64/ [10.111.5.115] out: +enabled=1 [10.111.5.115] out: +gpgcheck=1 [10.111.5.115] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.115] out: +metadata_expire=1 [10.111.5.115] out: +sslverify=true [10.111.5.115] out: - change mode from '' to '0644' [10.111.1.127] out: * git[//source/dev-chuck-network] action sync (up to date) [10.111.1.127] out: * yum_repository[euca-vmware-libs] action add [10.111.1.127] out: * template[/etc/yum.repos.d/euca-vmware-libs.repo] action create (up to date) [10.111.1.127] out: * execute[yum-makecache-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.1.127] out: * ruby_block[yum-cache-reload-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.1.127] out: (up to date) [10.111.1.127] out: * yum_package[vmware-vix-disklib] action upgrade (up to date) [10.111.1.127] out: * execute[Run configure with open source bits] action run (skipped due to not_if) [10.111.5.84] out: * package[ntp] action install (up to date) [10.111.5.84] out: * package[ntpdate] action install (up to date) [10.111.5.84] out: * directory[/var/lib/ntp] action create (up to date) [10.111.5.84] out: * directory[/var/log/ntpstats/] action create (up to date) [10.111.5.84] out: * cookbook_file[/etc/ntp.leapseconds] action create (up to date) [10.111.5.84] out: * template[/etc/ntp.conf] action create (up to date) [10.111.5.84] out: * execute[Force sync hardware clock with system clock] action run (skipped due to only_if) [10.111.5.84] out: * service[ntpd] action enable (up to date) [10.111.5.84] out: * service[ntpd] action start (up to date) [10.111.5.84] out: Recipe: eucalyptus::default [10.111.5.115] out: * execute[yum-makecache-euca2ools-release] action run [10.111.5.115] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca2ools-release [10.111.5.115] out: * ruby_block[yum-cache-reload-euca2ools-release] action create [10.111.5.115] out: - execute the ruby block yum-cache-reload-euca2ools-release [10.111.5.115] out: * execute[yum-makecache-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.115] out: * ruby_block[yum-cache-reload-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.115] out:
[10.111.5.115] out: * remote_file[/tmp/epel-release.rpm] action create (skipped due to not_if) [10.111.5.87] out: * package[ntp] action install (up to date) [10.111.5.87] out: * package[ntpdate] action install (up to date) [10.111.5.87] out: * directory[/var/lib/ntp] action create (up to date) [10.111.5.87] out: * directory[/var/log/ntpstats/] action create (up to date) [10.111.5.87] out: * cookbook_file[/etc/ntp.leapseconds] action create (up to date) [10.111.5.115] out: * remote_file[/tmp/elrepo-release.rpm] action create (skipped due to not_if) [10.111.5.115] out: * execute[yum install -y epel.rpm] action run (skipped due to not_if) [10.111.5.115] out: * execute[yum install -y elrepo.rpm] action run (skipped due to not_if) [10.111.5.115] out: * execute[ssh-keygen -f /root/.ssh/id_rsa -P ''] action run (skipped due to not_if) [10.111.5.115] out: * execute[Add host key] action run (skipped due to not_if) [10.111.5.115] out: Recipe: eucalyptus::install-source [10.111.5.87] out: * template[/etc/ntp.conf] action create (up to date) [10.111.5.87] out: * execute[Force sync hardware clock with system clock] action run (skipped due to only_if) [10.111.5.87] out: * service[ntpd] action enable (up to date) [10.111.5.87] out: * service[ntpd] action start (up to date) [10.111.5.87] out: Recipe: eucalyptus::default [10.111.5.115] out: * user[eucalyptus] action create [10.111.5.115] out: - create user eucalyptus [10.111.5.115] out: * group[eucalyptus-status] action create (up to date) [10.111.5.115] out: * directory[//source/dev-chuck-network] action create [10.111.5.115] out: - create new directory //source/dev-chuck-network [10.111.5.115] out: - change owner from '' to 'eucalyptus' [10.111.5.115] out: - change group from '' to 'eucalyptus' [10.111.5.115] out: * yum_repository[euca-build-deps] action add [10.111.5.115] out: * template[/etc/yum.repos.d/euca-build-deps.repo] action create [10.111.5.115] out: - create new file /etc/yum.repos.d/euca-build-deps.repo [10.111.5.115] out: - update content in file /etc/yum.repos.d/euca-build-deps.repo from none to 2e3a79 [10.111.5.115] out: --- /etc/yum.repos.d/euca-build-deps.repo 2015-03-23 16:27:09.801329789 -0700 [10.111.5.115] out: +++ /tmp/chef-rendered-template20150323-26298-2241z6 2015-03-23 16:27:09.803330795 -0700 [10.111.5.115] out: @@ -1 +1,11 @@ [10.111.5.115] out: +# This file was generated by Chef [10.111.5.115] out: +# Do NOT modify this file by hand. [10.111.5.115] out: + [10.111.5.115] out: +[euca-build-deps] [10.111.5.115] out: +name=Eucalyptus Build Dependencies repo [10.111.5.115] out: +baseurl=http://downloads.eucalyptus.com/software/eucalyptus/build-deps/3.3/centos/6/x86_64/ [10.111.5.115] out: +enabled=1 [10.111.5.115] out: +gpgcheck=1 [10.111.5.115] out: +metadata_expire=1 [10.111.5.115] out: +sslverify=true [10.111.5.115] out: - change mode from '' to '0644' [10.111.5.86] out: [2015-03-23T16:27:09-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.87] out: * execute[ntpdate -u pool.ntp.org] action run [10.111.5.87] out: - execute ntpdate -u pool.ntp.org [10.111.5.87] out: * selinux_state[SELinux Disabled] action disabled (up to date) [10.111.5.87] out: * yum_repository[eucalyptus-release] action create [10.111.5.87] out: * template[/etc/yum.repos.d/eucalyptus-release.repo] action create [10.111.5.87] out: - create new file /etc/yum.repos.d/eucalyptus-release.repo [10.111.5.87] out: - update content in file /etc/yum.repos.d/eucalyptus-release.repo from none to afb2f1 [10.111.5.87] out: --- /etc/yum.repos.d/eucalyptus-release.repo 2015-03-23 16:27:10.798693429 -0700 [10.111.5.87] out: +++ /tmp/chef-rendered-template20150323-11235-1srweqf 2015-03-23 16:27:10.800693433 -0700 [10.111.5.87] out: @@ -1 +1,12 @@ [10.111.5.87] out: +# This file was generated by Chef [10.111.5.87] out: +# Do NOT modify this file by hand. [10.111.5.87] out: + [10.111.5.87] out: +[eucalyptus-release] [10.111.5.87] out: +name=Eucalyptus Package Repo [10.111.5.87] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/eucalyptus-4.1/centos/6/x86_64/ [10.111.5.87] out: +enabled=1 [10.111.5.87] out: +gpgcheck=1 [10.111.5.87] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.87] out: +metadata_expire=1 [10.111.5.87] out: +sslverify=true [10.111.5.87] out: - change mode from '' to '0644' [10.111.5.115] out: * execute[yum-makecache-euca-build-deps] action run [10.111.5.115] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca-build-deps [10.111.5.115] out: * ruby_block[yum-cache-reload-euca-build-deps] action create [10.111.5.115] out: - execute the ruby block yum-cache-reload-euca-build-deps [10.111.5.115] out: * execute[yum-makecache-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.115] out: * ruby_block[yum-cache-reload-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.115] out:
[10.111.5.87] out: * execute[yum-makecache-eucalyptus-release] action run [10.111.5.87] out: - execute yum -q makecache --disablerepo=* --enablerepo=eucalyptus-release [10.111.5.87] out: * ruby_block[yum-cache-reload-eucalyptus-release] action create [10.111.5.87] out: - execute the ruby block yum-cache-reload-eucalyptus-release [10.111.5.87] out: * execute[yum-makecache-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.87] out: * ruby_block[yum-cache-reload-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.87] out:
[10.111.5.87] out: * yum_repository[euca2ools-release] action create [10.111.5.87] out: * template[/etc/yum.repos.d/euca2ools-release.repo] action create [10.111.5.87] out: - create new file /etc/yum.repos.d/euca2ools-release.repo [10.111.5.87] out: - update content in file /etc/yum.repos.d/euca2ools-release.repo from none to 8e0733 [10.111.5.87] out: --- /etc/yum.repos.d/euca2ools-release.repo 2015-03-23 16:27:12.218304770 -0700 [10.111.5.87] out: +++ /tmp/chef-rendered-template20150323-11235-16rysr8 2015-03-23 16:27:12.220305774 -0700 [10.111.5.87] out: @@ -1 +1,12 @@ [10.111.5.87] out: +# This file was generated by Chef [10.111.5.87] out: +# Do NOT modify this file by hand. [10.111.5.87] out: + [10.111.5.87] out: +[euca2ools-release] [10.111.5.87] out: +name=Euca2ools Package Repo [10.111.5.87] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/euca2ools-3.2/centos/6/x86_64/ [10.111.5.87] out: +enabled=1 [10.111.5.87] out: +gpgcheck=1 [10.111.5.87] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.87] out: +metadata_expire=1 [10.111.5.87] out: +sslverify=true [10.111.5.87] out: - change mode from '' to '0644' [10.111.5.84] out: * execute[ntpdate -u pool.ntp.org] action run [10.111.5.84] out: - execute ntpdate -u pool.ntp.org [10.111.5.84] out: * selinux_state[SELinux Disabled] action disabled (up to date) [10.111.5.84] out: * yum_repository[eucalyptus-release] action create [10.111.5.84] out: * template[/etc/yum.repos.d/eucalyptus-release.repo] action create [10.111.5.84] out: - create new file /etc/yum.repos.d/eucalyptus-release.repo [10.111.5.84] out: - update content in file /etc/yum.repos.d/eucalyptus-release.repo from none to afb2f1 [10.111.5.84] out: --- /etc/yum.repos.d/eucalyptus-release.repo 2015-03-23 16:27:12.938225611 -0700 [10.111.5.84] out: +++ /tmp/chef-rendered-template20150323-31316-1hp92uv 2015-03-23 16:27:12.942225639 -0700 [10.111.5.84] out: @@ -1 +1,12 @@ [10.111.5.84] out: +# This file was generated by Chef [10.111.5.84] out: +# Do NOT modify this file by hand. [10.111.5.84] out: + [10.111.5.84] out: +[eucalyptus-release] [10.111.5.84] out: +name=Eucalyptus Package Repo [10.111.5.84] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/eucalyptus-4.1/centos/6/x86_64/ [10.111.5.84] out: +enabled=1 [10.111.5.84] out: +gpgcheck=1 [10.111.5.84] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.84] out: +metadata_expire=1 [10.111.5.84] out: +sslverify=true [10.111.5.84] out: - change mode from '' to '0644' [10.111.5.115] out: * yum_package[java-1.7.0-openjdk-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[ant] action upgrade (up to date) [10.111.5.115] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.115] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2-adb] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.115] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.115] out: * yum_package[git] action upgrade (up to date) [10.111.5.115] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[json-c] action upgrade (up to date) [10.111.5.115] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.115] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.115] out: * yum_package[json-c-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[swig] action upgrade (up to date) [10.111.5.115] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.115] out: * yum_package[java-1.7.0-openjdk] action upgrade (up to date) [10.111.5.115] out: * yum_package[gcc] action upgrade (up to date) [10.111.5.115] out: * yum_package[bc] action upgrade (up to date) [10.111.5.115] out: * yum_package[make] action upgrade (up to date) [10.111.5.87] out: * execute[yum-makecache-euca2ools-release] action run [10.111.5.87] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca2ools-release [10.111.5.115] out: * yum_package[ant] action upgrade (up to date) [10.111.5.115] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.115] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2c] action upgrade (up to date) [10.111.5.115] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[bridge-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[coreutils] action upgrade (up to date) [10.111.5.115] out: * yum_package[curl] action upgrade (up to date) [10.111.5.115] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[perl-Time-HiRes] action upgrade (up to date) [10.111.5.115] out: * yum_package[perl-Sys-Virt] action upgrade (up to date) [10.111.5.115] out: * yum_package[perl-XML-Simple] action upgrade (up to date) [10.111.5.115] out: * yum_package[dejavu-serif-fonts] action upgrade (up to date) [10.111.5.115] out: * yum_package[device-mapper] action upgrade (up to date) [10.111.5.115] out: * yum_package[dhcp] action upgrade (up to date) [10.111.5.115] out: * yum_package[dhcp-common] action upgrade (up to date) [10.111.5.115] out: * yum_package[drbd] action upgrade (up to date) [10.111.5.115] out: * yum_package[drbd83] action upgrade (up to date) [10.111.5.115] out: * yum_package[drbd83-kmod] action upgrade (up to date) [10.111.5.115] out: * yum_package[drbd83-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[e2fsprogs] action upgrade (up to date) [10.111.5.87] out: * ruby_block[yum-cache-reload-euca2ools-release] action create [10.111.5.87] out: - execute the ruby block yum-cache-reload-euca2ools-release [10.111.5.87] out: * execute[yum-makecache-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.87] out: * ruby_block[yum-cache-reload-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.87] out:
[10.111.5.87] out: * remote_file[/tmp/epel-release.rpm] action create (skipped due to not_if) [10.111.5.87] out: * remote_file[/tmp/elrepo-release.rpm] action create (skipped due to not_if) [10.111.5.87] out: * execute[yum install -y epel.rpm] action run (skipped due to not_if) [10.111.5.87] out: * execute[yum install -y elrepo.rpm] action run (skipped due to not_if) [10.111.5.87] out: * execute[ssh-keygen -f /root/.ssh/id_rsa -P ''] action run (skipped due to not_if) [10.111.5.87] out: * execute[Add host key] action run (skipped due to not_if) [10.111.5.87] out: Recipe: eucalyptus::install-source [10.111.5.87] out: * user[eucalyptus] action create [10.111.5.87] out: - create user eucalyptus [10.111.5.87] out: * group[eucalyptus-status] action create (up to date) [10.111.5.87] out: * directory[//source/dev-chuck-network] action create [10.111.5.87] out: - create new directory //source/dev-chuck-network [10.111.5.87] out: - change owner from '' to 'eucalyptus' [10.111.5.87] out: - change group from '' to 'eucalyptus' [10.111.5.87] out: * yum_repository[euca-build-deps] action add [10.111.5.87] out: * template[/etc/yum.repos.d/euca-build-deps.repo] action create [10.111.5.87] out: - create new file /etc/yum.repos.d/euca-build-deps.repo [10.111.5.87] out: - update content in file /etc/yum.repos.d/euca-build-deps.repo from none to 2e3a79 [10.111.5.87] out: --- /etc/yum.repos.d/euca-build-deps.repo 2015-03-23 16:27:14.395397125 -0700 [10.111.5.87] out: +++ /tmp/chef-rendered-template20150323-11235-xbraj3 2015-03-23 16:27:14.398398631 -0700 [10.111.5.87] out: @@ -1 +1,11 @@ [10.111.5.87] out: +# This file was generated by Chef [10.111.5.87] out: +# Do NOT modify this file by hand. [10.111.5.87] out: + [10.111.5.87] out: +[euca-build-deps] [10.111.5.87] out: +name=Eucalyptus Build Dependencies repo [10.111.5.87] out: +baseurl=http://downloads.eucalyptus.com/software/eucalyptus/build-deps/3.3/centos/6/x86_64/ [10.111.5.87] out: +enabled=1 [10.111.5.87] out: +gpgcheck=1 [10.111.5.87] out: +metadata_expire=1 [10.111.5.87] out: +sslverify=true [10.111.5.87] out: - change mode from '' to '0644' [10.111.5.84] out: * execute[yum-makecache-eucalyptus-release] action run [10.111.5.84] out: - execute yum -q makecache --disablerepo=* --enablerepo=eucalyptus-release [10.111.5.84] out: * ruby_block[yum-cache-reload-eucalyptus-release] action create [10.111.5.84] out: - execute the ruby block yum-cache-reload-eucalyptus-release [10.111.5.84] out: * execute[yum-makecache-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.84] out: * ruby_block[yum-cache-reload-eucalyptus-release] action nothing (skipped due to action :nothing) [10.111.5.84] out:
[10.111.5.84] out: * yum_repository[euca2ools-release] action create [10.111.5.84] out: * template[/etc/yum.repos.d/euca2ools-release.repo] action create [10.111.5.84] out: - create new file /etc/yum.repos.d/euca2ools-release.repo [10.111.5.84] out: - update content in file /etc/yum.repos.d/euca2ools-release.repo from none to 8e0733 [10.111.5.84] out: --- /etc/yum.repos.d/euca2ools-release.repo 2015-03-23 16:27:14.692083237 -0700 [10.111.5.84] out: +++ /tmp/chef-rendered-template20150323-31316-1ibfhcb 2015-03-23 16:27:14.696085264 -0700 [10.111.5.84] out: @@ -1 +1,12 @@ [10.111.5.84] out: +# This file was generated by Chef [10.111.5.84] out: +# Do NOT modify this file by hand. [10.111.5.84] out: + [10.111.5.84] out: +[euca2ools-release] [10.111.5.84] out: +name=Euca2ools Package Repo [10.111.5.84] out: +baseurl=http://packages.release.eucalyptus-systems.com/yum/tags/euca2ools-3.2/centos/6/x86_64/ [10.111.5.84] out: +enabled=1 [10.111.5.84] out: +gpgcheck=1 [10.111.5.84] out: +gpgkey=http://www.eucalyptus.com/sites/all/files/c1240596-eucalyptus-release-key.pub [10.111.5.84] out: +metadata_expire=1 [10.111.5.84] out: +sslverify=true [10.111.5.84] out: - change mode from '' to '0644' [10.111.5.86] out: [2015-03-23T16:27:14-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.87] out: * execute[yum-makecache-euca-build-deps] action run [10.111.5.87] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca-build-deps [10.111.5.87] out: * ruby_block[yum-cache-reload-euca-build-deps] action create [10.111.5.87] out: - execute the ruby block yum-cache-reload-euca-build-deps [10.111.5.87] out: * execute[yum-makecache-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.87] out: * ruby_block[yum-cache-reload-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.87] out:
[10.111.5.115] out: * yum_package[euca2ools] action upgrade [10.111.5.115] out: - upgrade package euca2ools from uninstalled to 3.2.0-0.0.1652.5.20150305gite4bc0b2.el6 [10.111.5.84] out: * execute[yum-makecache-euca2ools-release] action run [10.111.5.84] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca2ools-release [10.111.5.84] out: * ruby_block[yum-cache-reload-euca2ools-release] action create [10.111.5.84] out: - execute the ruby block yum-cache-reload-euca2ools-release [10.111.5.84] out: * execute[yum-makecache-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.84] out: * rubyblock[yum-cache-reload-euca2ools-release] action nothing (skipped due to action :nothing) [10.111.5.84] out:
[10.111.1.127] out: * execute[Run configure with enterprise bits] action run [10.111.1.127] out: - execute export EUCALYPTUS='/' && ./configure '--with-axis2=/usr/share/axis2-
' --with-axis2c=/usr/lib64/axis2c --prefix=$EUCALYPTUS --with-apache2-module-dir=/usr/lib64/httpd/modules --with-db-home=/usr/pgsql-9.2 --with-wsdl2c-sh=//euca-WSDL2C.sh --with-vddk=/opt/packages/vddk [10.111.1.127] out: * execute[echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc] action run [10.111.1.127] out: - execute echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc [10.111.5.115] out: * yum_package[file] action upgrade (up to date) [10.111.5.115] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.115] out: * yum_package[httpd] action upgrade (up to date) [10.111.5.115] out: * yum_package[iptables] action upgrade (up to date) [10.111.5.115] out: * yum_package[iscsi-initiator-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[kvm] action upgrade (up to date) [10.111.5.115] out: * yum_package[PyGreSQL] action upgrade (up to date) [10.111.5.115] out: * yum_package[libcurl] action upgrade (up to date) [10.111.5.115] out: * yum_package[libvirt] action upgrade (up to date) [10.111.5.115] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[lvm2] action upgrade (up to date) [10.111.5.115] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.115] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[parted] action upgrade (up to date) [10.111.5.115] out: * yum_package[patch] action upgrade (up to date) [10.111.5.115] out: * yum_package[perl-Crypt-OpenSSL-RSA] action upgrade (up to date) [10.111.5.115] out: * yum_package[perl-Crypt-OpenSSL-Random] action upgrade (up to date) [10.111.5.115] out: * yum_package[postgresql92] action upgrade (up to date) [10.111.5.115] out: * yum_package[postgresql92-server] action upgrade (up to date) [10.111.5.115] out: * yum_package[python-boto] action upgrade (up to date) [10.111.5.115] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.115] out: * yum_package[rampartc] action upgrade (up to date) [10.111.5.115] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.115] out: * yum_package[rsync] action upgrade (up to date) [10.111.5.115] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.115] out: * yum_package[sudo] action upgrade (up to date) [10.111.5.115] out: * yum_package[swig] action upgrade (up to date) [10.111.5.115] out: * yum_package[util-linux] action upgrade (up to date) [10.111.5.115] out: * yum_package[vconfig] action upgrade (up to date) [10.111.5.115] out: * yum_package[velocity] action upgrade (up to date) [10.111.5.115] out: * yum_package[vtun] action upgrade (up to date) [10.111.5.115] out: * yum_package[wget] action upgrade (up to date) [10.111.5.115] out: * yum_package[which] action upgrade (up to date) [10.111.5.115] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.115] out: * yum_package[ipset] action upgrade (up to date) [10.111.5.115] out: * yum_package[ebtables] action upgrade (up to date) [10.111.5.115] out: * yum_package[librbd1] action upgrade (up to date) [10.111.5.115] out: * yum_package[librados2] action upgrade (up to date) [10.111.5.84] out: * remote_file[/tmp/epel-release.rpm] action create (skipped due to not_if) [10.111.5.115] out: * execute[wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh] action run [10.111.5.115] out: - execute wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh [10.111.5.115] out: * execute[Remove source] action run (skipped due to only_if) [10.111.5.84] out: * remote_file[/tmp/elrepo-release.rpm] action create (skipped due to notif) [10.111.5.84] out: * execute[yum install -y *epel.rpm] action run (skipped due to not_if) [10.111.5.84] out: * execute[yum install -y elrepo.rpm] action run (skipped due to not_if) [10.111.5.84] out: * execute[ssh-keygen -f /root/.ssh/id_rsa -P ''] action run (skipped due to not_if) [10.111.5.84] out: * execute[Add host key] action run (skipped due to not_if) [10.111.5.84] out: Recipe: eucalyptus::install-source [10.111.5.84] out: * user[eucalyptus] action create [10.111.5.84] out: - create user eucalyptus [10.111.5.84] out: * group[eucalyptus-status] action create (up to date) [10.111.5.84] out: * directory[//source/dev-chuck-network] action create [10.111.5.84] out: - create new directory //source/dev-chuck-network [10.111.5.84] out: - change owner from '' to 'eucalyptus' [10.111.5.84] out: - change group from '' to 'eucalyptus' [10.111.5.84] out: * yum_repository[euca-build-deps] action add [10.111.5.84] out: * template[/etc/yum.repos.d/euca-build-deps.repo] action create [10.111.5.84] out: - create new file /etc/yum.repos.d/euca-build-deps.repo [10.111.5.84] out: - update content in file /etc/yum.repos.d/euca-build-deps.repo from none to 2e3a79 [10.111.5.84] out: --- /etc/yum.repos.d/euca-build-deps.repo 2015-03-23 16:27:17.987753022 -0700 [10.111.5.84] out: +++ /tmp/chef-rendered-template20150323-31316-1w1iyko 2015-03-23 16:27:17.993756062 -0700 [10.111.5.84] out: @@ -1 +1,11 @@ [10.111.5.84] out: +# This file was generated by Chef [10.111.5.84] out: +# Do NOT modify this file by hand. [10.111.5.84] out: + [10.111.5.84] out: +[euca-build-deps] [10.111.5.84] out: +name=Eucalyptus Build Dependencies repo [10.111.5.84] out: +baseurl=http://downloads.eucalyptus.com/software/eucalyptus/build-deps/3.3/centos/6/x86_64/ [10.111.5.84] out: +enabled=1 [10.111.5.84] out: +gpgcheck=1 [10.111.5.84] out: +metadata_expire=1 [10.111.5.84] out: +sslverify=true [10.111.5.84] out: - change mode from '' to '0644' [10.111.5.115] out: * git[//source/dev-chuck-network] action sync [10.111.5.115] out: - clone from ssh://repo-euca@git.eucalyptus-systems.com/internal into //source/dev-chuck-network [10.111.5.87] out: * yum_package[java-1.7.0-openjdk-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[ant] action upgrade (up to date) [10.111.5.87] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.87] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2-adb] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.87] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.87] out: * yum_package[git] action upgrade (up to date) [10.111.5.87] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[json-c] action upgrade (up to date) [10.111.5.87] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.87] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.87] out: * yum_package[json-c-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[swig] action upgrade (up to date) [10.111.5.87] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.87] out: * yum_package[java-1.7.0-openjdk] action upgrade (up to date) [10.111.5.87] out: * yum_package[gcc] action upgrade (up to date) [10.111.5.87] out: * yum_package[bc] action upgrade (up to date) [10.111.5.87] out: * yum_package[make] action upgrade (up to date) [10.111.5.87] out: * yum_package[ant] action upgrade (up to date) [10.111.5.87] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.87] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2c] action upgrade (up to date) [10.111.5.87] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[bridge-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[coreutils] action upgrade (up to date) [10.111.5.87] out: * yum_package[curl] action upgrade (up to date) [10.111.5.87] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[perl-Time-HiRes] action upgrade (up to date) [10.111.5.87] out: * yum_package[perl-Sys-Virt] action upgrade (up to date) [10.111.5.87] out: * yum_package[perl-XML-Simple] action upgrade (up to date) [10.111.5.87] out: * yum_package[dejavu-serif-fonts] action upgrade (up to date) [10.111.5.87] out: * yum_package[device-mapper] action upgrade (up to date) [10.111.5.87] out: * yum_package[dhcp] action upgrade (up to date) [10.111.5.87] out: * yum_package[dhcp-common] action upgrade (up to date) [10.111.5.87] out: * yum_package[drbd] action upgrade (up to date) [10.111.5.87] out: * yum_package[drbd83] action upgrade (up to date) [10.111.5.87] out: * yum_package[drbd83-kmod] action upgrade (up to date) [10.111.5.87] out: * yum_package[drbd83-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[e2fsprogs] action upgrade (up to date) [10.111.5.86] out: [2015-03-23T16:27:19-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.84] out: * execute[yum-makecache-euca-build-deps] action run [10.111.5.84] out: - execute yum -q makecache --disablerepo=* --enablerepo=euca-build-deps [10.111.5.84] out: * ruby_block[yum-cache-reload-euca-build-deps] action create [10.111.5.84] out: - execute the ruby block yum-cache-reload-euca-build-deps [10.111.5.84] out: * execute[yum-makecache-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.84] out: * ruby_block[yum-cache-reload-euca-build-deps] action nothing (skipped due to action :nothing) [10.111.5.84] out:
[10.111.5.87] out: * yum_package[euca2ools] action upgrade [10.111.5.87] out: - upgrade package euca2ools from uninstalled to 3.2.0-0.0.1652.5.20150305gite4bc0b2.el6 [10.111.5.84] out: * yum_package[java-1.7.0-openjdk-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[ant] action upgrade (up to date) [10.111.5.84] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.84] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2-adb] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.84] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.84] out: * yum_package[git] action upgrade (up to date) [10.111.5.84] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[json-c] action upgrade (up to date) [10.111.5.84] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.84] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.84] out: * yum_package[json-c-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[swig] action upgrade (up to date) [10.111.5.84] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.84] out: * yum_package[java-1.7.0-openjdk] action upgrade (up to date) [10.111.5.84] out: * yum_package[gcc] action upgrade (up to date) [10.111.5.84] out: * yum_package[bc] action upgrade (up to date) [10.111.5.84] out: * yum_package[make] action upgrade (up to date) [10.111.5.84] out: * yum_package[ant] action upgrade (up to date) [10.111.5.84] out: * yum_package[ant-nodeps] action upgrade (up to date) [10.111.5.84] out: * yum_package[apache-ivy] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2-adb-codegen] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2-codegen] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2c] action upgrade (up to date) [10.111.5.84] out: * yum_package[axis2c-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[bridge-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[coreutils] action upgrade (up to date) [10.111.5.84] out: * yum_package[curl] action upgrade (up to date) [10.111.5.84] out: * yum_package[curl-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[perl-Time-HiRes] action upgrade (up to date) [10.111.5.84] out: * yum_package[perl-Sys-Virt] action upgrade (up to date) [10.111.5.84] out: * yum_package[perl-XML-Simple] action upgrade (up to date) [10.111.5.84] out: * yum_package[dejavu-serif-fonts] action upgrade (up to date) [10.111.5.84] out: * yum_package[device-mapper] action upgrade (up to date) [10.111.5.84] out: * yum_package[dhcp] action upgrade (up to date) [10.111.5.84] out: * yum_package[dhcp-common] action upgrade (up to date) [10.111.5.84] out: * yum_package[drbd] action upgrade (up to date) [10.111.5.84] out: * yum_package[drbd83] action upgrade (up to date) [10.111.5.84] out: * yum_package[drbd83-kmod] action upgrade (up to date) [10.111.5.84] out: * yum_package[drbd83-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[e2fsprogs] action upgrade (up to date) [10.111.5.87] out: * yum_package[file] action upgrade (up to date) [10.111.5.87] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.87] out: * yum_package[httpd] action upgrade (up to date) [10.111.5.87] out: * yum_package[iptables] action upgrade (up to date) [10.111.5.87] out: * yum_package[iscsi-initiator-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[kvm] action upgrade (up to date) [10.111.5.87] out: * yum_package[PyGreSQL] action upgrade (up to date) [10.111.5.87] out: * yum_package[libcurl] action upgrade (up to date) [10.111.5.87] out: * yum_package[libvirt] action upgrade (up to date) [10.111.5.87] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[lvm2] action upgrade (up to date) [10.111.5.87] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.87] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[parted] action upgrade (up to date) [10.111.5.87] out: * yum_package[patch] action upgrade (up to date) [10.111.5.87] out: * yum_package[perl-Crypt-OpenSSL-RSA] action upgrade (up to date) [10.111.5.87] out: * yum_package[perl-Crypt-OpenSSL-Random] action upgrade (up to date) [10.111.5.87] out: * yum_package[postgresql92] action upgrade (up to date) [10.111.5.87] out: * yum_package[postgresql92-server] action upgrade (up to date) [10.111.5.87] out: * yum_package[python-boto] action upgrade (up to date) [10.111.5.87] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.87] out: * yum_package[rampartc] action upgrade (up to date) [10.111.5.87] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.87] out: * yum_package[rsync] action upgrade (up to date) [10.111.5.87] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.87] out: * yum_package[sudo] action upgrade (up to date) [10.111.5.87] out: * yum_package[swig] action upgrade (up to date) [10.111.5.87] out: * yum_package[util-linux] action upgrade (up to date) [10.111.5.87] out: * yum_package[vconfig] action upgrade (up to date) [10.111.5.87] out: * yum_package[velocity] action upgrade (up to date) [10.111.5.87] out: * yum_package[vtun] action upgrade (up to date) [10.111.5.87] out: * yum_package[wget] action upgrade (up to date) [10.111.5.87] out: * yum_package[which] action upgrade (up to date) [10.111.5.87] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.87] out: * yum_package[ipset] action upgrade (up to date) [10.111.5.87] out: * yum_package[ebtables] action upgrade (up to date) [10.111.5.87] out: * yum_package[librbd1] action upgrade (up to date) [10.111.5.87] out: * yum_package[librados2] action upgrade (up to date) [10.111.5.86] out: [2015-03-23T16:27:24-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.87] out: * execute[wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh] action run [10.111.5.87] out: - execute wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh [10.111.5.87] out: * execute[Remove source] action run (skipped due to only_if) [10.111.5.87] out: * git[//source/dev-chuck-network] action sync [10.111.5.87] out: - clone from ssh://repo-euca@git.eucalyptus-systems.com/internal into //source/dev-chuck-network [10.111.5.84] out: * yum_package[euca2ools] action upgrade [10.111.5.84] out: - upgrade package euca2ools from uninstalled to 3.2.0-0.0.1652.5.20150305gite4bc0b2.el6 [10.111.5.84] out: * yum_package[file] action upgrade (up to date) [10.111.5.84] out: * yum_package[gawk] action upgrade (up to date) [10.111.5.84] out: * yum_package[httpd] action upgrade (up to date) [10.111.5.84] out: * yum_package[iptables] action upgrade (up to date) [10.111.5.84] out: * yum_package[iscsi-initiator-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[jpackage-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[kvm] action upgrade (up to date) [10.111.5.84] out: * yum_package[PyGreSQL] action upgrade (up to date) [10.111.5.84] out: * yum_package[libcurl] action upgrade (up to date) [10.111.5.84] out: * yum_package[libvirt] action upgrade (up to date) [10.111.5.84] out: * yum_package[libvirt-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[libxml2-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[libxslt-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[lvm2] action upgrade (up to date) [10.111.5.84] out: * yum_package[m2crypto] action upgrade (up to date) [10.111.5.84] out: * yum_package[openssl-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[parted] action upgrade (up to date) [10.111.5.84] out: * yum_package[patch] action upgrade (up to date) [10.111.5.84] out: * yum_package[perl-Crypt-OpenSSL-RSA] action upgrade (up to date) [10.111.5.84] out: * yum_package[perl-Crypt-OpenSSL-Random] action upgrade (up to date) [10.111.5.84] out: * yum_package[postgresql92] action upgrade (up to date) [10.111.5.84] out: * yum_package[postgresql92-server] action upgrade (up to date) [10.111.5.84] out: * yum_package[python-boto] action upgrade (up to date) [10.111.5.84] out: * yum_package[python-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[python-setuptools] action upgrade (up to date) [10.111.5.84] out: * yum_package[rampartc] action upgrade (up to date) [10.111.5.84] out: * yum_package[rampartc-devel] action upgrade (up to date) [10.111.5.84] out: * yum_package[rsync] action upgrade (up to date) [10.111.5.84] out: * yum_package[scsi-target-utils] action upgrade (up to date) [10.111.5.84] out: * yum_package[sudo] action upgrade (up to date) [10.111.5.84] out: * yum_package[swig] action upgrade (up to date) [10.111.5.84] out: * yum_package[util-linux] action upgrade (up to date) [10.111.5.84] out: * yum_package[vconfig] action upgrade (up to date) [10.111.5.84] out: * yum_package[velocity] action upgrade (up to date) [10.111.5.84] out: * yum_package[vtun] action upgrade (up to date) [10.111.5.84] out: * yum_package[wget] action upgrade (up to date) [10.111.5.84] out: * yum_package[which] action upgrade (up to date) [10.111.5.84] out: * yum_package[xalan-j2-xsltc] action upgrade (up to date) [10.111.5.84] out: * yum_package[ipset] action upgrade (up to date) [10.111.5.84] out: * yum_package[ebtables] action upgrade (up to date) [10.111.5.84] out: * yum_package[librbd1] action upgrade (up to date) [10.111.5.84] out: * yum_package[librados2] action upgrade (up to date) [10.111.5.84] out: * execute[wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh] action run [10.111.5.84] out: - execute wget https://raw.github.com/eucalyptus/eucalyptus-rpmspec/master/euca-WSDL2C.sh && chmod +x euca-WSDL2C.sh [10.111.5.84] out: * execute[Remove source] action run (skipped due to only_if) [10.111.5.86] out: [2015-03-23T16:27:29-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.84] out: * git[//source/dev-chuck-network] action sync [10.111.5.84] out: - clone from ssh://repo-euca@git.eucalyptus-systems.com/internal into //source/dev-chuck-network [10.111.5.86] out: [2015-03-23T16:27:34-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.115] out: - checkout ref 55facab3afe0cc03ccfbdba8fc0ad5f3a2e28d0c branch dev-chuck-network [10.111.5.115] out: - enable git submodules for git[//source/dev-chuck-network] [10.111.5.115] out: * yum_repository[euca-vmware-libs] action add [10.111.5.115] out: * template[/etc/yum.repos.d/euca-vmware-libs.repo] action create (up to date) [10.111.5.115] out: * execute[yum-makecache-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.115] out: * ruby_block[yum-cache-reload-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.115] out: (up to date) [10.111.5.115] out: * yum_package[vmware-vix-disklib] action upgrade (up to date) [10.111.5.115] out: * execute[Run configure with open source bits] action run (skipped due to not_if) [10.111.5.86] out: [2015-03-23T16:27:36-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:27:41-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:27:46-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.87] out: - checkout ref 55facab3afe0cc03ccfbdba8fc0ad5f3a2e28d0c branch dev-chuck-network [10.111.5.87] out: - enable git submodules for git[//source/dev-chuck-network] [10.111.5.87] out: * yum_repository[euca-vmware-libs] action add [10.111.5.87] out: * template[/etc/yum.repos.d/euca-vmware-libs.repo] action create (up to date) [10.111.5.87] out: * execute[yum-makecache-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.87] out: * ruby_block[yum-cache-reload-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.87] out: (up to date) [10.111.5.87] out: * yum_package[vmware-vix-disklib] action upgrade (up to date) [10.111.5.87] out: * execute[Run configure with open source bits] action run (skipped due to notif) [10.111.5.86] out: [2015-03-23T16:27:51-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.115] out: * execute[Run configure with enterprise bits] action run [10.111.5.115] out: - execute export EUCALYPTUS='/' && ./configure '--with-axis2=/usr/share/axis2-' --with-axis2c=/usr/lib64/axis2c --prefix=$EUCALYPTUS --with-apache2-module-dir=/usr/lib64/httpd/modules --with-db-home=/usr/pgsql-9.2 --with-wsdl2c-sh=//euca-WSDL2C.sh --with-vddk=/opt/packages/vddk [10.111.5.115] out: * execute[echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc] action run [10.111.5.115] out: - execute echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc [10.111.5.84] out: - checkout ref 55facab3afe0cc03ccfbdba8fc0ad5f3a2e28d0c branch dev-chuck-network [10.111.5.84] out: - enable git submodules for git[//source/dev-chuck-network] [10.111.5.84] out: * yum_repository[euca-vmware-libs] action add [10.111.5.84] out: * template[/etc/yum.repos.d/euca-vmware-libs.repo] action create (up to date) [10.111.5.84] out: * execute[yum-makecache-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.84] out: * ruby_block[yum-cache-reload-euca-vmware-libs] action nothing (skipped due to action :nothing) [10.111.5.84] out: (up to date) [10.111.5.84] out: * yum_package[vmware-vix-disklib] action upgrade (up to date) [10.111.5.84] out: * execute[Run configure with open source bits] action run (skipped due to not_if) [10.111.1.127] out: * execute[export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install] action run [10.111.1.127] out: - execute export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install [10.111.1.127] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cloud] action run (up to date) [10.111.1.127] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.1.127] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.1.127] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cc] action run (up to date) [10.111.1.127] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.1.127] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.1.127] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-nc] action run (up to date) [10.111.1.127] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.1.127] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.1.127] out: * execute[ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd] action run [10.111.1.127] out: - execute ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd [10.111.1.127] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd] action run [10.111.1.127] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd [10.111.1.127] out: * execute[Copy Policy Kit file for NC] action run [10.111.1.127] out: - execute cp //source/dev-chuck-network/eucalyptus/tools/eucalyptus-nc-libvirt.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ [10.111.1.127] out: * execute[//usr/sbin/euca_conf --setup -d /] action run [10.111.1.127] out: - execute //usr/sbin/euca_conf --setup -d / [10.111.1.127] out: Recipe: eucalyptus::cloud-service [10.111.1.127] out: * yum_package[euca2ools] action upgrade (up to date) [10.111.1.127] out: * template[eucalyptus.conf] action create [10.111.1.127] out: - update content in file //etc/eucalyptus/eucalyptus.conf from db45e1 to 54d332 [10.111.1.127] out: --- //etc/eucalyptus/eucalyptus.conf 2015-03-23 16:27:56.364343142 -0700 [10.111.1.127] out: +++ /tmp/chef-rendered-template20150323-7880-1p2338l 2015-03-23 16:27:56.850349832 -0700 [10.111.1.127] out: @@ -1,256 +1,24 @@ [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# GLOBAL CONFIGURATION [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# Where Eucalyptus is installed [10.111.1.127] out: EUCALYPTUS="/" [10.111.1.127] out: - [10.111.1.127] out: -# This is the username that you would like eucalyptus to run as [10.111.1.127] out: +LOGLEVEL="DEBUG" [10.111.1.127] out: EUCA_USER="eucalyptus" [10.111.1.127] out: - [10.111.1.127] out: -# Extra options to pass to the eucalyptus-cloud process, such as log [10.111.1.127] out: -# levels, heap size, or other JVM flags. [10.111.1.127] out: CLOUD_OPTS="" [10.111.1.127] out: - [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# STORAGE CONTROLLER (SC) CONFIGURATION [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# The number of loop devices to make available at SC startup time. [10.111.1.127] out: -# The default is 256. If you supply "max_loop" to the loop driver [10.111.1.127] out: -# then this setting must be equal to that number. [10.111.1.127] out: -#CREATE_SC_LOOP_DEVICES=256 [10.111.1.127] out: - [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# CLUSTER CONTROLLER (CC) / NODE CONTROLLER (NC) SHARED CONFIGURATION [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# The level of logging output. Valid settings are, in descending order of [10.111.1.127] out: -# verbosity: EXTREME, TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The [10.111.1.127] out: -# default is INFO. [10.111.1.127] out: -#LOGLEVEL="INFO" [10.111.1.127] out: - [10.111.1.127] out: -# The number of old log files to keep when rotating logs, in range [0-999]. [10.111.1.127] out: -# The default is 10. When set to 0, no rotation is performed and log size [10.111.1.127] out: -# limit is (LOGMAXSIZE, below) is not enforced. [10.111.1.127] out: -#LOGROLLNUMBER="10" [10.111.1.127] out: - [10.111.1.127] out: -# The maximum size of the log file, in bytes. 100MB by default. For this [10.111.1.127] out: -# size to be enforced, LOGROLLNUMBER, above, must be 1 or higher. If log [10.111.1.127] out: -# rotation is performed by an outside tool, either set LOGROLLNUMBER to 0 [10.111.1.127] out: -# or set this limit to a large value. [10.111.1.127] out: -#LOGMAXSIZE=104857600 [10.111.1.127] out: - [10.111.1.127] out: -# On a NC, this defines the TCP port on which the NC will listen. [10.111.1.127] out: -# On a CC, this defines the TCP port on which the CC will contact NCs. [10.111.1.127] out: -NC_PORT="8775" [10.111.1.127] out: - [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# CLUSTER CONTROLLER (CC) CONFIGURATION [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# The TCP port on which the CC will listen. [10.111.1.127] out: CC_PORT="8774" [10.111.1.127] out: - [10.111.1.127] out: -# The scheduling policy that the CC uses to choose the NC on which to [10.111.1.127] out: -# run each new instance. Valid settings include GREEDY and ROUNDROBIN. [10.111.1.127] out: -# The default scheduling policy is ROUNDROBIN. [10.111.1.127] out: SCHEDPOLICY="ROUNDROBIN" [10.111.1.127] out: - [10.111.1.127] out: -# A space-separated list of IP addresses for all the NCs that this CC [10.111.1.127] out: -# should communicate with. The `euca_conf --register-nodes'' command [10.111.1.127] out: -# manipulates this setting. [10.111.1.127] out: NODES="" [10.111.1.127] out: - [10.111.1.127] out: -# The default is valid when multiple CCs reside in the same layer 2 [10.111.1.127] out: -# broadcast domain or running single cluster. Change this setting [10.111.1.127] out: -# to "N" to enable tunneling when you have separate layer 2 broadcast [10.111.1.127] out: -# domains in separate clusters. [10.111.1.127] out: -# This setting has no effect in Edge mode. [10.111.1.127] out: -DISABLE_TUNNELING="Y" [10.111.1.127] out: - [10.111.1.127] out: -# The location of the NC service. The default is [10.111.1.127] out: -# axis2/services/EucalyptusNC [10.111.1.127] out: NC_SERVICE="axis2/services/EucalyptusNC" [10.111.1.127] out: - [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# NODE CONTROLLER (NC) CONFIGURATION [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# The hypervisor that the NC will interact with in order to manage [10.111.1.127] out: -# virtual machines. Supported values include "kvm" and "xen". [10.111.1.127] out: -HYPERVISOR="not_configured" [10.111.1.127] out: - [10.111.1.127] out: -# The following three options determine whether KVM uses Virtio for [10.111.1.127] out: -# specific types of I/O with instances. These options only affect the [10.111.1.127] out: -# KVM hypervisor. [10.111.1.127] out: - [10.111.1.127] out: -# If "1", use Virtio for the root file system [10.111.1.127] out: +NC_PORT="8775" [10.111.1.127] out: +HYPERVISOR="kvm" [10.111.1.127] out: +MAX_CORES="32" [10.111.1.127] out: +INSTANCE_PATH="/var/lib/eucalyptus/instances" [10.111.1.127] out: USE_VIRTIO_ROOT="1" [10.111.1.127] out: - [10.111.1.127] out: -# If "1", use Virtio for dynamic block volumes [10.111.1.127] out: USE_VIRTIO_DISK="1" [10.111.1.127] out: - [10.111.1.127] out: -# If "1", use Virtio for the network card [10.111.1.127] out: USE_VIRTIO_NET="1" [10.111.1.127] out: - [10.111.1.127] out: -# The number of virtual CPU cores that Eucalyptus is allowed to allocate [10.111.1.127] out: -# to instances. The default value of 0 allows Eucalyptus to use all [10.111.1.127] out: -# CPU cores on the system. [10.111.1.127] out: -#MAX_CORES="0" [10.111.1.127] out: - [10.111.1.127] out: -# The amount of disk space, in megabytes, that the NC is allowed to use [10.111.1.127] out: -# in its work directory ($INSTANCE_PATH/eucalyptus/work). By default [10.111.1.127] out: -# the NC chooses automatically. Values below 10 are ignored. [10.111.1.127] out: -#NC_WORK_SIZE=50000 [10.111.1.127] out: - [10.111.1.127] out: -# The amount of disk space, in megabytes, that the NC is allowed to use in [10.111.1.127] out: -# its image cache directory ($INSTANCE_PATH/eucalyptus/cache). By default [10.111.1.127] out: -# the NC chooses automatically. A value below 10 will disable caching. [10.111.1.127] out: -#NC_CACHE_SIZE=50000 [10.111.1.127] out: - [10.111.1.127] out: -# The number of disk-intensive operations that the NC is allowed to [10.111.1.127] out: -# perform at once. A value of 1 serializes all disk-intensive operations. [10.111.1.127] out: -# The default value is 4. [10.111.1.127] out: -#CONCURRENT_DISK_OPS=4 [10.111.1.127] out: - [10.111.1.127] out: -# The number of loop devices to make available at NC startup time. [10.111.1.127] out: -# The default is 256. If you supply "max_loop" to the loop driver then [10.111.1.127] out: -# this setting must be equal to that number. [10.111.1.127] out: -#CREATE_NC_LOOP_DEVICES=256 [10.111.1.127] out: - [10.111.1.127] out: -# The directory where the NC will store instances' root filesystems, [10.111.1.127] out: -# ephemeral storage, and cached copies of images. [10.111.1.127] out: -INSTANCE_PATH="not_configured" [10.111.1.127] out: - [10.111.1.127] out: -# If euca-bundle-upload, euca-check-bucket, or euca-delete-bundle do [10.111.1.127] out: -# not appear in the NC's search PATH then specify their locations here. [10.111.1.127] out: -#NC_BUNDLE_UPLOAD_PATH="/usr/bin/euca-bundle-upload" [10.111.1.127] out: -#NC_CHECK_BUCKET_PATH="/usr/bin/euca-check-bucket" [10.111.1.127] out: -#NC_DELETE_BUNDLE_PATH="/usr/bin/euca-delete-bundle" [10.111.1.127] out: - [10.111.1.127] out: -# The maximum amount of time, in seconds, that an instance will remain [10.111.1.127] out: -# in a migration-ready state on a source NC while awaiting the [10.111.1.127] out: -# preparation of a destination NC for a migration. After this time [10.111.1.127] out: -# period, the migration request will be terminated and the any [10.111.1.127] out: -# preparation on the source NC will be rolled back. Default is 15 [10.111.1.127] out: -# minutes. [10.111.1.127] out: -#NC_MIGRATION_READY_THRESHOLD=900 [10.111.1.127] out: - [10.111.1.127] out: -# The number of connection attempts that NC will try to downlaod an [10.111.1.127] out: -# image or image manifest from Walrus. Failure to download may be [10.111.1.127] out: -# due to a registered image not being available for download while [10.111.1.127] out: -# Walrus is decrypting and caching it. Smallest allowed value is 1, [10.111.1.127] out: -# while the biggest is 98. The default, as of 3.3.1, is 9, which [10.111.1.127] out: -# gives over 13 minutes of wait time. (Download attempts are backed [10.111.1.127] out: -# off at exponentially increasing intervals up to a max of 300 sec [10.111.1.127] out: -# between retries.) [10.111.1.127] out: -#WALRUS_DOWNLOAD_MAX_ATTEMPTS=9 [10.111.1.127] out: - [10.111.1.127] out: -# Name of the user on the Ceph installation that requests [10.111.1.127] out: -# from Eucalyptus should use. [10.111.1.127] out: -# [10.111.1.127] out: -#CEPH_USER_NAME="eucalyptus" [10.111.1.127] out: - [10.111.1.127] out: -# Path to the file containing the keyring that Eucalyptus [10.111.1.127] out: -# should use when interacting with Ceph. [10.111.1.127] out: -# [10.111.1.127] out: -#CEPH_KEYRING_PATH="/etc/ceph/ceph.client.eucalyptus.keyring" [10.111.1.127] out: - [10.111.1.127] out: -# Path to the configuration file for Ceph installation [10.111.1.127] out: -# on the Node Controller host. [10.111.1.127] out: -# [10.111.1.127] out: -#CEPH_CONFIG_PATH="/etc/ceph/ceph.conf" [10.111.1.127] out: - [10.111.1.127] out: -# Toggle for requesting that the CPU visible to the guest should [10.111.1.127] out: -# be exactly the same as the host CPU even in the aspects that [10.111.1.127] out: -# libvirt does not understand. Setting this to 1 enables passthrough, [10.111.1.127] out: -# which may restrict ability of instances to migrate between similar [10.111.1.127] out: -# but not identical CPUs. On the other hand, passthrough is necessary [10.111.1.127] out: -# for nested virtualization. Default value is not to pass through. [10.111.1.127] out: -# [10.111.1.127] out: -#USE_CPU_PASSTHROUGH="0" [10.111.1.127] out: - [10.111.1.127] out: -########################################################################### [10.111.1.127] out: -# NETWORKING CONFIGURATION [10.111.1.127] out: -# [10.111.1.127] out: -# The set of networking settings that apply to a cloud varies based on [10.111.1.127] out: -# its networking mode. Each setting in this section lists the modes in [10.111.1.127] out: -# which it applies. Unless otherwise noted, all of these settings apply [10.111.1.127] out: -# only to CCs. All settings that lack default values must be specified [10.111.1.127] out: -# in the networking modes that use them. [10.111.1.127] out: -########################################################################### [10.111.1.127] out: - [10.111.1.127] out: -# The networking mode in which to run. The same mode must be specified [10.111.1.127] out: -# on all CCs and NCs in the entire cloud. Valid values include EDGE, [10.111.1.127] out: -# MANAGED, and MANAGED-NOVLAN. [10.111.1.127] out: -VNET_MODE="MANAGED-NOVLAN" [10.111.1.127] out: - [10.111.1.127] out: -# The name of the network interface that is on the same network as [10.111.1.127] out: -# the NCs. The default is "eth0". [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -VNET_PRIVINTERFACE="eth0" [10.111.1.127] out: - [10.111.1.127] out: -# On a CC, this is the name of the network interface that is connected [10.111.1.127] out: -# to the "public" network. When tunnelling is enabled, this must be [10.111.1.127] out: -# a bridge. The default is "eth0". [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -# [10.111.1.127] out: -# On an NC, this is the name of the network interface that is connected [10.111.1.127] out: -# to the same network as the CC. The default is "eth0". [10.111.1.127] out: -# Networking modes: Edge, Managed [10.111.1.127] out: -VNET_PUBINTERFACE="eth0" [10.111.1.127] out: - [10.111.1.127] out: -# On an NC, this is the name of the bridge interface to which instances' [10.111.1.127] out: -# network interfaces should attach. A physical interface that can reach [10.111.1.127] out: -# the CC must be attached to this bridge. [10.111.1.127] out: -# Networking modes: Edge, Managed (No VLAN) [10.111.1.127] out: +VNET_MODE="EDGE" [10.111.1.127] out: +VNET_PRIVINTERFACE="br0" [10.111.1.127] out: +VNET_PUBINTERFACE="br0" [10.111.1.127] out: VNET_BRIDGE="br0" [10.111.1.127] out: - [10.111.1.127] out: -# A space-separated list of individual and/or hyphenated ranges of public [10.111.1.127] out: -# IP addresses to assign to instances. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_PUBLICIPS="your-free-public-ip-1 your-free-public-ip-2 ..." [10.111.1.127] out: - [10.111.1.127] out: -# The address and network mask of the network the cloud should use for [10.111.1.127] out: -# instances' private IP addresses. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_SUBNET="192.168.0.0" [10.111.1.127] out: -#VNET_NETMASK="255.255.0.0" [10.111.1.127] out: - [10.111.1.127] out: -# The number of IP addresses to allocate to each security group. [10.111.1.127] out: -# Specify a power of 2 between 16 and 2048. IMPORTANT: the system [10.111.1.127] out: -# will reserve 11 IPs from each security group for internal system [10.111.1.127] out: -# use, leaving VNET_ADDRSPERNET-11 IPs free for VMs to use for each [10.111.1.127] out: -# security group. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_ADDRSPERNET="32" [10.111.1.127] out: - [10.111.1.127] out: -# The address of the DNS server to supply to instances in DHCP responses. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN). Moving forward, [10.111.1.127] out: -# this option will be deprecated in favor of the CLC property. [10.111.1.127] out: -#VNET_DNS="your-dns-server-ip" [10.111.1.127] out: - [10.111.1.127] out: -# The search domain to supply to instance in DHCP responses. [10.111.1.127] out: -# NOTE: This should always be cloud.vmstate.instance_subdomain + ".internal", [10.111.1.127] out: -# and will be overridden by the CLC property. Moving forward, this option will [10.111.1.127] out: -# be deprecated in favor of the CLC property. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_DOMAINNAME="eucalyptus.internal" [10.111.1.127] out: - [10.111.1.127] out: -# Set this to the IP address that other CCs can use to reach this CC [10.111.1.127] out: -# if layer 2 tunneling between CCs does not work. It is not normally [10.111.1.127] out: -# necessary to change this setting. [10.111.1.127] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_LOCALIP="your-public-interface's-ip" [10.111.1.127] out: - [10.111.1.127] out: -# The ISC DHCP server executable to use. The default is [10.111.1.127] out: -# "/usr/sbin/dhcpd3". [10.111.1.127] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.1.127] out: VNET_DHCPDAEMON="/usr/sbin/dhcpd" [10.111.1.127] out: - [10.111.1.127] out: -# The user as which the DHCP daemon runs on your distribution. [10.111.1.127] out: -# The default is "dhcpd". [10.111.1.127] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.1.127] out: -#VNET_DHCPUSER="dhcpd" [10.111.1.127] out: +METADATA_USE_VM_PRIVATE="Y" [10.111.1.127] out: +NC_ROUTER="N" [10.111.1.127] out: +DISABLE_TUNNELING="Y" [10.111.1.127] out: Recipe: eucalyptus::cloud-controller [10.111.1.127] out: \* execute[Initialize Eucalyptus DB] action run (up to date) [10.111.5.86] out: [2015-03-23T16:27:56-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.1.127] out: \* service[eucalyptus-cloud] action enable (up to date) [10.111.1.127] out: \* service[eucalyptus-cloud] action start (up to date) [10.111.1.127] out: Recipe: eucalyptus::register-components [10.111.1.127] out: \* execute[wait-for-credentials] action run [10.111.1.127] out: - execute rm -rf admin.zip && //usr/sbin/euca_conf --get-credentials admin.zip && unzip -o admin.zip [10.111.1.127] out: \* ruby_block[Upload cloud keys Chef Server] action run [10.111.1.127] out: - execute the ruby block Upload cloud keys Chef Server [10.111.1.127] out: \* execute[Register CC] action run (skipped due to not_if) [10.111.1.127] out: \* execute[Register SC] action run (skipped due to not_if) [10.111.1.127] out: \* ruby_block[Upload cluster keys Chef Server] action run [10.111.1.127] out: - execute the ruby block Upload cluster keys Chef Server [10.111.1.127] out: \* ruby_block[Upload cluster keys Chef Server] action run [10.111.1.127] out: - execute the ruby block Upload cluster keys Chef Server [10.111.1.127] out: \* execute[Copy keys locally] action run (skipped due to only_if) [10.111.1.127] out: \* execute[Register CC] action run (skipped due to not_if) [10.111.1.127] out: \* execute[Register SC] action run (skipped due to not_if) [10.111.1.127] out: \* ruby_block[Upload cluster keys Chef Server] action run [10.111.1.127] out: - execute the ruby block Upload cluster keys Chef Server [10.111.1.127] out: \* ruby_block[Upload cluster keys Chef Server] action run [10.111.1.127] out: - execute the ruby block Upload cluster keys Chef Server [10.111.1.127] out: \* execute[Copy keys locally] action run (skipped due to only_if) [10.111.1.127] out: \* execute[Register User Facing 10.111.1.127] action run (skipped due to not_if) [10.111.1.127] out: \* execute[Register Walrus] action run (skipped due to not_if) [10.111.1.127] out: Recipe: eucalyptus::user-console [10.111.5.86] out: [2015-03-23T16:28:01-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:28:03-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.87] out: \* execute[Run configure with enterprise bits] action run [10.111.5.87] out: - execute export EUCALYPTUS='/' && ./configure '--with-axis2=/usr/share/axis2-_' --with-axis2c=/usr/lib64/axis2c --prefix=$EUCALYPTUS --with-apache2-module-dir=/usr/lib64/httpd/modules --with-db-home=/usr/pgsql-9.2 --with-wsdl2c-sh=//euca-WSDL2C.sh --with-vddk=/opt/packages/vddk [10.111.5.87] out: \* execute[echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc] action run [10.111.5.87] out: - execute echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc [10.111.1.127] out: \* yum_package[eucaconsole] action upgrade [10.111.1.127] out: - upgrade package eucaconsole from uninstalled to 4.1.0-0.0.5237.24.20150319git410c6bc.el6 [10.111.1.127] out: \* service[eucaconsole] action enable (up to date) [10.111.1.127] out: \* service[eucaconsole] action start [10.111.1.127] out: - start service service[eucaconsole] [10.111.1.127] out: Recipe: eucalyptus::walrus [10.111.1.127] out: \* template[eucalyptus.conf] action create (up to date) [10.111.1.127] out: \* ruby_block[Sync keys for Walrus] action run [10.111.1.127] out: - execute the ruby block Sync keys for Walrus [10.111.1.127] out: \* service[eucalyptus-cloud] action enable (up to date) [10.111.1.127] out: \* service[eucalyptus-cloud] action start (up to date) [10.111.1.127] out: [10.111.1.127] out: Running handlers: [10.111.1.127] out: Running handlers complete [10.111.1.127] out: Chef Client finished, 23/154 resources updated in 87.999463764 seconds [10.111.1.127] out: [10.111.5.86] out: [2015-03-23T16:28:08-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:28:13-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.84] out: \* execute[Run configure with enterprise bits] action run [10.111.5.84] out: - execute export EUCALYPTUS='/' && ./configure '--with-axis2=/usr/share/axis2-*' --with-axis2c=/usr/lib64/axis2c --prefix=$EUCALYPTUS --with-apache2-module-dir=/usr/lib64/httpd/modules --with-db-home=/usr/pgsql-9.2 --with-wsdl2c-sh=//euca-WSDL2C.sh --with-vddk=/opt/packages/vddk [10.111.5.84] out: \* execute[echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc] action run [10.111.5.84] out: - execute echo "export PATH=$PATH://usr/sbin/" >>/root/.bashrc [10.111.5.86] out: [2015-03-23T16:28:18-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:28:23-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:28:28-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:28:30-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:28:35-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:28:40-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:28:45-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:28:50-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:28:55-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:28:57-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:29:02-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:29:07-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:29:12-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:29:17-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:29:22-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:29:24-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:29:29-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:29:34-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:29:39-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:29:44-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:29:49-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:29:51-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:29:56-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:30:01-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:30:06-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:30:11-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:30:16-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:30:18-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:30:23-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:30:28-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:30:33-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:30:38-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:30:43-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:30:45-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:30:50-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:30:55-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:31:00-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:31:05-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:31:10-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:31:12-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 1/5 [10.111.5.86] out: [2015-03-23T16:31:17-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 2/5 [10.111.5.86] out: [2015-03-23T16:31:22-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5 [10.111.5.86] out: [2015-03-23T16:31:27-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5 [10.111.5.86] out: [2015-03-23T16:31:32-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5 [10.111.5.86] out: [2015-03-23T16:31:37-07:00] WARN: remote_file[//init.sh] cannot be downloaded from http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [10.111.5.86] out: [10.111.5.86] out: ================================================================================ [10.111.5.86] out: Error executing actioncreateon resource 'remote_file[//init.sh]' [10.111.5.86] out: ================================================================================ [10.111.5.86] out: [10.111.5.86] out: SocketError [10.111.5.86] out: ----------- [10.111.5.86] out: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [10.111.5.86] out: Resource Declaration: [10.111.5.86] out: --------------------- [10.111.5.86] out: # In /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/default.rb [10.111.5.86] out: [10.111.5.86] out: 23: remote_file "#{node['eucalyptus']['home-directory']}/init.sh" do [10.111.5.86] out: 24: retries 10 [10.111.5.86] out: 25: source node['eucalyptus']['init-script-url'] [10.111.5.86] out: 26: mode "777" [10.111.5.86] out: 27: end [10.111.5.86] out: 28: execute 'Running init script' do [10.111.5.86] out: [10.111.5.86] out: Compiled Resource: [10.111.5.86] out: ------------------ [10.111.5.86] out: # Declared in /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/default.rb:23:infrom_file' [10.111.5.86] out:
[10.111.5.86] out: remote_file("//init.sh") do [10.111.5.86] out: provider Chef::Provider::RemoteFile [10.111.5.86] out: action "create" [10.111.5.86] out: retries 0 [10.111.5.86] out: retry_delay 2 [10.111.5.86] out: guard_interpreter :default [10.111.5.86] out: path "//init.sh" [10.111.5.86] out: backup 5 [10.111.5.86] out: atomic_update true [10.111.5.86] out: source ["http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh"] [10.111.5.86] out: use_etag true [10.111.5.86] out: use_last_modified true [10.111.5.86] out: cookbook_name "eucalyptus" [10.111.5.86] out: recipe_name "default" [10.111.5.86] out: mode "777" [10.111.5.86] out: end [10.111.5.86] out:
[10.111.5.86] out: [10.111.5.86] out: Running handlers: [10.111.5.86] out: [2015-03-23T16:31:37-07:00] ERROR: Running exception handlers [10.111.5.86] out: Running handlers complete [10.111.5.86] out: [2015-03-23T16:31:37-07:00] ERROR: Exception handlers complete [10.111.5.86] out: [2015-03-23T16:31:37-07:00] FATAL: Stacktrace dumped to /root/.chef/local-mode-cache/cache/chef-stacktrace.out [10.111.5.86] out: Chef Client failed. 0 resources updated in 298.065977395 seconds [10.111.5.86] out: [2015-03-23T16:31:37-07:00] ERROR: remote_file[//init.sh](eucalyptus::default line 23) had an error: SocketError: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh - getaddrinfo: Temporary failure in name resolution [10.111.5.86] out: [2015-03-23T16:31:37-07:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) [10.111.5.86] out:

Fatal error: run() received nonzero return code 1 while executing!

Requested: chef-client -z -E chuck-managed-devel-1 Executed: /bin/bash -l -c "cd /root/euca-deploy/chef-repo && chef-client -z -E chuck-managed-devel-1"

Aborting. run() received nonzero return code 1 while executing!

Requested: chef-client -z -E chuck-managed-devel-1 Executed: /bin/bash -l -c "cd /root/euca-deploy/chef-repo && chef-client -z -E chuck-managed-devel-1" [10.111.5.115] out: * execute[export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install] action run [10.111.5.115] out: - execute export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install [10.111.5.115] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cloud] action run (up to date) [10.111.5.115] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.115] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.115] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cc] action run (up to date) [10.111.5.115] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.115] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.115] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-nc] action run (up to date) [10.111.5.115] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.115] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.115] out: * execute[ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd] action run [10.111.5.115] out: - execute ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd [10.111.5.115] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd] action run [10.111.5.115] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd [10.111.5.115] out: * execute[Copy Policy Kit file for NC] action run [10.111.5.115] out: - execute cp //source/dev-chuck-network/eucalyptus/tools/eucalyptus-nc-libvirt.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ [10.111.5.115] out: * execute[//usr/sbin/euca_conf --setup -d /] action run [10.111.5.115] out: - execute //usr/sbin/euca_conf --setup -d / [10.111.5.115] out: Recipe: eucalyptus::node-controller [10.111.5.115] out: * service[libvirtd] action enable (up to date) [10.111.5.115] out: * service[libvirtd] action start (up to date) [10.111.5.115] out: * execute[virsh net-destroy default] action run[2015-03-23T16:34:06-07:00] ERROR: execute[virsh net-destroy default](eucalyptus::node-controller line 39) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' [10.111.5.115] out: ---- Begin output of virsh net-destroy default ---- [10.111.5.115] out: STDOUT: [10.111.5.115] out: STDERR: error: Failed to destroy network default [10.111.5.115] out: error: Requested operation is not valid: network is not active [10.111.5.115] out: ---- End output of virsh net-destroy default ---- [10.111.5.115] out: Ran virsh net-destroy default returned 1; ignore_failure is set, continuing [10.111.5.115] out: [10.111.5.115] out:
[10.111.5.115] out: ================================================================================ [10.111.5.115] out: Error executing action run on resource 'execute[virsh net-destroy default]' [10.111.5.115] out: ================================================================================ [10.111.5.115] out:
[10.111.5.115] out: Mixlib::ShellOut::ShellCommandFailed [10.111.5.115] out: ------------------------------------ [10.111.5.115] out: Expected process to exit with [0], but received '1' [10.111.5.115] out: ---- Begin output of virsh net-destroy default ---- [10.111.5.115] out: STDOUT: [10.111.5.115] out: STDERR: error: Failed to destroy network default [10.111.5.115] out: error: Requested operation is not valid: network is not active [10.111.5.115] out: ---- End output of virsh net-destroy default ---- [10.111.5.115] out: Ran virsh net-destroy default returned 1 [10.111.5.115] out:
[10.111.5.115] out: Resource Declaration: [10.111.5.115] out: --------------------- [10.111.5.115] out: # In /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/node-controller.rb [10.111.5.115] out:
[10.111.5.115] out: 39: execute 'virsh net-destroy default' do [10.111.5.115] out: 40: ignore_failure true [10.111.5.115] out: 41: end [10.111.5.115] out: 42: execute 'virsh net-autostart default --disable' do [10.111.5.115] out:
[10.111.5.115] out: Compiled Resource: [10.111.5.115] out: ------------------ [10.111.5.115] out: # Declared in /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/node-controller.rb:39:in from_file' [10.111.5.115] out: [10.111.5.115] out: execute("virsh net-destroy default") do [10.111.5.115] out: action "run" [10.111.5.115] out: ignore_failure true [10.111.5.115] out: retries 0 [10.111.5.115] out: retry_delay 2 [10.111.5.115] out: guard_interpreter :default [10.111.5.115] out: command "virsh net-destroy default" [10.111.5.115] out: backup 5 [10.111.5.115] out: returns 0 [10.111.5.115] out: cookbook_name "eucalyptus" [10.111.5.115] out: recipe_name "node-controller" [10.111.5.115] out: end [10.111.5.115] out: [10.111.5.115] out: * execute[virsh net-autostart default --disable] action run [10.111.5.115] out: - execute virsh net-autostart default --disable [10.111.5.115] out: Recipe: eucalyptus::eucanetd [10.111.5.115] out: * template[//etc/eucalyptus/eucalyptus.conf] action create [10.111.5.115] out: - update content in file //etc/eucalyptus/eucalyptus.conf from db45e1 to 54d332 [10.111.5.115] out: --- //etc/eucalyptus/eucalyptus.conf 2015-03-23 16:34:06.453535269 -0700 [10.111.5.115] out: +++ /tmp/chef-rendered-template20150323-26298-17f35b2 2015-03-23 16:34:06.719535618 -0700 [10.111.5.115] out: @@ -1,256 +1,24 @@ [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# GLOBAL CONFIGURATION [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# Where Eucalyptus is installed [10.111.5.115] out: EUCALYPTUS="/" [10.111.5.115] out: - [10.111.5.115] out: -# This is the username that you would like eucalyptus to run as [10.111.5.115] out: +LOGLEVEL="DEBUG" [10.111.5.115] out: EUCA_USER="eucalyptus" [10.111.5.115] out: - [10.111.5.115] out: -# Extra options to pass to the eucalyptus-cloud process, such as log [10.111.5.115] out: -# levels, heap size, or other JVM flags. [10.111.5.115] out: CLOUD_OPTS="" [10.111.5.115] out: - [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# STORAGE CONTROLLER (SC) CONFIGURATION [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# The number of loop devices to make available at SC startup time. [10.111.5.115] out: -# The default is 256. If you supply "max_loop" to the loop driver [10.111.5.115] out: -# then this setting must be equal to that number. [10.111.5.115] out: -#CREATE_SC_LOOP_DEVICES=256 [10.111.5.115] out: - [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# CLUSTER CONTROLLER (CC) / NODE CONTROLLER (NC) SHARED CONFIGURATION [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# The level of logging output. Valid settings are, in descending order of [10.111.5.115] out: -# verbosity: EXTREME, TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The [10.111.5.115] out: -# default is INFO. [10.111.5.115] out: -#LOGLEVEL="INFO" [10.111.5.115] out: - [10.111.5.115] out: -# The number of old log files to keep when rotating logs, in range [0-999]. [10.111.5.115] out: -# The default is 10. When set to 0, no rotation is performed and log size [10.111.5.115] out: -# limit is (LOGMAXSIZE, below) is not enforced. [10.111.5.115] out: -#LOGROLLNUMBER="10" [10.111.5.115] out: - [10.111.5.115] out: -# The maximum size of the log file, in bytes. 100MB by default. For this [10.111.5.115] out: -# size to be enforced, LOGROLLNUMBER, above, must be 1 or higher. If log [10.111.5.115] out: -# rotation is performed by an outside tool, either set LOGROLLNUMBER to 0 [10.111.5.115] out: -# or set this limit to a large value. [10.111.5.115] out: -#LOGMAXSIZE=104857600 [10.111.5.115] out: - [10.111.5.115] out: -# On a NC, this defines the TCP port on which the NC will listen. [10.111.5.115] out: -# On a CC, this defines the TCP port on which the CC will contact NCs. [10.111.5.115] out: -NC_PORT="8775" [10.111.5.115] out: - [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# CLUSTER CONTROLLER (CC) CONFIGURATION [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# The TCP port on which the CC will listen. [10.111.5.115] out: CC_PORT="8774" [10.111.5.115] out: - [10.111.5.115] out: -# The scheduling policy that the CC uses to choose the NC on which to [10.111.5.115] out: -# run each new instance. Valid settings include GREEDY and ROUNDROBIN. [10.111.5.115] out: -# The default scheduling policy is ROUNDROBIN. [10.111.5.115] out: SCHEDPOLICY="ROUNDROBIN" [10.111.5.115] out: - [10.111.5.115] out: -# A space-separated list of IP addresses for all the NCs that this CC [10.111.5.115] out: -# should communicate with. The``euca_conf --register-nodes'' command [10.111.5.115] out: -# manipulates this setting. [10.111.5.115] out: NODES="" [10.111.5.115] out: - [10.111.5.115] out: -# The default is valid when multiple CCs reside in the same layer 2 [10.111.5.115] out: -# broadcast domain or running single cluster. Change this setting [10.111.5.115] out: -# to "N" to enable tunneling when you have separate layer 2 broadcast [10.111.5.115] out: -# domains in separate clusters. [10.111.5.115] out: -# This setting has no effect in Edge mode. [10.111.5.115] out: -DISABLE_TUNNELING="Y" [10.111.5.115] out: - [10.111.5.115] out: -# The location of the NC service. The default is [10.111.5.115] out: -# axis2/services/EucalyptusNC [10.111.5.115] out: NC_SERVICE="axis2/services/EucalyptusNC" [10.111.5.115] out: - [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# NODE CONTROLLER (NC) CONFIGURATION [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# The hypervisor that the NC will interact with in order to manage [10.111.5.115] out: -# virtual machines. Supported values include "kvm" and "xen". [10.111.5.115] out: -HYPERVISOR="not_configured" [10.111.5.115] out: - [10.111.5.115] out: -# The following three options determine whether KVM uses Virtio for [10.111.5.115] out: -# specific types of I/O with instances. These options only affect the [10.111.5.115] out: -# KVM hypervisor. [10.111.5.115] out: - [10.111.5.115] out: -# If "1", use Virtio for the root file system [10.111.5.115] out: +NC_PORT="8775" [10.111.5.115] out: +HYPERVISOR="kvm" [10.111.5.115] out: +MAX_CORES="32" [10.111.5.115] out: +INSTANCE_PATH="/var/lib/eucalyptus/instances" [10.111.5.115] out: USE_VIRTIO_ROOT="1" [10.111.5.115] out: - [10.111.5.115] out: -# If "1", use Virtio for dynamic block volumes [10.111.5.115] out: USE_VIRTIO_DISK="1" [10.111.5.115] out: - [10.111.5.115] out: -# If "1", use Virtio for the network card [10.111.5.115] out: USE_VIRTIO_NET="1" [10.111.5.115] out: - [10.111.5.115] out: -# The number of virtual CPU cores that Eucalyptus is allowed to allocate [10.111.5.115] out: -# to instances. The default value of 0 allows Eucalyptus to use all [10.111.5.115] out: -# CPU cores on the system. [10.111.5.115] out: -#MAX_CORES="0" [10.111.5.115] out: - [10.111.5.115] out: -# The amount of disk space, in megabytes, that the NC is allowed to use [10.111.5.115] out: -# in its work directory ($INSTANCE_PATH/eucalyptus/work). By default [10.111.5.115] out: -# the NC chooses automatically. Values below 10 are ignored. [10.111.5.115] out: -#NC_WORK_SIZE=50000 [10.111.5.115] out: - [10.111.5.115] out: -# The amount of disk space, in megabytes, that the NC is allowed to use in [10.111.5.115] out: -# its image cache directory ($INSTANCE_PATH/eucalyptus/cache). By default [10.111.5.115] out: -# the NC chooses automatically. A value below 10 will disable caching. [10.111.5.115] out: -#NC_CACHE_SIZE=50000 [10.111.5.115] out: - [10.111.5.115] out: -# The number of disk-intensive operations that the NC is allowed to [10.111.5.115] out: -# perform at once. A value of 1 serializes all disk-intensive operations. [10.111.5.115] out: -# The default value is 4. [10.111.5.115] out: -#CONCURRENT_DISK_OPS=4 [10.111.5.115] out: - [10.111.5.115] out: -# The number of loop devices to make available at NC startup time. [10.111.5.115] out: -# The default is 256. If you supply "max_loop" to the loop driver then [10.111.5.115] out: -# this setting must be equal to that number. [10.111.5.115] out: -#CREATE_NC_LOOP_DEVICES=256 [10.111.5.115] out: - [10.111.5.115] out: -# The directory where the NC will store instances' root filesystems, [10.111.5.115] out: -# ephemeral storage, and cached copies of images. [10.111.5.115] out: -INSTANCE_PATH="not_configured" [10.111.5.115] out: - [10.111.5.115] out: -# If euca-bundle-upload, euca-check-bucket, or euca-delete-bundle do [10.111.5.115] out: -# not appear in the NC's search PATH then specify their locations here. [10.111.5.115] out: -#NC_BUNDLE_UPLOAD_PATH="/usr/bin/euca-bundle-upload" [10.111.5.115] out: -#NC_CHECK_BUCKET_PATH="/usr/bin/euca-check-bucket" [10.111.5.115] out: -#NC_DELETE_BUNDLE_PATH="/usr/bin/euca-delete-bundle" [10.111.5.115] out: - [10.111.5.115] out: -# The maximum amount of time, in seconds, that an instance will remain [10.111.5.115] out: -# in a migration-ready state on a source NC while awaiting the [10.111.5.115] out: -# preparation of a destination NC for a migration. After this time [10.111.5.115] out: -# period, the migration request will be terminated and the any [10.111.5.115] out: -# preparation on the source NC will be rolled back. Default is 15 [10.111.5.115] out: -# minutes. [10.111.5.115] out: -#NC_MIGRATION_READY_THRESHOLD=900 [10.111.5.115] out: - [10.111.5.115] out: -# The number of connection attempts that NC will try to downlaod an [10.111.5.115] out: -# image or image manifest from Walrus. Failure to download may be [10.111.5.115] out: -# due to a registered image not being available for download while [10.111.5.115] out: -# Walrus is decrypting and caching it. Smallest allowed value is 1, [10.111.5.115] out: -# while the biggest is 98. The default, as of 3.3.1, is 9, which [10.111.5.115] out: -# gives over 13 minutes of wait time. (Download attempts are backed [10.111.5.115] out: -# off at exponentially increasing intervals up to a max of 300 sec [10.111.5.115] out: -# between retries.) [10.111.5.115] out: -#WALRUS_DOWNLOAD_MAX_ATTEMPTS=9 [10.111.5.115] out: - [10.111.5.115] out: -# Name of the user on the Ceph installation that requests [10.111.5.115] out: -# from Eucalyptus should use. [10.111.5.115] out: -# [10.111.5.115] out: -#CEPH_USER_NAME="eucalyptus" [10.111.5.115] out: - [10.111.5.115] out: -# Path to the file containing the keyring that Eucalyptus [10.111.5.115] out: -# should use when interacting with Ceph. [10.111.5.115] out: -# [10.111.5.115] out: -#CEPH_KEYRING_PATH="/etc/ceph/ceph.client.eucalyptus.keyring" [10.111.5.115] out: - [10.111.5.115] out: -# Path to the configuration file for Ceph installation [10.111.5.115] out: -# on the Node Controller host. [10.111.5.115] out: -# [10.111.5.115] out: -#CEPH_CONFIG_PATH="/etc/ceph/ceph.conf" [10.111.5.115] out: - [10.111.5.115] out: -# Toggle for requesting that the CPU visible to the guest should [10.111.5.115] out: -# be exactly the same as the host CPU even in the aspects that [10.111.5.115] out: -# libvirt does not understand. Setting this to 1 enables passthrough, [10.111.5.115] out: -# which may restrict ability of instances to migrate between similar [10.111.5.115] out: -# but not identical CPUs. On the other hand, passthrough is necessary [10.111.5.115] out: -# for nested virtualization. Default value is not to pass through. [10.111.5.115] out: -# [10.111.5.115] out: -#USE_CPU_PASSTHROUGH="0" [10.111.5.115] out: - [10.111.5.115] out: -########################################################################### [10.111.5.115] out: -# NETWORKING CONFIGURATION [10.111.5.115] out: -# [10.111.5.115] out: -# The set of networking settings that apply to a cloud varies based on [10.111.5.115] out: -# its networking mode. Each setting in this section lists the modes in [10.111.5.115] out: -# which it applies. Unless otherwise noted, all of these settings apply [10.111.5.115] out: -# only to CCs. All settings that lack default values must be specified [10.111.5.115] out: -# in the networking modes that use them. [10.111.5.115] out: -########################################################################### [10.111.5.115] out: - [10.111.5.115] out: -# The networking mode in which to run. The same mode must be specified [10.111.5.115] out: -# on all CCs and NCs in the entire cloud. Valid values include EDGE, [10.111.5.115] out: -# MANAGED, and MANAGED-NOVLAN. [10.111.5.115] out: -VNET_MODE="MANAGED-NOVLAN" [10.111.5.115] out: - [10.111.5.115] out: -# The name of the network interface that is on the same network as [10.111.5.115] out: -# the NCs. The default is "eth0". [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -VNET_PRIVINTERFACE="eth0" [10.111.5.115] out: - [10.111.5.115] out: -# On a CC, this is the name of the network interface that is connected [10.111.5.115] out: -# to the "public" network. When tunnelling is enabled, this must be [10.111.5.115] out: -# a bridge. The default is "eth0". [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -# [10.111.5.115] out: -# On an NC, this is the name of the network interface that is connected [10.111.5.115] out: -# to the same network as the CC. The default is "eth0". [10.111.5.115] out: -# Networking modes: Edge, Managed [10.111.5.115] out: -VNET_PUBINTERFACE="eth0" [10.111.5.115] out: - [10.111.5.115] out: -# On an NC, this is the name of the bridge interface to which instances' [10.111.5.115] out: -# network interfaces should attach. A physical interface that can reach [10.111.5.115] out: -# the CC must be attached to this bridge. [10.111.5.115] out: -# Networking modes: Edge, Managed (No VLAN) [10.111.5.115] out: +VNET_MODE="EDGE" [10.111.5.115] out: +VNET_PRIVINTERFACE="br0" [10.111.5.115] out: +VNET_PUBINTERFACE="br0" [10.111.5.115] out: VNET_BRIDGE="br0" [10.111.5.115] out: - [10.111.5.115] out: -# A space-separated list of individual and/or hyphenated ranges of public [10.111.5.115] out: -# IP addresses to assign to instances. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_PUBLICIPS="your-free-public-ip-1 your-free-public-ip-2 ..." [10.111.5.115] out: - [10.111.5.115] out: -# The address and network mask of the network the cloud should use for [10.111.5.115] out: -# instances' private IP addresses. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_SUBNET="192.168.0.0" [10.111.5.115] out: -#VNET_NETMASK="255.255.0.0" [10.111.5.115] out: - [10.111.5.115] out: -# The number of IP addresses to allocate to each security group. [10.111.5.115] out: -# Specify a power of 2 between 16 and 2048. IMPORTANT: the system [10.111.5.115] out: -# will reserve 11 IPs from each security group for internal system [10.111.5.115] out: -# use, leaving VNET_ADDRSPERNET-11 IPs free for VMs to use for each [10.111.5.115] out: -# security group. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_ADDRSPERNET="32" [10.111.5.115] out: - [10.111.5.115] out: -# The address of the DNS server to supply to instances in DHCP responses. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN). Moving forward, [10.111.5.115] out: -# this option will be deprecated in favor of the CLC property. [10.111.5.115] out: -#VNET_DNS="your-dns-server-ip" [10.111.5.115] out: - [10.111.5.115] out: -# The search domain to supply to instance in DHCP responses. [10.111.5.115] out: -# NOTE: This should always be cloud.vmstate.instance_subdomain + ".internal", [10.111.5.115] out: -# and will be overridden by the CLC property. Moving forward, this option will [10.111.5.115] out: -# be deprecated in favor of the CLC property. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_DOMAINNAME="eucalyptus.internal" [10.111.5.115] out: - [10.111.5.115] out: -# Set this to the IP address that other CCs can use to reach this CC [10.111.5.115] out: -# if layer 2 tunneling between CCs does not work. It is not normally [10.111.5.115] out: -# necessary to change this setting. [10.111.5.115] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_LOCALIP="your-public-interface's-ip" [10.111.5.115] out: - [10.111.5.115] out: -# The ISC DHCP server executable to use. The default is [10.111.5.115] out: -# "/usr/sbin/dhcpd3". [10.111.5.115] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.115] out: VNET_DHCPDAEMON="/usr/sbin/dhcpd" [10.111.5.115] out: - [10.111.5.115] out: -# The user as which the DHCP daemon runs on your distribution. [10.111.5.115] out: -# The default is "dhcpd". [10.111.5.115] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.115] out: -#VNET_DHCPUSER="dhcpd" [10.111.5.115] out: +METADATA_USE_VM_PRIVATE="Y" [10.111.5.115] out: +NC_ROUTER="N" [10.111.5.115] out: +DISABLE_TUNNELING="Y" [10.111.5.115] out: * service[eucanetd] action enable (up to date) [10.111.5.115] out: * service[eucanetd] action start [10.111.5.115] out: - start service service[eucanetd] [10.111.5.115] out: Recipe: eucalyptus::node-controller [10.111.5.115] out: * template[/etc/sysconfig/network-scripts/ifcfg-em1] action create (up to date) [10.111.5.115] out: * execute[Set ip_forward sysctl values on NC] action run [10.111.5.115] out: - execute sed -i 's/net.ipv4.ip_forward.*/net.ipv4.ip_forward = 1/' /etc/sysctl.conf [10.111.5.115] out: * execute[Set bridge-nf-call-iptables sysctl values on NC] action run [10.111.5.115] out: - execute sed -i 's/net.bridge.bridge-nf-call-iptables.*/net.bridge.bridge-nf-call-iptables = 1/' /etc/sysctl.conf [10.111.5.115] out: * execute[Ensure bridge modules loaded into the kernel on NC] action run [10.111.5.115] out: - execute modprobe bridge [10.111.5.115] out: * execute[Reload sysctl values] action run [10.111.5.115] out: - execute sysctl -p [10.111.5.115] out: * template[/etc/sysconfig/network-scripts/ifcfg-br0] action create (skipped due to not_if) [10.111.5.115] out: * execute[network-restart] action nothing (skipped due to action :nothing) [10.111.5.115] out: * service[messagebus] action enable (up to date) [10.111.5.115] out: * service[messagebus] action start (up to date) [10.111.5.115] out: * execute[brctl setfd br0 2] action run [10.111.5.115] out: - execute brctl setfd br0 2 [10.111.5.115] out: * execute[brctl sethello br0 2] action run [10.111.5.115] out: - execute brctl sethello br0 2 [10.111.5.115] out: * execute[brctl stp br0 off] action run [10.111.5.115] out: - execute brctl stp br0 off [10.111.5.115] out: * execute[echo "10.111.5.115hostname --fqdn`hostname" >> /etc/hosts] action run [10.111.5.115] out: - execute echo "10.111.5.115 hostname --fqdn hostname" >> /etc/hosts [10.111.5.115] out: * ruby_block[Sync keys for NC] action run [10.111.5.115] out: - execute the ruby block Sync keys for NC [10.111.5.115] out: * template[//etc/eucalyptus/eucalyptus.conf] action create (up to date) [10.111.5.115] out: * ruby_block[Set Ceph Credentials] action run (skipped due to only_if) [10.111.5.115] out: * service[eucalyptus-nc] action enable (up to date) [10.111.5.115] out: * service[eucalyptus-nc] action start [10.111.5.115] out: - start service service[eucalyptus-nc] [10.111.5.115] out: [10.111.5.115] out: Running handlers: [10.111.5.115] out: Running handlers complete [10.111.5.115] out: Chef Client finished, 44/163 resources updated in 449.002298252 seconds [10.111.5.115] out: [10.111.5.87] out: * execute[export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install] action run [10.111.5.87] out: - execute export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install [10.111.5.87] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cloud] action run (up to date) [10.111.5.87] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.87] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.87] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cc] action run (up to date) [10.111.5.87] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.87] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.87] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-nc] action run (up to date) [10.111.5.87] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.87] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.87] out: * execute[ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd] action run [10.111.5.87] out: - execute ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd [10.111.5.87] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd] action run [10.111.5.87] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd [10.111.5.87] out: * execute[Copy Policy Kit file for NC] action run [10.111.5.87] out: - execute cp //source/dev-chuck-network/eucalyptus/tools/eucalyptus-nc-libvirt.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ [10.111.5.87] out: * execute[//usr/sbin/euca_conf --setup -d /] action run [10.111.5.87] out: - execute //usr/sbin/euca_conf --setup -d / [10.111.5.87] out: Recipe: eucalyptus::cluster-controller [10.111.5.87] out: * ruby_block[Sync keys for CC] action run [10.111.5.87] out: - execute the ruby block Sync keys for CC [10.111.5.87] out: * template[eucalyptus.conf] action create [10.111.5.87] out: - update content in file //etc/eucalyptus/eucalyptus.conf from db45e1 to b14c18 [10.111.5.87] out: --- //etc/eucalyptus/eucalyptus.conf 2015-03-23 16:35:35.253624021 -0700 [10.111.5.87] out: +++ /tmp/chef-rendered-template20150323-11235-zr058v 2015-03-23 16:35:35.524624043 -0700 [10.111.5.87] out: @@ -1,256 +1,24 @@ [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# GLOBAL CONFIGURATION [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# Where Eucalyptus is installed [10.111.5.87] out: EUCALYPTUS="/" [10.111.5.87] out: - [10.111.5.87] out: -# This is the username that you would like eucalyptus to run as [10.111.5.87] out: +LOGLEVEL="DEBUG" [10.111.5.87] out: EUCA_USER="eucalyptus" [10.111.5.87] out: - [10.111.5.87] out: -# Extra options to pass to the eucalyptus-cloud process, such as log [10.111.5.87] out: -# levels, heap size, or other JVM flags. [10.111.5.87] out: CLOUD_OPTS="" [10.111.5.87] out: - [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# STORAGE CONTROLLER (SC) CONFIGURATION [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# The number of loop devices to make available at SC startup time. [10.111.5.87] out: -# The default is 256. If you supply "max_loop" to the loop driver [10.111.5.87] out: -# then this setting must be equal to that number. [10.111.5.87] out: -#CREATE_SC_LOOP_DEVICES=256 [10.111.5.87] out: - [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# CLUSTER CONTROLLER (CC) / NODE CONTROLLER (NC) SHARED CONFIGURATION [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# The level of logging output. Valid settings are, in descending order of [10.111.5.87] out: -# verbosity: EXTREME, TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The [10.111.5.87] out: -# default is INFO. [10.111.5.87] out: -#LOGLEVEL="INFO" [10.111.5.87] out: - [10.111.5.87] out: -# The number of old log files to keep when rotating logs, in range [0-999]. [10.111.5.87] out: -# The default is 10. When set to 0, no rotation is performed and log size [10.111.5.87] out: -# limit is (LOGMAXSIZE, below) is not enforced. [10.111.5.87] out: -#LOGROLLNUMBER="10" [10.111.5.87] out: - [10.111.5.87] out: -# The maximum size of the log file, in bytes. 100MB by default. For this [10.111.5.87] out: -# size to be enforced, LOGROLLNUMBER, above, must be 1 or higher. If log [10.111.5.87] out: -# rotation is performed by an outside tool, either set LOGROLLNUMBER to 0 [10.111.5.87] out: -# or set this limit to a large value. [10.111.5.87] out: -#LOGMAXSIZE=104857600 [10.111.5.87] out: - [10.111.5.87] out: -# On a NC, this defines the TCP port on which the NC will listen. [10.111.5.87] out: -# On a CC, this defines the TCP port on which the CC will contact NCs. [10.111.5.87] out: -NC_PORT="8775" [10.111.5.87] out: - [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# CLUSTER CONTROLLER (CC) CONFIGURATION [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# The TCP port on which the CC will listen. [10.111.5.87] out: CC_PORT="8774" [10.111.5.87] out: - [10.111.5.87] out: -# The scheduling policy that the CC uses to choose the NC on which to [10.111.5.87] out: -# run each new instance. Valid settings include GREEDY and ROUNDROBIN. [10.111.5.87] out: -# The default scheduling policy is ROUNDROBIN. [10.111.5.87] out: SCHEDPOLICY="ROUNDROBIN" [10.111.5.87] out: - [10.111.5.87] out: -# A space-separated list of IP addresses for all the NCs that this CC [10.111.5.87] out: -# should communicate with. The euca_conf --register-nodes'' command [10.111.5.87] out: -# manipulates this setting. [10.111.5.87] out: -NODES="" [10.111.5.87] out: - [10.111.5.87] out: -# The default is valid when multiple CCs reside in the same layer 2 [10.111.5.87] out: -# broadcast domain or running single cluster. Change this setting [10.111.5.87] out: -# to "N" to enable tunneling when you have separate layer 2 broadcast [10.111.5.87] out: -# domains in separate clusters. [10.111.5.87] out: -# This setting has no effect in Edge mode. [10.111.5.87] out: -DISABLE_TUNNELING="Y" [10.111.5.87] out: - [10.111.5.87] out: -# The location of the NC service. The default is [10.111.5.87] out: -# axis2/services/EucalyptusNC [10.111.5.87] out: +NODES="10.111.5.115" [10.111.5.87] out: NC_SERVICE="axis2/services/EucalyptusNC" [10.111.5.87] out: - [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# NODE CONTROLLER (NC) CONFIGURATION [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# The hypervisor that the NC will interact with in order to manage [10.111.5.87] out: -# virtual machines. Supported values include "kvm" and "xen". [10.111.5.87] out: -HYPERVISOR="not_configured" [10.111.5.87] out: - [10.111.5.87] out: -# The following three options determine whether KVM uses Virtio for [10.111.5.87] out: -# specific types of I/O with instances. These options only affect the [10.111.5.87] out: -# KVM hypervisor. [10.111.5.87] out: - [10.111.5.87] out: -# If "1", use Virtio for the root file system [10.111.5.87] out: +NC_PORT="8775" [10.111.5.87] out: +HYPERVISOR="kvm" [10.111.5.87] out: +MAX_CORES="32" [10.111.5.87] out: +INSTANCE_PATH="/var/lib/eucalyptus/instances" [10.111.5.87] out: USE_VIRTIO_ROOT="1" [10.111.5.87] out: - [10.111.5.87] out: -# If "1", use Virtio for dynamic block volumes [10.111.5.87] out: USE_VIRTIO_DISK="1" [10.111.5.87] out: - [10.111.5.87] out: -# If "1", use Virtio for the network card [10.111.5.87] out: USE_VIRTIO_NET="1" [10.111.5.87] out: - [10.111.5.87] out: -# The number of virtual CPU cores that Eucalyptus is allowed to allocate [10.111.5.87] out: -# to instances. The default value of 0 allows Eucalyptus to use all [10.111.5.87] out: -# CPU cores on the system. [10.111.5.87] out: -#MAX_CORES="0" [10.111.5.87] out: - [10.111.5.87] out: -# The amount of disk space, in megabytes, that the NC is allowed to use [10.111.5.87] out: -# in its work directory ($INSTANCE_PATH/eucalyptus/work). By default [10.111.5.87] out: -# the NC chooses automatically. Values below 10 are ignored. [10.111.5.87] out: -#NC_WORK_SIZE=50000 [10.111.5.87] out: - [10.111.5.87] out: -# The amount of disk space, in megabytes, that the NC is allowed to use in [10.111.5.87] out: -# its image cache directory ($INSTANCE_PATH/eucalyptus/cache). By default [10.111.5.87] out: -# the NC chooses automatically. A value below 10 will disable caching. [10.111.5.87] out: -#NC_CACHE_SIZE=50000 [10.111.5.87] out: - [10.111.5.87] out: -# The number of disk-intensive operations that the NC is allowed to [10.111.5.87] out: -# perform at once. A value of 1 serializes all disk-intensive operations. [10.111.5.87] out: -# The default value is 4. [10.111.5.87] out: -#CONCURRENT_DISK_OPS=4 [10.111.5.87] out: - [10.111.5.87] out: -# The number of loop devices to make available at NC startup time. [10.111.5.87] out: -# The default is 256. If you supply "max_loop" to the loop driver then [10.111.5.87] out: -# this setting must be equal to that number. [10.111.5.87] out: -#CREATE_NC_LOOP_DEVICES=256 [10.111.5.87] out: - [10.111.5.87] out: -# The directory where the NC will store instances' root filesystems, [10.111.5.87] out: -# ephemeral storage, and cached copies of images. [10.111.5.87] out: -INSTANCE_PATH="not_configured" [10.111.5.87] out: - [10.111.5.87] out: -# If euca-bundle-upload, euca-check-bucket, or euca-delete-bundle do [10.111.5.87] out: -# not appear in the NC's search PATH then specify their locations here. [10.111.5.87] out: -#NC_BUNDLE_UPLOAD_PATH="/usr/bin/euca-bundle-upload" [10.111.5.87] out: -#NC_CHECK_BUCKET_PATH="/usr/bin/euca-check-bucket" [10.111.5.87] out: -#NC_DELETE_BUNDLE_PATH="/usr/bin/euca-delete-bundle" [10.111.5.87] out: - [10.111.5.87] out: -# The maximum amount of time, in seconds, that an instance will remain [10.111.5.87] out: -# in a migration-ready state on a source NC while awaiting the [10.111.5.87] out: -# preparation of a destination NC for a migration. After this time [10.111.5.87] out: -# period, the migration request will be terminated and the any [10.111.5.87] out: -# preparation on the source NC will be rolled back. Default is 15 [10.111.5.87] out: -# minutes. [10.111.5.87] out: -#NC_MIGRATION_READY_THRESHOLD=900 [10.111.5.87] out: - [10.111.5.87] out: -# The number of connection attempts that NC will try to downlaod an [10.111.5.87] out: -# image or image manifest from Walrus. Failure to download may be [10.111.5.87] out: -# due to a registered image not being available for download while [10.111.5.87] out: -# Walrus is decrypting and caching it. Smallest allowed value is 1, [10.111.5.87] out: -# while the biggest is 98. The default, as of 3.3.1, is 9, which [10.111.5.87] out: -# gives over 13 minutes of wait time. (Download attempts are backed [10.111.5.87] out: -# off at exponentially increasing intervals up to a max of 300 sec [10.111.5.87] out: -# between retries.) [10.111.5.87] out: -#WALRUS_DOWNLOAD_MAX_ATTEMPTS=9 [10.111.5.87] out: - [10.111.5.87] out: -# Name of the user on the Ceph installation that requests [10.111.5.87] out: -# from Eucalyptus should use. [10.111.5.87] out: -# [10.111.5.87] out: -#CEPH_USER_NAME="eucalyptus" [10.111.5.87] out: - [10.111.5.87] out: -# Path to the file containing the keyring that Eucalyptus [10.111.5.87] out: -# should use when interacting with Ceph. [10.111.5.87] out: -# [10.111.5.87] out: -#CEPH_KEYRING_PATH="/etc/ceph/ceph.client.eucalyptus.keyring" [10.111.5.87] out: - [10.111.5.87] out: -# Path to the configuration file for Ceph installation [10.111.5.87] out: -# on the Node Controller host. [10.111.5.87] out: -# [10.111.5.87] out: -#CEPH_CONFIG_PATH="/etc/ceph/ceph.conf" [10.111.5.87] out: - [10.111.5.87] out: -# Toggle for requesting that the CPU visible to the guest should [10.111.5.87] out: -# be exactly the same as the host CPU even in the aspects that [10.111.5.87] out: -# libvirt does not understand. Setting this to 1 enables passthrough, [10.111.5.87] out: -# which may restrict ability of instances to migrate between similar [10.111.5.87] out: -# but not identical CPUs. On the other hand, passthrough is necessary [10.111.5.87] out: -# for nested virtualization. Default value is not to pass through. [10.111.5.87] out: -# [10.111.5.87] out: -#USE_CPU_PASSTHROUGH="0" [10.111.5.87] out: - [10.111.5.87] out: -########################################################################### [10.111.5.87] out: -# NETWORKING CONFIGURATION [10.111.5.87] out: -# [10.111.5.87] out: -# The set of networking settings that apply to a cloud varies based on [10.111.5.87] out: -# its networking mode. Each setting in this section lists the modes in [10.111.5.87] out: -# which it applies. Unless otherwise noted, all of these settings apply [10.111.5.87] out: -# only to CCs. All settings that lack default values must be specified [10.111.5.87] out: -# in the networking modes that use them. [10.111.5.87] out: -########################################################################### [10.111.5.87] out: - [10.111.5.87] out: -# The networking mode in which to run. The same mode must be specified [10.111.5.87] out: -# on all CCs and NCs in the entire cloud. Valid values include EDGE, [10.111.5.87] out: -# MANAGED, and MANAGED-NOVLAN. [10.111.5.87] out: -VNET_MODE="MANAGED-NOVLAN" [10.111.5.87] out: - [10.111.5.87] out: -# The name of the network interface that is on the same network as [10.111.5.87] out: -# the NCs. The default is "eth0". [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -VNET_PRIVINTERFACE="eth0" [10.111.5.87] out: - [10.111.5.87] out: -# On a CC, this is the name of the network interface that is connected [10.111.5.87] out: -# to the "public" network. When tunnelling is enabled, this must be [10.111.5.87] out: -# a bridge. The default is "eth0". [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -# [10.111.5.87] out: -# On an NC, this is the name of the network interface that is connected [10.111.5.87] out: -# to the same network as the CC. The default is "eth0". [10.111.5.87] out: -# Networking modes: Edge, Managed [10.111.5.87] out: -VNET_PUBINTERFACE="eth0" [10.111.5.87] out: - [10.111.5.87] out: -# On an NC, this is the name of the bridge interface to which instances' [10.111.5.87] out: -# network interfaces should attach. A physical interface that can reach [10.111.5.87] out: -# the CC must be attached to this bridge. [10.111.5.87] out: -# Networking modes: Edge, Managed (No VLAN) [10.111.5.87] out: +VNET_MODE="EDGE" [10.111.5.87] out: +VNET_PRIVINTERFACE="br0" [10.111.5.87] out: +VNET_PUBINTERFACE="br0" [10.111.5.87] out: VNET_BRIDGE="br0" [10.111.5.87] out: - [10.111.5.87] out: -# A space-separated list of individual and/or hyphenated ranges of public [10.111.5.87] out: -# IP addresses to assign to instances. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_PUBLICIPS="your-free-public-ip-1 your-free-public-ip-2 ..." [10.111.5.87] out: - [10.111.5.87] out: -# The address and network mask of the network the cloud should use for [10.111.5.87] out: -# instances' private IP addresses. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_SUBNET="192.168.0.0" [10.111.5.87] out: -#VNET_NETMASK="255.255.0.0" [10.111.5.87] out: - [10.111.5.87] out: -# The number of IP addresses to allocate to each security group. [10.111.5.87] out: -# Specify a power of 2 between 16 and 2048. IMPORTANT: the system [10.111.5.87] out: -# will reserve 11 IPs from each security group for internal system [10.111.5.87] out: -# use, leaving VNET_ADDRSPERNET-11 IPs free for VMs to use for each [10.111.5.87] out: -# security group. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_ADDRSPERNET="32" [10.111.5.87] out: - [10.111.5.87] out: -# The address of the DNS server to supply to instances in DHCP responses. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN). Moving forward, [10.111.5.87] out: -# this option will be deprecated in favor of the CLC property. [10.111.5.87] out: -#VNET_DNS="your-dns-server-ip" [10.111.5.87] out: - [10.111.5.87] out: -# The search domain to supply to instance in DHCP responses. [10.111.5.87] out: -# NOTE: This should always be cloud.vmstate.instance_subdomain + ".internal", [10.111.5.87] out: -# and will be overridden by the CLC property. Moving forward, this option will [10.111.5.87] out: -# be deprecated in favor of the CLC property. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_DOMAINNAME="eucalyptus.internal" [10.111.5.87] out: - [10.111.5.87] out: -# Set this to the IP address that other CCs can use to reach this CC [10.111.5.87] out: -# if layer 2 tunneling between CCs does not work. It is not normally [10.111.5.87] out: -# necessary to change this setting. [10.111.5.87] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_LOCALIP="your-public-interface's-ip" [10.111.5.87] out: - [10.111.5.87] out: -# The ISC DHCP server executable to use. The default is [10.111.5.87] out: -# "/usr/sbin/dhcpd3". [10.111.5.87] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.87] out: VNET_DHCPDAEMON="/usr/sbin/dhcpd" [10.111.5.87] out: - [10.111.5.87] out: -# The user as which the DHCP daemon runs on your distribution. [10.111.5.87] out: -# The default is "dhcpd". [10.111.5.87] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.87] out: -#VNET_DHCPUSER="dhcpd" [10.111.5.87] out: +METADATA_USE_VM_PRIVATE="Y" [10.111.5.87] out: +NC_ROUTER="N" [10.111.5.87] out: +DISABLE_TUNNELING="Y" [10.111.5.87] out: * execute[Set ip_forward sysctl values on CC] action run [10.111.5.87] out: - execute sed -i 's/net.ipv4.ip_forward.*/net.ipv4.ip_forward = 1/' /etc/sysctl.conf [10.111.5.87] out: * execute[Set bridge-nf-call-iptables sysctl values on NC] action run [10.111.5.87] out: - execute sed -i 's/net.bridge.bridge-nf-call-iptables.*/net.bridge.bridge-nf-call-iptables = 1/' /etc/sysctl.conf [10.111.5.87] out: * execute[Ensure bridge modules loaded into the kernel on NC] action run [10.111.5.87] out: - execute modprobe bridge [10.111.5.87] out: * execute[Reload sysctl values] action run [10.111.5.87] out: - execute sysctl -p [10.111.5.87] out: * service[eucalyptus-cc] action enable (up to date) [10.111.5.87] out: * service[eucalyptus-cc] action start [10.111.5.87] out: - start service service[eucalyptus-cc] [10.111.5.87] out: * log[Registering the following nodes: ["10.111.5.115"]] action write [10.111.5.87] out: [10.111.5.87] out: * execute[Register Nodes] action run [10.111.5.87] out: - execute //usr/sbin/euca_conf --register-nodes 10.111.5.115 --no-scp --no-rsync --no-sync [10.111.5.87] out: Recipe: eucalyptus::storage-controller [10.111.5.87] out: * template[eucalyptus.conf] action create (up to date) [10.111.5.87] out: * ruby_block[Sync keys for SC] action run [10.111.5.87] out: - execute the ruby block Sync keys for SC [10.111.5.87] out: * ruby_block[Get Ceph Credentials] action run (skipped due to only_if) [10.111.5.87] out: * service[eucalyptus-cloud] action enable (up to date) [10.111.5.87] out: * service[eucalyptus-cloud] action start [10.111.5.87] out: - start service service[eucalyptus-cloud] [10.111.5.87] out: [10.111.5.87] out: Running handlers: [10.111.5.87] out: Running handlers complete [10.111.5.87] out: Chef Client finished, 42/156 resources updated in 542.281813013 seconds [10.111.5.87] out: [10.111.5.84] out: * execute[export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install] action run [10.111.5.84] out: - execute export JAVA_HOME='/usr/lib/jvm/java-1.7.0-openjdk.x86_64' && export JAVA='$JAVA_HOME/jre/bin/java' && export EUCALYPTUS='/' && make && make install [10.111.5.84] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cloud] action run (up to date) [10.111.5.84] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.84] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.84] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-cc] action run (up to date) [10.111.5.84] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.84] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.84] out: * execute[ln -sf //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud /etc/init.d/eucalyptus-nc] action run (up to date) [10.111.5.84] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud] action run [10.111.5.84] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucalyptus-cloud [10.111.5.84] out: * execute[ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd] action run [10.111.5.84] out: - execute ln -fs //source/dev-chuck-network/eucalyptus/tools/eucanetd /etc/init.d/eucanetd [10.111.5.84] out: * execute[chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd] action run [10.111.5.84] out: - execute chmod +x //source/dev-chuck-network/eucalyptus/tools/eucanetd [10.111.5.84] out: * execute[Copy Policy Kit file for NC] action run [10.111.5.84] out: - execute cp //source/dev-chuck-network/eucalyptus/tools/eucalyptus-nc-libvirt.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ [10.111.5.84] out: * execute[//usr/sbin/euca_conf --setup -d /] action run [10.111.5.84] out: - execute //usr/sbin/euca_conf --setup -d / [10.111.5.84] out: Recipe: eucalyptus::cluster-controller [10.111.5.84] out: * ruby_block[Sync keys for CC] action run [10.111.5.84] out: - execute the ruby block Sync keys for CC [10.111.5.84] out: * template[eucalyptus.conf] action create [10.111.5.84] out: - update content in file //etc/eucalyptus/eucalyptus.conf from db45e1 to ca76de [10.111.5.84] out: --- //etc/eucalyptus/eucalyptus.conf 2015-03-23 16:36:10.481986175 -0700 [10.111.5.84] out: +++ /tmp/chef-rendered-template20150323-31316-1d05ar1 2015-03-23 16:36:10.852988671 -0700 [10.111.5.84] out: @@ -1,256 +1,24 @@ [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# GLOBAL CONFIGURATION [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# Where Eucalyptus is installed [10.111.5.84] out: EUCALYPTUS="/" [10.111.5.84] out: - [10.111.5.84] out: -# This is the username that you would like eucalyptus to run as [10.111.5.84] out: +LOGLEVEL="DEBUG" [10.111.5.84] out: EUCA_USER="eucalyptus" [10.111.5.84] out: - [10.111.5.84] out: -# Extra options to pass to the eucalyptus-cloud process, such as log [10.111.5.84] out: -# levels, heap size, or other JVM flags. [10.111.5.84] out: CLOUD_OPTS="" [10.111.5.84] out: - [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# STORAGE CONTROLLER (SC) CONFIGURATION [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# The number of loop devices to make available at SC startup time. [10.111.5.84] out: -# The default is 256. If you supply "max_loop" to the loop driver [10.111.5.84] out: -# then this setting must be equal to that number. [10.111.5.84] out: -#CREATE_SC_LOOP_DEVICES=256 [10.111.5.84] out: - [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# CLUSTER CONTROLLER (CC) / NODE CONTROLLER (NC) SHARED CONFIGURATION [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# The level of logging output. Valid settings are, in descending order of [10.111.5.84] out: -# verbosity: EXTREME, TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The [10.111.5.84] out: -# default is INFO. [10.111.5.84] out: -#LOGLEVEL="INFO" [10.111.5.84] out: - [10.111.5.84] out: -# The number of old log files to keep when rotating logs, in range [0-999]. [10.111.5.84] out: -# The default is 10. When set to 0, no rotation is performed and log size [10.111.5.84] out: -# limit is (LOGMAXSIZE, below) is not enforced. [10.111.5.84] out: -#LOGROLLNUMBER="10" [10.111.5.84] out: - [10.111.5.84] out: -# The maximum size of the log file, in bytes. 100MB by default. For this [10.111.5.84] out: -# size to be enforced, LOGROLLNUMBER, above, must be 1 or higher. If log [10.111.5.84] out: -# rotation is performed by an outside tool, either set LOGROLLNUMBER to 0 [10.111.5.84] out: -# or set this limit to a large value. [10.111.5.84] out: -#LOGMAXSIZE=104857600 [10.111.5.84] out: - [10.111.5.84] out: -# On a NC, this defines the TCP port on which the NC will listen. [10.111.5.84] out: -# On a CC, this defines the TCP port on which the CC will contact NCs. [10.111.5.84] out: -NC_PORT="8775" [10.111.5.84] out: - [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# CLUSTER CONTROLLER (CC) CONFIGURATION [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# The TCP port on which the CC will listen. [10.111.5.84] out: CC_PORT="8774" [10.111.5.84] out: - [10.111.5.84] out: -# The scheduling policy that the CC uses to choose the NC on which to [10.111.5.84] out: -# run each new instance. Valid settings include GREEDY and ROUNDROBIN. [10.111.5.84] out: -# The default scheduling policy is ROUNDROBIN. [10.111.5.84] out: SCHEDPOLICY="ROUNDROBIN" [10.111.5.84] out: - [10.111.5.84] out: -# A space-separated list of IP addresses for all the NCs that this CC [10.111.5.84] out: -# should communicate with. Theeuca_conf --register-nodes'' command [10.111.5.84] out: -# manipulates this setting. [10.111.5.84] out: -NODES="" [10.111.5.84] out: - [10.111.5.84] out: -# The default is valid when multiple CCs reside in the same layer 2 [10.111.5.84] out: -# broadcast domain or running single cluster. Change this setting [10.111.5.84] out: -# to "N" to enable tunneling when you have separate layer 2 broadcast [10.111.5.84] out: -# domains in separate clusters. [10.111.5.84] out: -# This setting has no effect in Edge mode. [10.111.5.84] out: -DISABLE_TUNNELING="Y" [10.111.5.84] out: - [10.111.5.84] out: -# The location of the NC service. The default is [10.111.5.84] out: -# axis2/services/EucalyptusNC [10.111.5.84] out: +NODES="10.111.5.86" [10.111.5.84] out: NC_SERVICE="axis2/services/EucalyptusNC" [10.111.5.84] out: - [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# NODE CONTROLLER (NC) CONFIGURATION [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# The hypervisor that the NC will interact with in order to manage [10.111.5.84] out: -# virtual machines. Supported values include "kvm" and "xen". [10.111.5.84] out: -HYPERVISOR="not_configured" [10.111.5.84] out: - [10.111.5.84] out: -# The following three options determine whether KVM uses Virtio for [10.111.5.84] out: -# specific types of I/O with instances. These options only affect the [10.111.5.84] out: -# KVM hypervisor. [10.111.5.84] out: - [10.111.5.84] out: -# If "1", use Virtio for the root file system [10.111.5.84] out: +NC_PORT="8775" [10.111.5.84] out: +HYPERVISOR="kvm" [10.111.5.84] out: +MAX_CORES="32" [10.111.5.84] out: +INSTANCE_PATH="/var/lib/eucalyptus/instances" [10.111.5.84] out: USE_VIRTIO_ROOT="1" [10.111.5.84] out: - [10.111.5.84] out: -# If "1", use Virtio for dynamic block volumes [10.111.5.84] out: USE_VIRTIO_DISK="1" [10.111.5.84] out: - [10.111.5.84] out: -# If "1", use Virtio for the network card [10.111.5.84] out: USE_VIRTIO_NET="1" [10.111.5.84] out: - [10.111.5.84] out: -# The number of virtual CPU cores that Eucalyptus is allowed to allocate [10.111.5.84] out: -# to instances. The default value of 0 allows Eucalyptus to use all [10.111.5.84] out: -# CPU cores on the system. [10.111.5.84] out: -#MAX_CORES="0" [10.111.5.84] out: - [10.111.5.84] out: -# The amount of disk space, in megabytes, that the NC is allowed to use [10.111.5.84] out: -# in its work directory ($INSTANCE_PATH/eucalyptus/work). By default [10.111.5.84] out: -# the NC chooses automatically. Values below 10 are ignored. [10.111.5.84] out: -#NC_WORK_SIZE=50000 [10.111.5.84] out: - [10.111.5.84] out: -# The amount of disk space, in megabytes, that the NC is allowed to use in [10.111.5.84] out: -# its image cache directory ($INSTANCE_PATH/eucalyptus/cache). By default [10.111.5.84] out: -# the NC chooses automatically. A value below 10 will disable caching. [10.111.5.84] out: -#NC_CACHE_SIZE=50000 [10.111.5.84] out: - [10.111.5.84] out: -# The number of disk-intensive operations that the NC is allowed to [10.111.5.84] out: -# perform at once. A value of 1 serializes all disk-intensive operations. [10.111.5.84] out: -# The default value is 4. [10.111.5.84] out: -#CONCURRENT_DISK_OPS=4 [10.111.5.84] out: - [10.111.5.84] out: -# The number of loop devices to make available at NC startup time. [10.111.5.84] out: -# The default is 256. If you supply "max_loop" to the loop driver then [10.111.5.84] out: -# this setting must be equal to that number. [10.111.5.84] out: -#CREATE_NC_LOOP_DEVICES=256 [10.111.5.84] out: - [10.111.5.84] out: -# The directory where the NC will store instances' root filesystems, [10.111.5.84] out: -# ephemeral storage, and cached copies of images. [10.111.5.84] out: -INSTANCE_PATH="not_configured" [10.111.5.84] out: - [10.111.5.84] out: -# If euca-bundle-upload, euca-check-bucket, or euca-delete-bundle do [10.111.5.84] out: -# not appear in the NC's search PATH then specify their locations here. [10.111.5.84] out: -#NC_BUNDLE_UPLOAD_PATH="/usr/bin/euca-bundle-upload" [10.111.5.84] out: -#NC_CHECK_BUCKET_PATH="/usr/bin/euca-check-bucket" [10.111.5.84] out: -#NC_DELETE_BUNDLE_PATH="/usr/bin/euca-delete-bundle" [10.111.5.84] out: - [10.111.5.84] out: -# The maximum amount of time, in seconds, that an instance will remain [10.111.5.84] out: -# in a migration-ready state on a source NC while awaiting the [10.111.5.84] out: -# preparation of a destination NC for a migration. After this time [10.111.5.84] out: -# period, the migration request will be terminated and the any [10.111.5.84] out: -# preparation on the source NC will be rolled back. Default is 15 [10.111.5.84] out: -# minutes. [10.111.5.84] out: -#NC_MIGRATION_READY_THRESHOLD=900 [10.111.5.84] out: - [10.111.5.84] out: -# The number of connection attempts that NC will try to downlaod an [10.111.5.84] out: -# image or image manifest from Walrus. Failure to download may be [10.111.5.84] out: -# due to a registered image not being available for download while [10.111.5.84] out: -# Walrus is decrypting and caching it. Smallest allowed value is 1, [10.111.5.84] out: -# while the biggest is 98. The default, as of 3.3.1, is 9, which [10.111.5.84] out: -# gives over 13 minutes of wait time. (Download attempts are backed [10.111.5.84] out: -# off at exponentially increasing intervals up to a max of 300 sec [10.111.5.84] out: -# between retries.) [10.111.5.84] out: -#WALRUS_DOWNLOAD_MAX_ATTEMPTS=9 [10.111.5.84] out: - [10.111.5.84] out: -# Name of the user on the Ceph installation that requests [10.111.5.84] out: -# from Eucalyptus should use. [10.111.5.84] out: -# [10.111.5.84] out: -#CEPH_USER_NAME="eucalyptus" [10.111.5.84] out: - [10.111.5.84] out: -# Path to the file containing the keyring that Eucalyptus [10.111.5.84] out: -# should use when interacting with Ceph. [10.111.5.84] out: -# [10.111.5.84] out: -#CEPH_KEYRING_PATH="/etc/ceph/ceph.client.eucalyptus.keyring" [10.111.5.84] out: - [10.111.5.84] out: -# Path to the configuration file for Ceph installation [10.111.5.84] out: -# on the Node Controller host. [10.111.5.84] out: -# [10.111.5.84] out: -#CEPH_CONFIG_PATH="/etc/ceph/ceph.conf" [10.111.5.84] out: - [10.111.5.84] out: -# Toggle for requesting that the CPU visible to the guest should [10.111.5.84] out: -# be exactly the same as the host CPU even in the aspects that [10.111.5.84] out: -# libvirt does not understand. Setting this to 1 enables passthrough, [10.111.5.84] out: -# which may restrict ability of instances to migrate between similar [10.111.5.84] out: -# but not identical CPUs. On the other hand, passthrough is necessary [10.111.5.84] out: -# for nested virtualization. Default value is not to pass through. [10.111.5.84] out: -# [10.111.5.84] out: -#USE_CPU_PASSTHROUGH="0" [10.111.5.84] out: - [10.111.5.84] out: -########################################################################### [10.111.5.84] out: -# NETWORKING CONFIGURATION [10.111.5.84] out: -# [10.111.5.84] out: -# The set of networking settings that apply to a cloud varies based on [10.111.5.84] out: -# its networking mode. Each setting in this section lists the modes in [10.111.5.84] out: -# which it applies. Unless otherwise noted, all of these settings apply [10.111.5.84] out: -# only to CCs. All settings that lack default values must be specified [10.111.5.84] out: -# in the networking modes that use them. [10.111.5.84] out: -########################################################################### [10.111.5.84] out: - [10.111.5.84] out: -# The networking mode in which to run. The same mode must be specified [10.111.5.84] out: -# on all CCs and NCs in the entire cloud. Valid values include EDGE, [10.111.5.84] out: -# MANAGED, and MANAGED-NOVLAN. [10.111.5.84] out: -VNET_MODE="MANAGED-NOVLAN" [10.111.5.84] out: - [10.111.5.84] out: -# The name of the network interface that is on the same network as [10.111.5.84] out: -# the NCs. The default is "eth0". [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -VNET_PRIVINTERFACE="eth0" [10.111.5.84] out: - [10.111.5.84] out: -# On a CC, this is the name of the network interface that is connected [10.111.5.84] out: -# to the "public" network. When tunnelling is enabled, this must be [10.111.5.84] out: -# a bridge. The default is "eth0". [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -# [10.111.5.84] out: -# On an NC, this is the name of the network interface that is connected [10.111.5.84] out: -# to the same network as the CC. The default is "eth0". [10.111.5.84] out: -# Networking modes: Edge, Managed [10.111.5.84] out: -VNET_PUBINTERFACE="eth0" [10.111.5.84] out: - [10.111.5.84] out: -# On an NC, this is the name of the bridge interface to which instances' [10.111.5.84] out: -# network interfaces should attach. A physical interface that can reach [10.111.5.84] out: -# the CC must be attached to this bridge. [10.111.5.84] out: -# Networking modes: Edge, Managed (No VLAN) [10.111.5.84] out: +VNET_MODE="EDGE" [10.111.5.84] out: +VNET_PRIVINTERFACE="br0" [10.111.5.84] out: +VNET_PUBINTERFACE="br0" [10.111.5.84] out: VNET_BRIDGE="br0" [10.111.5.84] out: - [10.111.5.84] out: -# A space-separated list of individual and/or hyphenated ranges of public [10.111.5.84] out: -# IP addresses to assign to instances. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_PUBLICIPS="your-free-public-ip-1 your-free-public-ip-2 ..." [10.111.5.84] out: - [10.111.5.84] out: -# The address and network mask of the network the cloud should use for [10.111.5.84] out: -# instances' private IP addresses. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_SUBNET="192.168.0.0" [10.111.5.84] out: -#VNET_NETMASK="255.255.0.0" [10.111.5.84] out: - [10.111.5.84] out: -# The number of IP addresses to allocate to each security group. [10.111.5.84] out: -# Specify a power of 2 between 16 and 2048. IMPORTANT: the system [10.111.5.84] out: -# will reserve 11 IPs from each security group for internal system [10.111.5.84] out: -# use, leaving VNET_ADDRSPERNET-11 IPs free for VMs to use for each [10.111.5.84] out: -# security group. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_ADDRSPERNET="32" [10.111.5.84] out: - [10.111.5.84] out: -# The address of the DNS server to supply to instances in DHCP responses. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN). Moving forward, [10.111.5.84] out: -# this option will be deprecated in favor of the CLC property. [10.111.5.84] out: -#VNET_DNS="your-dns-server-ip" [10.111.5.84] out: - [10.111.5.84] out: -# The search domain to supply to instance in DHCP responses. [10.111.5.84] out: -# NOTE: This should always be cloud.vmstate.instance_subdomain + ".internal", [10.111.5.84] out: -# and will be overridden by the CLC property. Moving forward, this option will [10.111.5.84] out: -# be deprecated in favor of the CLC property. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_DOMAINNAME="eucalyptus.internal" [10.111.5.84] out: - [10.111.5.84] out: -# Set this to the IP address that other CCs can use to reach this CC [10.111.5.84] out: -# if layer 2 tunneling between CCs does not work. It is not normally [10.111.5.84] out: -# necessary to change this setting. [10.111.5.84] out: -# Networking modes: Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_LOCALIP="your-public-interface's-ip" [10.111.5.84] out: - [10.111.5.84] out: -# The ISC DHCP server executable to use. The default is [10.111.5.84] out: -# "/usr/sbin/dhcpd3". [10.111.5.84] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.84] out: VNET_DHCPDAEMON="/usr/sbin/dhcpd" [10.111.5.84] out: - [10.111.5.84] out: -# The user as which the DHCP daemon runs on your distribution. [10.111.5.84] out: -# The default is "dhcpd". [10.111.5.84] out: -# Networking modes: Edge, Managed, Managed (No VLAN) [10.111.5.84] out: -#VNET_DHCPUSER="dhcpd" [10.111.5.84] out: +METADATA_USE_VM_PRIVATE="Y" [10.111.5.84] out: +NC_ROUTER="N" [10.111.5.84] out: +DISABLE_TUNNELING="Y" [10.111.5.84] out: * execute[Set ip_forward sysctl values on CC] action run [10.111.5.84] out: - execute sed -i 's/net.ipv4.ipforward./net.ipv4.ipforward = 1/' /etc/sysctl.conf [10.111.5.84] out: * execute[Set bridge-nf-call-iptables sysctl values on NC] action run [10.111.5.84] out: - execute sed -i 's/net.bridge.bridge-nf-call-iptables./net.bridge.bridge-nf-call-iptables = 1/' /etc/sysctl.conf [10.111.5.84] out: * execute[Ensure bridge modules loaded into the kernel on NC] action run [10.111.5.84] out: - execute modprobe bridge [10.111.5.84] out: * execute[Reload sysctl values] action run [10.111.5.84] out: - execute sysctl -p [10.111.5.84] out: * service[eucalyptus-cc] action enable (up to date) [10.111.5.84] out: * service[eucalyptus-cc] action start [10.111.5.84] out: - start service service[eucalyptus-cc] [10.111.5.84] out: * log[Registering the following nodes: ["10.111.5.86"]] action write [10.111.5.84] out:
[10.111.5.84] out: * execute[Register Nodes] action run [10.111.5.84] out: - execute //usr/sbin/euca_conf --register-nodes 10.111.5.86 --no-scp --no-rsync --no-sync [10.111.5.84] out: Recipe: eucalyptus::storage-controller [10.111.5.84] out: * template[eucalyptus.conf] action create (up to date) [10.111.5.84] out: * ruby_block[Sync keys for SC] action run [10.111.5.84] out: - execute the ruby block Sync keys for SC [10.111.5.84] out: * ruby_block[Get Ceph Credentials] action run (skipped due to only_if) [10.111.5.84] out: * service[eucalyptus-cloud] action enable (up to date) [10.111.5.84] out: * service[eucalyptus-cloud] action start [10.111.5.84] out: - start service service[eucalyptus-cloud] [10.111.5.84] out: [10.111.5.84] out: Running handlers: [10.111.5.84] out: Running handlers complete [10.111.5.84] out: Chef Client finished, 42/156 resources updated in 578.158187764 seconds [10.111.5.84] out:

Fatal error: One or more hosts failed while executing task 'run_chef_client'

Aborting. One or more hosts failed while executing task 'run_chef_client'

viglesiasce commented 9 years ago

@gelinasc Looks like your 10.111.5.86 host cant reach your init script url:

[10.111.5.86] out: [2015-03-23T16:26:52-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 3/5
[10.111.5.86] out: [2015-03-23T16:26:57-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 4/5
[10.111.5.86] out: [2015-03-23T16:27:02-07:00] ERROR: Error connecting to http://git.qa1.eucalyptus-systems.com/chuck/chuck-projects/raw/master/init-script.sh, retry 5/5