|
|
|
Started GET "/unattended/built?token=0173a870-053f-4eac-af15-74c096c78960" for 89.163.185.83 at 2014-01-23 18:38:29 +0100
|
|
Processing by UnattendedController#built as */*
|
|
Parameters: {"token"=>"0173a870-053f-4eac-af15-74c096c78960"}
|
|
[1m[36mHost::Managed Load (1.4ms)[0m [1mSELECT hosts.* FROM `hosts` INNER JOIN `tokens` ON `tokens`.`host_id` = `hosts`.`id` WHERE `hosts`.`type` IN ('Host::Managed') AND `tokens`.`value` = '0173a870-053f-4eac-af15-74c096c78960' AND (expires >= '2014-01-23 17:38:29') LIMIT 1[0m
|
|
[1m[35mOperatingsystem Load (0.4ms)[0m SELECT `operatingsystems`.* FROM `operatingsystems` WHERE `operatingsystems`.`id` = 9 ORDER BY operatingsystems.name LIMIT 1
|
|
Found testhost001.install.example.com
|
|
[1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`login` = 'admin' LIMIT 1[0m
|
|
Setting current user thread-local variable to admin
|
|
unattended: testhost001.install.example.com is Built!
|
|
[1m[35mSetting Load (1.0ms)[0m SELECT `settings`.* FROM `settings` WHERE `settings`.`name` = 'update_ip_from_built_request' ORDER BY name LIMIT 1
|
|
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
[1m[35mSubnet Load (0.4ms)[0m SELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1
|
|
[1m[36mDomain Load (0.3ms)[0m [1mSELECT `domains`.* FROM `domains` WHERE `domains`.`id` = 5 ORDER BY domains.name LIMIT 1[0m
|
|
[1m[35mLookupValue Load (0.5ms)[0m SELECT `lookup_values`.* FROM `lookup_values` WHERE `lookup_values`.`match` = 'fqdn=testhost001.install.example.com'
|
|
[1m[36mHost::Base Exists (0.5ms)[0m [1mSELECT 1 AS one FROM `hosts` WHERE (`hosts`.`name` = BINARY 'testhost001.install.example.com' AND `hosts`.`id` != 28) LIMIT 1[0m
|
|
[1m[35mSmartProxy Load (0.3ms)[0m SELECT `smart_proxies`.* FROM `smart_proxies` WHERE `smart_proxies`.`id` = 2 ORDER BY smart_proxies.name LIMIT 1
|
|
[1m[36mComputeResource Load (0.3ms)[0m [1mSELECT `compute_resources`.* FROM `compute_resources` WHERE `compute_resources`.`id` = 2 ORDER BY compute_resources.name LIMIT 1[0m
|
|
[1m[35mHost::Managed Exists (0.6ms)[0m SELECT 1 AS one FROM `hosts` WHERE `hosts`.`type` IN ('Host::Managed') AND (`hosts`.`ip` = BINARY '172.16.99.105' AND `hosts`.`id` != 28) LIMIT 1
|
|
[1m[36mCACHE (0.0ms)[0m [1mSELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1[0m
|
|
[1m[35m (0.5ms)[0m ROLLBACK
|
|
Failed to set Build on testhost001.install.example.com: undefined method `symbolize_keys' for nil:NilClass
|
|
Completed 409 Conflict in 192.7ms (ActiveRecord: 8.6ms)
|
|
|
|
|
|
|
|
|
|
Started GET "/hosts/testhost001.install.example.com/cancelBuild" for 88.128.80.7 at 2014-01-23 18:39:01 +0100
|
|
Processing by HostsController#cancelBuild as HTML
|
|
Parameters: {"id"=>"testhost001.install.example.com"}
|
|
[1m[36mUser Load (0.6ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1[0m
|
|
Setting current user thread-local variable to admin
|
|
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Organization')
|
|
Setting current organization thread-local variable to none
|
|
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Location')[0m
|
|
Setting current location thread-local variable to none
|
|
[1m[35mSQL (0.4ms)[0m SELECT id FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Location') LIMIT 1
|
|
[1m[36mSQL (0.4ms)[0m [1mSELECT id FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Organization') LIMIT 1[0m
|
|
[1m[35mHost::Base Load (0.6ms)[0m SELECT `hosts`.* FROM `hosts` WHERE `hosts`.`name` = 'testhost001.install.example.com' LIMIT 1
|
|
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
|
[1m[35mSubnet Load (0.8ms)[0m SELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1
|
|
[1m[36mDomain Load (0.7ms)[0m [1mSELECT `domains`.* FROM `domains` WHERE `domains`.`id` = 5 ORDER BY domains.name LIMIT 1[0m
|
|
[1m[35mLookupValue Load (0.6ms)[0m SELECT `lookup_values`.* FROM `lookup_values` WHERE `lookup_values`.`match` = 'fqdn=testhost001.install.example.com'
|
|
[1m[36mHost::Base Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `hosts` WHERE (`hosts`.`name` = BINARY 'testhost001.install.example.com' AND `hosts`.`id` != 28) LIMIT 1[0m
|
|
[1m[35mSmartProxy Load (0.6ms)[0m SELECT `smart_proxies`.* FROM `smart_proxies` WHERE `smart_proxies`.`id` = 2 ORDER BY smart_proxies.name LIMIT 1
|
|
[1m[36mComputeResource Load (0.5ms)[0m [1mSELECT `compute_resources`.* FROM `compute_resources` WHERE `compute_resources`.`id` = 2 ORDER BY compute_resources.name LIMIT 1[0m
|
|
[1m[35mHost::Managed Exists (0.4ms)[0m SELECT 1 AS one FROM `hosts` WHERE `hosts`.`type` IN ('Host::Managed') AND (`hosts`.`ip` = BINARY '172.16.99.105' AND `hosts`.`id` != 28) LIMIT 1
|
|
[1m[36mCACHE (0.0ms)[0m [1mSELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1[0m
|
|
[1m[35mOperatingsystem Load (0.4ms)[0m SELECT `operatingsystems`.* FROM `operatingsystems` WHERE `operatingsystems`.`id` = 9 ORDER BY operatingsystems.name LIMIT 1
|
|
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
Failed to set Build on testhost001.install.example.com: undefined method `symbolize_keys' for nil:NilClass
|
|
Failed to save:
|
|
Redirected to https://fw.example.com/hosts/new
|
|
Completed 302 Found in 81.2ms (ActiveRecord: 8.7ms)
|
|
|
|
|
|
|
|
|
|
Started GET "/hosts/testhost001.install.example.com/cancelBuild" for 88.128.80.7 at 2014-01-23 18:39:04 +0100
|
|
Processing by HostsController#cancelBuild as HTML
|
|
Parameters: {"id"=>"testhost001.install.example.com"}
|
|
[1m[36mUser Load (1.5ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1[0m
|
|
Setting current user thread-local variable to admin
|
|
[1m[35m (14.1ms)[0m SELECT COUNT(*) FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Organization')
|
|
Setting current organization thread-local variable to none
|
|
[1m[36m (1.2ms)[0m [1mSELECT COUNT(*) FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Location')[0m
|
|
Setting current location thread-local variable to none
|
|
[1m[35mSQL (3.8ms)[0m SELECT id FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Location') LIMIT 1
|
|
[1m[36mSQL (1.2ms)[0m [1mSELECT id FROM `taxonomies` WHERE `taxonomies`.`type` IN ('Organization') LIMIT 1[0m
|
|
[1m[35mHost::Base Load (0.9ms)[0m SELECT `hosts`.* FROM `hosts` WHERE `hosts`.`name` = 'testhost001.install.example.com' LIMIT 1
|
|
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
|
[1m[35mSubnet Load (1.8ms)[0m SELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1
|
|
[1m[36mDomain Load (1.6ms)[0m [1mSELECT `domains`.* FROM `domains` WHERE `domains`.`id` = 5 ORDER BY domains.name LIMIT 1[0m
|
|
[1m[35mLookupValue Load (3.8ms)[0m SELECT `lookup_values`.* FROM `lookup_values` WHERE `lookup_values`.`match` = 'fqdn=testhost001.install.example.com'
|
|
[1m[36mHost::Base Exists (3.1ms)[0m [1mSELECT 1 AS one FROM `hosts` WHERE (`hosts`.`name` = BINARY 'testhost001.install.example.com' AND `hosts`.`id` != 28) LIMIT 1[0m
|
|
[1m[35mSmartProxy Load (0.9ms)[0m SELECT `smart_proxies`.* FROM `smart_proxies` WHERE `smart_proxies`.`id` = 2 ORDER BY smart_proxies.name LIMIT 1
|
|
[1m[36mComputeResource Load (1.4ms)[0m [1mSELECT `compute_resources`.* FROM `compute_resources` WHERE `compute_resources`.`id` = 2 ORDER BY compute_resources.name LIMIT 1[0m
|
|
[1m[35mHost::Managed Exists (8.8ms)[0m SELECT 1 AS one FROM `hosts` WHERE `hosts`.`type` IN ('Host::Managed') AND (`hosts`.`ip` = BINARY '172.16.99.105' AND `hosts`.`id` != 28) LIMIT 1
|
|
[1m[36mCACHE (0.0ms)[0m [1mSELECT `subnets`.* FROM `subnets` WHERE `subnets`.`id` = 2 ORDER BY vlanid LIMIT 1[0m
|
|
[1m[35mOperatingsystem Load (4.1ms)[0m SELECT `operatingsystems`.* FROM `operatingsystems` WHERE `operatingsystems`.`id` = 9 ORDER BY operatingsystems.name LIMIT 1
|
|
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
Failed to set Build on testhost001.install.example.com: undefined method `symbolize_keys' for nil:NilClass
|
|
Failed to save:
|
|
Redirected to https://fw.example.com/hosts/new
|
|
Completed 302 Found in 247.1ms (ActiveRecord: 49.8ms)
|
|
|