From f99b505f5d5e49d4acaaa4cfae5714391f2423bc Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Thu, 2 Feb 2017 13:21:47 -0500 Subject: [PATCH] Update to webmock 2.3.1+ and VCR 3.0.2+ [1] Older webmock is not compatible with ruby 2.4 [2] webmock 2+ needs VCR 3.0.2+ [2] [3] Script from [2] to convert userinfo in uri to auth header (in cassettes) [4] An alternative script [5] thanks to cben for digging into this [6] very similar to the change for foreman_api_client [1] Ruby 2.4.0 removed the closed? check in the conditional in: s.close if !s.closed? Webmock was changed to add close to StubSocket along with another change... ruby/ruby@f845a9e bblimke/webmock@8f2176a WebMock 2.3.1+ fixed the issue with ruby 2.4.0 by adding StubSocket#close. [2] vcr/vcr#570 (comment) [3] https://gist.github.com/glaszig/9170b1cf2186674faeead74a68606c5d [4] https://gist.github.com/ujh/594c99385b6cbe92e32b1bbfa8578a45 [5] abonas/kubeclient#247 [6] https://github.com/ManageIQ/foreman_api_client/pull/7 --- Gemfile | 4 +- spec/support/webmock_ruby24_bridge.rb | 15 - .../refreshers/foreman_refresher_api_doc.yml | 5 +- .../event_catcher/stream.yml | 15 +- .../automation_manager/refresher.yml | 1891 +++++++---------- ...refresher_configuration_script_sources.yml | 24 +- .../refresher_credentials.yml | 6 +- ...r_targeted_configuration_script_source.yml | 267 +-- ...argeted_configuration_script_source_v2.yml | 33 +- .../automation_manager/refresher_v2.yml | 1668 +++++++-------- .../refresher_api_locations_v2.yml | 160 +- .../refresher_api_v2.yml | 95 +- 12 files changed, 1816 insertions(+), 2367 deletions(-) delete mode 100644 spec/support/webmock_ruby24_bridge.rb diff --git a/Gemfile b/Gemfile index 3a3ba671a08..4ef374e9aeb 100644 --- a/Gemfile +++ b/Gemfile @@ -122,8 +122,8 @@ unless ENV["APPLIANCE"] gem "factory_girl", "~>4.5.0", :require => false gem "sqlite3", :require => false gem "timecop", "~>0.7.3", :require => false - gem "vcr", "~>3.0.0", :require => false - gem "webmock", "~>1.12", :require => false + gem "vcr", "~>3.0.2", :require => false + gem "webmock", "~>2.3.1", :require => false end group :development, :test do diff --git a/spec/support/webmock_ruby24_bridge.rb b/spec/support/webmock_ruby24_bridge.rb deleted file mode 100644 index 7ea92383efb..00000000000 --- a/spec/support/webmock_ruby24_bridge.rb +++ /dev/null @@ -1,15 +0,0 @@ -# Ruby 2.4.0 removed the closed? check in the conditional in: s.close if !s.closed? -# Webmock was changed to add close to StubSocket along with another change. -# https://github.com/ruby/ruby/commit/f845a9ef76c0195254ded79c85c24332534f4057 -# https://github.com/bblimke/webmock/commit/8f2176a1fa75374df55b87d782e08ded673a75b4 -# WebMock 2.3.1+ fixed this. -# We should upgrade webmock but that requires some re-recording of cassettes (I think) -# and maybe other things. -if WebMock::VERSION < "2.3.1" - class StubSocket - def close - end - end -else - warn "Remove me: #{__FILE__}:#{__LINE__}. WebMock 2.3.1+ fixed the issue with ruby 2.4.0 by adding StubSocket#close." -end diff --git a/spec/vcr_cassettes/ems_refresh/refreshers/foreman_refresher_api_doc.yml b/spec/vcr_cassettes/ems_refresh/refreshers/foreman_refresher_api_doc.yml index d975984be26..eca0ef302b5 100644 --- a/spec/vcr_cassettes/ems_refresh/refreshers/foreman_refresher_api_doc.yml +++ b/spec/vcr_cassettes/ems_refresh/refreshers/foreman_refresher_api_doc.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: http://admin:smartvm@example.com/apidoc/v2.json + uri: http://example.com/apidoc/v2.json body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1426,6 +1427,6 @@ http_interactions: a usergroup."}],"formats":null,"full_description":"","errors":[],"params":[{"name":"id","full_name":"id","description":"","required":true,"allow_nil":false,"validator":"Must be String","metadata":null,"show":true,"expected_type":"string"}],"examples":[],"metadata":null,"see":[]}]},"statistics":{"doc_url":"../apidoc/v2/statistics","api_url":"/api","name":"Statistics","short_description":null,"full_description":null,"version":"v2","formats":null,"metadata":null,"methods":[{"doc_url":"../apidoc/v2/statistics/index","name":"index","apis":[{"api_url":"/api/statistics","http_method":"GET","short_description":"Get statistics"}],"formats":null,"full_description":"","errors":[],"params":[],"examples":[],"metadata":null,"see":[]}]}}}}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT recorded_with: VCR 2.9.3 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/event_catcher/stream.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/event_catcher/stream.yml index 822d2ee319b..0991ff09368 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/event_catcher/stream.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/event_catcher/stream.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/activity_stream?order_by=-id + uri: https://dev-ansible-tower3.example.com/api/v1/activity_stream?order_by=-id body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Wed, 05 Apr 2017 07:17:59 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/activity_stream/?order_by=-id + uri: https://dev-ansible-tower3.example.com/api/v1/activity_stream/?order_by=-id body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -88,7 +90,7 @@ http_interactions: recorded_at: Wed, 05 Apr 2017 07:18:01 GMT - request: method: post - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/credentials/ + uri: https://dev-ansible-tower3.example.com/api/v1/credentials/ body: encoding: UTF-8 string: '{"name":"test_stream","user":1}' @@ -101,6 +103,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 201 @@ -133,7 +136,7 @@ http_interactions: recorded_at: Wed, 05 Apr 2017 07:18:01 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/activity_stream?id__gt=4853&order_by=id + uri: https://dev-ansible-tower3.example.com/api/v1/activity_stream?id__gt=4853&order_by=id body: encoding: US-ASCII string: '' @@ -144,6 +147,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -166,7 +170,7 @@ http_interactions: recorded_at: Wed, 05 Apr 2017 07:18:02 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/activity_stream/?id__gt=4853&order_by=id + uri: https://dev-ansible-tower3.example.com/api/v1/activity_stream/?id__gt=4853&order_by=id body: encoding: US-ASCII string: '' @@ -177,6 +181,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher.yml index 30d09ef17b9..cfc7cc6ce5d 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config + uri: https://dev-ansible-tower3.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:43 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config/ + uri: https://dev-ansible-tower3.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -68,229 +70,12 @@ http_interactions: body: encoding: ASCII-8BIT string: !binary |- - eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJ - Q0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3Jl - ZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5z - aWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywg - dXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5k - IG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXi - gJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBc - blxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBv - ZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVz - ICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBu - b24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5v - bi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJt - IG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0 - aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIg - b2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBm - cm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICji - gJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxp - Y2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJl - IG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNo - aXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91 - LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3Vy - IHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90 - IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFu - dCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJt - cyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUg - YXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhh - dCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNl - bnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4g - IFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNo - IGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcg - YWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQs - IFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2Ug - bWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGlu - dGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVt - YWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhh - dCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3Qg - YXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBh - cnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86 - IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxv - dyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRl - cjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5l - ZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBw - cm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFw - cHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGlu - ZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBz - b3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlv - biBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBT - b2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxl - IGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3 - YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMg - aW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBv - ciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5n - KSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRl - cml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dl - ciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUg - bmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90 - aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIg - U29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVu - Y2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0 - aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFu - Y2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3Vt - dmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5n - IG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVm - aW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRv - d2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRo - ZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0 - IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmlj - ZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vu - c2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPi - gJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMg - TGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1h - dGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNv - ZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3Qg - dGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBk - ZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhl - ciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQg - dG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2Ug - aG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9m - IGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBF - dmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2Vk - IEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJl - ZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVy - bXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFs - bCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUg - bGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1 - Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lz - ZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1 - YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3 - YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBv - ciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4g - dGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBu - b24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3Jl - ZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9u - IHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5k - IHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0 - aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9y - IGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQg - V2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0 - aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRl - ZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGlj - ZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2lu - ZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGll - ZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdl - bWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJl - ZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBv - biB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVy - bmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxz - IGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlv - ZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZl - cnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhl - IGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhl - IG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxs - IGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMg - ZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwg - b3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41 - LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0 - aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3 - LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRv - IHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMw - KSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIg - cGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3 - aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlv - dSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1p - dHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5v - ciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUg - bGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVu - dGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qg - c2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBv - bmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3Ry - aWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9m - IHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBs - aWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlh - YmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVk - IEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRo - ZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2 - aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wu - ICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBT - dGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQg - d2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5z - aWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJl - IHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENv - bW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBS - ZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBp - biBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4g - U3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykg - d2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBB - bnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3Rp - bmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGli - aXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0 - aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1l - bnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxl - IFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRo - ZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVh - ciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQg - c3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyBy - b2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1 - bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVu - aXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFu - c2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5 - b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlv - biA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3Ig - dHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMg - dG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1 - c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5k - IGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVy - ZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRp - bmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQs - IHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNo - IG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQg - YWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZv - ciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4 - cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHBy - b3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2Vh - YmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5 - IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50 - IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBv - ZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQg - cmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRo - ZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRo - aXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBO - YXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBv - ZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4g - IEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5z - aWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJl - ZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJv - cGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNl - X2luZm8iOnsiZGVwbG95bWVudF9pZCI6ImEzZGJkYzdmNTRlNDlhNjAzN2M0 - MzFmYTc4YmZmZTc0NjY3ZmRhY2EiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFu - c2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMCBNYW5hZ2Vk - IE5vZGVzKSIsImN1cnJlbnRfaW5zdGFuY2VzIjo4MywiZmVhdHVyZXMiOnsi - c3VydmV5cyI6dHJ1ZSwibXVsdGlwbGVfb3JnYW5pemF0aW9ucyI6dHJ1ZSwi - c3lzdGVtX3RyYWNraW5nIjp0cnVlLCJlbnRlcnByaXNlX2F1dGgiOnRydWUs - InJlYnJhbmRpbmciOnRydWUsImFjdGl2aXR5X3N0cmVhbXMiOnRydWUsImxk - YXAiOnRydWUsImhhIjp0cnVlfSwiZGF0ZV9leHBpcmVkIjpmYWxzZSwiYXZh - aWxhYmxlX2luc3RhbmNlcyI6MTAwLCJob3N0bmFtZSI6ImZmNmI5ZTFmNTYx - NTRhNjFiZWViNWE0ZGJkY2EzMjFhIiwiZnJlZV9pbnN0YW5jZXMiOjE3LCJp - bnN0YW5jZV9jb3VudCI6MTAwLCJ0aW1lX3JlbWFpbmluZyI6MzEyMTExNTcs - ImNvbXBsaWFudCI6dHJ1ZSwiZ3JhY2VfcGVyaW9kX3JlbWFpbmluZyI6MzM4 - MDMxNTcsImNvbnRhY3RfZW1haWwiOiJqb2VzbWl0QHJlZGhhdC5jb20iLCJj - b21wYW55X25hbWUiOiJSZWQgSGF0LCBJbmMuIiwiZGF0ZV93YXJuaW5nIjpm - YWxzZSwibGljZW5zZV90eXBlIjoiZW50ZXJwcmlzZSIsImNvbnRhY3RfbmFt - ZSI6IkpvZSAgU21pdGgiLCJsaWNlbnNlX2RhdGUiOjE1MTc4NDc4MTksImxp - Y2Vuc2Vfa2V5IjoiZWQ5ZDAwZjFhMjU0ZTJiMGI3NzBiYWViMmIyNjg4YzQz - N2U5ZGVlNDE3OTY2N2RmYmZmY2QxOTNlNTA4YTI2MyIsInZhbGlkX2tleSI6 - dHJ1ZX0sImFuYWx5dGljc19zdGF0dXMiOiJkZXRhaWxlZCIsInZlcnNpb24i - OiIzLjAuMSIsInByb2plY3RfYmFzZV9kaXIiOiIvdmFyL2xpYi9hd3gvcHJv - amVjdHMiLCJ0aW1lX3pvbmUiOiJBbWVyaWNhL05ld19Zb3JrIiwiYW5zaWJs - ZV92ZXJzaW9uIjoiMi4xLjAuMCIsInByb2plY3RfbG9jYWxfcGF0aHMiOltd - fQ== + eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJQ0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3JlZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywgdXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5kIG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXigJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBcblxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBvZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVzICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBub24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5vbi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJtIG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIgb2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBmcm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICjigJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxpY2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJlIG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNoaXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3VyIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFudCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJtcyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUgYXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhhdCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNlbnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4gIFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNoIGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcgYWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQsIFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2UgbWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGludGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVtYWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhhdCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3QgYXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBhcnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxvdyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRlcjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5lZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBwcm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFwcHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGluZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBzb3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlvbiBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBvciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5nKSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRlcml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUgbmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVuY2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFuY2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3VtdmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5nIG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVmaW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmljZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vuc2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPigJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMgTGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1hdGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3QgdGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBkZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhlciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQgdG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2UgaG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9mIGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBFdmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2VkIEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJlZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVybXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFsbCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUgbGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBvciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4gdGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBub24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9uIHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5kIHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9yIGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQgV2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGljZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2luZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGllZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdlbWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJlZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBvbiB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVybmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxzIGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlvZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZlcnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhlIGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhlIG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxsIGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMgZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwgb3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRvIHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMwKSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIgcGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlvdSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5vciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUgbGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVudGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qgc2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBvbmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9mIHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBsaWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlhYmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVkIEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRoZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wuICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQgd2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJlIHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBSZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBpbiBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4gU3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykgd2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3RpbmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGliaXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1lbnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRoZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVhciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQgc3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyByb2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlvbiA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3IgdHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMgdG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5kIGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVyZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRpbmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQsIHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNoIG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQgYWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZvciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHByb3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2VhYmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBvZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQgcmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRoZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRoaXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBOYXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBvZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5zaWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJlZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJvcGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNlX2luZm8iOnsiZGVwbG95bWVudF9pZCI6ImEzZGJkYzdmNTRlNDlhNjAzN2M0MzFmYTc4YmZmZTc0NjY3ZmRhY2EiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFuc2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMCBNYW5hZ2VkIE5vZGVzKSIsImN1cnJlbnRfaW5zdGFuY2VzIjo4MywiZmVhdHVyZXMiOnsic3VydmV5cyI6dHJ1ZSwibXVsdGlwbGVfb3JnYW5pemF0aW9ucyI6dHJ1ZSwic3lzdGVtX3RyYWNraW5nIjp0cnVlLCJlbnRlcnByaXNlX2F1dGgiOnRydWUsInJlYnJhbmRpbmciOnRydWUsImFjdGl2aXR5X3N0cmVhbXMiOnRydWUsImxkYXAiOnRydWUsImhhIjp0cnVlfSwiZGF0ZV9leHBpcmVkIjpmYWxzZSwiYXZhaWxhYmxlX2luc3RhbmNlcyI6MTAwLCJob3N0bmFtZSI6ImZmNmI5ZTFmNTYxNTRhNjFiZWViNWE0ZGJkY2EzMjFhIiwiZnJlZV9pbnN0YW5jZXMiOjE3LCJpbnN0YW5jZV9jb3VudCI6MTAwLCJ0aW1lX3JlbWFpbmluZyI6MzEyMTExNTcsImNvbXBsaWFudCI6dHJ1ZSwiZ3JhY2VfcGVyaW9kX3JlbWFpbmluZyI6MzM4MDMxNTcsImNvbnRhY3RfZW1haWwiOiJqb2VzbWl0QHJlZGhhdC5jb20iLCJjb21wYW55X25hbWUiOiJSZWQgSGF0LCBJbmMuIiwiZGF0ZV93YXJuaW5nIjpmYWxzZSwibGljZW5zZV90eXBlIjoiZW50ZXJwcmlzZSIsImNvbnRhY3RfbmFtZSI6IkpvZSAgU21pdGgiLCJsaWNlbnNlX2RhdGUiOjE1MTc4NDc4MTksImxpY2Vuc2Vfa2V5IjoiZWQ5ZDAwZjFhMjU0ZTJiMGI3NzBiYWViMmIyNjg4YzQzN2U5ZGVlNDE3OTY2N2RmYmZmY2QxOTNlNTA4YTI2MyIsInZhbGlkX2tleSI6dHJ1ZX0sImFuYWx5dGljc19zdGF0dXMiOiJkZXRhaWxlZCIsInZlcnNpb24iOiIzLjAuMSIsInByb2plY3RfYmFzZV9kaXIiOiIvdmFyL2xpYi9hd3gvcHJvamVjdHMiLCJ0aW1lX3pvbmUiOiJBbWVyaWNhL05ld19Zb3JrIiwiYW5zaWJsZV92ZXJzaW9uIjoiMi4xLjAuMCIsInByb2plY3RfbG9jYWxfcGF0aHMiOltdfQ== http_version: recorded_at: Thu, 09 Feb 2017 09:37:44 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/inventories + uri: https://dev-ansible-tower3.example.com/api/v1/inventories body: encoding: US-ASCII string: '' @@ -301,6 +86,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -323,7 +109,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:44 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/inventories/ + uri: https://dev-ansible-tower3.example.com/api/v1/inventories/ body: encoding: US-ASCII string: '' @@ -334,6 +120,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -395,7 +182,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:45 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/hosts + uri: https://dev-ansible-tower3.example.com/api/v1/hosts body: encoding: US-ASCII string: '' @@ -406,6 +193,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -428,7 +216,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:46 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/hosts/ + uri: https://dev-ansible-tower3.example.com/api/v1/hosts/ body: encoding: US-ASCII string: '' @@ -439,6 +227,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -467,16 +256,15 @@ http_interactions: \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": - \"500c097c-aa23-eddf-71b6-609859c29bf8\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] 56_vm/56_vm.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420cd95f-e1f0-7ae4-5412-4a7e8d79296e\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 195813, \"vmware_name\": \"56_vm\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": \"500c097c-aa23-eddf-71b6-609859c29bf8\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + 56_vm/56_vm.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cd95f-e1f0-7ae4-5412-4a7e8d79296e\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 195813, \"vmware_name\": + \"56_vm\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -499,11 +287,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 48, \"vmware_hostName\": \"aab-brewery7\", \"vmware_instanceUuid\": \"52ec15d3-0467-1880-8fc6-f91416816ad6\", \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.97.1\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 91263, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] aab-brewery7/aab-brewery7.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 16594, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 91263, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] aab-brewery7/aab-brewery7.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 16594, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"564d5056-49ea-a5aa-a71d-cf9b8138430b\", \"vmware_installBootRequired\": false, \"vmware_committed\": 392896519586, \"vmware_name\": \"aab-brewery7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": @@ -590,11 +378,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 36, \"vmware_hostName\": \"aab-ldap\", \"vmware_instanceUuid\": \"500c1916-2acd-2e09-90bf-4db1d8dec048\", \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"10.8.97.22\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 7939, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] aab-ldap/aab-ldap.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 4157, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 2, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 7939, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] aab-ldap/aab-ldap.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 4157, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 2, \"vmware_uuid\": \"420c8f0d-4a8f-0b6d-fc3a-0c3cfab7b33f\", \"vmware_installBootRequired\": false, \"vmware_committed\": 10296769301, \"vmware_name\": \"aab-ldap\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", @@ -648,8 +436,8 @@ http_interactions: Hat Enterprise Linux 6 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 46, \"vmware_hostName\": \"dhcp-8-99-221.example.com\", - \"vmware_instanceUuid\": \"50336b48-19a0-91bb-5f74-3da27ef38d57\", \"vmware_distributedCpuEntitlement\": + 46, \"vmware_hostName\": \"dhcp-8-99-221.example.com\", \"vmware_instanceUuid\": + \"50336b48-19a0-91bb-5f74-3da27ef38d57\", \"vmware_distributedCpuEntitlement\": 767, \"ansible_ssh_host\": \"10.8.99.221\", \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": 13112, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] CFME (Agrare)/CFME (Agrare).vmx\", @@ -674,15 +462,15 @@ http_interactions: \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500cb016-33eb-e588-c30a-80f2e2b63bcd\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] ag_rhel_7/ag_rhel_7.vmtx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420c7162-30ec-7368-6e4f-89238167d850\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 258981, \"vmware_name\": \"ag_rhel_7\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500cb016-33eb-e588-c30a-80f2e2b63bcd\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + ag_rhel_7/ag_rhel_7.vmtx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c7162-30ec-7368-6e4f-89238167d850\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 258981, \"vmware_name\": + \"ag_rhel_7\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -701,8 +489,8 @@ http_interactions: \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 31, - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c98d1-ce8e-2113-c9df-45c03ea5788b\", \"vmware_distributedCpuEntitlement\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c98d1-ce8e-2113-c9df-45c03ea5788b\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 91227, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] ag_rhel_7_1_clone_1/ag_rhel_7_1_clone_1.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -727,22 +515,22 @@ http_interactions: \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": - \"500cacc2-5cc4-80b1-faa9-6ad4c53e6d1f\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] ag_rhel_7_1_template/ag_rhel_7_1_template.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c4a20-27ba-16ba-8bfa-11e1ecc69002\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 11168, \"vmware_name\": - \"ag_rhel_7_1_template\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Datastore\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": \"500cacc2-5cc4-80b1-faa9-6ad4c53e6d1f\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + ag_rhel_7_1_template/ag_rhel_7_1_template.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c4a20-27ba-16ba-8bfa-11e1ecc69002\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 11168, \"vmware_name\": \"ag_rhel_7_1_template\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 2339536896, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Datastore\"], \"vmware_cpuReservation\": + 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, + \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=645f1d8e-59b3-11e6-a0df-54ee753e66dc\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":22,"type":"host","url":"/api/v1/hosts/22/","related":{"job_host_summaries":"/api/v1/hosts/22/job_host_summaries/","variable_data":"/api/v1/hosts/22/variable_data/","job_events":"/api/v1/hosts/22/job_events/","ad_hoc_commands":"/api/v1/hosts/22/ad_hoc_commands/","fact_versions":"/api/v1/hosts/22/fact_versions/","inventory_sources":"/api/v1/hosts/22/inventory_sources/","groups":"/api/v1/hosts/22/groups/","activity_stream":"/api/v1/hosts/22/activity_stream/","all_groups":"/api/v1/hosts/22/all_groups/","ad_hoc_command_events":"/api/v1/hosts/22/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.020Z","modified":"2016-08-31T16:59:43.360Z","name":"ag_rhel_7_2","description":"imported","inventory":2,"enabled":false,"instance_id":"420c83bf-8005-5ccd-2acb-1c4fbcd3fd49","variables":"{\"vmware_privateMemory\": @@ -752,25 +540,25 @@ http_interactions: (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c4c1b-7b54-8176-a4a7-25d611774f1b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] ag_rhel_7_2/ag_rhel_7_2.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420c83bf-8005-5ccd-2acb-1c4fbcd3fd49\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 195914, \"vmware_name\": \"ag_rhel_7_2\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"Prod_ISOs_NFS\", - \"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": - \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOff\", - \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 0, \"vmware_swappedMemory\": - 0, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": 2048, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":23,"type":"host","url":"/api/v1/hosts/23/","related":{"job_host_summaries":"/api/v1/hosts/23/job_host_summaries/","variable_data":"/api/v1/hosts/23/variable_data/","job_events":"/api/v1/hosts/23/job_events/","ad_hoc_commands":"/api/v1/hosts/23/ad_hoc_commands/","fact_versions":"/api/v1/hosts/23/fact_versions/","inventory_sources":"/api/v1/hosts/23/inventory_sources/","groups":"/api/v1/hosts/23/groups/","activity_stream":"/api/v1/hosts/23/activity_stream/","all_groups":"/api/v1/hosts/23/all_groups/","ad_hoc_command_events":"/api/v1/hosts/23/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/","last_job":"/api/v1/jobs/36/","last_job_host_summary":"/api/v1/job_host_summaries/25/"},"summary_fields":{"last_job":{"id":36,"name":"Demo + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c4c1b-7b54-8176-a4a7-25d611774f1b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + ag_rhel_7_2/ag_rhel_7_2.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c83bf-8005-5ccd-2acb-1c4fbcd3fd49\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 195914, \"vmware_name\": + \"ag_rhel_7_2\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 2339536896, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"Prod_ISOs_NFS\", \"NFS Share\"], \"vmware_cpuReservation\": + 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, + \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_maxMemoryUsage\": 2048, \"vmware_recordReplayState\": \"inactive\", + \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":23,"type":"host","url":"/api/v1/hosts/23/","related":{"job_host_summaries":"/api/v1/hosts/23/job_host_summaries/","variable_data":"/api/v1/hosts/23/variable_data/","job_events":"/api/v1/hosts/23/job_events/","ad_hoc_commands":"/api/v1/hosts/23/ad_hoc_commands/","fact_versions":"/api/v1/hosts/23/fact_versions/","inventory_sources":"/api/v1/hosts/23/inventory_sources/","groups":"/api/v1/hosts/23/groups/","activity_stream":"/api/v1/hosts/23/activity_stream/","all_groups":"/api/v1/hosts/23/all_groups/","ad_hoc_command_events":"/api/v1/hosts/23/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/","last_job":"/api/v1/jobs/36/","last_job_host_summary":"/api/v1/job_host_summaries/25/"},"summary_fields":{"last_job":{"id":36,"name":"Demo Job Template","description":"","finished":"2016-10-12T18:19:15.491Z","status":"failed","failed":true,"job_template_id":5,"job_template_name":"Demo Job Template"},"last_job_host_summary":{"id":25,"failed":true},"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[{"status":"failed","finished":"2016-10-12T18:19:15.491Z","id":36,"name":"Demo Job Template"}]},"created":"2016-08-31T16:59:40.025Z","modified":"2016-10-12T18:19:15.981Z","name":"akrzos-rhel7-performance","description":"imported","inventory":2,"enabled":true,"instance_id":"420c207c-baad-fae1-9bd6-8da00edab68d","variables":"{\"vmware_privateMemory\": @@ -780,8 +568,8 @@ http_interactions: \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 4798, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 55, - \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c33be-6d66-9c60-41d8-7be3d9f1b81b\", \"vmware_distributedCpuEntitlement\": + \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c33be-6d66-9c60-41d8-7be3d9f1b81b\", \"vmware_distributedCpuEntitlement\": 191, \"vmware_uptimeSeconds\": 91332, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] akrzos-rhel7-performance/akrzos-rhel7-performance.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -807,20 +595,20 @@ http_interactions: \"10.8.99.227\", \"vmware_guestMemoryUsage\": 1146, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 311, \"ansible_ssh_host\": \"10.8.99.227\", - \"vmware_product_key\": 0, \"vmware_unshared\": 2960094962, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 8300, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c6bba-c438-7e64-400a-07e67394c91b\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"4.1\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": 63505080320, - \"vmware_distributedMemoryEntitlement\": 2296, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 311, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 53, \"vmware_privateMemory\": 3739, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": + \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 311, \"ansible_ssh_host\": \"10.8.99.227\", \"vmware_product_key\": 0, \"vmware_unshared\": + 2960094962, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 8300, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c6bba-c438-7e64-400a-07e67394c91b\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"4.1\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 63505080320, \"vmware_distributedMemoryEntitlement\": + 2296, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 311, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 53, \"vmware_privateMemory\": 3739, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": 311, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": @@ -888,50 +676,49 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"50335907-ffa8-7d93-7118-88e1d719219b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] bd-brewery7/bd-brewery7.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"423335cd-4f1c-debe-1a7d-4d8279336b70\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 75161199723, \"vmware_name\": \"bd-brewery7\", - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 28091973632, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", - \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - \"CentOS 7.1 ImageFactory VM\", \"vmware_recordReplayState\": \"inactive\", - \"vmware_unshared\": 75161002519, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":27,"type":"host","url":"/api/v1/hosts/27/","related":{"job_host_summaries":"/api/v1/hosts/27/job_host_summaries/","variable_data":"/api/v1/hosts/27/variable_data/","job_events":"/api/v1/hosts/27/job_events/","ad_hoc_commands":"/api/v1/hosts/27/ad_hoc_commands/","fact_versions":"/api/v1/hosts/27/fact_versions/","inventory_sources":"/api/v1/hosts/27/inventory_sources/","groups":"/api/v1/hosts/27/groups/","activity_stream":"/api/v1/hosts/27/activity_stream/","all_groups":"/api/v1/hosts/27/all_groups/","ad_hoc_command_events":"/api/v1/hosts/27/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.047Z","modified":"2016-08-31T16:59:43.388Z","name":"bd-emptyTemplate","description":"imported","inventory":2,"enabled":false,"instance_id":"420cda47-986f-cf2f-d0ce-5f9564163ea8","variables":"{\"vmware_privateMemory\": - 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": - \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": - false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": - \"500cd702-268a-fc97-b839-197438a6d7f4\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] bd-emptyTemplate/bd-emptyTemplate.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cda47-986f-cf2f-d0ce-5f9564163ea8\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2615, \"vmware_name\": - \"bd-emptyTemplate\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 3376017408, \"vmware_hostMemoryUsage\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"50335907-ffa8-7d93-7118-88e1d719219b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + bd-brewery7/bd-brewery7.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"423335cd-4f1c-debe-1a7d-4d8279336b70\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 75161199723, + \"vmware_name\": \"bd-brewery7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 28091973632, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=1a6b069c-1783-11e6-892d-0242afe60688\", - \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 502, \"vmware_sharedMemory\": - 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":28,"type":"host","url":"/api/v1/hosts/28/","related":{"job_host_summaries":"/api/v1/hosts/28/job_host_summaries/","variable_data":"/api/v1/hosts/28/variable_data/","job_events":"/api/v1/hosts/28/job_events/","ad_hoc_commands":"/api/v1/hosts/28/ad_hoc_commands/","fact_versions":"/api/v1/hosts/28/fact_versions/","inventory_sources":"/api/v1/hosts/28/inventory_sources/","groups":"/api/v1/hosts/28/groups/","activity_stream":"/api/v1/hosts/28/activity_stream/","all_groups":"/api/v1/hosts/28/all_groups/","ad_hoc_command_events":"/api/v1/hosts/28/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.052Z","modified":"2016-08-31T16:59:43.393Z","name":"bdunne-VmEmpty","description":"imported","inventory":2,"enabled":false,"instance_id":"420c4091-3ea0-6031-88e2-bf3086cd0ec5","variables":"{\"vmware_privateMemory\": + \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": + 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"CentOS 7.1 ImageFactory + VM\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 75161002519, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":27,"type":"host","url":"/api/v1/hosts/27/","related":{"job_host_summaries":"/api/v1/hosts/27/job_host_summaries/","variable_data":"/api/v1/hosts/27/variable_data/","job_events":"/api/v1/hosts/27/job_events/","ad_hoc_commands":"/api/v1/hosts/27/ad_hoc_commands/","fact_versions":"/api/v1/hosts/27/fact_versions/","inventory_sources":"/api/v1/hosts/27/inventory_sources/","groups":"/api/v1/hosts/27/groups/","activity_stream":"/api/v1/hosts/27/activity_stream/","all_groups":"/api/v1/hosts/27/all_groups/","ad_hoc_command_events":"/api/v1/hosts/27/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.047Z","modified":"2016-08-31T16:59:43.388Z","name":"bd-emptyTemplate","description":"imported","inventory":2,"enabled":false,"instance_id":"420cda47-986f-cf2f-d0ce-5f9564163ea8","variables":"{\"vmware_privateMemory\": + 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": + 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": + \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": + false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": + 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": + \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": \"500cd702-268a-fc97-b839-197438a6d7f4\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + bd-emptyTemplate/bd-emptyTemplate.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420cda47-986f-cf2f-d0ce-5f9564163ea8\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2615, \"vmware_name\": \"bd-emptyTemplate\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 3376017408, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"MIQ GUID=1a6b069c-1783-11e6-892d-0242afe60688\", \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 502, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":28,"type":"host","url":"/api/v1/hosts/28/","related":{"job_host_summaries":"/api/v1/hosts/28/job_host_summaries/","variable_data":"/api/v1/hosts/28/variable_data/","job_events":"/api/v1/hosts/28/job_events/","ad_hoc_commands":"/api/v1/hosts/28/ad_hoc_commands/","fact_versions":"/api/v1/hosts/28/fact_versions/","inventory_sources":"/api/v1/hosts/28/inventory_sources/","groups":"/api/v1/hosts/28/groups/","activity_stream":"/api/v1/hosts/28/activity_stream/","all_groups":"/api/v1/hosts/28/all_groups/","ad_hoc_command_events":"/api/v1/hosts/28/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.052Z","modified":"2016-08-31T16:59:43.393Z","name":"bdunne-VmEmpty","description":"imported","inventory":2,"enabled":false,"instance_id":"420c4091-3ea0-6031-88e2-bf3086cd0ec5","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM NFS Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux @@ -959,12 +746,11 @@ http_interactions: \"[NFS Share] bm-cfme-5.5.2.4/bm-cfme-5.5.2.4.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 13947265556, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420c55e6-9917-0d86-b47c-e9e716c3b133\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 13947265556, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c55e6-9917-0d86-b47c-e9e716c3b133\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.0\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 37787557888, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -1016,27 +802,27 @@ http_interactions: \"vmware_ipAddress\": \"10.8.99.208\", \"vmware_guestMemoryUsage\": 81, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.208\", - \"vmware_product_key\": 0, \"vmware_unshared\": 2184119368, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 8300, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c08bd-2105-aa50-fb22-f65495fb38ed\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"4.1\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": 62240391168, - \"vmware_distributedMemoryEntitlement\": 519, \"vmware_product_appUrl\": null, - \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 90, \"vmware_privateMemory\": 824, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": + \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 0, \"ansible_ssh_host\": \"10.8.99.208\", \"vmware_product_key\": 0, \"vmware_unshared\": + 2184119368, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 8300, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c08bd-2105-aa50-fb22-f65495fb38ed\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"4.1\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 62240391168, \"vmware_distributedMemoryEntitlement\": + 519, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 0, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 90, \"vmware_privateMemory\": 824, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-208.example.com\", \"vmware_product_vendor\": - \"Red Hat, Inc.\", \"vmware_uptimeSeconds\": 8078, \"vmware_memorySizeMB\": - 8192, \"vmware_instanceUuid\": \"500cc3ad-714e-1341-b993-0545df400b3e\", \"vmware_compressedMemory\": - 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": + \"dhcp-8-99-208.example.com\", \"vmware_product_vendor\": \"Red Hat, Inc.\", + \"vmware_uptimeSeconds\": 8078, \"vmware_memorySizeMB\": 8192, \"vmware_instanceUuid\": + \"500cc3ad-714e-1341-b993-0545df400b3e\", \"vmware_compressedMemory\": 0, + \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 2184511652, \"vmware_name\": \"cfme_5612-1-stable-11082016\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 883, \"vmware_connectionState\": \"connected\", @@ -1050,73 +836,73 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500ced40-5440-06c7-5f6a-a2965aa9d088\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] console_test1/console_test1.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c2d64-33d1-9cdf-9e59-10456729d89e\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1038819962, \"vmware_name\": - \"console_test1\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18460037120, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 1037894133, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":33,"type":"host","url":"/api/v1/hosts/33/","related":{"job_host_summaries":"/api/v1/hosts/33/job_host_summaries/","variable_data":"/api/v1/hosts/33/variable_data/","job_events":"/api/v1/hosts/33/job_events/","ad_hoc_commands":"/api/v1/hosts/33/ad_hoc_commands/","fact_versions":"/api/v1/hosts/33/fact_versions/","inventory_sources":"/api/v1/hosts/33/inventory_sources/","groups":"/api/v1/hosts/33/groups/","activity_stream":"/api/v1/hosts/33/activity_stream/","all_groups":"/api/v1/hosts/33/all_groups/","ad_hoc_command_events":"/api/v1/hosts/33/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.079Z","modified":"2016-08-31T16:59:43.415Z","name":"console_test2","description":"imported","inventory":2,"enabled":false,"instance_id":"420c36c5-f6f0-2788-8a92-ab545196b6d8","variables":"{\"vmware_privateMemory\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500ced40-5440-06c7-5f6a-a2965aa9d088\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + console_test1/console_test1.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c2d64-33d1-9cdf-9e59-10456729d89e\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1038819962, \"vmware_name\": \"console_test1\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18460037120, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1037894133, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":33,"type":"host","url":"/api/v1/hosts/33/","related":{"job_host_summaries":"/api/v1/hosts/33/job_host_summaries/","variable_data":"/api/v1/hosts/33/variable_data/","job_events":"/api/v1/hosts/33/job_events/","ad_hoc_commands":"/api/v1/hosts/33/ad_hoc_commands/","fact_versions":"/api/v1/hosts/33/fact_versions/","inventory_sources":"/api/v1/hosts/33/inventory_sources/","groups":"/api/v1/hosts/33/groups/","activity_stream":"/api/v1/hosts/33/activity_stream/","all_groups":"/api/v1/hosts/33/all_groups/","ad_hoc_command_events":"/api/v1/hosts/33/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.079Z","modified":"2016-08-31T16:59:43.415Z","name":"console_test2","description":"imported","inventory":2,"enabled":false,"instance_id":"420c36c5-f6f0-2788-8a92-ab545196b6d8","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500cff60-e993-de9a-aedb-0beca8e6ec75\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] console_test2/console_test2.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c36c5-f6f0-2788-8a92-ab545196b6d8\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1035103788, \"vmware_name\": - \"console_test2\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18463420416, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 1034510860, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":34,"type":"host","url":"/api/v1/hosts/34/","related":{"job_host_summaries":"/api/v1/hosts/34/job_host_summaries/","variable_data":"/api/v1/hosts/34/variable_data/","job_events":"/api/v1/hosts/34/job_events/","ad_hoc_commands":"/api/v1/hosts/34/ad_hoc_commands/","fact_versions":"/api/v1/hosts/34/fact_versions/","inventory_sources":"/api/v1/hosts/34/inventory_sources/","groups":"/api/v1/hosts/34/groups/","activity_stream":"/api/v1/hosts/34/activity_stream/","all_groups":"/api/v1/hosts/34/all_groups/","ad_hoc_command_events":"/api/v1/hosts/34/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.084Z","modified":"2016-08-31T16:59:43.420Z","name":"console_test3","description":"imported","inventory":2,"enabled":false,"instance_id":"420ca0fe-b0c3-3285-46ab-e50f7094d073","variables":"{\"vmware_privateMemory\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500cff60-e993-de9a-aedb-0beca8e6ec75\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + console_test2/console_test2.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c36c5-f6f0-2788-8a92-ab545196b6d8\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1035103788, \"vmware_name\": \"console_test2\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18463420416, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1034510860, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":34,"type":"host","url":"/api/v1/hosts/34/","related":{"job_host_summaries":"/api/v1/hosts/34/job_host_summaries/","variable_data":"/api/v1/hosts/34/variable_data/","job_events":"/api/v1/hosts/34/job_events/","ad_hoc_commands":"/api/v1/hosts/34/ad_hoc_commands/","fact_versions":"/api/v1/hosts/34/fact_versions/","inventory_sources":"/api/v1/hosts/34/inventory_sources/","groups":"/api/v1/hosts/34/groups/","activity_stream":"/api/v1/hosts/34/activity_stream/","all_groups":"/api/v1/hosts/34/all_groups/","ad_hoc_command_events":"/api/v1/hosts/34/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.084Z","modified":"2016-08-31T16:59:43.420Z","name":"console_test3","description":"imported","inventory":2,"enabled":false,"instance_id":"420ca0fe-b0c3-3285-46ab-e50f7094d073","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c856f-41a9-79d7-4270-b6148c030d20\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] console_test3/console_test3.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420ca0fe-b0c3-3285-46ab-e50f7094d073\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1028206097, \"vmware_name\": - \"console_test3\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18470170624, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 1027760652, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":36,"type":"host","url":"/api/v1/hosts/36/","related":{"job_host_summaries":"/api/v1/hosts/36/job_host_summaries/","variable_data":"/api/v1/hosts/36/variable_data/","job_events":"/api/v1/hosts/36/job_events/","ad_hoc_commands":"/api/v1/hosts/36/ad_hoc_commands/","fact_versions":"/api/v1/hosts/36/fact_versions/","inventory_sources":"/api/v1/hosts/36/inventory_sources/","groups":"/api/v1/hosts/36/groups/","activity_stream":"/api/v1/hosts/36/activity_stream/","all_groups":"/api/v1/hosts/36/all_groups/","ad_hoc_command_events":"/api/v1/hosts/36/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.095Z","modified":"2016-08-31T16:59:43.425Z","name":"db-centos-7","description":"imported","inventory":2,"enabled":false,"instance_id":"420c132a-40df-d4fa-7b08-c4352c3450c4","variables":"{\"vmware_privateMemory\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c856f-41a9-79d7-4270-b6148c030d20\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + console_test3/console_test3.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420ca0fe-b0c3-3285-46ab-e50f7094d073\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1028206097, \"vmware_name\": \"console_test3\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18470170624, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1027760652, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":36,"type":"host","url":"/api/v1/hosts/36/","related":{"job_host_summaries":"/api/v1/hosts/36/job_host_summaries/","variable_data":"/api/v1/hosts/36/variable_data/","job_events":"/api/v1/hosts/36/job_events/","ad_hoc_commands":"/api/v1/hosts/36/ad_hoc_commands/","fact_versions":"/api/v1/hosts/36/fact_versions/","inventory_sources":"/api/v1/hosts/36/inventory_sources/","groups":"/api/v1/hosts/36/groups/","activity_stream":"/api/v1/hosts/36/activity_stream/","all_groups":"/api/v1/hosts/36/all_groups/","ad_hoc_command_events":"/api/v1/hosts/36/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.095Z","modified":"2016-08-31T16:59:43.425Z","name":"db-centos-7","description":"imported","inventory":2,"enabled":false,"instance_id":"420c132a-40df-d4fa-7b08-c4352c3450c4","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", @@ -1124,12 +910,12 @@ http_interactions: \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_instanceUuid\": \"500c5397-47c9-d319-6cf6-08dea1250db5\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db-rhel-7/db-rhel-7.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"420c132a-40df-d4fa-7b08-c4352c3450c4\", \"vmware_installBootRequired\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] db-rhel-7/db-rhel-7.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c132a-40df-d4fa-7b08-c4352c3450c4\", \"vmware_installBootRequired\": false, \"vmware_committed\": 1962862717, \"vmware_name\": \"db-centos-7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 20245696512, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": @@ -1146,7 +932,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:47 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/hosts/?page=2 + uri: https://dev-ansible-tower3.example.com/api/v1/hosts/?page=2 body: encoding: US-ASCII string: '' @@ -1157,6 +943,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -1210,26 +997,25 @@ http_interactions: \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c5cc7-d345-bfcb-0ddc-523db3d350d5\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db-centos-7-template/db-centos-7-template.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c2024-ecc0-3f93-4ed6-c8fe897ec8f2\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1951834502, \"vmware_name\": - \"db-centos-7-template\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18107637760, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", - \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1951822920, - \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":42,"type":"host","url":"/api/v1/hosts/42/","related":{"job_host_summaries":"/api/v1/hosts/42/job_host_summaries/","variable_data":"/api/v1/hosts/42/variable_data/","job_events":"/api/v1/hosts/42/job_events/","ad_hoc_commands":"/api/v1/hosts/42/ad_hoc_commands/","fact_versions":"/api/v1/hosts/42/fact_versions/","inventory_sources":"/api/v1/hosts/42/inventory_sources/","groups":"/api/v1/hosts/42/groups/","activity_stream":"/api/v1/hosts/42/activity_stream/","all_groups":"/api/v1/hosts/42/all_groups/","ad_hoc_command_events":"/api/v1/hosts/42/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.127Z","modified":"2016-08-31T16:59:43.438Z","name":"db_cfme_5.5","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdf52-153a-b5e4-22f9-a62e4aacd51c","variables":"{\"vmware_privateMemory\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c5cc7-d345-bfcb-0ddc-523db3d350d5\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 512, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + db-centos-7-template/db-centos-7-template.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c2024-ecc0-3f93-4ed6-c8fe897ec8f2\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1951834502, \"vmware_name\": \"db-centos-7-template\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18107637760, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 1951822920, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":42,"type":"host","url":"/api/v1/hosts/42/","related":{"job_host_summaries":"/api/v1/hosts/42/job_host_summaries/","variable_data":"/api/v1/hosts/42/variable_data/","job_events":"/api/v1/hosts/42/job_events/","ad_hoc_commands":"/api/v1/hosts/42/ad_hoc_commands/","fact_versions":"/api/v1/hosts/42/fact_versions/","inventory_sources":"/api/v1/hosts/42/inventory_sources/","groups":"/api/v1/hosts/42/groups/","activity_stream":"/api/v1/hosts/42/activity_stream/","all_groups":"/api/v1/hosts/42/all_groups/","ad_hoc_command_events":"/api/v1/hosts/42/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.127Z","modified":"2016-08-31T16:59:43.438Z","name":"db_cfme_5.5","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdf52-153a-b5e4-22f9-a62e4aacd51c","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", @@ -1261,25 +1047,24 @@ http_interactions: \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_instanceUuid\": \"500c5399-55d1-e563-9f51-4dabcbf6a297\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db-test-from-vc60/db-test-from-vc60.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c40b7-6ad1-28d9-e890-7ce150599d5c\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1952206634, \"vmware_name\": - \"db-test-from-vc60\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18107637760, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", - \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1951822914, - \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":83,"type":"host","url":"/api/v1/hosts/83/","related":{"created_by":"/api/v1/users/1/","modified_by":"/api/v1/users/1/","job_host_summaries":"/api/v1/hosts/83/job_host_summaries/","variable_data":"/api/v1/hosts/83/variable_data/","job_events":"/api/v1/hosts/83/job_events/","ad_hoc_commands":"/api/v1/hosts/83/ad_hoc_commands/","fact_versions":"/api/v1/hosts/83/fact_versions/","inventory_sources":"/api/v1/hosts/83/inventory_sources/","groups":"/api/v1/hosts/83/groups/","activity_stream":"/api/v1/hosts/83/activity_stream/","all_groups":"/api/v1/hosts/83/all_groups/","ad_hoc_command_events":"/api/v1/hosts/83/ad_hoc_command_events/","inventory":"/api/v1/inventories/1/"},"summary_fields":{"inventory":{"id":1,"name":"Demo + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] db-test-from-vc60/db-test-from-vc60.vmx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 4, \"vmware_uuid\": \"420c40b7-6ad1-28d9-e890-7ce150599d5c\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1952206634, \"vmware_name\": \"db-test-from-vc60\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18107637760, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 1951822914, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":83,"type":"host","url":"/api/v1/hosts/83/","related":{"created_by":"/api/v1/users/1/","modified_by":"/api/v1/users/1/","job_host_summaries":"/api/v1/hosts/83/job_host_summaries/","variable_data":"/api/v1/hosts/83/variable_data/","job_events":"/api/v1/hosts/83/job_events/","ad_hoc_commands":"/api/v1/hosts/83/ad_hoc_commands/","fact_versions":"/api/v1/hosts/83/fact_versions/","inventory_sources":"/api/v1/hosts/83/inventory_sources/","groups":"/api/v1/hosts/83/groups/","activity_stream":"/api/v1/hosts/83/activity_stream/","all_groups":"/api/v1/hosts/83/all_groups/","ad_hoc_command_events":"/api/v1/hosts/83/ad_hoc_command_events/","inventory":"/api/v1/inventories/1/"},"summary_fields":{"inventory":{"id":1,"name":"Demo Inventory","description":"","has_active_failures":false,"total_hosts":2,"hosts_with_active_failures":0,"total_groups":0,"groups_with_active_failures":0,"has_inventory_sources":false,"total_inventory_sources":0,"inventory_sources_with_failures":0},"created_by":{"id":1,"username":"admin","first_name":"","last_name":""},"modified_by":{"id":1,"username":"admin","first_name":"","last_name":""},"recent_jobs":[]},"created":"2017-01-24T21:42:35.958Z","modified":"2017-01-24T21:42:35.958Z","name":"db_test_host","description":"","inventory":1,"enabled":false,"instance_id":"","variables":"","has_active_failures":false,"has_inventory_sources":false,"last_job":null,"last_job_host_summary":null},{"id":40,"type":"host","url":"/api/v1/hosts/40/","related":{"job_host_summaries":"/api/v1/hosts/40/job_host_summaries/","variable_data":"/api/v1/hosts/40/variable_data/","job_events":"/api/v1/hosts/40/job_events/","ad_hoc_commands":"/api/v1/hosts/40/ad_hoc_commands/","fact_versions":"/api/v1/hosts/40/fact_versions/","inventory_sources":"/api/v1/hosts/40/inventory_sources/","groups":"/api/v1/hosts/40/groups/","activity_stream":"/api/v1/hosts/40/activity_stream/","all_groups":"/api/v1/hosts/40/all_groups/","ad_hoc_command_events":"/api/v1/hosts/40/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.116Z","modified":"2016-08-31T16:59:43.448Z","name":"db-test-nic-001","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdb00-c3e1-d91f-286e-c9d36b1bae74","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": @@ -1340,12 +1125,12 @@ http_interactions: \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"Dev-IPA2.ipatesting.lab.redhat.com\", \"vmware_instanceUuid\": \"500ca199-37a8-318a-e712-11c20210eab6\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] Dev-IPA2/Dev-IPA2.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"420c8a2f-dd0c-b175-6749-11c0278be69c\", \"vmware_installBootRequired\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] Dev-IPA2/Dev-IPA2.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c8a2f-dd0c-b175-6749-11c0278be69c\", \"vmware_installBootRequired\": false, \"vmware_committed\": 12030052484, \"vmware_name\": \"Dev-IPA2\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 36268908544, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": @@ -1366,11 +1151,10 @@ http_interactions: \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c863c-a4c7-37b0-895d-bd86d4401e47\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] d_vm_prov001/d_vm_prov001.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c863c-a4c7-37b0-895d-bd86d4401e47\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + d_vm_prov001/d_vm_prov001.vmtx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c30d1-dbbd-60dd-464f-3ffeb0c661c2\", \"vmware_installBootRequired\": false, \"vmware_committed\": 4482493, \"vmware_name\": @@ -1391,49 +1175,48 @@ http_interactions: \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c51bf-409b-1e00-38a7-deaec2daa35a\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[datastore1] gm-diskless-template1/gm-diskless-template1.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cfe93-0fa8-a8ca-b5e8-2fe63bc9986c\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1956, \"vmware_name\": - \"gm-diskless-template\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 2302275584, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"datastore1\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 0, - \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":46,"type":"host","url":"/api/v1/hosts/46/","related":{"job_host_summaries":"/api/v1/hosts/46/job_host_summaries/","variable_data":"/api/v1/hosts/46/variable_data/","job_events":"/api/v1/hosts/46/job_events/","ad_hoc_commands":"/api/v1/hosts/46/ad_hoc_commands/","fact_versions":"/api/v1/hosts/46/fact_versions/","inventory_sources":"/api/v1/hosts/46/inventory_sources/","groups":"/api/v1/hosts/46/groups/","activity_stream":"/api/v1/hosts/46/activity_stream/","all_groups":"/api/v1/hosts/46/all_groups/","ad_hoc_command_events":"/api/v1/hosts/46/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.148Z","modified":"2016-08-31T16:59:43.476Z","name":"gm-empty-template","description":"imported","inventory":2,"enabled":false,"instance_id":"420c4d7c-58ee-6d40-f01c-fa2659943824","variables":"{\"vmware_privateMemory\": - 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": - \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": - false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c9646-394a-f37a-de3a-c5c4b43249aa\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] gm-empty-template/gm-empty-template.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c4d7c-58ee-6d40-f01c-fa2659943824\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2454, \"vmware_name\": - \"gm-empty-template\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c51bf-409b-1e00-38a7-deaec2daa35a\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[datastore1] + gm-diskless-template1/gm-diskless-template1.vmtx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 1, \"vmware_uuid\": \"420cfe93-0fa8-a8ca-b5e8-2fe63bc9986c\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1956, \"vmware_name\": \"gm-diskless-template\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 2302275584, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, + -1, \"vmware_datastores\": [\"datastore1\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 505, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":44,"type":"host","url":"/api/v1/hosts/44/","related":{"job_host_summaries":"/api/v1/hosts/44/job_host_summaries/","variable_data":"/api/v1/hosts/44/variable_data/","job_events":"/api/v1/hosts/44/job_events/","ad_hoc_commands":"/api/v1/hosts/44/ad_hoc_commands/","fact_versions":"/api/v1/hosts/44/fact_versions/","inventory_sources":"/api/v1/hosts/44/inventory_sources/","groups":"/api/v1/hosts/44/groups/","activity_stream":"/api/v1/hosts/44/activity_stream/","all_groups":"/api/v1/hosts/44/all_groups/","ad_hoc_command_events":"/api/v1/hosts/44/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.138Z","modified":"2016-08-31T16:59:43.480Z","name":"g_vm_prov009","description":"imported","inventory":2,"enabled":false,"instance_id":"420cc1a2-ba54-4c18-eb9b-47999a4b121b","variables":"{\"vmware_privateMemory\": + 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":46,"type":"host","url":"/api/v1/hosts/46/","related":{"job_host_summaries":"/api/v1/hosts/46/job_host_summaries/","variable_data":"/api/v1/hosts/46/variable_data/","job_events":"/api/v1/hosts/46/job_events/","ad_hoc_commands":"/api/v1/hosts/46/ad_hoc_commands/","fact_versions":"/api/v1/hosts/46/fact_versions/","inventory_sources":"/api/v1/hosts/46/inventory_sources/","groups":"/api/v1/hosts/46/groups/","activity_stream":"/api/v1/hosts/46/activity_stream/","all_groups":"/api/v1/hosts/46/all_groups/","ad_hoc_command_events":"/api/v1/hosts/46/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.148Z","modified":"2016-08-31T16:59:43.476Z","name":"gm-empty-template","description":"imported","inventory":2,"enabled":false,"instance_id":"420c4d7c-58ee-6d40-f01c-fa2659943824","variables":"{\"vmware_privateMemory\": + 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": + 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": + \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": + false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": + 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c9646-394a-f37a-de3a-c5c4b43249aa\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + gm-empty-template/gm-empty-template.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c4d7c-58ee-6d40-f01c-fa2659943824\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2454, \"vmware_name\": \"gm-empty-template\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 505, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":44,"type":"host","url":"/api/v1/hosts/44/","related":{"job_host_summaries":"/api/v1/hosts/44/job_host_summaries/","variable_data":"/api/v1/hosts/44/variable_data/","job_events":"/api/v1/hosts/44/job_events/","ad_hoc_commands":"/api/v1/hosts/44/ad_hoc_commands/","fact_versions":"/api/v1/hosts/44/fact_versions/","inventory_sources":"/api/v1/hosts/44/inventory_sources/","groups":"/api/v1/hosts/44/groups/","activity_stream":"/api/v1/hosts/44/activity_stream/","all_groups":"/api/v1/hosts/44/all_groups/","ad_hoc_command_events":"/api/v1/hosts/44/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.138Z","modified":"2016-08-31T16:59:43.480Z","name":"g_vm_prov009","description":"imported","inventory":2,"enabled":false,"instance_id":"420cc1a2-ba54-4c18-eb9b-47999a4b121b","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", @@ -1460,12 +1243,11 @@ http_interactions: \"[NFS Share] James-cfme/James-cfme.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 13693518674, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420c419a-52bd-046e-7a05-4341e44c3f29\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 13693518674, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c419a-52bd-046e-7a05-4341e44c3f29\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.0\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 50841702400, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -1492,18 +1274,17 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"50336f60-16ec-53e2-2329-c7b3914c216b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jason-brewery/jason-brewery.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"42332ec3-7555-5c9c-d4c1-b0a88332a8c7\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 95220407662, - \"vmware_name\": \"jason-brewery\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 102245875712, - \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, - \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"50336f60-16ec-53e2-2329-c7b3914c216b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + jason-brewery/jason-brewery.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"42332ec3-7555-5c9c-d4c1-b0a88332a8c7\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 95220407662, \"vmware_name\": \"jason-brewery\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 102245875712, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], @@ -1520,8 +1301,8 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 41, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500ca39f-7fbc-f357-b7e0-eda686864da6\", \"vmware_distributedCpuEntitlement\": + 41, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500ca39f-7fbc-f357-b7e0-eda686864da6\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 91289, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] joev-apache-openldap/joev-apache-openldap.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -1547,16 +1328,15 @@ http_interactions: \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"joev-brewery\", \"vmware_instanceUuid\": \"500ca211-c5fe-3cbf-d6ef-a0794c1377f9\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] joev-brewery-centos-72/joev-brewery-centos-72.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c0d63-5270-443c-61b9-8270a876db16\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 80276415289, - \"vmware_name\": \"joev-brewery-centos-72\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 151848341504, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] joev-brewery-centos-72/joev-brewery-centos-72.vmx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 4, \"vmware_uuid\": \"420c0d63-5270-443c-61b9-8270a876db16\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 80276415289, \"vmware_name\": \"joev-brewery-centos-72\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 151848341504, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -1573,20 +1353,20 @@ http_interactions: \"10.8.99.209\", \"vmware_guestMemoryUsage\": 901, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 143, \"ansible_ssh_host\": \"10.8.99.209\", - \"vmware_product_key\": 0, \"vmware_unshared\": 2641884216, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 8311, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420cdba8-2c6a-f638-b7a6-8628b64e40ad\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"4.1\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": 61782626304, - \"vmware_distributedMemoryEntitlement\": 2336, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 143, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 78, \"vmware_privateMemory\": 4320, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": + \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 143, \"ansible_ssh_host\": \"10.8.99.209\", \"vmware_product_key\": 0, \"vmware_unshared\": + 2641884216, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 8311, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420cdba8-2c6a-f638-b7a6-8628b64e40ad\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"4.1\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 61782626304, \"vmware_distributedMemoryEntitlement\": + 2336, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 143, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 78, \"vmware_privateMemory\": 4320, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_overallCpuUsage\": 143, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": @@ -1639,12 +1419,12 @@ http_interactions: \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"joev-ipa-ad.jvlcek.redhat.com\", \"vmware_instanceUuid\": \"500ce8fc-49c2-24fb-d3c3-6d65553bcebc\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] joev-ipa-ad/joev-ipa-ad.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"420c299f-aa19-c7ee-05a6-ef86163464a6\", \"vmware_installBootRequired\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] joev-ipa-ad/joev-ipa-ad.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c299f-aa19-c7ee-05a6-ef86163464a6\", \"vmware_installBootRequired\": false, \"vmware_committed\": 76381315189, \"vmware_name\": \"joev-ipa-ad\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 155742912512, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": @@ -1666,8 +1446,8 @@ http_interactions: 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 49, - \"vmware_hostName\": \"dhcp-8-99-233.example.com\", - \"vmware_instanceUuid\": \"500ce4c6-0427-bbd1-ec2d-ffd0820a4512\", \"vmware_distributedCpuEntitlement\": + \"vmware_hostName\": \"dhcp-8-99-233.example.com\", \"vmware_instanceUuid\": + \"500ce4c6-0427-bbd1-ec2d-ffd0820a4512\", \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"10.8.99.233\", \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": 179605, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] joev-ldap/joev-ldap.vmx\", \"vmware_guestState\": @@ -1763,27 +1543,26 @@ http_interactions: \"10.8.97.16\", \"vmware_guestMemoryUsage\": 61, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.97.16\", - \"vmware_product_key\": 0, \"vmware_unshared\": 7799264115, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 6241, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c5ac9-c0c4-9492-2da0-cf7d9ed8db59\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 39569924096, \"vmware_distributedMemoryEntitlement\": 1163, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 6144, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 271, \"vmware_privateMemory\": 3159, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"joev-miq16.jvlcek.redhat.com\", \"vmware_product_vendor\": \"ManageIQ\", - \"vmware_uptimeSeconds\": 7993, \"vmware_memorySizeMB\": 6144, \"vmware_instanceUuid\": - \"500c30ac-bfdc-e869-e6dd-e0718ad311ea\", \"vmware_compressedMemory\": 0, - \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": + \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 0, \"ansible_ssh_host\": \"10.8.97.16\", \"vmware_product_key\": 0, \"vmware_unshared\": + 7799264115, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6241, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c5ac9-c0c4-9492-2da0-cf7d9ed8db59\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 39569924096, \"vmware_distributedMemoryEntitlement\": + 1163, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 0, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 6144, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 271, \"vmware_privateMemory\": 3159, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"joev-miq16.jvlcek.redhat.com\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 7993, \"vmware_memorySizeMB\": + 6144, \"vmware_instanceUuid\": \"500c30ac-bfdc-e869-e6dd-e0718ad311ea\", \"vmware_compressedMemory\": + 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 14253236887, \"vmware_name\": \"joev-miq-23052016-16\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 3288, \"vmware_connectionState\": \"connected\", @@ -1799,40 +1578,39 @@ http_interactions: \"10.8.99.243\", \"vmware_guestMemoryUsage\": 2150, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 167, \"ansible_ssh_host\": \"10.8.99.243\", - \"vmware_product_key\": 0, \"vmware_unshared\": 5262636961, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 6231, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c070d-de88-7912-2e2e-1e7bba9edfd7\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 42501545984, \"vmware_distributedMemoryEntitlement\": 2726, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 167, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 6144, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 1719, \"vmware_privateMemory\": 4425, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 167, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-243.example.com\", \"vmware_product_vendor\": - \"ManageIQ\", \"vmware_uptimeSeconds\": 178428, \"vmware_memorySizeMB\": 6144, - \"vmware_instanceUuid\": \"500c7f8e-f7b0-2196-666b-a4e16c813db8\", \"vmware_compressedMemory\": - 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": - false, \"vmware_committed\": 31072890503, \"vmware_name\": \"joev-miq-repmgr-primary\", - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": - 0, \"vmware_hostMemoryUsage\": 4483, \"vmware_connectionState\": \"connected\", - \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel6_64Guest\", - \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 53, \"vmware_ftLatencyStatus\": - \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":36}]}' + \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 167, \"ansible_ssh_host\": \"10.8.99.243\", \"vmware_product_key\": 0, \"vmware_unshared\": + 5262636961, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6231, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c070d-de88-7912-2e2e-1e7bba9edfd7\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 42501545984, \"vmware_distributedMemoryEntitlement\": + 2726, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 167, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 6144, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 1719, \"vmware_privateMemory\": 4425, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 167, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"dhcp-8-99-243.example.com\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 178428, + \"vmware_memorySizeMB\": 6144, \"vmware_instanceUuid\": \"500c7f8e-f7b0-2196-666b-a4e16c813db8\", + \"vmware_compressedMemory\": 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 31072890503, + \"vmware_name\": \"joev-miq-repmgr-primary\", \"vmware_toolsVersionStatus\": + \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": + 4483, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS + Share\"], \"vmware_guestId\": \"rhel6_64Guest\", \"vmware_swappedMemory\": + 0, \"vmware_consumedOverheadMemory\": 53, \"vmware_ftLatencyStatus\": \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":36}]}' http_version: recorded_at: Thu, 09 Feb 2017 09:37:48 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/hosts/?page=3 + uri: https://dev-ansible-tower3.example.com/api/v1/hosts/?page=3 body: encoding: US-ASCII string: '' @@ -1843,6 +1621,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -1872,26 +1651,25 @@ http_interactions: \"10.8.99.235\", \"vmware_guestMemoryUsage\": 122, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.235\", - \"vmware_product_key\": 0, \"vmware_unshared\": 4539793946, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 6241, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c7ee2-6417-deab-0c88-f687036af710\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 38409879552, \"vmware_distributedMemoryEntitlement\": 707, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 6144, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 82, \"vmware_privateMemory\": 1390, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-235.example.com\", \"vmware_product_vendor\": - \"ManageIQ\", \"vmware_uptimeSeconds\": 8071, \"vmware_memorySizeMB\": 6144, - \"vmware_instanceUuid\": \"500c22a0-7d5d-ce9d-de7f-93de5bceaec0\", \"vmware_compressedMemory\": + \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 0, \"ansible_ssh_host\": \"10.8.99.235\", \"vmware_product_key\": 0, \"vmware_unshared\": + 4539793946, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6241, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c7ee2-6417-deab-0c88-f687036af710\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 38409879552, \"vmware_distributedMemoryEntitlement\": + 707, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 0, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 6144, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 82, \"vmware_privateMemory\": 1390, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"dhcp-8-99-235.example.com\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 8071, \"vmware_memorySizeMB\": + 6144, \"vmware_instanceUuid\": \"500c22a0-7d5d-ce9d-de7f-93de5bceaec0\", \"vmware_compressedMemory\": 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 4540178770, \"vmware_name\": \"joev-miq-repmgr-sb\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": @@ -1904,12 +1682,11 @@ http_interactions: \"[NFS Share] joev-miq-sb-sb/joev-miq-sb-sb.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 5579055969, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420c1d29-ebfb-b769-d56f-3797a52e59ff\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 5579055969, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c1d29-ebfb-b769-d56f-3797a52e59ff\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 48328527872, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -1940,8 +1717,8 @@ http_interactions: 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 4798, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 41, - \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_instanceUuid\": \"500c6f11-1d94-18b0-01ca-8072be00d302\", \"vmware_distributedCpuEntitlement\": + \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_instanceUuid\": + \"500c6f11-1d94-18b0-01ca-8072be00d302\", \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.246\", \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": 179637, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] jp-img2/jp-img2.vmx\", \"vmware_guestState\": @@ -1990,35 +1767,33 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 4798, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostName\": \"dhcp-8-99-249.example.com\", - \"vmware_instanceUuid\": \"500c7a0d-0538-3baf-ba22-fb070f840b89\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jprause-img-factory/jprause-img-factory.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 2, \"vmware_uuid\": \"420c7636-ae0a-6f5e-9792-59774df7924a\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 47246993009, - \"vmware_name\": \"jprause-img-factory\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 68911484928, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": - 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 47245746717, - \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":62,"type":"host","url":"/api/v1/hosts/62/","related":{"job_host_summaries":"/api/v1/hosts/62/job_host_summaries/","variable_data":"/api/v1/hosts/62/variable_data/","job_events":"/api/v1/hosts/62/job_events/","ad_hoc_commands":"/api/v1/hosts/62/ad_hoc_commands/","fact_versions":"/api/v1/hosts/62/fact_versions/","inventory_sources":"/api/v1/hosts/62/inventory_sources/","groups":"/api/v1/hosts/62/groups/","activity_stream":"/api/v1/hosts/62/activity_stream/","all_groups":"/api/v1/hosts/62/all_groups/","ad_hoc_command_events":"/api/v1/hosts/62/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.234Z","modified":"2016-08-31T16:59:43.564Z","name":"jwong-centos7-old","description":"imported","inventory":2,"enabled":false,"instance_id":"420c240f-7d98-98df-14a4-65596827ca25","variables":"{\"vmware_privateMemory\": + 0, \"vmware_hostName\": \"dhcp-8-99-249.example.com\", \"vmware_instanceUuid\": + \"500c7a0d-0538-3baf-ba22-fb070f840b89\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jprause-img-factory/jprause-img-factory.vmx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 2, \"vmware_uuid\": \"420c7636-ae0a-6f5e-9792-59774df7924a\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 47246993009, \"vmware_name\": \"jprause-img-factory\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 68911484928, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", + \"vmware_unshared\": 47245746717, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":62,"type":"host","url":"/api/v1/hosts/62/","related":{"job_host_summaries":"/api/v1/hosts/62/job_host_summaries/","variable_data":"/api/v1/hosts/62/variable_data/","job_events":"/api/v1/hosts/62/job_events/","ad_hoc_commands":"/api/v1/hosts/62/ad_hoc_commands/","fact_versions":"/api/v1/hosts/62/fact_versions/","inventory_sources":"/api/v1/hosts/62/inventory_sources/","groups":"/api/v1/hosts/62/groups/","activity_stream":"/api/v1/hosts/62/activity_stream/","all_groups":"/api/v1/hosts/62/all_groups/","ad_hoc_command_events":"/api/v1/hosts/62/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.234Z","modified":"2016-08-31T16:59:43.564Z","name":"jwong-centos7-old","description":"imported","inventory":2,"enabled":false,"instance_id":"420c240f-7d98-98df-14a4-65596827ca25","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": - \"dhcp-8-99-210.example.com\", \"vmware_instanceUuid\": - \"500c871d-ba8d-ef9e-89c0-78095c8f987f\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", + \"dhcp-8-99-210.example.com\", \"vmware_instanceUuid\": \"500c871d-ba8d-ef9e-89c0-78095c8f987f\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] jwong-centos7/jwong-centos7.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -2044,8 +1819,8 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 43, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500cd4eb-2647-0faa-e0bd-27d7c09422cb\", \"vmware_distributedCpuEntitlement\": + 43, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500cd4eb-2647-0faa-e0bd-27d7c09422cb\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 2233053, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[datastore1] jwong-centos7(2)/jwong-centos7(2).vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -2075,25 +1850,25 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 53, \"vmware_hostName\": \"jwong-esxi1\", \"vmware_instanceUuid\": \"500cbde3-5317-e8d9-2596-957e6469ae2d\", \"vmware_distributedCpuEntitlement\": 215, \"ansible_ssh_host\": \"10.8.97.18\", - \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 179513, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jwong-esxi1.example.com/jwong-esxi1.example.com.vmx\", - \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 12468, - \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", - \"vmware_numCpu\": 4, \"vmware_uuid\": \"420cf288-bc81-acd9-78c0-052dc4bb08f8\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2463135919, \"vmware_name\": - \"jwong-esxi1.example.com\", \"vmware_toolsVersionStatus\": - \"guestToolsCurrent\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", - \"vmware_uncommitted\": 727682654208, \"vmware_hostMemoryUsage\": 3080, \"vmware_distributedMemoryEntitlement\": - 1396, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": - 1431, \"vmware_overallCpuDemand\": 359, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": - [\"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": - \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOn\", - \"vmware_guestId\": \"vmkernel6Guest\", \"vmware_numVirtualDisks\": 4, \"vmware_swappedMemory\": - 0, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": 12288, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 2461788409, \"vmware_sharedMemory\": 2808}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":11},{"id":65,"type":"host","url":"/api/v1/hosts/65/","related":{"job_host_summaries":"/api/v1/hosts/65/job_host_summaries/","variable_data":"/api/v1/hosts/65/variable_data/","job_events":"/api/v1/hosts/65/job_events/","ad_hoc_commands":"/api/v1/hosts/65/ad_hoc_commands/","fact_versions":"/api/v1/hosts/65/fact_versions/","inventory_sources":"/api/v1/hosts/65/inventory_sources/","groups":"/api/v1/hosts/65/groups/","activity_stream":"/api/v1/hosts/65/activity_stream/","all_groups":"/api/v1/hosts/65/all_groups/","ad_hoc_command_events":"/api/v1/hosts/65/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/","last_job":"/api/v1/jobs/36/","last_job_host_summary":"/api/v1/job_host_summaries/22/"},"summary_fields":{"last_job":{"id":36,"name":"Demo + \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 179513, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jwong-esxi1.example.com/jwong-esxi1.example.com.vmx\", \"vmware_guestState\": + \"running\", \"vmware_staticMemoryEntitlement\": 12468, \"vmware_toolsStatus\": + \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420cf288-bc81-acd9-78c0-052dc4bb08f8\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2463135919, \"vmware_name\": \"jwong-esxi1.example.com\", + \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uncommitted\": 727682654208, \"vmware_hostMemoryUsage\": + 3080, \"vmware_distributedMemoryEntitlement\": 1396, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_overallCpuDemand\": + 359, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": \"vmkernel6Guest\", + \"vmware_numVirtualDisks\": 4, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_maxMemoryUsage\": 12288, \"vmware_recordReplayState\": \"inactive\", + \"vmware_unshared\": 2461788409, \"vmware_sharedMemory\": 2808}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":11},{"id":65,"type":"host","url":"/api/v1/hosts/65/","related":{"job_host_summaries":"/api/v1/hosts/65/job_host_summaries/","variable_data":"/api/v1/hosts/65/variable_data/","job_events":"/api/v1/hosts/65/job_events/","ad_hoc_commands":"/api/v1/hosts/65/ad_hoc_commands/","fact_versions":"/api/v1/hosts/65/fact_versions/","inventory_sources":"/api/v1/hosts/65/inventory_sources/","groups":"/api/v1/hosts/65/groups/","activity_stream":"/api/v1/hosts/65/activity_stream/","all_groups":"/api/v1/hosts/65/all_groups/","ad_hoc_command_events":"/api/v1/hosts/65/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/","last_job":"/api/v1/jobs/36/","last_job_host_summary":"/api/v1/job_host_summaries/22/"},"summary_fields":{"last_job":{"id":36,"name":"Demo Job Template","description":"","finished":"2016-10-12T18:19:15.491Z","status":"failed","failed":true,"job_template_id":5,"job_template_name":"Demo Job Template"},"last_job_host_summary":{"id":22,"failed":true},"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[{"status":"failed","finished":"2016-10-12T18:19:15.491Z","id":36,"name":"Demo Job Template"}]},"created":"2016-08-31T16:59:40.250Z","modified":"2016-10-12T18:19:16.054Z","name":"jwong-esxi2","description":"imported","inventory":2,"enabled":true,"instance_id":"420c67ab-3d87-40a0-a834-b329bdb3d366","variables":"{\"vmware_privateMemory\": @@ -2105,11 +1880,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 54, \"vmware_hostName\": \"jwong-esxi2\", \"vmware_instanceUuid\": \"500c67c1-fc85-bfb9-b612-8d86f266905f\", \"vmware_distributedCpuEntitlement\": 335, \"ansible_ssh_host\": \"10.8.97.19\", - \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 178753, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jwong-esxi2/jwong-esxi2.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 12459, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 178753, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jwong-esxi2/jwong-esxi2.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 12459, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c67ab-3d87-40a0-a834-b329bdb3d366\", \"vmware_installBootRequired\": false, \"vmware_committed\": 5398514598, \"vmware_name\": \"jwong-esxi2\", \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", \"vmware_minRequiredEVCModeKey\": @@ -2135,11 +1910,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 55, \"vmware_hostName\": \"jwong-esxi3\", \"vmware_instanceUuid\": \"500c0d0e-fecc-c475-abab-aa20ca89766f\", \"vmware_distributedCpuEntitlement\": 359, \"ansible_ssh_host\": \"10.8.97.20\", - \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_uptimeSeconds\": 179442, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jwong-esxi3/jwong-esxi3.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 12459, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": + 179442, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jwong-esxi3/jwong-esxi3.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 12459, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c690c-26c8-fcd1-7413-18cea5be066a\", \"vmware_installBootRequired\": false, \"vmware_committed\": 5112921036, \"vmware_name\": \"jwong-esxi3\", \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", \"vmware_minRequiredEVCModeKey\": @@ -2161,25 +1936,25 @@ http_interactions: \"10.8.99.217\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"10.8.99.217\", - \"vmware_product_key\": 0, \"vmware_unshared\": 43168825344, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 8290, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c32cb-14a8-01b1-af26-ff5f1fd26d72\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 42730521445, \"vmware_distributedMemoryEntitlement\": 2329, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 23, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 265, \"vmware_privateMemory\": 7927, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 23, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"upstream\", \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": - 492533, \"vmware_memorySizeMB\": 8192, \"vmware_instanceUuid\": \"500c712a-265f-f2ac-0852-e303cca74dd7\", + \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 23, \"ansible_ssh_host\": \"10.8.99.217\", \"vmware_product_key\": 0, \"vmware_unshared\": + 43168825344, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 8290, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c32cb-14a8-01b1-af26-ff5f1fd26d72\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 42730521445, \"vmware_distributedMemoryEntitlement\": + 2329, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 23, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 265, \"vmware_privateMemory\": 7927, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 23, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"upstream\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 492533, + \"vmware_memorySizeMB\": 8192, \"vmware_instanceUuid\": \"500c712a-265f-f2ac-0852-e303cca74dd7\", \"vmware_compressedMemory\": 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 60555090158, \"vmware_name\": \"jwong-upstream-appliance\", \"vmware_toolsVersionStatus\": @@ -2200,11 +1975,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 79, \"vmware_hostName\": \"jwong-vc60\", \"vmware_instanceUuid\": \"500015cd-2d52-00b9-d3ec-2c93dd0ef9d3\", \"vmware_distributedCpuEntitlement\": 863, \"ansible_ssh_host\": \"10.8.97.17\", - \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_uptimeSeconds\": 178410, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jwong-vc60/jwong-vc60.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 16523, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": + 178410, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jwong-vc60/jwong-vc60.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 16523, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"4200d0fa-6745-a0d3-a17b-532947ec7453\", \"vmware_installBootRequired\": false, \"vmware_committed\": 17482467517, \"vmware_name\": \"jwong-vc60\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": @@ -2227,9 +2002,8 @@ http_interactions: \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": - \"dhcp-8-99-217.example.com\", \"vmware_instanceUuid\": - \"5033aca6-0e5d-31f7-5921-bf61a3eee024\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", + \"dhcp-8-99-217.example.com\", \"vmware_instanceUuid\": \"5033aca6-0e5d-31f7-5921-bf61a3eee024\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 6144, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] lucy_54/lucy_54.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": @@ -2254,20 +2028,20 @@ http_interactions: \"10.8.99.207\", \"vmware_guestMemoryUsage\": 2048, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 143, \"ansible_ssh_host\": \"10.8.99.207\", - \"vmware_product_key\": 0, \"vmware_unshared\": 47244640256, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 8290, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420cfba0-7cc5-212e-3c27-b30eab582690\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"4.0\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": 1016, - \"vmware_distributedMemoryEntitlement\": 3738, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 143, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 48, \"vmware_privateMemory\": 5982, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_overallCpuUsage\": + \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 143, \"ansible_ssh_host\": \"10.8.99.207\", \"vmware_product_key\": 0, \"vmware_unshared\": + 47244640256, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 8290, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420cfba0-7cc5-212e-3c27-b30eab582690\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"4.0\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 1016, \"vmware_distributedMemoryEntitlement\": + 3738, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 143, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 48, \"vmware_privateMemory\": 5982, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_overallCpuUsage\": 143, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": @@ -2289,23 +2063,22 @@ http_interactions: \"vmware_ipAddress\": \"10.8.99.215\", \"vmware_guestMemoryUsage\": 2949, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 359, - \"ansible_ssh_host\": \"10.8.99.215\", \"vmware_product_key\": 0, \"vmware_unshared\": - 47244640256, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": - 8311, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", - \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": - \"420c1de8-2029-ebf4-2d4d-2dd9a7a9d095\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_product_version\": \"4.1-nightly\", \"vmware_staticCpuEntitlement\": - 1431, \"vmware_uncommitted\": 1024, \"vmware_distributedMemoryEntitlement\": - 4361, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": - 359, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": - 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": - 61, \"vmware_privateMemory\": 6665, \"vmware_resourcePool\": \"Resources\", - \"vmware_product_name\": \"Red Hat CloudForms 4.1 Nightly\", \"vmware_overallCpuUsage\": - 335, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 359, \"ansible_ssh_host\": \"10.8.99.215\", + \"vmware_product_key\": 0, \"vmware_unshared\": 47244640256, \"vmware_guestState\": + \"running\", \"vmware_staticMemoryEntitlement\": 8311, \"vmware_toolsStatus\": + \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uuid\": \"420c1de8-2029-ebf4-2d4d-2dd9a7a9d095\", + \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": + \"4.1-nightly\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": + 1024, \"vmware_distributedMemoryEntitlement\": 4361, \"vmware_product_appUrl\": + null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 359, \"vmware_product_fullVersion\": + null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": + null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", + \"vmware_sharedMemory\": 61, \"vmware_privateMemory\": 6665, \"vmware_resourcePool\": + \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1 Nightly\", + \"vmware_overallCpuUsage\": 335, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": + false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"lucy-56\", \"vmware_product_vendor\": \"Red Hat, Inc.\", \"vmware_uptimeSeconds\": 682954, \"vmware_memorySizeMB\": 8192, \"vmware_instanceUuid\": \"500ce219-3a39-5af8-3c81-f0f14241c3fc\", @@ -2329,26 +2102,26 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 49, \"vmware_hostName\": \"miq-brewery7\", \"vmware_instanceUuid\": \"500c4a95-c6da-e132-efca-11d761282a1c\", \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"10.8.97.15\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 91299, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] miq-brewery7_1/miq-brewery7.vmx\", - \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16594, - \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", - \"vmware_numCpu\": 4, \"vmware_uuid\": \"420cb39d-8c47-fd77-3672-e84d63604f8f\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 131529230537, - \"vmware_name\": \"miq-brewery7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uncommitted\": - 150193582080, \"vmware_hostMemoryUsage\": 1871, \"vmware_distributedMemoryEntitlement\": - 833, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": - 1431, \"vmware_overallCpuDemand\": 23, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": - [\"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": - \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOn\", - \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": 2, \"vmware_swappedMemory\": - 0, \"vmware_annotation\": \"CentOS 7.2 ImageFactory VM\", \"vmware_maxMemoryUsage\": - 16384, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 131528189653, - \"vmware_sharedMemory\": 110}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":12},{"id":73,"type":"host","url":"/api/v1/hosts/73/","related":{"job_host_summaries":"/api/v1/hosts/73/job_host_summaries/","variable_data":"/api/v1/hosts/73/variable_data/","job_events":"/api/v1/hosts/73/job_events/","ad_hoc_commands":"/api/v1/hosts/73/ad_hoc_commands/","fact_versions":"/api/v1/hosts/73/fact_versions/","inventory_sources":"/api/v1/hosts/73/inventory_sources/","groups":"/api/v1/hosts/73/groups/","activity_stream":"/api/v1/hosts/73/activity_stream/","all_groups":"/api/v1/hosts/73/all_groups/","ad_hoc_command_events":"/api/v1/hosts/73/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.293Z","modified":"2016-08-31T16:59:43.614Z","name":"mk_centos_7.1","description":"imported","inventory":2,"enabled":false,"instance_id":"420cf912-fa6d-95ba-eeb8-1f2fc764f296","variables":"{\"vmware_privateMemory\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 91299, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] miq-brewery7_1/miq-brewery7.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 16594, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420cb39d-8c47-fd77-3672-e84d63604f8f\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 131529230537, \"vmware_name\": \"miq-brewery7\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uncommitted\": 150193582080, \"vmware_hostMemoryUsage\": + 1871, \"vmware_distributedMemoryEntitlement\": 833, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_overallCpuDemand\": + 23, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"CentOS 7.2 ImageFactory VM\", \"vmware_maxMemoryUsage\": 16384, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 131528189653, \"vmware_sharedMemory\": + 110}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":12},{"id":73,"type":"host","url":"/api/v1/hosts/73/","related":{"job_host_summaries":"/api/v1/hosts/73/job_host_summaries/","variable_data":"/api/v1/hosts/73/variable_data/","job_events":"/api/v1/hosts/73/job_events/","ad_hoc_commands":"/api/v1/hosts/73/ad_hoc_commands/","fact_versions":"/api/v1/hosts/73/fact_versions/","inventory_sources":"/api/v1/hosts/73/inventory_sources/","groups":"/api/v1/hosts/73/groups/","activity_stream":"/api/v1/hosts/73/activity_stream/","all_groups":"/api/v1/hosts/73/all_groups/","ad_hoc_command_events":"/api/v1/hosts/73/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.293Z","modified":"2016-08-31T16:59:43.614Z","name":"mk_centos_7.1","description":"imported","inventory":2,"enabled":false,"instance_id":"420cf912-fa6d-95ba-eeb8-1f2fc764f296","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": @@ -2375,12 +2148,11 @@ http_interactions: \"[NFS Share] nc-cfme-db-primary/nc-cfme-db-primary.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 4635002055, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420ca140-7057-a964-ad7a-f9fb51e3c8e9\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 4635002055, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420ca140-7057-a964-ad7a-f9fb51e3c8e9\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 49385975808, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -2405,12 +2177,11 @@ http_interactions: \"[NFS Share] cfme-db-standby1/cfme-db-standby1.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 4541588327, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420c899f-a158-4b4f-2f78-33dc61399939\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 4541588327, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c899f-a158-4b4f-2f78-33dc61399939\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 49399259136, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -2435,12 +2206,11 @@ http_interactions: \"[NFS Share] nc-cfme-db-standby2_1/nc-cfme-db-standby2.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": 0, - \"vmware_product_key\": 0, \"vmware_unshared\": 4497724272, \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": - \"420c7d82-dfcf-ff25-1fdb-d1ed2de9d289\", \"vmware_faultToleranceState\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_product_classId\": + null, \"vmware_distributedCpuEntitlement\": 0, \"vmware_product_key\": 0, + \"vmware_unshared\": 4497724272, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c7d82-dfcf-ff25-1fdb-d1ed2de9d289\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 49409482752, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": @@ -2473,11 +2243,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 78, \"vmware_hostName\": \"nick-brewery\", \"vmware_instanceUuid\": \"50333f3f-9b3e-2e1f-d937-062b14098cde\", \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"10.8.97.4\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 7875, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] nick-brewery/nick-brewery.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 16594, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 7875, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] nick-brewery/nick-brewery.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 16594, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"4233fd3a-a0b6-a4b3-2ceb-fec1b6f57c95\", \"vmware_installBootRequired\": false, \"vmware_committed\": 79040635662, \"vmware_name\": \"nick-brewery\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": @@ -2507,11 +2277,11 @@ http_interactions: 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 99, \"vmware_hostName\": \"satoe-brewery\", \"vmware_instanceUuid\": \"52833b35-2412-2a35-07cb-b5cc79030220\", \"vmware_distributedCpuEntitlement\": 23, \"ansible_ssh_host\": \"192.168.122.1\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 91372, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] kegerator2/kegerator2.vmx\", \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 16605, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 91372, \"vmware_memorySizeMB\": 16384, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] kegerator2/kegerator2.vmx\", \"vmware_guestState\": \"running\", + \"vmware_staticMemoryEntitlement\": 16605, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"564d25c2-cb51-9434-f647-3ff92cf69192\", \"vmware_installBootRequired\": false, \"vmware_committed\": 231127633926, \"vmware_name\": \"satoe-brewery\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": @@ -2530,7 +2300,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:49 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/hosts/?page=4 + uri: https://dev-ansible-tower3.example.com/api/v1/hosts/?page=4 body: encoding: US-ASCII string: '' @@ -2541,6 +2311,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -2574,25 +2345,25 @@ http_interactions: 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 34, \"vmware_hostName\": \"satoe-cfme-build\", \"vmware_instanceUuid\": \"500caa77-7289-699f-af4c-bbe8fc840dd3\", \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.97.10\", - \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_uptimeSeconds\": 2230610, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] satoe-build-rhel72/satoe-build-rhel72.vmx\", - \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 2114, - \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", - \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c776f-d431-d0da-4fe9-8a2a227695ae\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 21751895543, - \"vmware_name\": \"satoe-build-rhel72\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uncommitted\": - 5830225920, \"vmware_hostMemoryUsage\": 1930, \"vmware_distributedMemoryEntitlement\": - 749, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": - 362, \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": - [\"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": - \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOn\", - \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": - 0, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": 2048, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 21750305645, \"vmware_sharedMemory\": 32}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":14},{"id":80,"type":"host","url":"/api/v1/hosts/80/","related":{"job_host_summaries":"/api/v1/hosts/80/job_host_summaries/","variable_data":"/api/v1/hosts/80/variable_data/","job_events":"/api/v1/hosts/80/job_events/","ad_hoc_commands":"/api/v1/hosts/80/ad_hoc_commands/","fact_versions":"/api/v1/hosts/80/fact_versions/","inventory_sources":"/api/v1/hosts/80/inventory_sources/","groups":"/api/v1/hosts/80/groups/","activity_stream":"/api/v1/hosts/80/activity_stream/","all_groups":"/api/v1/hosts/80/all_groups/","ad_hoc_command_events":"/api/v1/hosts/80/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.331Z","modified":"2016-08-31T16:59:43.652Z","name":"test_billya","description":"imported","inventory":2,"enabled":false,"instance_id":"420cb94b-3d65-86a5-ca7e-f3c7c0c6c716","variables":"{\"vmware_privateMemory\": + \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_uptimeSeconds\": + 2230610, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] satoe-build-rhel72/satoe-build-rhel72.vmx\", \"vmware_guestState\": + \"running\", \"vmware_staticMemoryEntitlement\": 2114, \"vmware_toolsStatus\": + \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c776f-d431-d0da-4fe9-8a2a227695ae\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 21751895543, \"vmware_name\": \"satoe-build-rhel72\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uncommitted\": 5830225920, \"vmware_hostMemoryUsage\": + 1930, \"vmware_distributedMemoryEntitlement\": 749, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_staticCpuEntitlement\": 362, \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_maxMemoryUsage\": 2048, \"vmware_recordReplayState\": \"inactive\", + \"vmware_unshared\": 21750305645, \"vmware_sharedMemory\": 32}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":14},{"id":80,"type":"host","url":"/api/v1/hosts/80/","related":{"job_host_summaries":"/api/v1/hosts/80/job_host_summaries/","variable_data":"/api/v1/hosts/80/variable_data/","job_events":"/api/v1/hosts/80/job_events/","ad_hoc_commands":"/api/v1/hosts/80/ad_hoc_commands/","fact_versions":"/api/v1/hosts/80/fact_versions/","inventory_sources":"/api/v1/hosts/80/inventory_sources/","groups":"/api/v1/hosts/80/groups/","activity_stream":"/api/v1/hosts/80/activity_stream/","all_groups":"/api/v1/hosts/80/all_groups/","ad_hoc_command_events":"/api/v1/hosts/80/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.331Z","modified":"2016-08-31T16:59:43.652Z","name":"test_billya","description":"imported","inventory":2,"enabled":false,"instance_id":"420cb94b-3d65-86a5-ca7e-f3c7c0c6c716","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", @@ -2623,9 +2394,8 @@ http_interactions: [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": - \"dhcp-8-99-237.example.com\", \"vmware_instanceUuid\": - \"500c8890-1e81-8c04-3b95-d6ff3cc0d26c\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", + \"dhcp-8-99-237.example.com\", \"vmware_instanceUuid\": \"500c8890-1e81-8c04-3b95-d6ff3cc0d26c\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] test_mkanoor_05_24_16/test_mkanoor_05_24_16.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -2651,35 +2421,34 @@ http_interactions: \"10.8.99.226\", \"vmware_guestMemoryUsage\": 61, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.226\", - \"vmware_product_key\": 0, \"vmware_unshared\": 13553160759, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 6231, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420c18fb-0847-5896-170a-95f6518d88e2\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 29396512768, \"vmware_distributedMemoryEntitlement\": 1776, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 6144, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 5980, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 0, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-226.example.com\", \"vmware_product_vendor\": - \"ManageIQ\", \"vmware_uptimeSeconds\": 86498, \"vmware_memorySizeMB\": 6144, - \"vmware_instanceUuid\": \"500c7906-97fd-e39a-b98f-777a99d85ddf\", \"vmware_compressedMemory\": - 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": - false, \"vmware_committed\": 13554614694, \"vmware_name\": \"Upstream Master - 20160628\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": - 0, \"vmware_hostMemoryUsage\": 6031, \"vmware_connectionState\": \"connected\", - \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel6_64Guest\", - \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 52, \"vmware_ftLatencyStatus\": - \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":38},{"id":8,"type":"host","url":"/api/v1/hosts/8/","related":{"job_host_summaries":"/api/v1/hosts/8/job_host_summaries/","variable_data":"/api/v1/hosts/8/variable_data/","job_events":"/api/v1/hosts/8/job_events/","ad_hoc_commands":"/api/v1/hosts/8/ad_hoc_commands/","fact_versions":"/api/v1/hosts/8/fact_versions/","inventory_sources":"/api/v1/hosts/8/inventory_sources/","groups":"/api/v1/hosts/8/groups/","activity_stream":"/api/v1/hosts/8/activity_stream/","all_groups":"/api/v1/hosts/8/all_groups/","ad_hoc_command_events":"/api/v1/hosts/8/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:39.945Z","modified":"2016-08-31T16:59:43.665Z","name":"Upstream + \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 0, \"ansible_ssh_host\": \"10.8.99.226\", \"vmware_product_key\": 0, \"vmware_unshared\": + 13553160759, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6231, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c18fb-0847-5896-170a-95f6518d88e2\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 29396512768, \"vmware_distributedMemoryEntitlement\": + 1776, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 0, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 6144, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 0, \"vmware_privateMemory\": 5980, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 86498, + \"vmware_memorySizeMB\": 6144, \"vmware_instanceUuid\": \"500c7906-97fd-e39a-b98f-777a99d85ddf\", + \"vmware_compressedMemory\": 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 13554614694, + \"vmware_name\": \"Upstream Master 20160628\", \"vmware_toolsVersionStatus\": + \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": + 6031, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS + Share\"], \"vmware_guestId\": \"rhel6_64Guest\", \"vmware_swappedMemory\": + 0, \"vmware_consumedOverheadMemory\": 52, \"vmware_ftLatencyStatus\": \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":38},{"id":8,"type":"host","url":"/api/v1/hosts/8/","related":{"job_host_summaries":"/api/v1/hosts/8/job_host_summaries/","variable_data":"/api/v1/hosts/8/variable_data/","job_events":"/api/v1/hosts/8/job_events/","ad_hoc_commands":"/api/v1/hosts/8/ad_hoc_commands/","fact_versions":"/api/v1/hosts/8/fact_versions/","inventory_sources":"/api/v1/hosts/8/inventory_sources/","groups":"/api/v1/hosts/8/groups/","activity_stream":"/api/v1/hosts/8/activity_stream/","all_groups":"/api/v1/hosts/8/all_groups/","ad_hoc_command_events":"/api/v1/hosts/8/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:39.945Z","modified":"2016-08-31T16:59:43.665Z","name":"Upstream Master 2016-08-19-1","description":"imported","inventory":2,"enabled":false,"instance_id":"420c5b3d-07d2-58f0-95f0-8f99bc72d4c9","variables":"{\"vmware_vmPathName\": \"[NFS Share] ManageIQ Upstream 2016-08-19/ManageIQ Upstream 2016-08-19.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": @@ -2720,35 +2489,34 @@ http_interactions: \"vmware_ipAddress\": \"10.8.99.249\", \"vmware_guestMemoryUsage\": 122, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_instanceId\": null, \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": - null, \"vmware_distributedCpuEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.249\", - \"vmware_product_key\": 0, \"vmware_unshared\": 4499153467, \"vmware_guestState\": - \"running\", \"vmware_staticMemoryEntitlement\": 6231, \"vmware_toolsStatus\": - \"toolsOk\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": - \"intel-sandybridge\", \"vmware_uuid\": \"420ce26b-10bc-27ef-7032-5c00c829ea42\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": - \"master\", \"vmware_staticCpuEntitlement\": 1431, \"vmware_uncommitted\": - 38450520064, \"vmware_distributedMemoryEntitlement\": 513, \"vmware_product_appUrl\": - null, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_product_fullVersion\": - null, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": - null, \"vmware_maxMemoryUsage\": 6144, \"vmware_recordReplayState\": \"inactive\", - \"vmware_sharedMemory\": 134, \"vmware_privateMemory\": 694, \"vmware_resourcePool\": - \"Resources\", \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": - 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, - \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": - 1, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-249.example.com\", \"vmware_product_vendor\": - \"ManageIQ\", \"vmware_uptimeSeconds\": 524102, \"vmware_memorySizeMB\": 6144, - \"vmware_instanceUuid\": \"500c924f-ca30-a041-0453-55990e5f2a46\", \"vmware_compressedMemory\": - 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": - false, \"vmware_committed\": 4499729260, \"vmware_name\": \"Upstream Master - 2016-08-19-2\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": - 0, \"vmware_hostMemoryUsage\": 769, \"vmware_connectionState\": \"connected\", - \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel6_64Guest\", - \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 49, \"vmware_ftLatencyStatus\": - \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":21},{"id":10,"type":"host","url":"/api/v1/hosts/10/","related":{"job_host_summaries":"/api/v1/hosts/10/job_host_summaries/","variable_data":"/api/v1/hosts/10/variable_data/","job_events":"/api/v1/hosts/10/job_events/","ad_hoc_commands":"/api/v1/hosts/10/ad_hoc_commands/","fact_versions":"/api/v1/hosts/10/fact_versions/","inventory_sources":"/api/v1/hosts/10/inventory_sources/","groups":"/api/v1/hosts/10/groups/","activity_stream":"/api/v1/hosts/10/activity_stream/","all_groups":"/api/v1/hosts/10/all_groups/","ad_hoc_command_events":"/api/v1/hosts/10/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:39.956Z","modified":"2016-08-31T16:59:43.674Z","name":"Upstream + \"ibm-x3550m4-03.example.com\", \"vmware_product_classId\": null, \"vmware_distributedCpuEntitlement\": + 0, \"ansible_ssh_host\": \"10.8.99.249\", \"vmware_product_key\": 0, \"vmware_unshared\": + 4499153467, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6231, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_overallStatus\": \"green\", + \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420ce26b-10bc-27ef-7032-5c00c829ea42\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_staticCpuEntitlement\": + 1431, \"vmware_uncommitted\": 38450520064, \"vmware_distributedMemoryEntitlement\": + 513, \"vmware_product_appUrl\": null, \"vmware_template\": false, \"vmware_overallCpuDemand\": + 0, \"vmware_product_fullVersion\": null, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + 6144, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": + 134, \"vmware_privateMemory\": 694, \"vmware_resourcePool\": \"Resources\", + \"vmware_product_name\": \"ManageIQ\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": + 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": + 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 1, \"vmware_numEthernetCards\": + 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": \"dhcp-8-99-249.example.com\", + \"vmware_product_vendor\": \"ManageIQ\", \"vmware_uptimeSeconds\": 524102, + \"vmware_memorySizeMB\": 6144, \"vmware_instanceUuid\": \"500c924f-ca30-a041-0453-55990e5f2a46\", + \"vmware_compressedMemory\": 0, \"vmware_product_vendorUrl\": null, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 4499729260, + \"vmware_name\": \"Upstream Master 2016-08-19-2\", \"vmware_toolsVersionStatus\": + \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": + 769, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS + Share\"], \"vmware_guestId\": \"rhel6_64Guest\", \"vmware_swappedMemory\": + 0, \"vmware_consumedOverheadMemory\": 49, \"vmware_ftLatencyStatus\": \"gray\"}","has_active_failures":true,"has_inventory_sources":true,"last_job":36,"last_job_host_summary":21},{"id":10,"type":"host","url":"/api/v1/hosts/10/","related":{"job_host_summaries":"/api/v1/hosts/10/job_host_summaries/","variable_data":"/api/v1/hosts/10/variable_data/","job_events":"/api/v1/hosts/10/job_events/","ad_hoc_commands":"/api/v1/hosts/10/ad_hoc_commands/","fact_versions":"/api/v1/hosts/10/fact_versions/","inventory_sources":"/api/v1/hosts/10/inventory_sources/","groups":"/api/v1/hosts/10/groups/","activity_stream":"/api/v1/hosts/10/activity_stream/","all_groups":"/api/v1/hosts/10/all_groups/","ad_hoc_command_events":"/api/v1/hosts/10/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:39.956Z","modified":"2016-08-31T16:59:43.674Z","name":"Upstream Master 2016-08-19-3","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdcea-6a7c-6dae-ce7a-285b0d9ff837","variables":"{\"vmware_vmPathName\": \"[NFS Share] Upstream Master 2016-08-19-3/Upstream Master 2016-08-19-3.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": @@ -2786,24 +2554,24 @@ http_interactions: \"vmware_guestFullName\": \"Microsoft Windows Server 2012 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"50334b93-08e7-f25e-8da0-dc969e6d675e\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] dev-scvmm2k12.vmtx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 2, \"vmware_uuid\": \"423384ab-4d40-9997-ccd9-e490e8807bc5\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 2784, \"vmware_name\": \"Win2k12DC-template\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 4488081408, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"windows8Server64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":82,"type":"host","url":"/api/v1/hosts/82/","related":{"job_host_summaries":"/api/v1/hosts/82/job_host_summaries/","variable_data":"/api/v1/hosts/82/variable_data/","job_events":"/api/v1/hosts/82/job_events/","ad_hoc_commands":"/api/v1/hosts/82/ad_hoc_commands/","fact_versions":"/api/v1/hosts/82/fact_versions/","inventory_sources":"/api/v1/hosts/82/inventory_sources/","groups":"/api/v1/hosts/82/groups/","activity_stream":"/api/v1/hosts/82/activity_stream/","all_groups":"/api/v1/hosts/82/all_groups/","ad_hoc_command_events":"/api/v1/hosts/82/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.342Z","modified":"2016-08-31T16:59:43.684Z","name":"windows_2012_temp","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdbe0-1634-6447-5a48-a7428c66d175","variables":"{\"vmware_privateMemory\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"50334b93-08e7-f25e-8da0-dc969e6d675e\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + dev-scvmm2k12.vmtx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 2, \"vmware_uuid\": \"423384ab-4d40-9997-ccd9-e490e8807bc5\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 2784, \"vmware_name\": + \"Win2k12DC-template\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 4488081408, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"windows8Server64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 0, + \"vmware_sharedMemory\": 0}","has_active_failures":false,"has_inventory_sources":true,"last_job":null,"last_job_host_summary":null},{"id":82,"type":"host","url":"/api/v1/hosts/82/","related":{"job_host_summaries":"/api/v1/hosts/82/job_host_summaries/","variable_data":"/api/v1/hosts/82/variable_data/","job_events":"/api/v1/hosts/82/job_events/","ad_hoc_commands":"/api/v1/hosts/82/ad_hoc_commands/","fact_versions":"/api/v1/hosts/82/fact_versions/","inventory_sources":"/api/v1/hosts/82/inventory_sources/","groups":"/api/v1/hosts/82/groups/","activity_stream":"/api/v1/hosts/82/activity_stream/","all_groups":"/api/v1/hosts/82/all_groups/","ad_hoc_command_events":"/api/v1/hosts/82/ad_hoc_command_events/","inventory":"/api/v1/inventories/2/"},"summary_fields":{"inventory":{"id":2,"name":"Dev-VC60","description":"","has_active_failures":true,"total_hosts":81,"hosts_with_active_failures":36,"total_groups":22,"groups_with_active_failures":17,"has_inventory_sources":true,"total_inventory_sources":1,"inventory_sources_with_failures":0},"recent_jobs":[]},"created":"2016-08-31T16:59:40.342Z","modified":"2016-08-31T16:59:43.684Z","name":"windows_2012_temp","description":"imported","inventory":2,"enabled":false,"instance_id":"420cdbe0-1634-6447-5a48-a7428c66d175","variables":"{\"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"\", \"vmware_guestMemoryUsage\": 0, \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Microsoft Windows Server 2012 (64-bit)\", \"vmware_toolsInstallerMounted\": @@ -2832,7 +2600,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:53 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config + uri: https://dev-ansible-tower3.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -2843,6 +2611,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -2865,7 +2634,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:53 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config/ + uri: https://dev-ansible-tower3.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -2876,6 +2645,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -2898,229 +2668,12 @@ http_interactions: body: encoding: ASCII-8BIT string: !binary |- - eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJ - Q0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3Jl - ZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5z - aWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywg - dXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5k - IG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXi - gJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBc - blxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBv - ZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVz - ICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBu - b24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5v - bi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJt - IG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0 - aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIg - b2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBm - cm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICji - gJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxp - Y2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJl - IG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNo - aXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91 - LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3Vy - IHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90 - IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFu - dCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJt - cyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUg - YXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhh - dCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNl - bnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4g - IFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNo - IGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcg - YWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQs - IFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2Ug - bWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGlu - dGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVt - YWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhh - dCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3Qg - YXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBh - cnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86 - IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxv - dyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRl - cjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5l - ZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBw - cm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFw - cHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGlu - ZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBz - b3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlv - biBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBT - b2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxl - IGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3 - YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMg - aW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBv - ciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5n - KSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRl - cml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dl - ciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUg - bmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90 - aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIg - U29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVu - Y2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0 - aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFu - Y2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3Vt - dmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5n - IG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVm - aW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRv - d2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRo - ZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0 - IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmlj - ZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vu - c2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPi - gJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMg - TGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1h - dGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNv - ZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3Qg - dGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBk - ZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhl - ciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQg - dG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2Ug - aG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9m - IGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBF - dmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2Vk - IEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJl - ZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVy - bXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFs - bCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUg - bGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1 - Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lz - ZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1 - YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3 - YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBv - ciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4g - dGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBu - b24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3Jl - ZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9u - IHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5k - IHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0 - aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9y - IGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQg - V2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0 - aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRl - ZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGlj - ZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2lu - ZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGll - ZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdl - bWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJl - ZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBv - biB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVy - bmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxz - IGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlv - ZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZl - cnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhl - IGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhl - IG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxs - IGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMg - ZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwg - b3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41 - LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0 - aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3 - LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRv - IHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMw - KSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIg - cGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3 - aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlv - dSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1p - dHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5v - ciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUg - bGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVu - dGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qg - c2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBv - bmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3Ry - aWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9m - IHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBs - aWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlh - YmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVk - IEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRo - ZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2 - aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wu - ICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBT - dGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQg - d2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5z - aWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJl - IHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENv - bW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBS - ZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBp - biBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4g - U3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykg - d2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBB - bnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3Rp - bmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGli - aXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0 - aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1l - bnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxl - IFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRo - ZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVh - ciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQg - c3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyBy - b2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1 - bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVu - aXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFu - c2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5 - b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlv - biA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3Ig - dHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMg - dG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1 - c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5k - IGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVy - ZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRp - bmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQs - IHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNo - IG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQg - YWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZv - ciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4 - cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHBy - b3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2Vh - YmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5 - IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50 - IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBv - ZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQg - cmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRo - ZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRo - aXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBO - YXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBv - ZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4g - IEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5z - aWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJl - ZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJv - cGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNl - X2luZm8iOnsiZGVwbG95bWVudF9pZCI6ImEzZGJkYzdmNTRlNDlhNjAzN2M0 - MzFmYTc4YmZmZTc0NjY3ZmRhY2EiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFu - c2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMCBNYW5hZ2Vk - IE5vZGVzKSIsImN1cnJlbnRfaW5zdGFuY2VzIjo4MywiZmVhdHVyZXMiOnsi - c3VydmV5cyI6dHJ1ZSwibXVsdGlwbGVfb3JnYW5pemF0aW9ucyI6dHJ1ZSwi - c3lzdGVtX3RyYWNraW5nIjp0cnVlLCJlbnRlcnByaXNlX2F1dGgiOnRydWUs - InJlYnJhbmRpbmciOnRydWUsImFjdGl2aXR5X3N0cmVhbXMiOnRydWUsImxk - YXAiOnRydWUsImhhIjp0cnVlfSwiZGF0ZV9leHBpcmVkIjpmYWxzZSwiYXZh - aWxhYmxlX2luc3RhbmNlcyI6MTAwLCJob3N0bmFtZSI6ImZmNmI5ZTFmNTYx - NTRhNjFiZWViNWE0ZGJkY2EzMjFhIiwiZnJlZV9pbnN0YW5jZXMiOjE3LCJp - bnN0YW5jZV9jb3VudCI6MTAwLCJ0aW1lX3JlbWFpbmluZyI6MzEyMTExNDcs - ImNvbXBsaWFudCI6dHJ1ZSwiZ3JhY2VfcGVyaW9kX3JlbWFpbmluZyI6MzM4 - MDMxNDcsImNvbnRhY3RfZW1haWwiOiJqb2VzbWl0QHJlZGhhdC5jb20iLCJj - b21wYW55X25hbWUiOiJSZWQgSGF0LCBJbmMuIiwiZGF0ZV93YXJuaW5nIjpm - YWxzZSwibGljZW5zZV90eXBlIjoiZW50ZXJwcmlzZSIsImNvbnRhY3RfbmFt - ZSI6IkpvZSAgU21pdGgiLCJsaWNlbnNlX2RhdGUiOjE1MTc4NDc4MTksImxp - Y2Vuc2Vfa2V5IjoiZWQ5ZDAwZjFhMjU0ZTJiMGI3NzBiYWViMmIyNjg4YzQz - N2U5ZGVlNDE3OTY2N2RmYmZmY2QxOTNlNTA4YTI2MyIsInZhbGlkX2tleSI6 - dHJ1ZX0sImFuYWx5dGljc19zdGF0dXMiOiJkZXRhaWxlZCIsInZlcnNpb24i - OiIzLjAuMSIsInByb2plY3RfYmFzZV9kaXIiOiIvdmFyL2xpYi9hd3gvcHJv - amVjdHMiLCJ0aW1lX3pvbmUiOiJBbWVyaWNhL05ld19Zb3JrIiwiYW5zaWJs - ZV92ZXJzaW9uIjoiMi4xLjAuMCIsInByb2plY3RfbG9jYWxfcGF0aHMiOltd - fQ== + eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJQ0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3JlZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywgdXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5kIG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXigJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBcblxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBvZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVzICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBub24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5vbi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJtIG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIgb2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBmcm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICjigJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxpY2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJlIG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNoaXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3VyIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFudCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJtcyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUgYXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhhdCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNlbnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4gIFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNoIGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcgYWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQsIFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2UgbWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGludGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVtYWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhhdCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3QgYXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBhcnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxvdyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRlcjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5lZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBwcm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFwcHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGluZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBzb3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlvbiBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBvciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5nKSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRlcml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUgbmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVuY2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFuY2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3VtdmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5nIG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVmaW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmljZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vuc2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPigJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMgTGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1hdGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3QgdGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBkZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhlciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQgdG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2UgaG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9mIGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBFdmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2VkIEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJlZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVybXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFsbCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUgbGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBvciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4gdGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBub24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9uIHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5kIHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9yIGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQgV2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGljZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2luZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGllZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdlbWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJlZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBvbiB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVybmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxzIGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlvZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZlcnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhlIGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhlIG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxsIGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMgZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwgb3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRvIHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMwKSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIgcGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlvdSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5vciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUgbGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVudGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qgc2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBvbmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9mIHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBsaWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlhYmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVkIEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRoZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wuICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQgd2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJlIHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBSZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBpbiBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4gU3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykgd2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3RpbmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGliaXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1lbnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRoZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVhciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQgc3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyByb2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlvbiA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3IgdHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMgdG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5kIGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVyZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRpbmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQsIHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNoIG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQgYWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZvciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHByb3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2VhYmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBvZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQgcmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRoZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRoaXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBOYXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBvZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5zaWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJlZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJvcGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNlX2luZm8iOnsiZGVwbG95bWVudF9pZCI6ImEzZGJkYzdmNTRlNDlhNjAzN2M0MzFmYTc4YmZmZTc0NjY3ZmRhY2EiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFuc2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMCBNYW5hZ2VkIE5vZGVzKSIsImN1cnJlbnRfaW5zdGFuY2VzIjo4MywiZmVhdHVyZXMiOnsic3VydmV5cyI6dHJ1ZSwibXVsdGlwbGVfb3JnYW5pemF0aW9ucyI6dHJ1ZSwic3lzdGVtX3RyYWNraW5nIjp0cnVlLCJlbnRlcnByaXNlX2F1dGgiOnRydWUsInJlYnJhbmRpbmciOnRydWUsImFjdGl2aXR5X3N0cmVhbXMiOnRydWUsImxkYXAiOnRydWUsImhhIjp0cnVlfSwiZGF0ZV9leHBpcmVkIjpmYWxzZSwiYXZhaWxhYmxlX2luc3RhbmNlcyI6MTAwLCJob3N0bmFtZSI6ImZmNmI5ZTFmNTYxNTRhNjFiZWViNWE0ZGJkY2EzMjFhIiwiZnJlZV9pbnN0YW5jZXMiOjE3LCJpbnN0YW5jZV9jb3VudCI6MTAwLCJ0aW1lX3JlbWFpbmluZyI6MzEyMTExNDcsImNvbXBsaWFudCI6dHJ1ZSwiZ3JhY2VfcGVyaW9kX3JlbWFpbmluZyI6MzM4MDMxNDcsImNvbnRhY3RfZW1haWwiOiJqb2VzbWl0QHJlZGhhdC5jb20iLCJjb21wYW55X25hbWUiOiJSZWQgSGF0LCBJbmMuIiwiZGF0ZV93YXJuaW5nIjpmYWxzZSwibGljZW5zZV90eXBlIjoiZW50ZXJwcmlzZSIsImNvbnRhY3RfbmFtZSI6IkpvZSAgU21pdGgiLCJsaWNlbnNlX2RhdGUiOjE1MTc4NDc4MTksImxpY2Vuc2Vfa2V5IjoiZWQ5ZDAwZjFhMjU0ZTJiMGI3NzBiYWViMmIyNjg4YzQzN2U5ZGVlNDE3OTY2N2RmYmZmY2QxOTNlNTA4YTI2MyIsInZhbGlkX2tleSI6dHJ1ZX0sImFuYWx5dGljc19zdGF0dXMiOiJkZXRhaWxlZCIsInZlcnNpb24iOiIzLjAuMSIsInByb2plY3RfYmFzZV9kaXIiOiIvdmFyL2xpYi9hd3gvcHJvamVjdHMiLCJ0aW1lX3pvbmUiOiJBbWVyaWNhL05ld19Zb3JrIiwiYW5zaWJsZV92ZXJzaW9uIjoiMi4xLjAuMCIsInByb2plY3RfbG9jYWxfcGF0aHMiOltdfQ== http_version: recorded_at: Thu, 09 Feb 2017 09:37:54 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates body: encoding: US-ASCII string: '' @@ -3131,6 +2684,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -3153,7 +2707,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:55 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/ body: encoding: US-ASCII string: '' @@ -3164,6 +2718,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3265,7 +2820,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:56 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/76/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/76/survey_spec/ body: encoding: US-ASCII string: '' @@ -3276,6 +2831,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3302,7 +2858,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:56 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/76/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/76/survey_spec/ body: encoding: US-ASCII string: '' @@ -3313,6 +2869,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3339,7 +2896,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:57 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/78/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/78/survey_spec/ body: encoding: US-ASCII string: '' @@ -3350,6 +2907,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3376,7 +2934,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:57 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/78/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/78/survey_spec/ body: encoding: US-ASCII string: '' @@ -3387,6 +2945,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3413,7 +2972,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:58 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/79/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/79/survey_spec/ body: encoding: US-ASCII string: '' @@ -3424,6 +2983,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3450,7 +3010,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:58 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/79/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/79/survey_spec/ body: encoding: US-ASCII string: '' @@ -3461,6 +3021,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3487,7 +3048,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:37:59 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/80/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/80/survey_spec/ body: encoding: US-ASCII string: '' @@ -3498,6 +3059,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3524,7 +3086,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:00 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/80/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/80/survey_spec/ body: encoding: US-ASCII string: '' @@ -3535,6 +3097,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3561,7 +3124,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:00 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/81/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/81/survey_spec/ body: encoding: US-ASCII string: '' @@ -3572,6 +3135,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3598,7 +3162,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:01 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/81/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/81/survey_spec/ body: encoding: US-ASCII string: '' @@ -3609,6 +3173,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3635,7 +3200,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:01 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/30/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/30/survey_spec/ body: encoding: US-ASCII string: '' @@ -3646,6 +3211,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3672,7 +3238,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:02 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/30/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/30/survey_spec/ body: encoding: US-ASCII string: '' @@ -3683,6 +3249,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3709,7 +3276,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:02 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/54/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/54/survey_spec/ body: encoding: US-ASCII string: '' @@ -3720,6 +3287,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3746,7 +3314,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:03 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/54/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/54/survey_spec/ body: encoding: US-ASCII string: '' @@ -3757,6 +3325,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3783,7 +3352,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:04 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/38/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/38/survey_spec/ body: encoding: US-ASCII string: '' @@ -3794,6 +3363,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3820,7 +3390,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:04 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/38/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/38/survey_spec/ body: encoding: US-ASCII string: '' @@ -3831,6 +3401,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3857,7 +3428,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:05 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/5/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/5/survey_spec/ body: encoding: US-ASCII string: '' @@ -3868,6 +3439,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3894,7 +3466,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:05 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/5/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/5/survey_spec/ body: encoding: US-ASCII string: '' @@ -3905,6 +3477,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3931,7 +3504,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:06 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/28/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/28/survey_spec/ body: encoding: US-ASCII string: '' @@ -3942,6 +3515,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3968,7 +3542,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:06 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/28/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/28/survey_spec/ body: encoding: US-ASCII string: '' @@ -3979,6 +3553,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -4005,7 +3580,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:07 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/41/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/41/survey_spec/ body: encoding: US-ASCII string: '' @@ -4016,6 +3591,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -4042,7 +3618,7 @@ http_interactions: recorded_at: Thu, 09 Feb 2017 09:38:08 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/job_templates/41/survey_spec/ + uri: https://dev-ansible-tower3.example.com/api/v1/job_templates/41/survey_spec/ body: encoding: US-ASCII string: '' @@ -4053,6 +3629,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_configuration_script_sources.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_configuration_script_sources.yml index d23ec54eb63..0a24790a540 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_configuration_script_sources.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_configuration_script_sources.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects + uri: https://dev-ansible-tower3.example.com/api/v1/projects body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -109,7 +111,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:17 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/4/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/4/playbooks/ body: encoding: US-ASCII string: '' @@ -120,6 +122,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -146,7 +149,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:18 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/29/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/29/playbooks/ body: encoding: US-ASCII string: '' @@ -157,6 +160,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -183,7 +187,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:18 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/35/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/35/playbooks/ body: encoding: US-ASCII string: '' @@ -194,6 +198,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -220,7 +225,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:19 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/36/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/36/playbooks/ body: encoding: US-ASCII string: '' @@ -231,6 +236,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -398,7 +404,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:22 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/37/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/37/playbooks/ body: encoding: US-ASCII string: '' @@ -409,6 +415,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -435,7 +442,7 @@ http_interactions: recorded_at: Tue, 07 Feb 2017 10:41:22 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/40/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/40/playbooks/ body: encoding: US-ASCII string: '' @@ -446,6 +453,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_credentials.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_credentials.yml index 3ff29708312..30b29340146 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_credentials.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_credentials.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/credentials + uri: https://dev-ansible-tower3.example.com/api/v1/credentials body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Wed, 08 Feb 2017 11:24:08 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/credentials/ + uri: https://dev-ansible-tower3.example.com/api/v1/credentials/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source.yml index 071f61dfb71..79c34402e88 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config + uri: https://dev-ansible-tower3.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:08 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/config/ + uri: https://dev-ansible-tower3.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -68,229 +70,12 @@ http_interactions: body: encoding: ASCII-8BIT string: !binary |- - eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJ - Q0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3Jl - ZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5z - aWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywg - dXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5k - IG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXi - gJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBc - blxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBv - ZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVz - ICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBu - b24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5v - bi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJt - IG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0 - aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIg - b2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBm - cm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICji - gJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxp - Y2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJl - IG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNo - aXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91 - LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3Vy - IHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90 - IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFu - dCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJt - cyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUg - YXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhh - dCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNl - bnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4g - IFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNo - IGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcg - YWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQs - IFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2Ug - bWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGlu - dGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVt - YWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhh - dCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3Qg - YXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBh - cnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86 - IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxv - dyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRl - cjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5l - ZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBw - cm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0 - d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFw - cHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGlu - ZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBz - b3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlv - biBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBT - b2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxl - IGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3 - YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMg - aW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBv - ciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5n - KSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRl - cml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dl - ciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUg - bmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90 - aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIg - U29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVu - Y2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0 - aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFu - Y2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3Vt - dmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5n - IG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVm - aW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRv - d2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRo - ZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0 - IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmlj - ZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vu - c2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPi - gJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMg - TGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1h - dGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNv - ZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3Qg - dGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBk - ZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhl - ciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQg - dG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2Ug - aG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9m - IGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBF - dmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2Vk - IEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJl - ZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVy - bXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFs - bCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUg - bGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1 - Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lz - ZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJs - ZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1 - YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3 - YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBv - ciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4g - dGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBu - b24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3Jl - ZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9u - IHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5k - IHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0 - aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9y - IGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQg - V2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0 - aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRl - ZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGlj - ZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2lu - ZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGll - ZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdl - bWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJl - ZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBv - biB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVy - bmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxz - IGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlv - ZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZl - cnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhl - IGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29m - dHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhl - IG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxs - IGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMg - ZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwg - b3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41 - LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0 - aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3 - LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRv - IHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMw - KSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIg - cGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3 - aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlv - dSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1p - dHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5v - ciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUg - bGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVu - dGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qg - c2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0 - byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBv - bmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3Ry - aWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9m - IHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBs - aWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlh - YmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVk - IEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRo - ZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2 - aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wu - ICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBT - dGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQg - d2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5z - aWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJl - IHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENv - bW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBS - ZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBp - biBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4g - U3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykg - d2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBB - bnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3Rp - bmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGli - aXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0 - aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1l - bnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxl - IFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRo - ZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVh - ciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQg - c3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyBy - b2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1 - bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVu - aXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFu - c2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5 - b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlv - biA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3Ig - dHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMg - dG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1 - c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5k - IGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVy - ZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRp - bmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQs - IHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNo - IG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQg - YWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZv - ciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4 - cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHBy - b3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2Vh - YmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5 - IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50 - IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBv - ZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQg - cmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRo - ZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRo - aXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBO - YXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBv - ZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4g - IEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5z - aWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJl - ZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJv - cGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNl - X2luZm8iOnsiZGVwbG95bWVudF9pZCI6IjE1YmViMDE2MmNlNmQ3YTNiMzVm - NzVjZjYxMDY0ZjJmMDM2Mjk3MDgiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFu - c2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMDAwIE1hbmFn - ZWQgTm9kZXMpIiwiY3VycmVudF9pbnN0YW5jZXMiOjg3LCJmZWF0dXJlcyI6 - eyJzdXJ2ZXlzIjp0cnVlLCJtdWx0aXBsZV9vcmdhbml6YXRpb25zIjp0cnVl - LCJzeXN0ZW1fdHJhY2tpbmciOnRydWUsImVudGVycHJpc2VfYXV0aCI6dHJ1 - ZSwicmVicmFuZGluZyI6dHJ1ZSwiYWN0aXZpdHlfc3RyZWFtcyI6dHJ1ZSwi - bGRhcCI6dHJ1ZSwiaGEiOnRydWV9LCJkYXRlX2V4cGlyZWQiOmZhbHNlLCJh - dmFpbGFibGVfaW5zdGFuY2VzIjoxMDAwMCwiaG9zdG5hbWUiOiIxMjk0ZGQ2 - MzAxMjY0NDIxOGI1MmExN2I2YmM0MzBlZCIsImZyZWVfaW5zdGFuY2VzIjo5 - OTEzLCJpbnN0YW5jZV9jb3VudCI6MTAwMDAsInRpbWVfcmVtYWluaW5nIjoy - Njc4NzcxNCwiY29tcGxpYW50Ijp0cnVlLCJncmFjZV9wZXJpb2RfcmVtYWlu - aW5nIjoyOTM3OTcxNCwiY29udGFjdF9lbWFpbCI6ImpvZXNtaXRAcmVkaGF0 - LmNvbSIsImNvbXBhbnlfbmFtZSI6IlJlZCBIYXQsIEluYy4iLCJkYXRlX3dh - cm5pbmciOmZhbHNlLCJsaWNlbnNlX3R5cGUiOiJlbnRlcnByaXNlIiwiY29u - dGFjdF9uYW1lIjoiSm9lICBTbWl0aCIsImxpY2Vuc2VfZGF0ZSI6MTUxODcx - MDEwMiwibGljZW5zZV9rZXkiOiIwM2NiYzNlNzM3OWViM2Y3ZTFmZDEzOWVj - NjkyZDg1YjliNmRhNDNkOWNiY2IwY2JiMmQ0MzYzOTliOWQ2OThjIiwidmFs - aWRfa2V5Ijp0cnVlfSwiYW5hbHl0aWNzX3N0YXR1cyI6ImRldGFpbGVkIiwi - dmVyc2lvbiI6IjMuMC4xIiwicHJvamVjdF9iYXNlX2RpciI6Ii92YXIvbGli - L2F3eC9wcm9qZWN0cyIsInRpbWVfem9uZSI6IkFtZXJpY2EvTmV3X1lvcmsi - LCJhbnNpYmxlX3ZlcnNpb24iOiIyLjEuMC4wIiwicHJvamVjdF9sb2NhbF9w - YXRocyI6W119 + eyJldWxhIjoiQU5TSUJMRSBUT1dFUiBCWSBSRUQgSEFUIEVORCBVU0VSIExJQ0VOU0UgQUdSRUVNRU5UXG5cblRoaXMgZW5kIHVzZXIgbGljZW5zZSBhZ3JlZW1lbnQgKOKAnEVVTEHigJ0pIGdvdmVybnMgdGhlIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBzb2Z0d2FyZSBhbmQgYW55IHJlbGF0ZWQgdXBkYXRlcywgdXBncmFkZXMsIHZlcnNpb25zLCBhcHBlYXJhbmNlLCBzdHJ1Y3R1cmUgYW5kIG9yZ2FuaXphdGlvbiAodGhlIOKAnEFuc2libGUgVG93ZXIgU29mdHdhcmXigJ0pLCByZWdhcmRsZXNzIG9mIHRoZSBkZWxpdmVyeSBtZWNoYW5pc20uICBcblxuMS4gIExpY2Vuc2UgR3JhbnQuICBTdWJqZWN0IHRvIHRoZSB0ZXJtcyBvZiB0aGlzIEVVTEEsIFJlZCBIYXQsIEluYy4gYW5kIGl0cyBhZmZpbGlhdGVzICjigJxSZWQgSGF04oCdKSBncmFudCB0byB5b3UgKOKAnFlvdeKAnSkgYSBub24tdHJhbnNmZXJhYmxlLCBub24tZXhjbHVzaXZlLCB3b3JsZHdpZGUsIG5vbi1zdWJsaWNlbnNhYmxlLCBsaW1pdGVkLCByZXZvY2FibGUgbGljZW5zZSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZm9yIHRoZSB0ZXJtIG9mIHRoZSBhc3NvY2lhdGVkIFJlZCBIYXQgU29mdHdhcmUgU3Vic2NyaXB0aW9uKHMpIGFuZCBpbiBhIHF1YW50aXR5IGVxdWFsIHRvIHRoZSBudW1iZXIgb2YgUmVkIEhhdCBTb2Z0d2FyZSBTdWJzY3JpcHRpb25zIHB1cmNoYXNlZCBmcm9tIFJlZCBIYXQgZm9yIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICjigJxMaWNlbnNl4oCdKSwgZWFjaCBhcyBzZXQgZm9ydGggb24gdGhlIGFwcGxpY2FibGUgUmVkIEhhdCBvcmRlcmluZyBkb2N1bWVudC4gIFlvdSBhY3F1aXJlIG9ubHkgdGhlIHJpZ2h0IHRvIHVzZSB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgZG8gbm90IGFjcXVpcmUgYW55IHJpZ2h0cyBvZiBvd25lcnNoaXAuIFJlZCBIYXQgcmVzZXJ2ZXMgYWxsIHJpZ2h0cyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBub3QgZXhwcmVzc2x5IGdyYW50ZWQgdG8gWW91LiAgVGhpcyBMaWNlbnNlIGdyYW50IHBlcnRhaW5zIHNvbGVseSB0byBZb3VyIHVzZSBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXMgbm90IGludGVuZGVkIHRvIGxpbWl0IFlvdXIgcmlnaHRzIHVuZGVyLCBvciBncmFudCBZb3UgcmlnaHRzIHRoYXQgc3VwZXJzZWRlLCB0aGUgbGljZW5zZSB0ZXJtcyBvZiBhbnkgc29mdHdhcmUgcGFja2FnZXMgd2hpY2ggbWF5IGJlIG1hZGUgYXZhaWxhYmxlIHdpdGggdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdGhhdCBhcmUgc3ViamVjdCB0byBhbiBvcGVuIHNvdXJjZSBzb2Z0d2FyZSBsaWNlbnNlLiAgXG4gXG4yLiAgSW50ZWxsZWN0dWFsIFByb3BlcnR5IFJpZ2h0cy4gIFRpdGxlIHRvIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGFuZCBlYWNoIGNvbXBvbmVudCwgY29weSBhbmQgbW9kaWZpY2F0aW9uLCBpbmNsdWRpbmcgYWxsIGRlcml2YXRpdmUgd29ya3Mgd2hldGhlciBtYWRlIGJ5IFJlZCBIYXQsIFlvdSBvciBvbiBSZWQgSGF0J3MgYmVoYWxmLCBpbmNsdWRpbmcgdGhvc2UgbWFkZSBhdCBZb3VyIHN1Z2dlc3Rpb24gYW5kIGFsbCBhc3NvY2lhdGVkIGludGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMsIGFyZSBhbmQgc2hhbGwgcmVtYWluIHRoZSBzb2xlIGFuZCBleGNsdXNpdmUgcHJvcGVydHkgb2YgUmVkIEhhdCBhbmQvb3IgaXQgbGljZW5zb3JzLiAgVGhlIExpY2Vuc2UgZG9lcyBub3QgYXV0aG9yaXplIFlvdSAobm9yIG1heSBZb3UgYWxsb3cgYW55IHRoaXJkIHBhcnR5LCBzcGVjaWZpY2FsbHkgbm9uLWVtcGxveWVlcyBvZiBZb3VycykgdG86IChhKSBjb3B5LCBkaXN0cmlidXRlLCByZXByb2R1Y2UsIHVzZSBvciBhbGxvdyB0aGlyZCBwYXJ0eSBhY2Nlc3MgdG8gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZXhjZXB0IGFzIGV4cHJlc3NseSBhdXRob3JpemVkIGhlcmV1bmRlcjsgKGIpIGRlY29tcGlsZSwgZGlzYXNzZW1ibGUsIHJldmVyc2UgZW5naW5lZXIsIHRyYW5zbGF0ZSwgbW9kaWZ5LCBjb252ZXJ0IG9yIGFwcGx5IGFueSBwcm9jZWR1cmUgb3IgcHJvY2VzcyB0byB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBpbiBvcmRlciB0byBhc2NlcnRhaW4sIGRlcml2ZSwgYW5kL29yIGFwcHJvcHJpYXRlIGZvciBhbnkgcmVhc29uIG9yIHB1cnBvc2UsIGluY2x1ZGluZyB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzb3VyY2UgY29kZSBvciBzb3VyY2UgbGlzdGluZ3Mgb3IgYW55IHRyYWRlIHNlY3JldCBpbmZvcm1hdGlvbiBvciBwcm9jZXNzIGNvbnRhaW5lZCBpbiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSAoZXhjZXB0IGFzIHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdyk7IChjKSBleGVjdXRlIG9yIGluY29ycG9yYXRlIG90aGVyIHNvZnR3YXJlIChleGNlcHQgZm9yIGFwcHJvdmVkIHNvZnR3YXJlIGFzIGFwcGVhcnMgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZG9jdW1lbnRhdGlvbiBvciBzcGVjaWZpY2FsbHkgYXBwcm92ZWQgYnkgUmVkIEhhdCBpbiB3cml0aW5nKSBpbnRvIEFuc2libGUgVG93ZXIgU29mdHdhcmUsIG9yIGNyZWF0ZSBhIGRlcml2YXRpdmUgd29yayBvZiBhbnkgcGFydCBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZTsgKGQpIHJlbW92ZSBhbnkgdHJhZGVtYXJrcywgdHJhZGUgbmFtZXMgb3IgdGl0bGVzLCBjb3B5cmlnaHRzIGxlZ2VuZHMgb3IgYW55IG90aGVyIHByb3ByaWV0YXJ5IG1hcmtpbmcgb24gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmU7IChlKSBkaXNjbG9zZSB0aGUgcmVzdWx0cyBvZiBhbnkgYmVuY2htYXJraW5nIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlICh3aGV0aGVyIG9yIG5vdCBvYnRhaW5lZCB3aXRoIFJlZCBIYXTigJlzIGFzc2lzdGFuY2UpIHRvIGFueSB0aGlyZCBwYXJ0eTsgKGYpIGF0dGVtcHQgdG8gY2lyY3VtdmVudCBhbnkgdXNlciBsaW1pdHMgb3Igb3RoZXIgbGljZW5zZSwgdGltaW5nIG9yIHVzZSByZXN0cmljdGlvbnMgdGhhdCBhcmUgYnVpbHQgaW50bywgZGVmaW5lZCBvciBhZ3JlZWQgdXBvbiwgcmVnYXJkaW5nIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlLiBZb3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG1heSBjb250YWluIHRpbWUtb3V0IGRldmljZXMsIGNvdW50ZXIgZGV2aWNlcywgYW5kL29yIG90aGVyIGRldmljZXMgaW50ZW5kZWQgdG8gZW5zdXJlIHRoZSBsaW1pdHMgb2YgdGhlIExpY2Vuc2Ugd2lsbCBub3QgYmUgZXhjZWVkZWQgKOKAnExpbWl0aW5nIERldmljZXPigJ0pLiAgSWYgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgY29udGFpbnMgTGltaXRpbmcgRGV2aWNlcywgUmVkIEhhdCB3aWxsIHByb3ZpZGUgWW91IG1hdGVyaWFscyBuZWNlc3NhcnkgdG8gdXNlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIHRoZSBleHRlbnQgcGVybWl0dGVkLiAgWW91IG1heSBub3QgdGFtcGVyIHdpdGggb3Igb3RoZXJ3aXNlIHRha2UgYW55IGFjdGlvbiB0byBkZWZlYXQgb3IgY2lyY3VtdmVudCBhIExpbWl0aW5nIERldmljZSBvciBvdGhlciBjb250cm9sIG1lYXN1cmUsIGluY2x1ZGluZyBidXQgbm90IGxpbWl0ZWQgdG8sIHJlc2V0dGluZyB0aGUgdW5pdCBhbW91bnQgb3IgdXNpbmcgZmFsc2UgaG9zdCBpZGVudGlmaWNhdGlvbiBudW1iZXIgZm9yIHRoZSBwdXJwb3NlIG9mIGV4dGVuZGluZyBhbnkgdGVybSBvZiB0aGUgTGljZW5zZS4gXG5cbjMuICBFdmFsdWF0aW9uIExpY2Vuc2VzLiBVbmxlc3MgWW91IGhhdmUgcHVyY2hhc2VkIEFuc2libGUgVG93ZXIgU29mdHdhcmUgU3Vic2NyaXB0aW9ucyBmcm9tIFJlZCBIYXQgb3IgYW4gYXV0aG9yaXplZCByZXNlbGxlciB1bmRlciB0aGUgdGVybXMgb2YgYSBjb21tZXJjaWFsIGFncmVlbWVudCB3aXRoIFJlZCBIYXQsIGFsbCB1c2Ugb2YgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgc2hhbGwgYmUgbGltaXRlZCB0byB0ZXN0aW5nIHB1cnBvc2VzIGFuZCBub3QgZm9yIHByb2R1Y3Rpb24gdXNlICjigJxFdmFsdWF0aW9u4oCdKS4gVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgRXZhbHVhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBzaGFsbCBiZSBsaW1pdGVkIHRvIGFuIGV2YWx1YXRpb24gZW52aXJvbm1lbnQgYW5kIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHNoYWxsIG5vdCBiZSB1c2VkIHRvIG1hbmFnZSBhbnkgc3lzdGVtcyBvciB2aXJ0dWFsIG1hY2hpbmVzIG9uIG5ldHdvcmtzIGJlaW5nIHVzZWQgaW4gdGhlIG9wZXJhdGlvbiBvZiBZb3VyIGJ1c2luZXNzIG9yIGFueSBvdGhlciBub24tZXZhbHVhdGlvbiBwdXJwb3NlLiAgVW5sZXNzIG90aGVyd2lzZSBhZ3JlZWQgYnkgUmVkIEhhdCwgWW91IHNoYWxsIGxpbWl0IGFsbCBFdmFsdWF0aW9uIHVzZSB0byBhIHNpbmdsZSAzMCBkYXkgZXZhbHVhdGlvbiBwZXJpb2QgYW5kIHNoYWxsIG5vdCBkb3dubG9hZCBvciBvdGhlcndpc2Ugb2J0YWluIGFkZGl0aW9uYWwgY29waWVzIG9mIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIG9yIGxpY2Vuc2Uga2V5cyBmb3IgRXZhbHVhdGlvbi5cblxuNC4gIExpbWl0ZWQgV2FycmFudHkuICBFeGNlcHQgYXMgc3BlY2lmaWNhbGx5IHN0YXRlZCBpbiB0aGlzIFNlY3Rpb24gNCwgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgYW5kIHRoZSBjb21wb25lbnRzIGFyZSBwcm92aWRlZCBhbmQgbGljZW5zZWQg4oCcYXMgaXPigJ0gd2l0aG91dCB3YXJyYW50eSBvZiBhbnkga2luZCwgZXhwcmVzc2VkIG9yIGltcGxpZWQsIGluY2x1ZGluZyB0aGUgaW1wbGllZCB3YXJyYW50aWVzIG9mIG1lcmNoYW50YWJpbGl0eSwgbm9uLWluZnJpbmdlbWVudCBvciBmaXRuZXNzIGZvciBhIHBhcnRpY3VsYXIgcHVycG9zZS4gIFJlZCBIYXQgd2FycmFudHMgc29sZWx5IHRvIFlvdSB0aGF0IHRoZSBtZWRpYSBvbiB3aGljaCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBtYXkgYmUgZnVybmlzaGVkIHdpbGwgYmUgZnJlZSBmcm9tIGRlZmVjdHMgaW4gbWF0ZXJpYWxzIGFuZCBtYW51ZmFjdHVyZSB1bmRlciBub3JtYWwgdXNlIGZvciBhIHBlcmlvZCBvZiB0aGlydHkgKDMwKSBkYXlzIGZyb20gdGhlIGRhdGUgb2YgZGVsaXZlcnkgdG8gWW91LiAgUmVkIEhhdCBkb2VzIG5vdCB3YXJyYW50IHRoYXQgdGhlIGZ1bmN0aW9ucyBjb250YWluZWQgaW4gdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgd2lsbCBtZWV0IFlvdXIgcmVxdWlyZW1lbnRzIG9yIHRoYXQgdGhlIG9wZXJhdGlvbiBvZiB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSB3aWxsIGJlIGVudGlyZWx5IGVycm9yIGZyZWUsIGFwcGVhciBwcmVjaXNlbHkgYXMgZGVzY3JpYmVkIGluIHRoZSBhY2NvbXBhbnlpbmcgZG9jdW1lbnRhdGlvbiwgb3IgY29tcGx5IHdpdGggcmVndWxhdG9yeSByZXF1aXJlbWVudHMuIFxuXG41LiAgTGltaXRhdGlvbiBvZiBSZW1lZGllcyBhbmQgTGlhYmlsaXR5LiBUbyB0aGUgbWF4aW11bSBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3LCBZb3VyIGV4Y2x1c2l2ZSByZW1lZHkgdW5kZXIgdGhpcyBFVUxBIGlzIHRvIHJldHVybiBhbnkgZGVmZWN0aXZlIG1lZGlhIHdpdGhpbiB0aGlydHkgKDMwKSBkYXlzIG9mIGRlbGl2ZXJ5IGFsb25nIHdpdGggYSBjb3B5IG9mIFlvdXIgcGF5bWVudCByZWNlaXB0IGFuZCBSZWQgSGF0LCBhdCBpdHMgb3B0aW9uLCB3aWxsIHJlcGxhY2UgaXQgb3IgcmVmdW5kIHRoZSBtb25leSBwYWlkIGJ5IFlvdSBmb3IgdGhlIG1lZGlhLiAgVG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCB1bmRlciBhcHBsaWNhYmxlIGxhdywgbmVpdGhlciBSZWQgSGF0IG5vciBhbnkgUmVkIEhhdCBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIHdpbGwgYmUgbGlhYmxlIHRvIFlvdSBmb3IgYW55IGluY2lkZW50YWwgb3IgY29uc2VxdWVudGlhbCBkYW1hZ2VzLCBpbmNsdWRpbmcgbG9zdCBwcm9maXRzIG9yIGxvc3Qgc2F2aW5ncyBhcmlzaW5nIG91dCBvZiB0aGUgdXNlIG9yIGluYWJpbGl0eSB0byB1c2UgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgb3IgYW55IGNvbXBvbmVudCwgZXZlbiBpZiBSZWQgSGF0IG9yIHRoZSBhdXRob3JpemVkIGRpc3RyaWJ1dG9yIGhhcyBiZWVuIGFkdmlzZWQgb2YgdGhlIHBvc3NpYmlsaXR5IG9mIHN1Y2ggZGFtYWdlcy4gIEluIG5vIGV2ZW50IHNoYWxsIFJlZCBIYXQncyBsaWFiaWxpdHkgb3IgYW4gYXV0aG9yaXplZCBkaXN0cmlidXRvcuKAmXMgbGlhYmlsaXR5IGV4Y2VlZCB0aGUgYW1vdW50IHRoYXQgWW91IHBhaWQgdG8gUmVkIEhhdCBmb3IgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgZHVyaW5nIHRoZSB0d2VsdmUgbW9udGhzIHByZWNlZGluZyB0aGUgZmlyc3QgZXZlbnQgZ2l2aW5nIHJpc2UgdG8gbGlhYmlsaXR5LlxuXG42LiAgRXhwb3J0IENvbnRyb2wuICBJbiBhY2NvcmRhbmNlIHdpdGggdGhlIGxhd3Mgb2YgdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIG90aGVyIGNvdW50cmllcywgWW91IHJlcHJlc2VudCBhbmQgd2FycmFudCB0aGF0IFlvdTogKGEpIHVuZGVyc3RhbmQgdGhhdCB0aGUgQW5zaWJsZSBUb3dlciBTb2Z0d2FyZSBhbmQgaXRzIGNvbXBvbmVudHMgbWF5IGJlIHN1YmplY3QgdG8gZXhwb3J0IGNvbnRyb2xzIHVuZGVyIHRoZSBVLlMuIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEV4cG9ydCBBZG1pbmlzdHJhdGlvbiBSZWd1bGF0aW9ucyAo4oCcRUFS4oCdKTsgKGIpIGFyZSBub3QgbG9jYXRlZCBpbiBhbnkgY291bnRyeSBsaXN0ZWQgaW4gQ291bnRyeSBHcm91cCBFOjEgaW4gU3VwcGxlbWVudCBOby4gMSB0byBwYXJ0IDc0MCBvZiB0aGUgRUFSOyAoYykgd2lsbCBub3QgZXhwb3J0LCByZS1leHBvcnQsIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIHRvIGFueSBwcm9oaWJpdGVkIGRlc3RpbmF0aW9uIG9yIHRvIGFueSBlbmQgdXNlciB3aG8gaGFzIGJlZW4gcHJvaGliaXRlZCBmcm9tIHBhcnRpY2lwYXRpbmcgaW4gVVMgZXhwb3J0IHRyYW5zYWN0aW9ucyBieSBhbnkgZmVkZXJhbCBhZ2VuY3kgb2YgdGhlIFVTIGdvdmVybm1lbnQ7ICAoZCkgd2lsbCBub3QgdXNlIG9yIHRyYW5zZmVyIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlIGZvciB1c2UgaW4gY29ubmVjdGlvbiB3aXRoIHRoZSBkZXNpZ24sIGRldmVsb3BtZW50IG9yIHByb2R1Y3Rpb24gb2YgbnVjbGVhciwgY2hlbWljYWwgb3IgYmlvbG9naWNhbCB3ZWFwb25zLCBvciByb2NrZXQgc3lzdGVtcywgc3BhY2UgbGF1bmNoIHZlaGljbGVzLCBvciBzb3VuZGluZyByb2NrZXRzIG9yIHVubWFubmVkIGFpciB2ZWhpY2xlIHN5c3RlbXM7IChlKSB1bmRlcnN0YW5kIGFuZCBhZ3JlZSB0aGF0IGlmIHlvdSBhcmUgaW4gdGhlIFVuaXRlZCBTdGF0ZXMgYW5kIHlvdSBleHBvcnQgb3IgdHJhbnNmZXIgdGhlIEFuc2libGUgVG93ZXIgU29mdHdhcmUgdG8gZWxpZ2libGUgZW5kIHVzZXJzLCB5b3Ugd2lsbCwgdG8gdGhlIGV4dGVudCByZXF1aXJlZCBieSBFQVIgU2VjdGlvbiA3NDAuMTcgb2J0YWluIGEgbGljZW5zZSBmb3Igc3VjaCBleHBvcnQgb3IgdHJhbnNmZXIgYW5kIHdpbGwgc3VibWl0IHNlbWktYW5udWFsIHJlcG9ydHMgdG8gdGhlIENvbW1lcmNlIERlcGFydG1lbnTigJlzIEJ1cmVhdSBvZiBJbmR1c3RyeSBhbmQgU2VjdXJpdHksIHdoaWNoIGluY2x1ZGUgdGhlIG5hbWUgYW5kIGFkZHJlc3MgKGluY2x1ZGluZyBjb3VudHJ5KSBvZiBlYWNoIHRyYW5zZmVyZWU7IGFuZCAoZikgdW5kZXJzdGFuZCB0aGF0IGNvdW50cmllcyBpbmNsdWRpbmcgdGhlIFVuaXRlZCBTdGF0ZXMgbWF5IHJlc3RyaWN0IHRoZSBpbXBvcnQsIHVzZSwgb3IgZXhwb3J0IG9mIGVuY3J5cHRpb24gcHJvZHVjdHMgKHdoaWNoIG1heSBpbmNsdWRlIHRoZSBBbnNpYmxlIFRvd2VyIFNvZnR3YXJlKSBhbmQgYWdyZWUgdGhhdCB5b3Ugc2hhbGwgYmUgc29sZWx5IHJlc3BvbnNpYmxlIGZvciBjb21wbGlhbmNlIHdpdGggYW55IHN1Y2ggaW1wb3J0LCB1c2UsIG9yIGV4cG9ydCByZXN0cmljdGlvbnMuXG5cbjcuICBHZW5lcmFsLiAgSWYgYW55IHByb3Zpc2lvbiBvZiB0aGlzIEVVTEEgaXMgaGVsZCB0byBiZSB1bmVuZm9yY2VhYmxlLCB0aGF0IHNoYWxsIG5vdCBhZmZlY3QgdGhlIGVuZm9yY2VhYmlsaXR5IG9mIHRoZSByZW1haW5pbmcgcHJvdmlzaW9ucy4gIFRoaXMgYWdyZWVtZW50IHNoYWxsIGJlIGdvdmVybmVkIGJ5IHRoZSBsYXdzIG9mIHRoZSBTdGF0ZSBvZiBOZXcgWW9yayBhbmQgb2YgdGhlIFVuaXRlZCBTdGF0ZXMsIHdpdGhvdXQgcmVnYXJkIHRvIGFueSBjb25mbGljdCBvZiBsYXdzIHByb3Zpc2lvbnMuIFRoZSByaWdodHMgYW5kIG9ibGlnYXRpb25zIG9mIHRoZSBwYXJ0aWVzIHRvIHRoaXMgRVVMQSBzaGFsbCBub3QgYmUgZ292ZXJuZWQgYnkgdGhlIFVuaXRlZCBOYXRpb25zIENvbnZlbnRpb24gb24gdGhlIEludGVybmF0aW9uYWwgU2FsZSBvZiBHb29kcy4gXG5cbkNvcHlyaWdodCDCqSAyMDE1IFJlZCBIYXQsIEluYy4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuICBcIlJlZCBIYXRcIiBhbmQg4oCcQW5zaWJsZSBUb3dlcuKAnSBhcmUgcmVnaXN0ZXJlZCB0cmFkZW1hcmtzIG9mIFJlZCBIYXQsIEluYy4gIEFsbCBvdGhlciB0cmFkZW1hcmtzIGFyZSB0aGUgcHJvcGVydHkgb2YgdGhlaXIgcmVzcGVjdGl2ZSBvd25lcnMuXG4iLCJsaWNlbnNlX2luZm8iOnsiZGVwbG95bWVudF9pZCI6IjE1YmViMDE2MmNlNmQ3YTNiMzVmNzVjZjYxMDY0ZjJmMDM2Mjk3MDgiLCJzdWJzY3JpcHRpb25fbmFtZSI6IkFuc2libGUgVG93ZXIgYnkgUmVkIEhhdCwgU3RhbmRhcmQgKDEwMDAwIE1hbmFnZWQgTm9kZXMpIiwiY3VycmVudF9pbnN0YW5jZXMiOjg3LCJmZWF0dXJlcyI6eyJzdXJ2ZXlzIjp0cnVlLCJtdWx0aXBsZV9vcmdhbml6YXRpb25zIjp0cnVlLCJzeXN0ZW1fdHJhY2tpbmciOnRydWUsImVudGVycHJpc2VfYXV0aCI6dHJ1ZSwicmVicmFuZGluZyI6dHJ1ZSwiYWN0aXZpdHlfc3RyZWFtcyI6dHJ1ZSwibGRhcCI6dHJ1ZSwiaGEiOnRydWV9LCJkYXRlX2V4cGlyZWQiOmZhbHNlLCJhdmFpbGFibGVfaW5zdGFuY2VzIjoxMDAwMCwiaG9zdG5hbWUiOiIxMjk0ZGQ2MzAxMjY0NDIxOGI1MmExN2I2YmM0MzBlZCIsImZyZWVfaW5zdGFuY2VzIjo5OTEzLCJpbnN0YW5jZV9jb3VudCI6MTAwMDAsInRpbWVfcmVtYWluaW5nIjoyNjc4NzcxNCwiY29tcGxpYW50Ijp0cnVlLCJncmFjZV9wZXJpb2RfcmVtYWluaW5nIjoyOTM3OTcxNCwiY29udGFjdF9lbWFpbCI6ImpvZXNtaXRAcmVkaGF0LmNvbSIsImNvbXBhbnlfbmFtZSI6IlJlZCBIYXQsIEluYy4iLCJkYXRlX3dhcm5pbmciOmZhbHNlLCJsaWNlbnNlX3R5cGUiOiJlbnRlcnByaXNlIiwiY29udGFjdF9uYW1lIjoiSm9lICBTbWl0aCIsImxpY2Vuc2VfZGF0ZSI6MTUxODcxMDEwMiwibGljZW5zZV9rZXkiOiIwM2NiYzNlNzM3OWViM2Y3ZTFmZDEzOWVjNjkyZDg1YjliNmRhNDNkOWNiY2IwY2JiMmQ0MzYzOTliOWQ2OThjIiwidmFsaWRfa2V5Ijp0cnVlfSwiYW5hbHl0aWNzX3N0YXR1cyI6ImRldGFpbGVkIiwidmVyc2lvbiI6IjMuMC4xIiwicHJvamVjdF9iYXNlX2RpciI6Ii92YXIvbGliL2F3eC9wcm9qZWN0cyIsInRpbWVfem9uZSI6IkFtZXJpY2EvTmV3X1lvcmsiLCJhbnNpYmxlX3ZlcnNpb24iOiIyLjEuMC4wIiwicHJvamVjdF9sb2NhbF9wYXRocyI6W119 http_version: recorded_at: Tue, 11 Apr 2017 14:53:08 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/ body: encoding: US-ASCII string: '' @@ -301,6 +86,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -331,7 +117,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:09 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/update/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/update/ body: encoding: US-ASCII string: '' @@ -342,6 +128,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -368,7 +155,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:10 GMT - request: method: post - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/update/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/update/ body: encoding: UTF-8 string: '' @@ -381,6 +168,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 202 @@ -409,7 +197,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:10 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -420,6 +208,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -447,7 +236,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:11 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -458,6 +247,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -490,7 +280,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:11 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -501,6 +291,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -539,7 +330,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:12 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -550,6 +341,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -588,7 +380,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:13 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -599,6 +391,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -637,7 +430,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:13 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -648,6 +441,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -689,7 +483,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:14 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/project_updates/641/ + uri: https://dev-ansible-tower3.example.com/api/v1/project_updates/641/ body: encoding: US-ASCII string: '' @@ -700,6 +494,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -752,7 +547,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:14 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/ body: encoding: US-ASCII string: '' @@ -763,6 +558,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -793,7 +589,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:15 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/playbooks/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/playbooks/ body: encoding: US-ASCII string: '' @@ -804,6 +600,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -830,7 +627,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/credentials/3/ + uri: https://dev-ansible-tower3.example.com/api/v1/credentials/3/ body: encoding: US-ASCII string: '' @@ -841,6 +638,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -870,7 +668,7 @@ http_interactions: recorded_at: Tue, 11 Apr 2017 14:53:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower3.example.com/api/v1/projects/472/ + uri: https://dev-ansible-tower3.example.com/api/v1/projects/472/ body: encoding: US-ASCII string: '' @@ -881,6 +679,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source_v2.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source_v2.yml index f1e3f7ae374..33bdf5ba205 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source_v2.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_targeted_configuration_script_source_v2.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config + uri: https://dev-ansible-tower2.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config/ + uri: https://dev-ansible-tower2.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -104,7 +106,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:17 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/ body: encoding: US-ASCII string: '' @@ -115,6 +117,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -162,7 +165,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:18 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/update/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/update/ body: encoding: US-ASCII string: '' @@ -173,6 +176,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -199,7 +203,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:18 GMT - request: method: post - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/update/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/update/ body: encoding: UTF-8 string: '' @@ -212,6 +216,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 202 @@ -240,7 +245,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:19 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/project_updates/902/ + uri: https://dev-ansible-tower2.example.com/api/v1/project_updates/902/ body: encoding: US-ASCII string: '' @@ -251,6 +256,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -296,7 +302,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:20 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/project_updates/902/ + uri: https://dev-ansible-tower2.example.com/api/v1/project_updates/902/ body: encoding: US-ASCII string: '' @@ -307,6 +313,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -383,7 +390,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:21 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/ body: encoding: US-ASCII string: '' @@ -394,6 +401,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -441,7 +449,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:23 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/playbooks/ body: encoding: US-ASCII string: '' @@ -452,6 +460,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -501,7 +510,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:24 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/credentials/9/ + uri: https://dev-ansible-tower2.example.com/api/v1/credentials/9/ body: encoding: US-ASCII string: '' @@ -512,6 +521,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -549,7 +559,7 @@ http_interactions: recorded_at: Wed, 26 Apr 2017 08:12:24 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/437/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/437/ body: encoding: US-ASCII string: '' @@ -560,6 +570,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 diff --git a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_v2.yml b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_v2.yml index f380dcc4faa..9b75de802fa 100644 --- a/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_v2.yml +++ b/spec/vcr_cassettes/manageiq/providers/ansible_tower/automation_manager/refresher_v2.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config + uri: https://dev-ansible-tower2.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -35,7 +36,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:04 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config/ + uri: https://dev-ansible-tower2.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -46,6 +47,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -104,7 +106,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:05 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/inventories + uri: https://dev-ansible-tower2.example.com/api/v1/inventories body: encoding: US-ASCII string: '' @@ -115,6 +117,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -137,7 +140,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:05 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/inventories/ + uri: https://dev-ansible-tower2.example.com/api/v1/inventories/ body: encoding: US-ASCII string: '' @@ -148,6 +151,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -292,7 +296,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:06 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts + uri: https://dev-ansible-tower2.example.com/api/v1/hosts body: encoding: US-ASCII string: '' @@ -303,6 +307,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -325,7 +330,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:07 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/ + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/ body: encoding: US-ASCII string: '' @@ -336,6 +341,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -1100,8 +1106,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] aab-brewery7/aab-brewery7.vmx\", \"vmware_ipAddress\": \"10.8.97.1\", \"vmware_guestMemoryUsage\": 163, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"52ec15d3-0467-1880-8fc6-f91416816ad6\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"52ec15d3-0467-1880-8fc6-f91416816ad6\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 341385339791, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16594, \"ansible_ssh_host\": \"10.8.97.1\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -1152,11 +1158,10 @@ http_interactions: \"vmware_ipAddress\": \"192.168.122.1\", \"vmware_guestMemoryUsage\": 81, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"503399f4-212d-055a-556e-75cc9026f15d\", \"vmware_distributedCpuEntitlement\": - 23, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 9512372107, - \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 4180, - \"ansible_ssh_host\": \"192.168.122.1\", \"vmware_overallStatus\": \"green\", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"503399f4-212d-055a-556e-75cc9026f15d\", + \"vmware_distributedCpuEntitlement\": 23, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_unshared\": 9512372107, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 4180, \"ansible_ssh_host\": \"192.168.122.1\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": \"4233467e-9249-f495-f348-3ca09711bac1\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 717, \"vmware_uncommitted\": @@ -1204,8 +1209,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] aab-ipaserver7/aab-ipaserver7.vmx\", \"vmware_ipAddress\": \"10.8.97.9\", \"vmware_guestMemoryUsage\": 163, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"52605f18-24e2-1a63-46c8-2dd79ee2469f\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"52605f18-24e2-1a63-46c8-2dd79ee2469f\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 9841623597, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 4165, \"ansible_ssh_host\": \"10.8.97.9\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -1233,7 +1238,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:08 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=2 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=2 body: encoding: US-ASCII string: '' @@ -1244,6 +1249,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -1292,8 +1298,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] aab-ldap/aab-ldap.vmx\", \"vmware_ipAddress\": \"10.8.97.22\", \"vmware_guestMemoryUsage\": 122, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c1916-2acd-2e09-90bf-4db1d8dec048\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c1916-2acd-2e09-90bf-4db1d8dec048\", \"vmware_distributedCpuEntitlement\": 47, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 10349052455, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 4157, \"ansible_ssh_host\": \"10.8.97.22\", \"vmware_overallStatus\": \"green\", @@ -1343,8 +1349,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] aab-miq-saml/aab-miq-saml.vmx\", \"vmware_ipAddress\": \"10.8.97.8\", \"vmware_guestMemoryUsage\": 2129, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"50332797-ee3a-a583-9dbc-02a5f6c24815\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"50332797-ee3a-a583-9dbc-02a5f6c24815\", \"vmware_distributedCpuEntitlement\": 191, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 15840109449, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16548, \"ansible_ssh_host\": \"10.8.97.8\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -1388,11 +1394,10 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500c4a54-021e-b5dc-d347-a147abd0aa36\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] ag-centos-3/ag-centos-3.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500c4a54-021e-b5dc-d347-a147abd0aa36\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + ag-centos-3/ag-centos-3.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 16, \"vmware_uuid\": \"420cef80-3008-d177-3d38-b3f4ade5e8e3\", \"vmware_installBootRequired\": false, \"vmware_committed\": 1956827680, \"vmware_name\": @@ -1429,11 +1434,10 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500cd634-3e8e-7fa2-1022-873b72df686c\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] ag-centos-4/ag-centos-4.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500cd634-3e8e-7fa2-1022-873b72df686c\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + ag-centos-4/ag-centos-4.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 16, \"vmware_uuid\": \"420c3542-3bbb-1bc1-9f49-a1b43bfc9781\", \"vmware_installBootRequired\": false, \"vmware_committed\": 1956827681, \"vmware_name\": @@ -1524,8 +1528,8 @@ http_interactions: "modified": "2016-11-17T17:25:55.124Z", "name": "ag_cfme_5.5.2.4", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cffcd-39ca-d9f6-8882-074070e680c2", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c78d4-ecde-df05-725b-a7432327e3ba\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c78d4-ecde-df05-725b-a7432327e3ba\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"running\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": 363, \"vmware_product_appUrl\": null, \"vmware_product_fullVersion\": null, @@ -1548,16 +1552,16 @@ http_interactions: \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 814, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": - null, \"vmware_hostName\": \"dhcp-8-99-210.example.com\", - \"vmware_uptimeSeconds\": 1062063, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1428}, {"id": 152, "type": - "host", "url": "/api/v1/hosts/152/", "related": {"job_host_summaries": "/api/v1/hosts/152/job_host_summaries/", - "variable_data": "/api/v1/hosts/152/variable_data/", "job_events": "/api/v1/hosts/152/job_events/", + null, \"vmware_hostName\": \"dhcp-8-99-210.example.com\", \"vmware_uptimeSeconds\": + 1062063, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1428}, {"id": 152, "type": "host", "url": "/api/v1/hosts/152/", "related": + {"job_host_summaries": "/api/v1/hosts/152/job_host_summaries/", "variable_data": + "/api/v1/hosts/152/variable_data/", "job_events": "/api/v1/hosts/152/job_events/", "ad_hoc_commands": "/api/v1/hosts/152/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/152/fact_versions/", "inventory_sources": "/api/v1/hosts/152/inventory_sources/", "groups": "/api/v1/hosts/152/groups/", "activity_stream": "/api/v1/hosts/152/activity_stream/", @@ -1575,19 +1579,18 @@ http_interactions: Hat Enterprise Linux 6 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostName\": \"dhcp-8-99-218.example.com\", - \"vmware_instanceUuid\": \"500c466e-9533-f7ec-6766-3a4963b79c64\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] ag_cfme_5.5_clone/ag_cfme_5.5_clone.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c5dee-c354-5713-10df-9ec3de4fd88b\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 14664741287, - \"vmware_name\": \"ag_cfme_5.5_clone\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 173436108800, - \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, - \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + 0, \"vmware_hostName\": \"dhcp-8-99-218.example.com\", \"vmware_instanceUuid\": + \"500c466e-9533-f7ec-6766-3a4963b79c64\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] ag_cfme_5.5_clone/ag_cfme_5.5_clone.vmx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 4, \"vmware_uuid\": \"420c5dee-c354-5713-10df-9ec3de4fd88b\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 14664741287, \"vmware_name\": \"ag_cfme_5.5_clone\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 173436108800, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], @@ -1618,17 +1621,16 @@ http_interactions: Hat Enterprise Linux 6 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c9dd7-01fd-6da9-77d1-6c94d6f4e978\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] ag_cfme_5.5_template/ag_cfme_5.5_template.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c30ff-0d3d-501e-78da-35a68515d7d6\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 15267197573, - \"vmware_name\": \"ag_cfme_5.5_template\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 172832849920, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c9dd7-01fd-6da9-77d1-6c94d6f4e978\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + ag_cfme_5.5_template/ag_cfme_5.5_template.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c30ff-0d3d-501e-78da-35a68515d7d6\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 15267197573, \"vmware_name\": \"ag_cfme_5.5_template\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 172832849920, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -1681,18 +1683,17 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 68, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 7166, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 1731009, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1956991403, \"vmware_name\": \"agrare-centos\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 398, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": - \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Datastore\"], \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": true, "has_inventory_sources": true, "last_job": 852, - "last_job_host_summary": 1457}, {"id": 212, "type": "host", "url": "/api/v1/hosts/212/", + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 1731009, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 1956991403, + \"vmware_name\": \"agrare-centos\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 398, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Datastore\"], \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": true, "has_inventory_sources": true, "last_job": + 852, "last_job_host_summary": 1457}, {"id": 212, "type": "host", "url": "/api/v1/hosts/212/", "related": {"job_host_summaries": "/api/v1/hosts/212/job_host_summaries/", "variable_data": "/api/v1/hosts/212/variable_data/", "job_events": "/api/v1/hosts/212/job_events/", "ad_hoc_commands": "/api/v1/hosts/212/ad_hoc_commands/", "fact_versions": @@ -1709,11 +1710,11 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Datastore] agrare-dvs-test/agrare-dvs-test.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"DPortGroup\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": - \"500caaac-ac35-3c7b-161c-c7d8e20103c0\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 503, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_uuid\": \"420c6a2d-108c-91c5-6aaa-391e18d8215c\", \"vmware_faultToleranceState\": + \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": \"500caaac-ac35-3c7b-161c-c7d8e20103c0\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 503, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": + \"420c6a2d-108c-91c5-6aaa-391e18d8215c\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19519406080, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -1752,23 +1753,22 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": - \"500c831a-ecc3-7478-5397-b5fad6ec94b0\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] agrare-dvs-test-1/agrare-dvs-test-1.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420ca3a3-3e75-b8cf-4a26-82f4d6e5d452\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2634, \"vmware_name\": - \"agrare-dvs-test-1\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Datastore\"], \"vmware_cpuReservation\": - 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, - \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": \"500c831a-ecc3-7478-5397-b5fad6ec94b0\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + agrare-dvs-test-1/agrare-dvs-test-1.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420ca3a3-3e75-b8cf-4a26-82f4d6e5d452\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2634, \"vmware_name\": \"agrare-dvs-test-1\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Datastore\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 505, \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": @@ -1797,11 +1797,11 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] ag_rhel_7/ag_rhel_7.vmtx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"NFS Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500cb016-33eb-e588-c30a-80f2e2b63bcd\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 497, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_uuid\": \"420c7162-30ec-7368-6e4f-89238167d850\", \"vmware_faultToleranceState\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500cb016-33eb-e588-c30a-80f2e2b63bcd\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 497, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": + \"420c7162-30ec-7368-6e4f-89238167d850\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19519406080, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": true, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": @@ -1839,8 +1839,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c7a10-141a-bbad-e145-4b53d70d09cd\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c7a10-141a-bbad-e145-4b53d70d09cd\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] ag_rhel_7_template/ag_rhel_7_template.vmtx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -1879,29 +1879,29 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c5927-fc20-5833-b042-c747d3305bbe\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[datastore1] ag_rhel7_template/ag_rhel7_template.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420c638c-3ab6-9c76-d202-c3046d7f4d70\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 24128453, \"vmware_name\": - \"ag_rhel7_template\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19498471952, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"datastore1\", \"NFS Share\"], \"vmware_cpuReservation\": - 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, - \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 24117248, - \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 878, "type": - "host", "url": "/api/v1/hosts/878/", "related": {"job_host_summaries": "/api/v1/hosts/878/job_host_summaries/", - "variable_data": "/api/v1/hosts/878/variable_data/", "job_events": "/api/v1/hosts/878/job_events/", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c5927-fc20-5833-b042-c747d3305bbe\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[datastore1] + ag_rhel7_template/ag_rhel7_template.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420c638c-3ab6-9c76-d202-c3046d7f4d70\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 24128453, \"vmware_name\": \"ag_rhel7_template\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 19498471952, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"datastore1\", + \"NFS Share\"], \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": + \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": \"poweredOff\", + \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": + 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": \"inactive\", + \"vmware_unshared\": 24117248, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 878, "type": "host", "url": "/api/v1/hosts/878/", "related": + {"job_host_summaries": "/api/v1/hosts/878/job_host_summaries/", "variable_data": + "/api/v1/hosts/878/variable_data/", "job_events": "/api/v1/hosts/878/job_events/", "ad_hoc_commands": "/api/v1/hosts/878/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/878/fact_versions/", "inventory_sources": "/api/v1/hosts/878/inventory_sources/", "groups": "/api/v1/hosts/878/groups/", "activity_stream": "/api/v1/hosts/878/activity_stream/", @@ -2013,8 +2013,8 @@ http_interactions: "2016-10-20T19:42:03.852Z", "name": "akrzos-test-cfme-5612", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c6bba-c438-7e64-400a-07e67394c91b", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c3779-3198-9948-9ee3-7d3737a79e98\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c3779-3198-9948-9ee3-7d3737a79e98\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1\", \"vmware_distributedMemoryEntitlement\": @@ -2066,28 +2066,28 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": - \"50337917-876b-364f-6c3e-030ab9411b7e\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] Ansible-Host/Ansible-Host.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"4233080d-7467-de61-76c9-c8307b6e4830\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 2431, \"vmware_name\": \"Ansible-Host\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 3376017408, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 498, - \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 155, "type": - "host", "url": "/api/v1/hosts/155/", "related": {"job_host_summaries": "/api/v1/hosts/155/job_host_summaries/", - "variable_data": "/api/v1/hosts/155/variable_data/", "job_events": "/api/v1/hosts/155/job_events/", + \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": \"50337917-876b-364f-6c3e-030ab9411b7e\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + Ansible-Host/Ansible-Host.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"4233080d-7467-de61-76c9-c8307b6e4830\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 2431, \"vmware_name\": + \"Ansible-Host\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 3376017408, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, + \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": + 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 498, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 155, "type": "host", "url": "/api/v1/hosts/155/", "related": + {"job_host_summaries": "/api/v1/hosts/155/job_host_summaries/", "variable_data": + "/api/v1/hosts/155/variable_data/", "job_events": "/api/v1/hosts/155/job_events/", "ad_hoc_commands": "/api/v1/hosts/155/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/155/fact_versions/", "inventory_sources": "/api/v1/hosts/155/inventory_sources/", "groups": "/api/v1/hosts/155/groups/", "activity_stream": "/api/v1/hosts/155/activity_stream/", @@ -2179,29 +2179,29 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": - \"500cd702-268a-fc97-b839-197438a6d7f4\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] bd-emptyTemplate/bd-emptyTemplate.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cda47-986f-cf2f-d0ce-5f9564163ea8\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2615, \"vmware_name\": - \"bd-emptyTemplate\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 3376017408, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=1a6b069c-1783-11e6-892d-0242afe60688\", - \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 502, \"vmware_sharedMemory\": - 0}", "has_active_failures": false, "has_inventory_sources": true, "last_job": - null, "last_job_host_summary": null}, {"id": 254, "type": "host", "url": "/api/v1/hosts/254/", - "related": {"job_host_summaries": "/api/v1/hosts/254/job_host_summaries/", - "variable_data": "/api/v1/hosts/254/variable_data/", "job_events": "/api/v1/hosts/254/job_events/", + \"test-vc60-host2.example.com\", \"vmware_instanceUuid\": \"500cd702-268a-fc97-b839-197438a6d7f4\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + bd-emptyTemplate/bd-emptyTemplate.vmtx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420cda47-986f-cf2f-d0ce-5f9564163ea8\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2615, \"vmware_name\": \"bd-emptyTemplate\", + \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 3376017408, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"MIQ GUID=1a6b069c-1783-11e6-892d-0242afe60688\", \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 502, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 254, "type": "host", "url": "/api/v1/hosts/254/", "related": + {"job_host_summaries": "/api/v1/hosts/254/job_host_summaries/", "variable_data": + "/api/v1/hosts/254/variable_data/", "job_events": "/api/v1/hosts/254/job_events/", "ad_hoc_commands": "/api/v1/hosts/254/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/254/fact_versions/", "inventory_sources": "/api/v1/hosts/254/inventory_sources/", "groups": "/api/v1/hosts/254/groups/", "activity_stream": "/api/v1/hosts/254/activity_stream/", @@ -2256,8 +2256,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] bdunne-VmEmpty/bdunne-VmEmpty.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM NFS Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c49be-365b-6d6f-eb35-283590a82d38\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c49be-365b-6d6f-eb35-283590a82d38\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 13854, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420c4091-3ea0-6031-88e2-bf3086cd0ec5\", \"vmware_faultToleranceState\": @@ -2293,8 +2293,8 @@ http_interactions: "2016-10-14T13:37:10.162Z", "name": "bm-cfme-5.5.2.4", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c55e6-9917-0d86-b47c-e9e716c3b133", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c352d-8daf-465f-8bf1-7ff5557f7fd8\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c352d-8daf-465f-8bf1-7ff5557f7fd8\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": @@ -2319,16 +2319,16 @@ http_interactions: \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-207.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 158, "type": - "host", "url": "/api/v1/hosts/158/", "related": {"job_host_summaries": "/api/v1/hosts/158/job_host_summaries/", - "variable_data": "/api/v1/hosts/158/variable_data/", "job_events": "/api/v1/hosts/158/job_events/", + \"vmware_hostName\": \"dhcp-8-99-207.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 158, "type": "host", "url": "/api/v1/hosts/158/", "related": + {"job_host_summaries": "/api/v1/hosts/158/job_host_summaries/", "variable_data": + "/api/v1/hosts/158/variable_data/", "job_events": "/api/v1/hosts/158/job_events/", "ad_hoc_commands": "/api/v1/hosts/158/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/158/fact_versions/", "inventory_sources": "/api/v1/hosts/158/inventory_sources/", "groups": "/api/v1/hosts/158/groups/", "activity_stream": "/api/v1/hosts/158/activity_stream/", @@ -2341,8 +2341,8 @@ http_interactions: "2016-04-01T13:26:56.491Z", "name": "bm-cfme-5.5.4.2-2", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c3c2f-6dcd-bcc9-044e-03501d2781df", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c5607-7423-28d2-b335-93aa98bea917\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c5607-7423-28d2-b335-93aa98bea917\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_product_fullVersion\": null, @@ -2366,19 +2366,19 @@ http_interactions: \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-241.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}]}' + \"vmware_hostName\": \"dhcp-8-99-241.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}]}' http_version: recorded_at: Fri, 10 Feb 2017 16:16:09 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=3 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=3 body: encoding: US-ASCII string: '' @@ -2389,6 +2389,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -2438,8 +2439,8 @@ http_interactions: \"[NFS Share] bundle_servers_for_drew_1/bundle_servers_for_drew_1.vmx\", \"vmware_ipAddress\": \"10.8.99.232\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c4ffc-e8a3-b91f-22ae-1b4db37b7d0b\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c4ffc-e8a3-b91f-22ae-1b4db37b7d0b\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 1951822930, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 1068, \"ansible_ssh_host\": \"10.8.99.232\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -2455,10 +2456,10 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_overallStatus\": \"green\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_committed\": 1953151373, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 764141, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 1, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": - 0, \"vmware_name\": \"bundle_servers_for_drew_1\", \"vmware_toolsVersionStatus\": + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 764141, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 1, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, + \"vmware_name\": \"bundle_servers_for_drew_1\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 459, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": @@ -2510,10 +2511,10 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 762830, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 1, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1953151797, \"vmware_name\": \"bundle_servers_for_drew_2\", \"vmware_toolsVersionStatus\": + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 762830, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 1, \"vmware_installBootRequired\": false, \"vmware_committed\": 1953151797, + \"vmware_name\": \"bundle_servers_for_drew_2\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 427, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": @@ -2544,8 +2545,8 @@ http_interactions: \"[NFS Share] bundle_servers_for_drew_3/bundle_servers_for_drew_3.vmx\", \"vmware_ipAddress\": \"10.8.99.225\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c2042-fcac-3f84-304c-25a12ba455eb\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c2042-fcac-3f84-304c-25a12ba455eb\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_unshared\": 1951822930, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.225\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -2561,10 +2562,10 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_overallStatus\": \"green\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_committed\": 1953200132, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": - 0, \"vmware_name\": \"bundle_servers_for_drew_3\", \"vmware_toolsVersionStatus\": + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, + \"vmware_name\": \"bundle_servers_for_drew_3\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": @@ -2631,16 +2632,15 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500cc8d9-4d37-a496-8f81-407821ae8579\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] cfme023/cfme023.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420c1844-c56c-2fd6-4ebc-3bdbfcd84eca\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 1951834545, \"vmware_name\": \"cfme023\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 18641326080, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500cc8d9-4d37-a496-8f81-407821ae8579\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + cfme023/cfme023.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c1844-c56c-2fd6-4ebc-3bdbfcd84eca\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 1951834545, \"vmware_name\": + \"cfme023\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18641326080, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -2678,8 +2678,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] ChrisK_MIQ_Server/ChrisK_MIQ_Server.vmx\", \"vmware_guestMemoryUsage\": 1133, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c2e8b-0083-5102-f636-046f6d1b3e8a\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c2e8b-0083-5102-f636-046f6d1b3e8a\", \"vmware_distributedCpuEntitlement\": 47, \"vmware_unshared\": 26616869709, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 8230, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", @@ -2727,12 +2727,12 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] console_test1/console_test1.vmx\", \"vmware_guestMemoryUsage\": 61, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500ced40-5440-06c7-5f6a-a2965aa9d088\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1037894133, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 2093, \"vmware_toolsStatus\": \"toolsNotInstalled\", - \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", - \"vmware_uuid\": \"420c2d64-33d1-9cdf-9e59-10456729d89e\", \"vmware_faultToleranceState\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500ced40-5440-06c7-5f6a-a2965aa9d088\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1037894133, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 2093, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c2d64-33d1-9cdf-9e59-10456729d89e\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 360, \"vmware_uncommitted\": 16141975552, \"vmware_distributedMemoryEntitlement\": 319, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -2864,8 +2864,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] db-rhel-7/db-rhel-7.vmx\", \"vmware_ipAddress\": \"10.8.99.228\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c5397-47c9-d319-6cf6-08dea1250db5\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c5397-47c9-d319-6cf6-08dea1250db5\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_unshared\": 1961248216, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.228\", \"vmware_suspendInterval\": 0, \"vmware_uuid\": @@ -2879,10 +2879,10 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_overallStatus\": \"green\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 8796, \"vmware_committed\": 1962862717, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": - 0, \"vmware_name\": \"db-centos-7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, + \"vmware_name\": \"db-centos-7\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_ftLogBandwidth\": @@ -2909,25 +2909,24 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c3ceb-025b-dcde-517f-8e7d06fbcb8e\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db-centos-7-rebuild-request/db-centos-7-rebuild-request.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c68c3-38ce-2ea8-93b0-9440e529811d\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1951834603, \"vmware_name\": - \"db-centos-7-rebuild-request\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 18641326080, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"Owner: D B\\nEmail: - db@rh.com\\nSource: db-centos-7-template\\n\\nMIQ GUID=74b8599c-2d86-11e6-a875-a45e60f1b905\", + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c3ceb-025b-dcde-517f-8e7d06fbcb8e\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + db-centos-7-rebuild-request/db-centos-7-rebuild-request.vmtx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 1, \"vmware_uuid\": \"420c68c3-38ce-2ea8-93b0-9440e529811d\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1951834603, \"vmware_name\": \"db-centos-7-rebuild-request\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 18641326080, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 2, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"Owner: D B\\nEmail: db@rh.com\\nSource: db-centos-7-template\\n\\nMIQ GUID=74b8599c-2d86-11e6-a875-a45e60f1b905\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1951822934, \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": null}, {"id": 259, "type": @@ -2947,15 +2946,15 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] db-centos-7-template/db-centos-7-template.vmtx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c5cc7-d345-bfcb-0ddc-523db3d350d5\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1951822920, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420c2024-ecc0-3f93-4ed6-c8fe897ec8f2\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 18107637760, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": true, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c5cc7-d345-bfcb-0ddc-523db3d350d5\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1951822920, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c2024-ecc0-3f93-4ed6-c8fe897ec8f2\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 18107637760, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + true, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": + 2, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": @@ -2990,17 +2989,17 @@ http_interactions: Hat Enterprise Linux 6 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c5ba2-3a7c-0159-d2d0-df42dcc15d6f\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db_cfme_5.5/db_cfme_5.5.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"420cdf52-153a-b5e4-22f9-a62e4aacd51c\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 16793979593, \"vmware_name\": \"db_cfme_5.5\", - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 171306475520, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c5ba2-3a7c-0159-d2d0-df42dcc15d6f\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + db_cfme_5.5/db_cfme_5.5.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420cdf52-153a-b5e4-22f9-a62e4aacd51c\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 16793979593, + \"vmware_name\": \"db_cfme_5.5\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 171306475520, + \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], @@ -3026,32 +3025,31 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] db-test-from-vc60/db-test-from-vc60.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c5399-55d1-e563-9f51-4dabcbf6a297\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1951822914, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420c40b7-6ad1-28d9-e890-7ce150599d5c\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 18107637760, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c5399-55d1-e563-9f51-4dabcbf6a297\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1951822914, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c40b7-6ad1-28d9-e890-7ce150599d5c\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 18107637760, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 2, \"vmware_annotation\": \"MIQ GUID=63bae348-ea1b-11e5-a1a7-a45e60f1b905\", \"vmware_maxMemoryUsage\": 512, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 8796, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1952206634, \"vmware_name\": \"db-test-from-vc60\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": - \"poweredOff\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Share\"], \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 0, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": null, - "last_job_host_summary": null}, {"id": 837, "type": "host", "url": "/api/v1/hosts/837/", + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 512, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 1952206634, + \"vmware_name\": \"db-test-from-vc60\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 0, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": false, "has_inventory_sources": true, "last_job": + null, "last_job_host_summary": null}, {"id": 837, "type": "host", "url": "/api/v1/hosts/837/", "related": {"job_host_summaries": "/api/v1/hosts/837/job_host_summaries/", "variable_data": "/api/v1/hosts/837/variable_data/", "job_events": "/api/v1/hosts/837/job_events/", "ad_hoc_commands": "/api/v1/hosts/837/ad_hoc_commands/", "fact_versions": @@ -3071,25 +3069,24 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500ca136-6092-c918-c935-b18466ab709b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] db-test-log-1/db-test-log-1.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": \"420cbbc9-c5ce-a7be-e73b-3e1a2b3a4daf\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1951835249, \"vmware_name\": - \"db-test-log-1\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 20791992320, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": - 3, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"Owner: d b\\nEmail: - db@rh.com\\nSource VM: db-centos-7\\n\\nMIQ GUID=55f9fa04-84f9-11e6-a648-a45e60f1b905\", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500ca136-6092-c918-c935-b18466ab709b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + db-test-log-1/db-test-log-1.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420cbbc9-c5ce-a7be-e73b-3e1a2b3a4daf\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1951835249, \"vmware_name\": \"db-test-log-1\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 20791992320, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_numVirtualDisks\": 3, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + \"Owner: d b\\nEmail: db@rh.com\\nSource VM: db-centos-7\\n\\nMIQ GUID=55f9fa04-84f9-11e6-a648-a45e60f1b905\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 1951823430, \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": null}, {"id": 197, "type": @@ -3209,16 +3206,16 @@ http_interactions: \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.2 Beta3\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-103.example.com\", - \"vmware_uptimeSeconds\": 271773, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1424}, {"id": 835, "type": - "host", "url": "/api/v1/hosts/835/", "related": {"job_host_summaries": "/api/v1/hosts/835/job_host_summaries/", - "variable_data": "/api/v1/hosts/835/variable_data/", "job_events": "/api/v1/hosts/835/job_events/", + \"vmware_hostName\": \"dhcp-8-99-103.example.com\", \"vmware_uptimeSeconds\": + 271773, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1424}, {"id": 835, "type": "host", "url": "/api/v1/hosts/835/", "related": + {"job_host_summaries": "/api/v1/hosts/835/job_host_summaries/", "variable_data": + "/api/v1/hosts/835/variable_data/", "job_events": "/api/v1/hosts/835/job_events/", "ad_hoc_commands": "/api/v1/hosts/835/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/835/fact_versions/", "inventory_sources": "/api/v1/hosts/835/inventory_sources/", "groups": "/api/v1/hosts/835/groups/", "activity_stream": "/api/v1/hosts/835/activity_stream/", @@ -3236,11 +3233,10 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c863c-a4c7-37b0-895d-bd86d4401e47\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] d_vm_prov001/d_vm_prov001.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c863c-a4c7-37b0-895d-bd86d4401e47\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + d_vm_prov001/d_vm_prov001.vmtx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c30d1-dbbd-60dd-464f-3ffeb0c661c2\", \"vmware_installBootRequired\": false, \"vmware_committed\": 4482493, \"vmware_name\": @@ -3276,28 +3272,28 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c51bf-409b-1e00-38a7-deaec2daa35a\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[datastore1] gm-diskless-template1/gm-diskless-template1.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cfe93-0fa8-a8ca-b5e8-2fe63bc9986c\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 1956, \"vmware_name\": - \"gm-diskless-template\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 2302275584, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"datastore1\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 0, - \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 162, "type": - "host", "url": "/api/v1/hosts/162/", "related": {"job_host_summaries": "/api/v1/hosts/162/job_host_summaries/", - "variable_data": "/api/v1/hosts/162/variable_data/", "job_events": "/api/v1/hosts/162/job_events/", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c51bf-409b-1e00-38a7-deaec2daa35a\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[datastore1] + gm-diskless-template1/gm-diskless-template1.vmtx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 1, \"vmware_uuid\": \"420cfe93-0fa8-a8ca-b5e8-2fe63bc9986c\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 1956, \"vmware_name\": \"gm-diskless-template\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 2302275584, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"datastore1\"], \"vmware_cpuReservation\": 0, + \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": + 0, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 0, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 162, "type": "host", "url": "/api/v1/hosts/162/", "related": + {"job_host_summaries": "/api/v1/hosts/162/job_host_summaries/", "variable_data": + "/api/v1/hosts/162/variable_data/", "job_events": "/api/v1/hosts/162/job_events/", "ad_hoc_commands": "/api/v1/hosts/162/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/162/fact_versions/", "inventory_sources": "/api/v1/hosts/162/inventory_sources/", "groups": "/api/v1/hosts/162/groups/", "activity_stream": "/api/v1/hosts/162/activity_stream/", @@ -3315,28 +3311,28 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500cda7c-6c37-8bd2-c8a9-2a8f7aabe0f8\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] gm_disk_test/gm_disk_test.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420ca9fd-3a50-b271-f6d9-64b7b0d21dc0\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 2640, \"vmware_name\": \"gm_disk_test\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 523, - \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 161, "type": - "host", "url": "/api/v1/hosts/161/", "related": {"job_host_summaries": "/api/v1/hosts/161/job_host_summaries/", - "variable_data": "/api/v1/hosts/161/variable_data/", "job_events": "/api/v1/hosts/161/job_events/", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500cda7c-6c37-8bd2-c8a9-2a8f7aabe0f8\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + gm_disk_test/gm_disk_test.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420ca9fd-3a50-b271-f6d9-64b7b0d21dc0\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 2640, \"vmware_name\": + \"gm_disk_test\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, + \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": + 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 523, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 161, "type": "host", "url": "/api/v1/hosts/161/", "related": + {"job_host_summaries": "/api/v1/hosts/161/job_host_summaries/", "variable_data": + "/api/v1/hosts/161/variable_data/", "job_events": "/api/v1/hosts/161/job_events/", "ad_hoc_commands": "/api/v1/hosts/161/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/161/fact_versions/", "inventory_sources": "/api/v1/hosts/161/inventory_sources/", "groups": "/api/v1/hosts/161/groups/", "activity_stream": "/api/v1/hosts/161/activity_stream/", @@ -3392,28 +3388,28 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c7bc0-fc9d-9ce4-52e1-ac7a1813f8e4\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] gm_test_001/gm_test_001.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420c5708-8ab6-56f6-3ba0-fc85e0983f26\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 2580, \"vmware_name\": \"gm_test_001\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", - \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": - null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 522, - \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 842, "type": - "host", "url": "/api/v1/hosts/842/", "related": {"job_host_summaries": "/api/v1/hosts/842/job_host_summaries/", - "variable_data": "/api/v1/hosts/842/variable_data/", "job_events": "/api/v1/hosts/842/job_events/", + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c7bc0-fc9d-9ce4-52e1-ac7a1813f8e4\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + gm_test_001/gm_test_001.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c5708-8ab6-56f6-3ba0-fc85e0983f26\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 2580, \"vmware_name\": + \"gm_test_001\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, + \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": + 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": + \"inactive\", \"vmware_unshared\": 522, \"vmware_sharedMemory\": 0}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 842, "type": "host", "url": "/api/v1/hosts/842/", "related": + {"job_host_summaries": "/api/v1/hosts/842/job_host_summaries/", "variable_data": + "/api/v1/hosts/842/variable_data/", "job_events": "/api/v1/hosts/842/job_events/", "ad_hoc_commands": "/api/v1/hosts/842/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/842/fact_versions/", "inventory_sources": "/api/v1/hosts/842/inventory_sources/", "groups": "/api/v1/hosts/842/groups/", "activity_stream": "/api/v1/hosts/842/activity_stream/", @@ -3454,18 +3450,17 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 2311156, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 1, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1953142856, \"vmware_name\": \"gs-server-poweron-1\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 497, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": - \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Share\"], \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 29, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": 852, - "last_job_host_summary": 1435}, {"id": 843, "type": "host", "url": "/api/v1/hosts/843/", + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 2311156, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 1, \"vmware_installBootRequired\": false, \"vmware_committed\": 1953142856, + \"vmware_name\": \"gs-server-poweron-1\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 497, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 29, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": false, "has_inventory_sources": true, "last_job": + 852, "last_job_host_summary": 1435}, {"id": 843, "type": "host", "url": "/api/v1/hosts/843/", "related": {"job_host_summaries": "/api/v1/hosts/843/job_host_summaries/", "variable_data": "/api/v1/hosts/843/variable_data/", "job_events": "/api/v1/hosts/843/job_events/", "ad_hoc_commands": "/api/v1/hosts/843/ad_hoc_commands/", "fact_versions": @@ -3508,23 +3503,22 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 2310782, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1953166728, \"vmware_name\": \"gs-server-poweron-3\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 478, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": - \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Share\"], \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": 852, - "last_job_host_summary": 1436}]}' + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 2310782, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 1953166728, + \"vmware_name\": \"gs-server-poweron-3\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 478, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": false, "has_inventory_sources": true, "last_job": + 852, "last_job_host_summary": 1436}]}' http_version: recorded_at: Fri, 10 Feb 2017 16:16:11 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=4 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=4 body: encoding: US-ASCII string: '' @@ -3535,6 +3529,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -3600,10 +3595,10 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 2311027, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 1, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1994843505, \"vmware_name\": \"gs-servier-poweron-2\", \"vmware_toolsVersionStatus\": + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 2311027, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 1, \"vmware_installBootRequired\": false, \"vmware_committed\": 1994843505, + \"vmware_name\": \"gs-servier-poweron-2\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 511, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": @@ -3631,15 +3626,15 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500cd202-2d1b-b97c-1c31-664ca41963eb\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] g_vm_prov009/g_vm_prov009.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420cc1a2-ba54-4c18-eb9b-47999a4b121b\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 11055, \"vmware_name\": \"g_vm_prov009\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500cd202-2d1b-b97c-1c31-664ca41963eb\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] + g_vm_prov009/g_vm_prov009.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420cc1a2-ba54-4c18-eb9b-47999a4b121b\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 11055, \"vmware_name\": + \"g_vm_prov009\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 2339536896, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": @@ -3665,8 +3660,8 @@ http_interactions: "2016-10-14T13:37:10.228Z", "name": "James-cfme", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c419a-52bd-046e-7a05-4341e44c3f29", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500cb5bf-aa2e-b4d6-c4a3-a236ee3dbce5\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500cb5bf-aa2e-b4d6-c4a3-a236ee3dbce5\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": @@ -3690,16 +3685,16 @@ http_interactions: \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": - null, \"vmware_hostName\": \"dhcp-8-99-212.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_committed\": 22294531224, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 163, "type": - "host", "url": "/api/v1/hosts/163/", "related": {"job_host_summaries": "/api/v1/hosts/163/job_host_summaries/", - "variable_data": "/api/v1/hosts/163/variable_data/", "job_events": "/api/v1/hosts/163/job_events/", + null, \"vmware_hostName\": \"dhcp-8-99-212.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_committed\": 22294531224, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 163, "type": "host", "url": "/api/v1/hosts/163/", "related": + {"job_host_summaries": "/api/v1/hosts/163/job_host_summaries/", "variable_data": + "/api/v1/hosts/163/variable_data/", "job_events": "/api/v1/hosts/163/job_events/", "ad_hoc_commands": "/api/v1/hosts/163/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/163/fact_versions/", "inventory_sources": "/api/v1/hosts/163/inventory_sources/", "groups": "/api/v1/hosts/163/groups/", "activity_stream": "/api/v1/hosts/163/activity_stream/", @@ -3714,15 +3709,15 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jason-brewery/jason-brewery.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"50336f60-16ec-53e2-2329-c7b3914c216b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 78033679207, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"42332ec3-7555-5c9c-d4c1-b0a88332a8c7\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 102245875712, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"CentOS 7.1 ImageFactory + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"50336f60-16ec-53e2-2329-c7b3914c216b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 78033679207, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"42332ec3-7555-5c9c-d4c1-b0a88332a8c7\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 102245875712, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"CentOS 7.1 ImageFactory VM\", \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, @@ -3761,8 +3756,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.766Z", "name": "JOEV50", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cac28-5a70-7e00-a9b5-1d82e66a2d3e", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c5eef-dd41-e3bd-d3f8-ff60cc15c7c7\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c5eef-dd41-e3bd-d3f8-ff60cc15c7c7\", \"vmware_distributedCpuEntitlement\": 167, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -3877,12 +3872,12 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] joev-apache-openldap/joev-apache-openldap.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": - \"500ca39f-7fbc-f357-b7e0-eda686864da6\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 2345316860, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 4181, \"vmware_toolsStatus\": \"toolsNotInstalled\", - \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", - \"vmware_uuid\": \"420c67c7-50d4-95be-7c65-a8f5f4be5ebb\", \"vmware_faultToleranceState\": + \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": \"500ca39f-7fbc-f357-b7e0-eda686864da6\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 2345316860, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 4181, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c67c7-50d4-95be-7c65-a8f5f4be5ebb\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 1434, \"vmware_uncommitted\": 19129520128, \"vmware_distributedMemoryEntitlement\": 685, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -3928,8 +3923,8 @@ http_interactions: \"[NFS Share] joev-brewery-centos-72/joev-brewery-centos-72.vmx\", \"vmware_ipAddress\": \"192.168.122.1\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500ca211-c5fe-3cbf-d6ef-a0794c1377f9\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500ca211-c5fe-3cbf-d6ef-a0794c1377f9\", \"vmware_distributedCpuEntitlement\": 23, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 96210874935, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16607, \"ansible_ssh_host\": \"192.168.122.1\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -3977,8 +3972,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.814Z", "name": "joev_cfme_5622-1", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c0e42-54a5-a15b-53af-d11d79dc7fcd", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c0788-791a-5017-6a2c-febb93af1631\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c0788-791a-5017-6a2c-febb93af1631\", \"vmware_distributedCpuEntitlement\": 191, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.1\", \"vmware_distributedMemoryEntitlement\": @@ -4034,8 +4029,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.826Z", "name": "joev_cfme_5622-1d", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cbd84-00dc-3804-8f8e-3a93dc9b39bf", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c66f3-cb7c-1549-8450-d4a6c047d26b\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c66f3-cb7c-1549-8450-d4a6c047d26b\", \"vmware_distributedCpuEntitlement\": 167, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.1\", \"vmware_distributedMemoryEntitlement\": @@ -4136,8 +4131,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.838Z", "name": "joev_cfme_5630-2", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c3633-98f4-9d67-ea2f-57b3c2efafcf", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c2f4f-75c5-05a5-570c-8513bf5d6391\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c2f4f-75c5-05a5-570c-8513bf5d6391\", \"vmware_distributedCpuEntitlement\": 167, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.1\", \"vmware_distributedMemoryEntitlement\": @@ -4189,8 +4184,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.849Z", "name": "joev-cfme-57011-1", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cbe6b-7c1b-14a9-044e-64ccb255308d", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500cf30d-97cc-a5f3-4ea7-631ed11738b1\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500cf30d-97cc-a5f3-4ea7-631ed11738b1\", \"vmware_distributedCpuEntitlement\": 2375, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.2-rc1\", \"vmware_distributedMemoryEntitlement\": @@ -4215,16 +4210,16 @@ http_interactions: \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.2 RC1\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-115.example.com\", - \"vmware_uptimeSeconds\": 7274, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": true, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1446}, {"id": 888, "type": - "host", "url": "/api/v1/hosts/888/", "related": {"job_host_summaries": "/api/v1/hosts/888/job_host_summaries/", - "variable_data": "/api/v1/hosts/888/variable_data/", "job_events": "/api/v1/hosts/888/job_events/", + \"vmware_hostName\": \"dhcp-8-99-115.example.com\", \"vmware_uptimeSeconds\": + 7274, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + true, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1446}, {"id": 888, "type": "host", "url": "/api/v1/hosts/888/", "related": + {"job_host_summaries": "/api/v1/hosts/888/job_host_summaries/", "variable_data": + "/api/v1/hosts/888/variable_data/", "job_events": "/api/v1/hosts/888/job_events/", "ad_hoc_commands": "/api/v1/hosts/888/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/888/fact_versions/", "inventory_sources": "/api/v1/hosts/888/inventory_sources/", "groups": "/api/v1/hosts/888/groups/", "activity_stream": "/api/v1/hosts/888/activity_stream/", @@ -4237,8 +4232,8 @@ http_interactions: "2016-11-17T17:56:26.861Z", "name": "joev-cfme-57011-1_B", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cd150-cff1-e194-8695-bdea541302f5", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c073e-c49f-97b9-71db-e3280c8e8a53\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c073e-c49f-97b9-71db-e3280c8e8a53\", \"vmware_distributedCpuEntitlement\": 143, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.2-rc1\", \"vmware_distributedMemoryEntitlement\": @@ -4263,16 +4258,16 @@ http_interactions: \"vmware_privateMemory\": 879, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.2 RC1\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-118.example.com\", - \"vmware_uptimeSeconds\": 382, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_committed\": 19858987641, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 874, "type": - "host", "url": "/api/v1/hosts/874/", "related": {"job_host_summaries": "/api/v1/hosts/874/job_host_summaries/", - "variable_data": "/api/v1/hosts/874/variable_data/", "job_events": "/api/v1/hosts/874/job_events/", + \"vmware_hostName\": \"dhcp-8-99-118.example.com\", \"vmware_uptimeSeconds\": + 382, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_committed\": 19858987641, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 874, "type": "host", "url": "/api/v1/hosts/874/", "related": + {"job_host_summaries": "/api/v1/hosts/874/job_host_summaries/", "variable_data": + "/api/v1/hosts/874/variable_data/", "job_events": "/api/v1/hosts/874/job_events/", "ad_hoc_commands": "/api/v1/hosts/874/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/874/fact_versions/", "inventory_sources": "/api/v1/hosts/874/inventory_sources/", "groups": "/api/v1/hosts/874/groups/", "activity_stream": "/api/v1/hosts/874/activity_stream/", @@ -4353,8 +4348,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] joev-ipa-rhel7/joev-ipa-rhel7.vmx\", \"vmware_ipAddress\": \"10.8.97.14\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c9f91-a013-73e0-c4ca-87b2ab696b8b\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c9f91-a013-73e0-c4ca-87b2ab696b8b\", \"vmware_distributedCpuEntitlement\": 23, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 4605396829, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16528, \"ansible_ssh_host\": \"10.8.97.14\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -4402,8 +4397,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] joev-ipa-ad/joev-ipa-ad.vmx\", \"vmware_ipAddress\": \"192.168.122.1\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500ce8fc-49c2-24fb-d3c3-6d65553bcebc\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500ce8fc-49c2-24fb-d3c3-6d65553bcebc\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_unshared\": 76356796972, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"ansible_ssh_host\": \"192.168.122.1\", \"vmware_suspendInterval\": 0, @@ -4452,8 +4447,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] joev-ldap/joev-ldap.vmx\", \"vmware_ipAddress\": \"10.8.99.233\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500ce4c6-0427-bbd1-ec2d-ffd0820a4512\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500ce4c6-0427-bbd1-ec2d-ffd0820a4512\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_unshared\": 7662903825, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.233\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -4500,8 +4495,8 @@ http_interactions: "modified": "2016-11-17T17:25:54.709Z", "name": "JoeV-ManageIQ", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cfc95-bb19-405f-413d-7ba19509ec28", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c5d81-f50f-6259-e49a-c25b6020bcc9\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c5d81-f50f-6259-e49a-c25b6020bcc9\", \"vmware_distributedCpuEntitlement\": 191, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -4556,8 +4551,8 @@ http_interactions: "modified": "2016-11-17T17:25:54.591Z", "name": "joev-miq", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c1eaa-1df4-00b3-e93d-4902edb3f496", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500cb184-a71e-c566-562e-263e0e4a1ec7\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500cb184-a71e-c566-562e-263e0e4a1ec7\", \"vmware_distributedCpuEntitlement\": 71, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -4612,8 +4607,8 @@ http_interactions: "modified": "2016-11-17T17:25:55.405Z", "name": "joev-miq-0824", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cca02-fbfe-1d4f-607a-b51ab9648fff", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c2dcd-c5b0-2ba1-c2b8-802452f0ae74\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c2dcd-c5b0-2ba1-c2b8-802452f0ae74\", \"vmware_distributedCpuEntitlement\": 167, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -4659,8 +4654,8 @@ http_interactions: "2016-05-25T14:07:45.414Z", "name": "joev-miq13_OLD", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c162b-c940-7f7a-e979-c46bf1618d2d", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c9ed1-0284-53e1-6cb4-0043c63f4e65\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c9ed1-0284-53e1-6cb4-0043c63f4e65\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_product_fullVersion\": null, @@ -4714,8 +4709,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.881Z", "name": "joev-miq16b", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c5283-b3e3-e9c8-072a-52094041ef17", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c13fd-75ac-d3a1-debc-ab882f2d8d78\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c13fd-75ac-d3a1-debc-ab882f2d8d78\", \"vmware_distributedCpuEntitlement\": 167, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -4769,8 +4764,8 @@ http_interactions: "modified": "2016-05-25T14:07:45.421Z", "name": "joev-miq2", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c7cbd-06ae-20a6-e3d5-0225e02bc245", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c26de-061e-2bf8-6327-e3d24e6d6724\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c26de-061e-2bf8-6327-e3d24e6d6724\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, @@ -4821,8 +4816,8 @@ http_interactions: "modified": "2016-11-17T17:56:26.892Z", "name": "joev-miq-201611152000", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cb67a-8cc7-aebc-90bb-cdb25c54a88a", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c07f0-7f30-80c4-bb17-8fee9f7ee407\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c07f0-7f30-80c4-bb17-8fee9f7ee407\", \"vmware_distributedCpuEntitlement\": 215, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -4858,7 +4853,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:12 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=5 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=5 body: encoding: US-ASCII string: '' @@ -4869,6 +4864,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -4915,8 +4911,8 @@ http_interactions: "modified": "2016-11-11T23:12:08.496Z", "name": "joev-miq-23052016-16", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c5ac9-c0c4-9492-2da0-cf7d9ed8db59", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c30ac-bfdc-e869-e6dd-e0718ad311ea\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c30ac-bfdc-e869-e6dd-e0718ad311ea\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -5063,8 +5059,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jp-img2/jp-img2.vmx\", \"vmware_ipAddress\": \"10.8.99.246\", \"vmware_guestMemoryUsage\": 81, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c6f11-1d94-18b0-01ca-8072be00d302\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c6f11-1d94-18b0-01ca-8072be00d302\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 39933723153, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 8317, \"ansible_ssh_host\": \"10.8.99.246\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -5104,8 +5100,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jprause-brewery7/jprause-brewery7.vmx\", \"vmware_ipAddress\": \"10.8.99.220\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c9982-6622-52b4-1301-0c870e7b42ac\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c9982-6622-52b4-1301-0c870e7b42ac\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_unshared\": 133769327685, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"ansible_ssh_host\": \"10.8.99.220\", \"vmware_suspendInterval\": 0, \"vmware_minRequiredEVCModeKey\": @@ -5146,15 +5142,15 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jprause-img-factory/jprause-img-factory.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c7a0d-0538-3baf-ba22-fb070f840b89\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 47245746717, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420c7636-ae0a-6f5e-9792-59774df7924a\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 68911484928, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c7a0d-0538-3baf-ba22-fb070f840b89\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 47245746717, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c7636-ae0a-6f5e-9792-59774df7924a\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 68911484928, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": 8192, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, @@ -5191,27 +5187,26 @@ http_interactions: 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"dhcp-8-99-210.example.com\", \"vmware_instanceUuid\": \"500c871d-ba8d-ef9e-89c0-78095c8f987f\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] jwong-centos7/jwong-centos7.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c240f-7d98-98df-14a4-65596827ca25\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 4074699488, \"vmware_name\": - \"jwong-centos7-old\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 30477475840, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 4074316332, \"vmware_sharedMemory\": 0}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": null, - "last_job_host_summary": null}, {"id": 851, "type": "host", "url": "/api/v1/hosts/851/", - "related": {"job_host_summaries": "/api/v1/hosts/851/job_host_summaries/", + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] jwong-centos7/jwong-centos7.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c240f-7d98-98df-14a4-65596827ca25\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 4074699488, \"vmware_name\": \"jwong-centos7-old\", + \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 30477475840, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"centos64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 4074316332, + \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": + true, "last_job": null, "last_job_host_summary": null}, {"id": 851, "type": + "host", "url": "/api/v1/hosts/851/", "related": {"job_host_summaries": "/api/v1/hosts/851/job_host_summaries/", "variable_data": "/api/v1/hosts/851/variable_data/", "job_events": "/api/v1/hosts/851/job_events/", "ad_hoc_commands": "/api/v1/hosts/851/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/851/fact_versions/", "inventory_sources": "/api/v1/hosts/851/inventory_sources/", @@ -5236,12 +5231,12 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[datastore1] jwong-centos7(2)/jwong-centos7(2).vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500cd4eb-2647-0faa-e0bd-27d7c09422cb\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1918894080, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 8350, \"vmware_toolsStatus\": \"toolsNotInstalled\", - \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", - \"vmware_uuid\": \"420cb104-d414-76e8-996f-fb361acc10d6\", \"vmware_faultToleranceState\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500cd4eb-2647-0faa-e0bd-27d7c09422cb\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1918894080, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 8350, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420cb104-d414-76e8-996f-fb361acc10d6\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 1434, \"vmware_uncommitted\": 42831184757, \"vmware_distributedMemoryEntitlement\": 481, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -5280,22 +5275,22 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500c7dde-7806-a68b-4beb-8c159d577b5a\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-dvs/jwong-dvs.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 1, \"vmware_uuid\": \"420ced0b-e0c4-19e1-d6ce-0b3e3e27b951\", \"vmware_installBootRequired\": - false, \"vmware_committed\": 2637, \"vmware_name\": \"jwong-dvs\", \"vmware_toolsVersionStatus\": - \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": - 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": - false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": - 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Datastore\"], - \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": - -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500c7dde-7806-a68b-4beb-8c159d577b5a\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + jwong-dvs/jwong-dvs.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420ced0b-e0c4-19e1-d6ce-0b3e3e27b951\", + \"vmware_installBootRequired\": false, \"vmware_committed\": 2637, \"vmware_name\": + \"jwong-dvs\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", + \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": + 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": + \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Datastore\"], \"vmware_cpuReservation\": + 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, + \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=8c9d6da2-0beb-11e6-9f79-f45c89896441\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 497, \"vmware_sharedMemory\": 0}", "has_active_failures": @@ -5366,11 +5361,11 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Datastore] jwong-dvs-4/jwong-dvs-4.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"NFSPortGroup\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500cf709-a129-7cd4-3b95-870a28f47e18\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 499, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 2114, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_uuid\": \"420c2537-c895-afd7-3507-1d09da2896e6\", \"vmware_faultToleranceState\": + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500cf709-a129-7cd4-3b95-870a28f47e18\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 499, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 2114, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": + \"420c2537-c895-afd7-3507-1d09da2896e6\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 2297, \"vmware_uncommitted\": 17179869184, \"vmware_distributedMemoryEntitlement\": 67, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -5409,8 +5404,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2297, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", - \"vmware_instanceUuid\": \"500c1d49-da1d-84eb-36e1-60b02a4eba1c\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": + \"500c1d49-da1d-84eb-36e1-60b02a4eba1c\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-dvs-re-fix/jwong-dvs-re-fix.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -5455,8 +5450,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jwong_dvs_test/jwong_dvs_test.vmx\", \"vmware_ipAddress\": \"10.8.99.210\", \"vmware_guestMemoryUsage\": 20, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500cd6d5-cee7-23ba-dde1-c7e213a58fb0\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500cd6d5-cee7-23ba-dde1-c7e213a58fb0\", \"vmware_distributedCpuEntitlement\": 23, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 1655132712, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 2098, \"ansible_ssh_host\": \"10.8.99.210\", \"vmware_overallStatus\": \"green\", @@ -5471,18 +5466,17 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 23, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-210.example.com\", - \"vmware_uptimeSeconds\": 2485908, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 1, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1655288505, \"vmware_name\": \"jwong_dvs_test\", \"vmware_toolsVersionStatus\": - \"guestToolsCurrent\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 445, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": - \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Share\"], \"vmware_guestId\": \"centos64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 30, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": 852, - "last_job_host_summary": 1437}, {"id": 852, "type": "host", "url": "/api/v1/hosts/852/", + 1, \"vmware_hostName\": \"dhcp-8-99-210.example.com\", \"vmware_uptimeSeconds\": + 2485908, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 1, \"vmware_installBootRequired\": false, \"vmware_committed\": 1655288505, + \"vmware_name\": \"jwong_dvs_test\", \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 445, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"centos64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 30, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": false, "has_inventory_sources": true, "last_job": + 852, "last_job_host_summary": 1437}, {"id": 852, "type": "host", "url": "/api/v1/hosts/852/", "related": {"job_host_summaries": "/api/v1/hosts/852/job_host_summaries/", "variable_data": "/api/v1/hosts/852/variable_data/", "job_events": "/api/v1/hosts/852/job_events/", "ad_hoc_commands": "/api/v1/hosts/852/ad_hoc_commands/", "fact_versions": @@ -5506,11 +5500,11 @@ http_interactions: "modified": "2016-11-17T17:56:26.929Z", "name": "jwong-esxi1.example.com", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420cf288-bc81-acd9-78c0-052dc4bb08f8", "variables": "{\"vmware_vmPathName\": - \"[NFS Share] jwong-esxi1.example.com/jwong-esxi1.example.com.vmx\", - \"vmware_ipAddress\": \"10.8.97.18\", \"vmware_guestMemoryUsage\": 368, \"vmware_networks\": - [\"VM Network\"], \"vmware_guestFullName\": \"VMware ESXi 6.0\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500cbde3-5317-e8d9-2596-957e6469ae2d\", \"vmware_distributedCpuEntitlement\": + \"[NFS Share] jwong-esxi1.example.com/jwong-esxi1.example.com.vmx\", \"vmware_ipAddress\": + \"10.8.97.18\", \"vmware_guestMemoryUsage\": 368, \"vmware_networks\": [\"VM + Network\"], \"vmware_guestFullName\": \"VMware ESXi 6.0\", \"vmware_balloonedMemory\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500cbde3-5317-e8d9-2596-957e6469ae2d\", \"vmware_distributedCpuEntitlement\": 263, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 6322137337, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 12468, \"ansible_ssh_host\": \"10.8.97.18\", \"vmware_overallStatus\": \"green\", @@ -5561,8 +5555,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jwong-esxi2/jwong-esxi2.vmx\", \"vmware_ipAddress\": \"10.8.97.19\", \"vmware_guestMemoryUsage\": 122, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"VMware ESXi 6.0\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c67c1-fc85-bfb9-b612-8d86f266905f\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c67c1-fc85-bfb9-b612-8d86f266905f\", \"vmware_distributedCpuEntitlement\": 263, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 11792995893, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 12459, \"ansible_ssh_host\": \"10.8.97.19\", \"vmware_overallStatus\": \"green\", @@ -5612,8 +5606,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] jwong-esxi3/jwong-esxi3.vmx\", \"vmware_ipAddress\": \"10.8.97.20\", \"vmware_guestMemoryUsage\": 368, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"VMware ESXi 6.0\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c0d0e-fecc-c475-abab-aa20ca89766f\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c0d0e-fecc-c475-abab-aa20ca89766f\", \"vmware_distributedCpuEntitlement\": 239, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 8595469877, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 12459, \"ansible_ssh_host\": \"10.8.97.20\", \"vmware_overallStatus\": \"green\", @@ -5657,23 +5651,22 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500c9ffe-489f-8027-37ed-aba6c080ce06\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-live-dvs/jwong-live-dvs.vmx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": \"420c5e62-d1b8-49b6-0ac1-708124b932dd\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 2841, \"vmware_name\": - \"jwong-live-dvs\", \"vmware_toolsVersionStatus\": \"guestToolsNotInstalled\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 19482144768, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": false, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Datastore\"], \"vmware_cpuReservation\": - 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, - \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500c9ffe-489f-8027-37ed-aba6c080ce06\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": + 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] + jwong-live-dvs/jwong-live-dvs.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 1, \"vmware_uuid\": + \"420c5e62-d1b8-49b6-0ac1-708124b932dd\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 2841, \"vmware_name\": \"jwong-live-dvs\", \"vmware_toolsVersionStatus\": + \"guestToolsNotInstalled\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 19482144768, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + false, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Datastore\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": \"MIQ GUID=bce91030-0c9d-11e6-bc96-f45c89896441\", \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 502, \"vmware_sharedMemory\": 0}", "has_active_failures": @@ -5704,12 +5697,12 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[datastore1] jwong_test_2/jwong_test_2.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c5d86-cf23-07ff-ee3f-3715a49af529\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1800404992, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 8328, \"vmware_toolsStatus\": \"toolsNotInstalled\", - \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", - \"vmware_uuid\": \"420c0b99-6aab-c647-cf34-c7868cef3ed8\", \"vmware_faultToleranceState\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c5d86-cf23-07ff-ee3f-3715a49af529\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1800404992, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 8328, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": + \"420c0b99-6aab-c647-cf34-c7868cef3ed8\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 1434, \"vmware_uncommitted\": 41149268491, \"vmware_distributedMemoryEntitlement\": 458, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, @@ -5805,8 +5798,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2297, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"dev-esxi6hyper1.example.com\", - \"vmware_instanceUuid\": \"500c7086-6aa0-7b07-c843-ab8897790770\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": + \"500c7086-6aa0-7b07-c843-ab8897790770\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-use-6/jwong-use-6.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -5851,11 +5844,11 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Datastore] jwong-use-7/jwong-use-7.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"DPortGroup\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": - \"500cee4b-a411-18a3-6895-378619981f31\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 2114, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_uuid\": \"420c3342-c636-948c-02f5-92ba76767bbf\", \"vmware_faultToleranceState\": + \"dev-esxi6hyper1.example.com\", \"vmware_instanceUuid\": \"500cee4b-a411-18a3-6895-378619981f31\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 0, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 2114, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_uuid\": + \"420c3342-c636-948c-02f5-92ba76767bbf\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 2297, \"vmware_uncommitted\": 0, \"vmware_distributedMemoryEntitlement\": 252, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": @@ -5894,8 +5887,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2297, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", - \"vmware_instanceUuid\": \"500ca104-710b-0e39-288e-4c45825122f2\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": + \"500ca104-710b-0e39-288e-4c45825122f2\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-use-8/jwong-use-8.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -5986,8 +5979,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2297, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", - \"vmware_instanceUuid\": \"500c2092-4206-f3db-791d-a1901e9699d7\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"dev-esxi6hyper2.example.com\", \"vmware_instanceUuid\": + \"500c2092-4206-f3db-791d-a1901e9699d7\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Datastore] jwong-vds-use-5/jwong-vds-use-5.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -6063,7 +6056,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:13 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=6 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=6 body: encoding: US-ASCII string: '' @@ -6074,6 +6067,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -6119,11 +6113,10 @@ http_interactions: \"vmware_ipAddress\": \"10.8.99.117\", \"vmware_guestMemoryUsage\": 1413, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": - \"5033aca6-0e5d-31f7-5921-bf61a3eee024\", \"vmware_distributedCpuEntitlement\": - 215, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 8255906342, - \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 6226, - \"ansible_ssh_host\": \"10.8.99.117\", \"vmware_overallStatus\": \"green\", + \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": \"5033aca6-0e5d-31f7-5921-bf61a3eee024\", + \"vmware_distributedCpuEntitlement\": 215, \"vmware_toolsStatus\": \"toolsOk\", + \"vmware_unshared\": 8255906342, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": + 6226, \"ansible_ssh_host\": \"10.8.99.117\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": \"423307de-ccba-3188-0634-98b295a90aa0\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": 1075, \"vmware_uncommitted\": @@ -6166,12 +6159,12 @@ http_interactions: 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"localhost.localdomain\", \"vmware_instanceUuid\": \"500c3955-faed-b7ee-55a6-66116cda5f46\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] lucy_a/lucy_a.vmx\", \"vmware_guestState\": - \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": - \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": - 4, \"vmware_uuid\": \"420ce6ae-bb31-6b98-e508-ad52e1a89a0e\", \"vmware_installBootRequired\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] lucy_a/lucy_a.vmx\", \"vmware_guestState\": \"notRunning\", + \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", + \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": 4, \"vmware_uuid\": + \"420ce6ae-bb31-6b98-e508-ad52e1a89a0e\", \"vmware_installBootRequired\": false, \"vmware_committed\": 15022732934, \"vmware_name\": \"lucy_54_clone\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 29196075008, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": @@ -6210,8 +6203,8 @@ http_interactions: "modified": "2016-11-17T17:25:56.000Z", "name": "lucy_55", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c6c6b-0e6b-f635-b33d-4ce792262eab", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500ccd96-d452-5ea8-12c8-ccab11650f84\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500ccd96-d452-5ea8-12c8-ccab11650f84\", \"vmware_distributedCpuEntitlement\": 599, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": @@ -6236,9 +6229,9 @@ http_interactions: \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.0\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, \"vmware_hostName\": - \"dhcp-8-99-206.example.com\", \"vmware_uptimeSeconds\": - 87816, \"vmware_memorySizeMB\": 12288, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": - false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"dhcp-8-99-206.example.com\", \"vmware_uptimeSeconds\": 87816, \"vmware_memorySizeMB\": + 12288, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": false, + \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": @@ -6258,8 +6251,8 @@ http_interactions: "2016-11-08T22:23:35.882Z", "name": "lucy_555", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420cfba0-7cc5-212e-3c27-b30eab582690", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c0810-9110-2ffc-4aa3-a93c41decac1\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c0810-9110-2ffc-4aa3-a93c41decac1\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.0\", \"vmware_distributedMemoryEntitlement\": 0, \"vmware_product_appUrl\": null, \"vmware_product_fullVersion\": null, @@ -6312,8 +6305,8 @@ http_interactions: "modified": "2016-11-17T17:56:27.025Z", "name": "lucy_561", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c1de8-2029-ebf4-2d4d-2dd9a7a9d095", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500ce219-3a39-5af8-3c81-f0f14241c3fc\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500ce219-3a39-5af8-3c81-f0f14241c3fc\", \"vmware_distributedCpuEntitlement\": 359, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-nightly\", \"vmware_distributedMemoryEntitlement\": @@ -6360,8 +6353,8 @@ http_interactions: "2016-10-20T19:42:04.053Z", "name": "lucy_5612", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c19d8-91f5-f2ec-5bc6-d863c302b1c5", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c385d-df83-a6c4-1edb-c253ffc1bc8a\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c385d-df83-a6c4-1edb-c253ffc1bc8a\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1\", \"vmware_distributedMemoryEntitlement\": @@ -6385,16 +6378,16 @@ http_interactions: \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": - null, \"vmware_hostName\": \"dhcp-8-99-248.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_committed\": 60130273849, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": false, "has_inventory_sources": - true, "last_job": null, "last_job_host_summary": null}, {"id": 863, "type": - "host", "url": "/api/v1/hosts/863/", "related": {"job_host_summaries": "/api/v1/hosts/863/job_host_summaries/", - "variable_data": "/api/v1/hosts/863/variable_data/", "job_events": "/api/v1/hosts/863/job_events/", + null, \"vmware_hostName\": \"dhcp-8-99-248.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_committed\": 60130273849, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_powerState\": + \"poweredOff\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + false, "has_inventory_sources": true, "last_job": null, "last_job_host_summary": + null}, {"id": 863, "type": "host", "url": "/api/v1/hosts/863/", "related": + {"job_host_summaries": "/api/v1/hosts/863/job_host_summaries/", "variable_data": + "/api/v1/hosts/863/variable_data/", "job_events": "/api/v1/hosts/863/job_events/", "ad_hoc_commands": "/api/v1/hosts/863/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/863/fact_versions/", "inventory_sources": "/api/v1/hosts/863/inventory_sources/", "groups": "/api/v1/hosts/863/groups/", "activity_stream": "/api/v1/hosts/863/activity_stream/", @@ -6462,8 +6455,8 @@ http_interactions: "modified": "2016-11-17T17:56:27.038Z", "name": "Lucy_57", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c12de-7739-f2f5-afcd-6a510496b5a4", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", - \"vmware_instanceUuid\": \"500c395f-7e68-f8ef-1d45-671c2f75e4ea\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": + \"500c395f-7e68-f8ef-1d45-671c2f75e4ea\", \"vmware_distributedCpuEntitlement\": 263, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.2\", \"vmware_distributedMemoryEntitlement\": @@ -6487,16 +6480,16 @@ http_interactions: \"vmware_sharedMemory\": 67, \"vmware_privateMemory\": 7379, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.2\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": - null, \"vmware_hostName\": \"dhcp-8-99-248.example.com\", - \"vmware_uptimeSeconds\": 1304932, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_committed\": 94685917693, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": true, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1423}, {"id": 271, "type": - "host", "url": "/api/v1/hosts/271/", "related": {"job_host_summaries": "/api/v1/hosts/271/job_host_summaries/", - "variable_data": "/api/v1/hosts/271/variable_data/", "job_events": "/api/v1/hosts/271/job_events/", + null, \"vmware_hostName\": \"dhcp-8-99-248.example.com\", \"vmware_uptimeSeconds\": + 1304932, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_committed\": 94685917693, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + true, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1423}, {"id": 271, "type": "host", "url": "/api/v1/hosts/271/", "related": + {"job_host_summaries": "/api/v1/hosts/271/job_host_summaries/", "variable_data": + "/api/v1/hosts/271/variable_data/", "job_events": "/api/v1/hosts/271/job_events/", "ad_hoc_commands": "/api/v1/hosts/271/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/271/fact_versions/", "inventory_sources": "/api/v1/hosts/271/inventory_sources/", "groups": "/api/v1/hosts/271/groups/", "activity_stream": "/api/v1/hosts/271/activity_stream/", @@ -6565,8 +6558,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] miq-brewery7_1/miq-brewery7.vmx\", \"vmware_ipAddress\": \"10.8.97.15\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c4a95-c6da-e132-efca-11d761282a1c\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c4a95-c6da-e132-efca-11d761282a1c\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 131565975253, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16594, \"ansible_ssh_host\": \"10.8.97.15\", \"vmware_overallStatus\": \"green\", @@ -6608,16 +6601,16 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] mk_centos_7.1/mk_centos_7.1.vmtx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500cc24a-4e94-db0f-b6e3-e0c162ec4cf8\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 1655067175, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotRunning\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420cf912-fa6d-95ba-eeb8-1f2fc764f296\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 43634143232, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": true, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500cc24a-4e94-db0f-b6e3-e0c162ec4cf8\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 1655067175, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420cf912-fa6d-95ba-eeb8-1f2fc764f296\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 43634143232, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + true, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, \"vmware_numVirtualDisks\": + 1, \"vmware_annotation\": null, \"vmware_recordReplayState\": \"inactive\", + \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": 1, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": @@ -6657,16 +6650,15 @@ http_interactions: \"[NFS Share] nc-catalog-provision-test0001/nc-catalog-provision-test0001.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": - \"500c3cf7-5904-cfb2-d80b-fdd216c034d2\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 540, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 2097, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": - \"420c4b31-bdc4-64d8-0d38-4d4a09e20416\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_staticCpuEntitlement\": 358, \"vmware_uncommitted\": - 17179869184, \"vmware_distributedMemoryEntitlement\": 233, \"vmware_template\": - false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, - \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"MIQ GUID=bbb586c0-97a4-11e6-9d06-000c29014b69\\n\\nParent + \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": \"500c3cf7-5904-cfb2-d80b-fdd216c034d2\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 540, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 2097, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uuid\": \"420c4b31-bdc4-64d8-0d38-4d4a09e20416\", + \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": + 358, \"vmware_uncommitted\": 17179869184, \"vmware_distributedMemoryEntitlement\": + 233, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"MIQ GUID=bbb586c0-97a4-11e6-9d06-000c29014b69\\n\\nParent Service: Catalog Item (9d672f3e-97a4-11e6-9d06-000c29014b69)\", \"vmware_maxMemoryUsage\": 2048, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 5, \"vmware_privateMemory\": 3, \"vmware_resourcePool\": \"Resources\", \"vmware_overallCpuUsage\": @@ -6706,8 +6698,8 @@ http_interactions: "modified": "2016-11-17T17:56:27.074Z", "name": "nc-db-primary", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420ca140-7057-a964-ad7a-f9fb51e3c8e9", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c7825-5f67-1c20-df2e-a274ec4ee74c\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c7825-5f67-1c20-df2e-a274ec4ee74c\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_distributedMemoryEntitlement\": 989, \"vmware_product_appUrl\": @@ -6731,16 +6723,16 @@ http_interactions: \"vmware_privateMemory\": 1302, \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1 RC2.1 Nightly\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-207.example.com\", - \"vmware_uptimeSeconds\": 2343681, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_committed\": 22573621234, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": true, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1452}, {"id": 865, "type": - "host", "url": "/api/v1/hosts/865/", "related": {"job_host_summaries": "/api/v1/hosts/865/job_host_summaries/", - "variable_data": "/api/v1/hosts/865/variable_data/", "job_events": "/api/v1/hosts/865/job_events/", + \"vmware_hostName\": \"dhcp-8-99-207.example.com\", \"vmware_uptimeSeconds\": + 2343681, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_committed\": 22573621234, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + true, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1452}, {"id": 865, "type": "host", "url": "/api/v1/hosts/865/", "related": + {"job_host_summaries": "/api/v1/hosts/865/job_host_summaries/", "variable_data": + "/api/v1/hosts/865/variable_data/", "job_events": "/api/v1/hosts/865/job_events/", "ad_hoc_commands": "/api/v1/hosts/865/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/865/fact_versions/", "inventory_sources": "/api/v1/hosts/865/inventory_sources/", "groups": "/api/v1/hosts/865/groups/", "activity_stream": "/api/v1/hosts/865/activity_stream/", @@ -6753,8 +6745,8 @@ http_interactions: "2016-10-28T14:56:16.474Z", "name": "nc-db-standby1", "description": "imported", "inventory": 17, "enabled": false, "instance_id": "420c899f-a158-4b4f-2f78-33dc61399939", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c3bb1-3ca0-b84e-49bc-716999210331\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c3bb1-3ca0-b84e-49bc-716999210331\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_distributedMemoryEntitlement\": @@ -6810,8 +6802,8 @@ http_interactions: "modified": "2016-11-17T17:56:27.087Z", "name": "nc-db-standby2", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c7d82-dfcf-ff25-1fdb-d1ed2de9d289", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"500c02aa-7f5c-e726-8425-7a1320c173e3\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"500c02aa-7f5c-e726-8425-7a1320c173e3\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"4.1-rc2.1-nightly\", \"vmware_distributedMemoryEntitlement\": 1047, \"vmware_product_appUrl\": @@ -6835,16 +6827,16 @@ http_interactions: \"vmware_resourcePool\": \"Resources\", \"vmware_product_name\": \"Red Hat CloudForms 4.1 RC2.1 Nightly\", \"vmware_suspendInterval\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numEthernetCards\": 1, \"vmware_product_productUrl\": null, - \"vmware_hostName\": \"dhcp-8-99-213.example.com\", - \"vmware_uptimeSeconds\": 2671470, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": - 0, \"vmware_installBootRequired\": false, \"vmware_numMksConnections\": 0, - \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": - \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_guestId\": - \"rhel6_64Guest\"}", "has_active_failures": true, "has_inventory_sources": - true, "last_job": 852, "last_job_host_summary": 1429}, {"id": 199, "type": - "host", "url": "/api/v1/hosts/199/", "related": {"job_host_summaries": "/api/v1/hosts/199/job_host_summaries/", - "variable_data": "/api/v1/hosts/199/variable_data/", "job_events": "/api/v1/hosts/199/job_events/", + \"vmware_hostName\": \"dhcp-8-99-213.example.com\", \"vmware_uptimeSeconds\": + 2671470, \"vmware_memorySizeMB\": 8192, \"vmware_compressedMemory\": 0, \"vmware_installBootRequired\": + false, \"vmware_numMksConnections\": 0, \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": + \"poweredOn\", \"vmware_guestId\": \"rhel6_64Guest\"}", "has_active_failures": + true, "has_inventory_sources": true, "last_job": 852, "last_job_host_summary": + 1429}, {"id": 199, "type": "host", "url": "/api/v1/hosts/199/", "related": + {"job_host_summaries": "/api/v1/hosts/199/job_host_summaries/", "variable_data": + "/api/v1/hosts/199/variable_data/", "job_events": "/api/v1/hosts/199/job_events/", "ad_hoc_commands": "/api/v1/hosts/199/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/199/fact_versions/", "inventory_sources": "/api/v1/hosts/199/inventory_sources/", "groups": "/api/v1/hosts/199/groups/", "activity_stream": "/api/v1/hosts/199/activity_stream/", @@ -6919,8 +6911,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500ccb48-ce10-cf1e-cf47-935612484428\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500ccb48-ce10-cf1e-cf47-935612484428\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] nc-the-test-vm/nc-the-test-vm.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": @@ -6966,8 +6958,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] nick-brewery/nick-brewery.vmx\", \"vmware_ipAddress\": \"10.8.97.4\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"50333f3f-9b3e-2e1f-d937-062b14098cde\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"50333f3f-9b3e-2e1f-d937-062b14098cde\", \"vmware_distributedCpuEntitlement\": 23, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 78160818712, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16594, \"ansible_ssh_host\": \"10.8.97.4\", \"vmware_overallStatus\": \"green\", @@ -7012,8 +7004,8 @@ http_interactions: Hat Enterprise Linux 7 (64-bit)\", \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 2399, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c950d-8fe0-ee5e-b1b5-45d44039f4c6\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c950d-8fe0-ee5e-b1b5-45d44039f4c6\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 2048, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": \"[NFS Share] pblaho-test/pblaho-test.vmx\", \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": @@ -7073,18 +7065,17 @@ http_interactions: \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, \"vmware_memoryReservation\": 0, \"vmware_maxCpuUsage\": 9596, \"vmware_numMksConnections\": 0, \"vmware_numEthernetCards\": - 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", - \"vmware_uptimeSeconds\": 5563250, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": - 0, \"vmware_numCpu\": 4, \"vmware_installBootRequired\": false, \"vmware_committed\": - 1952115569, \"vmware_name\": \"rblanco_testing\", \"vmware_toolsVersionStatus\": - \"guestToolsUnmanaged\", \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": - 501, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": - \"green\", \"vmware_toolsRunningStatus\": \"guestToolsRunning\", \"vmware_powerState\": - \"poweredOn\", \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS - Share\"], \"vmware_guestId\": \"rhel7_64Guest\", \"vmware_swappedMemory\": - 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": \"gray\"}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": 852, - "last_job_host_summary": 1444}, {"id": 825, "type": "host", "url": "/api/v1/hosts/825/", + 1, \"vmware_hostName\": \"dhcp-8-99-226.example.com\", \"vmware_uptimeSeconds\": + 5563250, \"vmware_memorySizeMB\": 1024, \"vmware_compressedMemory\": 0, \"vmware_numCpu\": + 4, \"vmware_installBootRequired\": false, \"vmware_committed\": 1952115569, + \"vmware_name\": \"rblanco_testing\", \"vmware_toolsVersionStatus\": \"guestToolsUnmanaged\", + \"vmware_cpuReservation\": 0, \"vmware_hostMemoryUsage\": 501, \"vmware_connectionState\": + \"connected\", \"vmware_guestHeartbeatStatus\": \"green\", \"vmware_toolsRunningStatus\": + \"guestToolsRunning\", \"vmware_powerState\": \"poweredOn\", \"vmware_ftLogBandwidth\": + -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_guestId\": \"rhel7_64Guest\", + \"vmware_swappedMemory\": 0, \"vmware_consumedOverheadMemory\": 36, \"vmware_ftLatencyStatus\": + \"gray\"}", "has_active_failures": false, "has_inventory_sources": true, "last_job": + 852, "last_job_host_summary": 1444}, {"id": 825, "type": "host", "url": "/api/v1/hosts/825/", "related": {"job_host_summaries": "/api/v1/hosts/825/job_host_summaries/", "variable_data": "/api/v1/hosts/825/variable_data/", "job_events": "/api/v1/hosts/825/job_events/", "ad_hoc_commands": "/api/v1/hosts/825/ad_hoc_commands/", "fact_versions": @@ -7248,8 +7239,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] kegerator2/kegerator2.vmx\", \"vmware_ipAddress\": \"192.168.122.1\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Fedora (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", - \"vmware_instanceUuid\": \"52833b35-2412-2a35-07cb-b5cc79030220\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-03.example.com\", \"vmware_instanceUuid\": + \"52833b35-2412-2a35-07cb-b5cc79030220\", \"vmware_distributedCpuEntitlement\": 47, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 242804769604, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 16605, \"ansible_ssh_host\": \"192.168.122.1\", \"vmware_overallStatus\": \"green\", @@ -7330,7 +7321,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:15 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/hosts/?page=7 + uri: https://dev-ansible-tower2.example.com/api/v1/hosts/?page=7 body: encoding: US-ASCII string: '' @@ -7341,6 +7332,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -7468,16 +7460,15 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[datastore1] test_billy_svc_r2/test_billy_svc_r2.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"Red Hat Enterprise Linux 7 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c393d-8ac7-54bc-1f82-aaa6d2ce251d\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 1068, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": - \"green\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_uuid\": - \"420c53ee-5f1c-41dc-56b7-05fd7690f16a\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_staticCpuEntitlement\": 394, \"vmware_uncommitted\": - 8589935120, \"vmware_distributedMemoryEntitlement\": 228, \"vmware_template\": - false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, - \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"Owner: Bill Fitzgerald\\nEmail: + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c393d-8ac7-54bc-1f82-aaa6d2ce251d\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 0, \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 1068, \"vmware_toolsStatus\": + \"toolsNotInstalled\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": + \"intel-sandybridge\", \"vmware_uuid\": \"420c53ee-5f1c-41dc-56b7-05fd7690f16a\", + \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": + 394, \"vmware_uncommitted\": 8589935120, \"vmware_distributedMemoryEntitlement\": + 228, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": + -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": \"Owner: Bill Fitzgerald\\nEmail: wfitzger@redhat.com\\nSource: ag_rhel_7_template\\n\\nMIQ GUID=aef133c8-970c-11e6-a6df-f45c898c7d55\\n\\nParent Service: test_billy (04e1413e-970c-11e6-a6df-f45c898c7d55)\", \"vmware_maxMemoryUsage\": 1024, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": @@ -7520,8 +7511,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] test_mkanoor_05_24_16/test_mkanoor_05_24_16.vmx\", \"vmware_ipAddress\": \"10.8.99.243\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM Network\"], \"vmware_guestFullName\": \"CentOS 4/5/6/7 (64-bit)\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"500c8890-1e81-8c04-3b95-d6ff3cc0d26c\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"500c8890-1e81-8c04-3b95-d6ff3cc0d26c\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_toolsStatus\": \"toolsOk\", \"vmware_unshared\": 1885757999, \"vmware_guestState\": \"running\", \"vmware_staticMemoryEntitlement\": 2114, \"ansible_ssh_host\": \"10.8.99.243\", \"vmware_overallStatus\": \"green\", \"vmware_minRequiredEVCModeKey\": @@ -7610,15 +7601,15 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[datastore1] UFEI/UFEI.vmx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM NFS Network\"], \"vmware_guestFullName\": \"Microsoft Windows Server 2008 R2 (64-bit)\", \"vmware_balloonedMemory\": 0, \"vmware_hostSystem\": - \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": - \"500c5bb3-5fcb-d2c0-9b92-70674b2b389b\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_unshared\": 42949672960, \"vmware_guestState\": \"notRunning\", - \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", - \"vmware_overallStatus\": \"green\", \"vmware_uuid\": \"420c4499-a8c8-2790-cb26-253f75314f44\", - \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_staticCpuEntitlement\": - 0, \"vmware_uncommitted\": 4487021010, \"vmware_distributedMemoryEntitlement\": - 0, \"vmware_template\": false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": - -1, \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": + \"ibm-x3550m4-01.example.com\", \"vmware_instanceUuid\": \"500c5bb3-5fcb-d2c0-9b92-70674b2b389b\", + \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 42949672960, + \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": + 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_overallStatus\": + \"green\", \"vmware_uuid\": \"420c4499-a8c8-2790-cb26-253f75314f44\", \"vmware_faultToleranceState\": + \"notConfigured\", \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": + 4487021010, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_template\": + false, \"vmware_overallCpuDemand\": 0, \"vmware_ftSecondaryLatency\": -1, + \"vmware_numVirtualDisks\": 1, \"vmware_annotation\": null, \"vmware_maxMemoryUsage\": 4096, \"vmware_recordReplayState\": \"inactive\", \"vmware_sharedMemory\": 0, \"vmware_privateMemory\": 0, \"vmware_resourcePool\": \"Resources\", \"vmware_overallCpuUsage\": 0, \"vmware_suspendInterval\": 0, \"vmware_toolsInstallerMounted\": false, @@ -7771,8 +7762,8 @@ http_interactions: "modified": "2016-11-17T17:56:27.192Z", "name": "Upstream C&U 20160628", "description": "imported", "inventory": 17, "enabled": true, "instance_id": "420c18fb-0847-5896-170a-95f6518d88e2", "variables": "{\"vmware_networks\": [\"VM Network\"], \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", - \"vmware_instanceUuid\": \"500c7906-97fd-e39a-b98f-777a99d85ddf\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-02.example.com\", \"vmware_instanceUuid\": + \"500c7906-97fd-e39a-b98f-777a99d85ddf\", \"vmware_distributedCpuEntitlement\": 527, \"vmware_guestState\": \"running\", \"vmware_minRequiredEVCModeKey\": \"intel-sandybridge\", \"vmware_guestFullName\": \"Red Hat Enterprise Linux 6 (64-bit)\", \"vmware_product_version\": \"master\", \"vmware_distributedMemoryEntitlement\": @@ -7821,8 +7812,8 @@ http_interactions: "variables": "{\"vmware_vmPathName\": \"[NFS Share] dev-scvmm2k12.vmtx\", \"vmware_guestMemoryUsage\": 0, \"vmware_networks\": [\"VM NFS Network\"], \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_balloonedMemory\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_instanceUuid\": \"50334b93-08e7-f25e-8da0-dc969e6d675e\", \"vmware_distributedCpuEntitlement\": + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_instanceUuid\": + \"50334b93-08e7-f25e-8da0-dc969e6d675e\", \"vmware_distributedCpuEntitlement\": 0, \"vmware_unshared\": 0, \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": \"toolsNotInstalled\", \"vmware_suspendInterval\": 0, \"vmware_uuid\": \"423384ab-4d40-9997-ccd9-e490e8807bc5\", \"vmware_guestFullName\": @@ -7864,28 +7855,27 @@ http_interactions: 0, \"vmware_numMksConnections\": 0, \"vmware_balloonedMemory\": 0, \"vmware_numEthernetCards\": 1, \"vmware_consumedOverheadMemory\": 0, \"vmware_hostName\": \"windows_2012\", \"vmware_instanceUuid\": \"500c5536-1572-080a-b8f2-839df67b3b76\", \"vmware_distributedCpuEntitlement\": - 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", - \"vmware_uptimeSeconds\": 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": - 0, \"vmware_vmPathName\": \"[NFS Share] windows_2012_temp/windows_2012_temp.vmtx\", - \"vmware_guestState\": \"notRunning\", \"vmware_staticMemoryEntitlement\": - 0, \"vmware_toolsStatus\": \"toolsNotRunning\", \"vmware_overallStatus\": - \"green\", \"vmware_numCpu\": 2, \"vmware_uuid\": \"420cdbe0-1634-6447-5a48-a7428c66d175\", - \"vmware_installBootRequired\": false, \"vmware_committed\": 10506988130, - \"vmware_name\": \"windows_2012_temp\", \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", - \"vmware_staticCpuEntitlement\": 0, \"vmware_uncommitted\": 56259166208, \"vmware_hostMemoryUsage\": - 0, \"vmware_distributedMemoryEntitlement\": 0, \"vmware_connectionState\": - \"connected\", \"vmware_guestHeartbeatStatus\": \"gray\", \"vmware_faultToleranceState\": - \"notConfigured\", \"vmware_template\": true, \"vmware_toolsRunningStatus\": - \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": 0, \"vmware_ftLogBandwidth\": - -1, \"vmware_datastores\": [\"NFS Share\"], \"vmware_cpuReservation\": 0, - \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": -1, \"vmware_powerState\": - \"poweredOff\", \"vmware_guestId\": \"windows8Server64Guest\", \"vmware_numVirtualDisks\": - 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": null, \"vmware_recordReplayState\": - \"inactive\", \"vmware_unshared\": 10505941525, \"vmware_sharedMemory\": 0}", - "has_active_failures": false, "has_inventory_sources": true, "last_job": null, - "last_job_host_summary": null}, {"id": 5, "type": "host", "url": "/api/v1/hosts/5/", - "related": {"job_host_summaries": "/api/v1/hosts/5/job_host_summaries/", "variable_data": - "/api/v1/hosts/5/variable_data/", "job_events": "/api/v1/hosts/5/job_events/", + 0, \"vmware_hostSystem\": \"ibm-x3550m4-04.example.com\", \"vmware_uptimeSeconds\": + 0, \"vmware_memorySizeMB\": 4096, \"vmware_compressedMemory\": 0, \"vmware_vmPathName\": + \"[NFS Share] windows_2012_temp/windows_2012_temp.vmtx\", \"vmware_guestState\": + \"notRunning\", \"vmware_staticMemoryEntitlement\": 0, \"vmware_toolsStatus\": + \"toolsNotRunning\", \"vmware_overallStatus\": \"green\", \"vmware_numCpu\": + 2, \"vmware_uuid\": \"420cdbe0-1634-6447-5a48-a7428c66d175\", \"vmware_installBootRequired\": + false, \"vmware_committed\": 10506988130, \"vmware_name\": \"windows_2012_temp\", + \"vmware_toolsVersionStatus\": \"guestToolsCurrent\", \"vmware_staticCpuEntitlement\": + 0, \"vmware_uncommitted\": 56259166208, \"vmware_hostMemoryUsage\": 0, \"vmware_distributedMemoryEntitlement\": + 0, \"vmware_connectionState\": \"connected\", \"vmware_guestHeartbeatStatus\": + \"gray\", \"vmware_faultToleranceState\": \"notConfigured\", \"vmware_template\": + true, \"vmware_toolsRunningStatus\": \"guestToolsNotRunning\", \"vmware_overallCpuDemand\": + 0, \"vmware_ftLogBandwidth\": -1, \"vmware_datastores\": [\"NFS Share\"], + \"vmware_cpuReservation\": 0, \"vmware_ftLatencyStatus\": \"gray\", \"vmware_ftSecondaryLatency\": + -1, \"vmware_powerState\": \"poweredOff\", \"vmware_guestId\": \"windows8Server64Guest\", + \"vmware_numVirtualDisks\": 1, \"vmware_swappedMemory\": 0, \"vmware_annotation\": + null, \"vmware_recordReplayState\": \"inactive\", \"vmware_unshared\": 10505941525, + \"vmware_sharedMemory\": 0}", "has_active_failures": false, "has_inventory_sources": + true, "last_job": null, "last_job_host_summary": null}, {"id": 5, "type": + "host", "url": "/api/v1/hosts/5/", "related": {"job_host_summaries": "/api/v1/hosts/5/job_host_summaries/", + "variable_data": "/api/v1/hosts/5/variable_data/", "job_events": "/api/v1/hosts/5/job_events/", "ad_hoc_commands": "/api/v1/hosts/5/ad_hoc_commands/", "fact_versions": "/api/v1/hosts/5/fact_versions/", "inventory_sources": "/api/v1/hosts/5/inventory_sources/", "groups": "/api/v1/hosts/5/groups/", "activity_stream": "/api/v1/hosts/5/activity_stream/", "all_groups": "/api/v1/hosts/5/all_groups/", @@ -8158,7 +8148,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config + uri: https://dev-ansible-tower2.example.com/api/v1/config body: encoding: US-ASCII string: '' @@ -8169,6 +8159,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -8191,7 +8182,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:16 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/config/ + uri: https://dev-ansible-tower2.example.com/api/v1/config/ body: encoding: US-ASCII string: '' @@ -8202,6 +8193,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8260,7 +8252,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:17 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates body: encoding: US-ASCII string: '' @@ -8271,6 +8263,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -8293,7 +8286,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:18 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/ body: encoding: US-ASCII string: '' @@ -8304,6 +8297,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8761,7 +8755,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:19 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/155/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/155/survey_spec/ body: encoding: US-ASCII string: '' @@ -8772,6 +8766,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8800,7 +8795,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:19 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/155/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/155/survey_spec/ body: encoding: US-ASCII string: '' @@ -8811,6 +8806,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8839,7 +8835,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:20 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/143/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/143/survey_spec/ body: encoding: US-ASCII string: '' @@ -8850,6 +8846,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8881,7 +8878,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:20 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/143/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/143/survey_spec/ body: encoding: US-ASCII string: '' @@ -8892,6 +8889,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8923,7 +8921,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:21 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/158/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/158/survey_spec/ body: encoding: US-ASCII string: '' @@ -8934,6 +8932,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -8962,7 +8961,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:22 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/job_templates/158/survey_spec/ + uri: https://dev-ansible-tower2.example.com/api/v1/job_templates/158/survey_spec/ body: encoding: US-ASCII string: '' @@ -8973,6 +8972,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9001,7 +9001,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:22 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects + uri: https://dev-ansible-tower2.example.com/api/v1/projects body: encoding: US-ASCII string: '' @@ -9012,6 +9012,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -9034,7 +9035,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:23 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/ body: encoding: US-ASCII string: '' @@ -9045,6 +9046,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9184,7 +9186,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:23 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/75/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/75/playbooks/ body: encoding: US-ASCII string: '' @@ -9195,6 +9197,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9244,7 +9247,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:24 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/93/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/93/playbooks/ body: encoding: US-ASCII string: '' @@ -9255,6 +9258,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9282,7 +9286,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:25 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/240/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/240/playbooks/ body: encoding: US-ASCII string: '' @@ -9293,6 +9297,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9320,7 +9325,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:25 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/289/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/289/playbooks/ body: encoding: US-ASCII string: '' @@ -9331,6 +9336,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9357,7 +9363,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:26 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/377/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/377/playbooks/ body: encoding: US-ASCII string: '' @@ -9368,6 +9374,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9394,7 +9401,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:27 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/projects/378/playbooks/ + uri: https://dev-ansible-tower2.example.com/api/v1/projects/378/playbooks/ body: encoding: US-ASCII string: '' @@ -9405,6 +9412,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9432,7 +9440,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:27 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/credentials + uri: https://dev-ansible-tower2.example.com/api/v1/credentials body: encoding: US-ASCII string: '' @@ -9443,6 +9451,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 301 @@ -9465,7 +9474,7 @@ http_interactions: recorded_at: Fri, 10 Feb 2017 16:16:28 GMT - request: method: get - uri: https://testuser:secret@dev-ansible-tower2.example.com/api/v1/credentials/ + uri: https://dev-ansible-tower2.example.com/api/v1/credentials/ body: encoding: US-ASCII string: '' @@ -9476,6 +9485,7 @@ http_interactions: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" + Authorization: Basic <%= Base64.encode64("testuser:secret").chomp %> response: status: code: 200 @@ -9622,10 +9632,10 @@ http_interactions: ""}, "modified_by": {"id": 1, "username": "admin", "first_name": "", "last_name": ""}}, "created": "2016-03-31T18:42:11.244Z", "modified": "2016-08-31T15:58:17.005Z", "name": "Dev VC60", "description": "", "user": 1, "team": null, "kind": "vmware", - "cloud": true, "host": "dev-vc60.example.com", "username": - "MiqAnsibleUser@vsphere.local", "password": "$encrypted$", "security_token": - "", "project": "", "ssh_key_data": "", "ssh_key_unlock": "", "become_method": - "", "become_username": "", "become_password": "", "vault_password": ""}]}' + "cloud": true, "host": "dev-vc60.example.com", "username": "MiqAnsibleUser@vsphere.local", + "password": "$encrypted$", "security_token": "", "project": "", "ssh_key_data": + "", "ssh_key_unlock": "", "become_method": "", "become_username": "", "become_password": + "", "vault_password": ""}]}' http_version: recorded_at: Fri, 10 Feb 2017 16:16:28 GMT recorded_with: VCR 3.0.3 diff --git a/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_locations_v2.yml b/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_locations_v2.yml index 67723aa1b54..979198599b3 100644 --- a/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_locations_v2.yml +++ b/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_locations_v2.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/1 + uri: http://example.com/api/hostgroups/1 body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -41,11 +42,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":1,"name":"Raleigh","title":"Raleigh","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":1,"domain_name":"example.com","environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":1,"puppet_ca_proxy_id":1,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:29:03Z","updated_at":"2014-08-14T20:29:03Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":3,"name":"ProviderRefreshSpecOrganization","title":"Infra/ProviderRefreshSpecOrganization"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/10 + uri: http://example.com/api/hostgroups/10 body: encoding: US-ASCII string: '' @@ -56,6 +57,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -84,11 +86,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":10,"name":"brewmaster","title":"Raleigh/Virt/Productivity/brewmaster","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T21:26:08Z","updated_at":"2014-11-17T21:26:08Z","all_puppetclasses":[{"id":68,"name":"apache_config","module_name":"apache_config"},{"id":71,"name":"brewmaster","module_name":"brewmaster"},{"id":28,"name":"cfme_bot_ssh_key","module_name":"cfme_bot_ssh_key"},{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":58,"name":"kerberos_auth","module_name":"kerberos_auth"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":68,"name":"apache_config","module_name":"apache_config"},{"id":71,"name":"brewmaster","module_name":"brewmaster"},{"id":28,"name":"cfme_bot_ssh_key","module_name":"cfme_bot_ssh_key"},{"id":58,"name":"kerberos_auth","module_name":"kerberos_auth"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/11 + uri: http://example.com/api/hostgroups/11 body: encoding: US-ASCII string: '' @@ -99,6 +101,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -127,11 +130,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":11,"name":"Foreman","title":"Raleigh/Virt/Foreman","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-26T19:08:50Z","updated_at":"2014-11-26T19:08:50Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":79,"name":"foreman","module_name":"foreman"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":79,"name":"foreman","module_name":"foreman"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/12 + uri: http://example.com/api/hostgroups/12 body: encoding: US-ASCII string: '' @@ -142,6 +145,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -170,11 +174,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":12,"name":"CfmeBz","title":"Raleigh/Virt/Productivity/CfmeBz","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-07T18:41:35Z","updated_at":"2015-01-07T18:41:35Z","all_puppetclasses":[{"id":85,"name":"bugzilla_mirror","module_name":"bugzilla_mirror"},{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":33,"name":"nginx","module_name":"nginx"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":85,"name":"bugzilla_mirror","module_name":"bugzilla_mirror"},{"id":33,"name":"nginx","module_name":"nginx"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/13 + uri: http://example.com/api/hostgroups/13 body: encoding: US-ASCII string: '' @@ -185,6 +189,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -214,11 +219,11 @@ http_interactions: encoding: UTF-8 string: '{"id":13,"name":"ProviderRefreshSpec-HostGroup","title":"ProviderRefreshSpec-HostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":4,"operatingsystem_name":"OS 1.2","domain_id":null,"domain_name":null,"environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":8,"medium_name":"ProviderRefreshSpec-Media","architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:42:50Z","updated_at":"2015-01-22T16:34:33Z","all_puppetclasses":[],"locations":[{"id":4,"name":"ProviderRefreshSpec-Location","title":"ProviderRefreshSpec-Location"},{"id":5,"name":"ProviderRefreshSpec-ChildLocation","title":"ProviderRefreshSpec-Location/ProviderRefreshSpec-ChildLocation"}],"organizations":[{"id":3,"name":"ProviderRefreshSpecOrganization","title":"Infra/ProviderRefreshSpecOrganization"},{"id":6,"name":"ProviderRefreshSpecChildOrganization","title":"Infra/ProviderRefreshSpecOrganization/ProviderRefreshSpecChildOrganization"}],"parameters":[{"id":4,"name":"ChildOverride","value":"parent"},{"id":3,"name":"ParentParam","value":"parent"}],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/14 + uri: http://example.com/api/hostgroups/14 body: encoding: US-ASCII string: '' @@ -229,6 +234,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -257,11 +263,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":14,"name":"ProviderRefreshSpec-ChildHostGroup","title":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"13","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:43:14Z","updated_at":"2015-01-22T16:35:24Z","all_puppetclasses":[],"locations":[{"id":4,"name":"ProviderRefreshSpec-Location","title":"ProviderRefreshSpec-Location"},{"id":5,"name":"ProviderRefreshSpec-ChildLocation","title":"ProviderRefreshSpec-Location/ProviderRefreshSpec-ChildLocation"}],"organizations":[{"id":3,"name":"ProviderRefreshSpecOrganization","title":"Infra/ProviderRefreshSpecOrganization"},{"id":6,"name":"ProviderRefreshSpecChildOrganization","title":"Infra/ProviderRefreshSpecOrganization/ProviderRefreshSpecChildOrganization"}],"parameters":[{"id":1,"name":"ChildOverride","value":"child"},{"id":2,"name":"ChildParam","value":"child"}],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/15 + uri: http://example.com/api/hostgroups/15 body: encoding: US-ASCII string: '' @@ -272,6 +278,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -300,11 +307,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":15,"name":"RHEV Host","title":"Raleigh/Metal/RHEV Host","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/2","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-19T21:04:11Z","updated_at":"2015-01-19T21:04:11Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/16 + uri: http://example.com/api/hostgroups/16 body: encoding: US-ASCII string: '' @@ -315,6 +322,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -343,11 +351,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":16,"name":"Brewery","title":"Raleigh/Virt/Productivity/Brewery","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-30T19:21:19Z","updated_at":"2015-01-30T19:21:19Z","all_puppetclasses":[{"id":96,"name":"brewery","module_name":"brewery"},{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":58,"name":"kerberos_auth","module_name":"kerberos_auth"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":96,"name":"brewery","module_name":"brewery"},{"id":58,"name":"kerberos_auth","module_name":"kerberos_auth"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/2 + uri: http://example.com/api/hostgroups/2 body: encoding: US-ASCII string: '' @@ -358,6 +366,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -386,11 +395,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":2,"name":"Metal","title":"Raleigh/Metal","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:30:30Z","updated_at":"2014-08-14T20:30:30Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/3 + uri: http://example.com/api/hostgroups/3 body: encoding: US-ASCII string: '' @@ -401,6 +410,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -429,11 +439,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":3,"name":"Virt","title":"Raleigh/Virt","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:25:24Z","updated_at":"2014-10-20T20:25:24Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/4 + uri: http://example.com/api/hostgroups/4 body: encoding: US-ASCII string: '' @@ -444,6 +454,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -472,11 +483,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":4,"name":"Productivity","title":"Raleigh/Virt/Productivity","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:45:56Z","updated_at":"2014-10-20T20:45:56Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"},{"id":3,"name":"ProviderRefreshSpecOrganization","title":"Infra/ProviderRefreshSpecOrganization"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":27,"name":"rpm_git","module_name":"rpm_git"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/5 + uri: http://example.com/api/hostgroups/5 body: encoding: US-ASCII string: '' @@ -487,6 +498,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -515,11 +527,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":5,"name":"Cruisers","title":"Raleigh/Virt/Productivity/Cruisers","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:14Z","updated_at":"2014-10-20T20:46:14Z","all_puppetclasses":[{"id":28,"name":"cfme_bot_ssh_key","module_name":"cfme_bot_ssh_key"},{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":13,"name":"cruise_control","module_name":"cruise_control"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":33,"name":"nginx","module_name":"nginx"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":28,"name":"cfme_bot_ssh_key","module_name":"cfme_bot_ssh_key"},{"id":13,"name":"cruise_control","module_name":"cruise_control"},{"id":33,"name":"nginx","module_name":"nginx"},{"id":27,"name":"rpm_git","module_name":"rpm_git"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/6 + uri: http://example.com/api/hostgroups/6 body: encoding: US-ASCII string: '' @@ -530,6 +542,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -558,11 +571,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":6,"name":"Downstream","title":"Raleigh/Virt/Productivity/Cruisers/Downstream","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4/5","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:30Z","updated_at":"2014-10-20T20:46:30Z","all_puppetclasses":[{"id":28,"name":"cfme_bot_ssh_key","module_name":"cfme_bot_ssh_key"},{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":13,"name":"cruise_control","module_name":"cruise_control"},{"id":19,"name":"cruise_control::config","module_name":"cruise_control"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":33,"name":"nginx","module_name":"nginx"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":19,"name":"cruise_control::config","module_name":"cruise_control"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/7 + uri: http://example.com/api/hostgroups/7 body: encoding: US-ASCII string: '' @@ -573,6 +586,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -601,11 +615,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":7,"name":"CcMonitor","title":"Raleigh/Virt/Productivity/CcMonitor","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:51:44Z","updated_at":"2014-10-20T20:51:44Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups/9 + uri: http://example.com/api/hostgroups/9 body: encoding: US-ASCII string: '' @@ -616,6 +630,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -644,11 +659,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":9,"name":"CfmeBot","title":"Raleigh/Virt/Productivity/CfmeBot","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T15:25:27Z","updated_at":"2014-11-17T15:25:27Z","all_puppetclasses":[{"id":5,"name":"cli_essentials","module_name":"cli_essentials"},{"id":84,"name":"dns_settings","module_name":"dns_settings"},{"id":94,"name":"epel","module_name":"epel"},{"id":26,"name":"lab_repo","module_name":"lab_repo"},{"id":52,"name":"miq_bot","module_name":"miq_bot"},{"id":33,"name":"nginx","module_name":"nginx"},{"id":1,"name":"ntp","module_name":"ntp"},{"id":27,"name":"rpm_git","module_name":"rpm_git"},{"id":11,"name":"ssh_authorized_keys","module_name":"ssh_authorized_keys"}],"locations":[{"id":1,"name":"Raleigh","title":"Raleigh"}],"organizations":[{"id":2,"name":"Infra","title":"Infra"}],"parameters":[],"template_combinations":[],"puppetclasses":[{"id":52,"name":"miq_bot","module_name":"miq_bot"},{"id":33,"name":"nginx","module_name":"nginx"}],"config_groups":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups?page=1&per_page=50 + uri: http://example.com/api/hostgroups?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -659,6 +674,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -689,11 +705,11 @@ http_interactions: string: '{"total":15,"subtotal":15,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":13,"name":"ProviderRefreshSpec-HostGroup","title":"ProviderRefreshSpec-HostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":4,"operatingsystem_name":"OS 1.2","domain_id":null,"domain_name":null,"environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":8,"medium_name":"ProviderRefreshSpec-Media","architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:42:50Z","updated_at":"2015-01-22T16:34:33Z"},{"id":14,"name":"ProviderRefreshSpec-ChildHostGroup","title":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"13","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:43:14Z","updated_at":"2015-01-22T16:35:24Z"},{"id":1,"name":"Raleigh","title":"Raleigh","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":1,"domain_name":"example.com","environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":1,"puppet_ca_proxy_id":1,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:29:03Z","updated_at":"2014-08-14T20:29:03Z"},{"id":2,"name":"Metal","title":"Raleigh/Metal","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:30:30Z","updated_at":"2014-08-14T20:30:30Z"},{"id":15,"name":"RHEV Host","title":"Raleigh/Metal/RHEV Host","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/2","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-19T21:04:11Z","updated_at":"2015-01-19T21:04:11Z"},{"id":3,"name":"Virt","title":"Raleigh/Virt","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:25:24Z","updated_at":"2014-10-20T20:25:24Z"},{"id":11,"name":"Foreman","title":"Raleigh/Virt/Foreman","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-26T19:08:50Z","updated_at":"2014-11-26T19:08:50Z"},{"id":4,"name":"Productivity","title":"Raleigh/Virt/Productivity","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:45:56Z","updated_at":"2014-10-20T20:45:56Z"},{"id":16,"name":"Brewery","title":"Raleigh/Virt/Productivity/Brewery","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-30T19:21:19Z","updated_at":"2015-01-30T19:21:19Z"},{"id":7,"name":"CcMonitor","title":"Raleigh/Virt/Productivity/CcMonitor","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:51:44Z","updated_at":"2014-10-20T20:51:44Z"},{"id":9,"name":"CfmeBot","title":"Raleigh/Virt/Productivity/CfmeBot","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T15:25:27Z","updated_at":"2014-11-17T15:25:27Z"},{"id":12,"name":"CfmeBz","title":"Raleigh/Virt/Productivity/CfmeBz","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-07T18:41:35Z","updated_at":"2015-01-07T18:41:35Z"},{"id":5,"name":"Cruisers","title":"Raleigh/Virt/Productivity/Cruisers","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:14Z","updated_at":"2014-10-20T20:46:14Z"},{"id":6,"name":"Downstream","title":"Raleigh/Virt/Productivity/Cruisers/Downstream","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4/5","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:30Z","updated_at":"2014-10-20T20:46:30Z"},{"id":10,"name":"brewmaster","title":"Raleigh/Virt/Productivity/brewmaster","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T21:26:08Z","updated_at":"2014-11-17T21:26:08Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hosts?page=1&per_page=50 + uri: http://example.com/api/hosts?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -704,6 +720,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -812,11 +829,11 @@ http_interactions: 1.2","subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":8,"medium_name":"ProviderRefreshSpec-Media","build":true,"comment":"","disk":"","installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":14,"hostgroup_name":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":null,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":null,"certname":"providerrefreshspecbaremetalchild.example.com","image_id":null,"image_name":null,"created_at":"2015-03-12T22:01:47Z","updated_at":"2015-03-12T22:01:47Z","last_compile":null,"last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":6,"organization_name":"Infra/ProviderRefreshSpecOrganization/ProviderRefreshSpecChildOrganization","location_id":5,"location_name":"ProviderRefreshSpec-Location/ProviderRefreshSpec-ChildLocation"},{"name":"pxe.example.com","id":39,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:46:01Z","mac":null,"realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"pxe.example.com","image_id":null,"image_name":null,"created_at":"2015-01-19T17:29:02Z","updated_at":"2015-03-13T02:46:13Z","last_compile":"2015-03-13T02:46:07Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev30.example.com","id":42,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:44:19Z","mac":"","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":null,"domain_name":null,"architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":null,"disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":null,"owner_type":null,"enabled":true,"puppet_ca_proxy_id":1,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev30.example.com","image_id":null,"image_name":null,"created_at":"2015-01-27T16:17:29Z","updated_at":"2015-03-13T02:44:33Z","last_compile":"2015-03-13T02:44:26Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev31.example.com","id":43,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:44:23Z","mac":"","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":null,"domain_name":null,"architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":null,"disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":null,"owner_type":null,"enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev31.example.com","image_id":null,"image_name":null,"created_at":"2015-01-27T16:18:01Z","updated_at":"2015-03-13T02:44:39Z","last_compile":"2015-03-13T02:44:30Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev32.example.com","id":44,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:44:34Z","mac":"","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":null,"domain_name":null,"architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":null,"disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":null,"owner_type":null,"enabled":true,"puppet_ca_proxy_id":1,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev32.example.com","image_id":null,"image_name":null,"created_at":"2015-01-27T16:18:30Z","updated_at":"2015-03-13T02:44:49Z","last_compile":"2015-03-13T02:44:41Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev33.example.com","id":36,"ip":"192.168.1.101","environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:37:00Z","mac":"00:00:00:00:1f:a7","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":1,"architecture_name":"x86_64","operatingsystem_id":1,"operatingsystem_name":"RHEL Server 6.5","subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":1,"model_name":"RHEV Hypervisor","hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev33.example.com","image_id":null,"image_name":null,"created_at":"2015-01-07T17:54:51Z","updated_at":"2015-03-13T02:37:15Z","last_compile":"2015-03-13T02:37:07Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev34.example.com","id":45,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:44:38Z","mac":"","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":null,"domain_name":null,"architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":null,"disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":null,"owner_type":null,"enabled":true,"puppet_ca_proxy_id":1,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev34.example.com","image_id":null,"image_name":null,"created_at":"2015-01-27T16:19:03Z","updated_at":"2015-03-13T02:44:51Z","last_compile":"2015-03-13T02:44:45Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"},{"name":"rhev35.example.com","id":46,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-03-13T02:44:36Z","mac":"","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":null,"domain_name":null,"architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":null,"disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":null,"owner_type":null,"enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev35.example.com","image_id":null,"image_name":null,"created_at":"2015-01-27T16:19:22Z","updated_at":"2015-03-13T02:44:50Z","last_compile":"2015-03-13T02:44:43Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0,"organization_id":2,"organization_name":"Infra","location_id":1,"location_name":"Raleigh"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/locations?page=1&per_page=50 + uri: http://example.com/api/locations?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -827,6 +844,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -855,11 +873,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":3,"subtotal":3,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":4,"name":"ProviderRefreshSpec-Location","title":"ProviderRefreshSpec-Location","created_at":"2015-02-25T02:03:48Z","updated_at":"2015-02-25T02:03:48Z"},{"id":5,"name":"ProviderRefreshSpec-ChildLocation","title":"ProviderRefreshSpec-Location/ProviderRefreshSpec-ChildLocation","created_at":"2015-02-26T20:21:48Z","updated_at":"2015-02-26T20:21:49Z"},{"id":1,"name":"Raleigh","title":"Raleigh","created_at":"2015-02-24T19:27:43Z","updated_at":"2015-02-25T02:02:59Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/media?page=1&per_page=50 + uri: http://example.com/api/media?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -870,6 +888,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -905,11 +924,11 @@ http_interactions: mirror","path":"http://download.opensuse.org/distribution/$major.$minor/repo/oss","os_family":"Suse","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"id":8,"name":"ProviderRefreshSpec-Media","path":"http://example.com/refreshspec","os_family":null,"created_at":"2015-01-15T19:49:04Z","updated_at":"2015-01-15T19:49:04Z"},{"id":7,"name":"RHEL Server mirror","path":"http://download.eng.rdu2.redhat.com/released/RHEL-$major/$major.$minor/Server/$arch/os","os_family":"Redhat","created_at":"2014-11-07T19:20:23Z","updated_at":"2015-02-12T20:17:19Z"},{"id":6,"name":"Ubuntu mirror","path":"http://archive.ubuntu.com/ubuntu/","os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/1 + uri: http://example.com/api/operatingsystems/1 body: encoding: US-ASCII string: '' @@ -920,6 +939,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -956,11 +976,11 @@ http_interactions: RHEL cfme","template_kind_id":4,"template_kind_name":"provision"},{"id":3,"config_template_id":17,"config_template_name":"Kickstart default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":4,"config_template_id":18,"config_template_name":"Kickstart default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/2 + uri: http://example.com/api/operatingsystems/2 body: encoding: US-ASCII string: '' @@ -971,6 +991,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1000,11 +1021,11 @@ http_interactions: encoding: UTF-8 string: '{"id":2,"name":"RedHat","fullname":"RedHat 6.4","description":"RHEL Server 6.4","major":"6","minor":"4","family":"Redhat","release_name":null,"created_at":"2014-10-20T19:46:10Z","updated_at":"2014-10-20T19:46:10Z","parameters":[],"media":[],"architectures":[],"ptables":[],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/3 + uri: http://example.com/api/operatingsystems/3 body: encoding: US-ASCII string: '' @@ -1015,6 +1036,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1050,11 +1072,11 @@ http_interactions: default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"os_default_templates":[{"id":1,"config_template_id":38,"config_template_name":"Kickstart RHEL cfme","template_kind_id":4,"template_kind_name":"provision"},{"id":5,"config_template_id":18,"config_template_name":"Kickstart default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/4 + uri: http://example.com/api/operatingsystems/4 body: encoding: US-ASCII string: '' @@ -1065,6 +1087,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1094,11 +1117,11 @@ http_interactions: encoding: UTF-8 string: '{"id":4,"name":"ProviderRefreshSpec-OperatingSystem","fullname":"ProviderRefreshSpec-OperatingSystem 1.2","description":"OS 1.2","major":"1","minor":"2","family":null,"release_name":"","created_at":"2015-01-15T19:44:25Z","updated_at":"2015-01-15T19:44:25Z","parameters":[],"media":[{"id":8,"name":"ProviderRefreshSpec-Media"}],"architectures":[{"name":"x86_64","id":1}],"ptables":[{"name":"ProviderRefreshSpec-PartitionTable","id":12}],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/5 + uri: http://example.com/api/operatingsystems/5 body: encoding: US-ASCII string: '' @@ -1109,6 +1132,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1137,11 +1161,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":5,"name":"RedHat","fullname":"RedHat 6.6","description":null,"major":"6","minor":"6","family":"Redhat","release_name":null,"created_at":"2015-01-19T17:29:07Z","updated_at":"2015-01-19T17:29:07Z","parameters":[],"media":[],"architectures":[],"ptables":[],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems?page=1&per_page=50 + uri: http://example.com/api/operatingsystems?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1152,6 +1176,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1185,11 +1210,11 @@ http_interactions: 6.4","description":"RHEL Server 6.4","major":"6","minor":"4","family":"Redhat","release_name":null,"created_at":"2014-10-20T19:46:10Z","updated_at":"2014-10-20T19:46:10Z"},{"id":1,"name":"RedHat","fullname":"RedHat 6.5","description":"RHEL Server 6.5","major":"6","minor":"5","family":"Redhat","release_name":"","created_at":"2014-07-24T22:55:07Z","updated_at":"2014-11-07T19:12:03Z"},{"id":5,"name":"RedHat","fullname":"RedHat 6.6","description":null,"major":"6","minor":"6","family":"Redhat","release_name":null,"created_at":"2015-01-19T17:29:07Z","updated_at":"2015-01-19T17:29:07Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/organizations?page=1&per_page=50 + uri: http://example.com/api/organizations?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1200,6 +1225,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1228,11 +1254,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":3,"subtotal":3,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":2,"name":"Infra","title":"Infra","created_at":"2015-02-24T19:28:42Z","updated_at":"2015-02-24T19:28:42Z"},{"id":3,"name":"ProviderRefreshSpecOrganization","title":"Infra/ProviderRefreshSpecOrganization","created_at":"2015-02-24T19:32:10Z","updated_at":"2015-02-26T21:04:08Z"},{"id":6,"name":"ProviderRefreshSpecChildOrganization","title":"Infra/ProviderRefreshSpecOrganization/ProviderRefreshSpecChildOrganization","created_at":"2015-02-26T20:22:15Z","updated_at":"2015-02-26T20:22:15Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/ptables?page=1&per_page=50 + uri: http://example.com/api/ptables?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1243,6 +1269,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1280,11 +1307,11 @@ http_interactions: default","id":7,"os_family":"Redhat","created_at":"2014-07-24T22:22:04Z","updated_at":"2014-07-24T22:22:04Z"},{"name":"Preseed custom LVM","id":9,"os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"name":"Preseed default","id":8,"os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"name":"ProviderRefreshSpec-PartitionTable","id":12,"os_family":null,"created_at":"2015-01-15T19:48:08Z","updated_at":"2015-01-15T19:48:08Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/architectures?page=1&per_page=50 + uri: http://example.com/api/architectures?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1297,6 +1324,7 @@ http_interactions: - rest-client/2.0.0.alpha (darwin13.4.0 x86_64) ruby/2.0.0p576 Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1351,11 +1379,11 @@ http_interactions: }, "results": [{"name":"i386","id":2,"created_at":"2014-07-24T22:22:02Z","updated_at":"2014-07-24T22:22:02Z"},{"name":"x86_64","id":1,"created_at":"2014-07-24T22:22:02Z","updated_at":"2014-07-24T22:22:02Z"}] } - http_version: + http_version: recorded_at: Sat, 28 Mar 2015 00:51:53 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/compute_profiles?page=1&per_page=50 + uri: http://example.com/api/compute_profiles?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1368,6 +1396,7 @@ http_interactions: - rest-client/2.0.0.alpha (darwin13.4.0 x86_64) ruby/2.0.0p576 Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1422,11 +1451,11 @@ http_interactions: }, "results": [{"id":1,"name":"1-Small","created_at":"2014-07-24T22:22:13Z","updated_at":"2014-07-24T22:22:13Z"},{"id":2,"name":"2-Medium","created_at":"2014-07-24T22:22:14Z","updated_at":"2014-07-24T22:22:14Z"},{"id":3,"name":"3-Large","created_at":"2014-07-24T22:22:14Z","updated_at":"2014-07-24T22:22:14Z"}] } - http_version: + http_version: recorded_at: Sat, 28 Mar 2015 00:51:53 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/domains?page=1&per_page=50 + uri: http://example.com/api/domains?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1439,6 +1468,7 @@ http_interactions: - rest-client/2.0.0.alpha (darwin13.4.0 x86_64) ruby/2.0.0p576 Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1493,11 +1523,11 @@ http_interactions: }, "results": [{"id":1,"name":"cloudforms.lab.eng.rdu2.redhat.com","fullname":"","dns_id":null,"created_at":"2014-07-24T22:55:07Z","updated_at":"2015-03-12T21:32:56Z"}] } - http_version: + http_version: recorded_at: Sat, 28 Mar 2015 00:51:53 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/environments?page=1&per_page=50 + uri: http://example.com/api/environments?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1510,6 +1540,7 @@ http_interactions: - rest-client/2.0.0.alpha (darwin13.4.0 x86_64) ruby/2.0.0p576 Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1564,11 +1595,11 @@ http_interactions: }, "results": [{"name":"production","id":1,"created_at":"2014-07-24T22:55:07Z","updated_at":"2014-07-24T22:55:07Z"}] } - http_version: + http_version: recorded_at: Sat, 28 Mar 2015 00:51:54 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/realms?page=1&per_page=50 + uri: http://example.com/api/realms?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -1581,6 +1612,7 @@ http_interactions: - rest-client/2.0.0.alpha (darwin13.4.0 x86_64) ruby/2.0.0p576 Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1635,6 +1667,6 @@ http_interactions: }, "results": [] } - http_version: + http_version: recorded_at: Sat, 28 Mar 2015 00:51:54 GMT recorded_with: VCR 2.9.3 diff --git a/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_v2.yml b/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_v2.yml index b63aa372331..d12c91c2824 100644 --- a/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_v2.yml +++ b/spec/vcr_cassettes/manageiq/providers/foreman/configuration_manager/refresher_api_v2.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: http://admin:smartvm@example.com/api/architectures?page=1&per_page=50 + uri: http://example.com/api/architectures?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -13,6 +13,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -41,11 +42,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":2,"subtotal":2,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"name":"i386","id":2,"created_at":"2014-07-24T22:22:02Z","updated_at":"2014-07-24T22:22:02Z"},{"name":"x86_64","id":1,"created_at":"2014-07-24T22:22:02Z","updated_at":"2014-07-24T22:22:02Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/compute_profiles?page=1&per_page=50 + uri: http://example.com/api/compute_profiles?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -56,6 +57,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -84,11 +86,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":3,"subtotal":3,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":1,"name":"1-Small","created_at":"2014-07-24T22:22:13Z","updated_at":"2014-07-24T22:22:13Z"},{"id":2,"name":"2-Medium","created_at":"2014-07-24T22:22:14Z","updated_at":"2014-07-24T22:22:14Z"},{"id":3,"name":"3-Large","created_at":"2014-07-24T22:22:14Z","updated_at":"2014-07-24T22:22:14Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/domains?page=1&per_page=50 + uri: http://example.com/api/domains?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -99,6 +101,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -127,11 +130,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":1,"subtotal":1,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":1,"name":"cloudforms.example.com","fullname":"","dns_id":null,"created_at":"2014-07-24T22:55:07Z","updated_at":"2015-03-12T21:32:56Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/environments?page=1&per_page=50 + uri: http://example.com/api/environments?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -142,6 +145,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -170,11 +174,11 @@ http_interactions: body: encoding: UTF-8 string: '{"total":1,"subtotal":1,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"name":"production","id":1,"created_at":"2014-07-24T22:55:07Z","updated_at":"2014-07-24T22:55:07Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups?page=1&per_page=50 + uri: http://example.com/api/hostgroups?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -185,6 +189,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -215,11 +220,11 @@ http_interactions: string: '{"total":14,"subtotal":14,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":13,"name":"ProviderRefreshSpec-HostGroup","title":"ProviderRefreshSpec-HostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":4,"operatingsystem_name":"OS 1.2","domain_id":null,"domain_name":null,"environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":8,"medium_name":"ProviderRefreshSpec-Media","architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:42:50Z","updated_at":"2015-01-22T16:34:33Z"},{"id":14,"name":"ProviderRefreshSpec-ChildHostGroup","title":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"13","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:43:14Z","updated_at":"2015-01-22T16:35:24Z"},{"id":1,"name":"Raleigh","title":"Raleigh","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":1,"domain_name":"example.com","environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":1,"puppet_ca_proxy_id":1,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:29:03Z","updated_at":"2014-08-14T20:29:03Z"},{"id":2,"name":"Metal","title":"Raleigh/Metal","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:30:30Z","updated_at":"2014-08-14T20:30:30Z"},{"id":15,"name":"RHEV Host","title":"Raleigh/Metal/RHEV Host","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/2","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-19T21:04:11Z","updated_at":"2015-01-19T21:04:11Z"},{"id":3,"name":"Virt","title":"Raleigh/Virt","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:25:24Z","updated_at":"2014-10-20T20:25:24Z"},{"id":11,"name":"Foreman","title":"Raleigh/Virt/Foreman","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-26T19:08:50Z","updated_at":"2014-11-26T19:08:50Z"},{"id":4,"name":"Productivity","title":"Raleigh/Virt/Productivity","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:45:56Z","updated_at":"2014-10-20T20:45:56Z"},{"id":7,"name":"CcMonitor","title":"Raleigh/Virt/Productivity/CcMonitor","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:51:44Z","updated_at":"2014-10-20T20:51:44Z"},{"id":9,"name":"CfmeBot","title":"Raleigh/Virt/Productivity/CfmeBot","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T15:25:27Z","updated_at":"2014-11-17T15:25:27Z"},{"id":12,"name":"CfmeBz","title":"Raleigh/Virt/Productivity/CfmeBz","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-07T18:41:35Z","updated_at":"2015-01-07T18:41:35Z"},{"id":5,"name":"Cruisers","title":"Raleigh/Virt/Productivity/Cruisers","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:14Z","updated_at":"2014-10-20T20:46:14Z"},{"id":6,"name":"Downstream","title":"Raleigh/Virt/Productivity/Cruisers/Downstream","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4/5","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:30Z","updated_at":"2014-10-20T20:46:30Z"},{"id":10,"name":"brewmaster","title":"Raleigh/Virt/Productivity/brewmaster","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T21:26:08Z","updated_at":"2014-11-17T21:26:08Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hostgroups?page=1&per_page=50 + uri: http://example.com/api/hostgroups?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -230,6 +235,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -260,11 +266,11 @@ http_interactions: string: '{"total":14,"subtotal":14,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[{"id":13,"name":"ProviderRefreshSpec-HostGroup","title":"ProviderRefreshSpec-HostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":4,"operatingsystem_name":"OS 1.2","domain_id":null,"domain_name":null,"environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":8,"medium_name":"ProviderRefreshSpec-Media","architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:42:50Z","updated_at":"2015-01-22T16:34:33Z"},{"id":14,"name":"ProviderRefreshSpec-ChildHostGroup","title":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"13","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-15T19:43:14Z","updated_at":"2015-01-22T16:35:24Z"},{"id":1,"name":"Raleigh","title":"Raleigh","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":1,"domain_name":"example.com","environment_id":1,"environment_name":"production","compute_profile_id":null,"compute_profile_name":null,"ancestry":null,"puppet_proxy_id":1,"puppet_ca_proxy_id":1,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":1,"architecture_name":"x86_64","realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:29:03Z","updated_at":"2014-08-14T20:29:03Z"},{"id":2,"name":"Metal","title":"Raleigh/Metal","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-08-14T20:30:30Z","updated_at":"2014-08-14T20:30:30Z"},{"id":15,"name":"RHEV Host","title":"Raleigh/Metal/RHEV Host","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/2","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-19T21:04:11Z","updated_at":"2015-01-19T21:04:11Z"},{"id":3,"name":"Virt","title":"Raleigh/Virt","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:25:24Z","updated_at":"2014-10-20T20:25:24Z"},{"id":11,"name":"Foreman","title":"Raleigh/Virt/Foreman","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-26T19:08:50Z","updated_at":"2014-11-26T19:08:50Z"},{"id":4,"name":"Productivity","title":"Raleigh/Virt/Productivity","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:45:56Z","updated_at":"2014-10-20T20:45:56Z"},{"id":7,"name":"CcMonitor","title":"Raleigh/Virt/Productivity/CcMonitor","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:51:44Z","updated_at":"2014-10-20T20:51:44Z"},{"id":9,"name":"CfmeBot","title":"Raleigh/Virt/Productivity/CfmeBot","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T15:25:27Z","updated_at":"2014-11-17T15:25:27Z"},{"id":12,"name":"CfmeBz","title":"Raleigh/Virt/Productivity/CfmeBz","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2015-01-07T18:41:35Z","updated_at":"2015-01-07T18:41:35Z"},{"id":5,"name":"Cruisers","title":"Raleigh/Virt/Productivity/Cruisers","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:14Z","updated_at":"2014-10-20T20:46:14Z"},{"id":6,"name":"Downstream","title":"Raleigh/Virt/Productivity/Cruisers/Downstream","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4/5","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-10-20T20:46:30Z","updated_at":"2014-10-20T20:46:30Z"},{"id":10,"name":"brewmaster","title":"Raleigh/Virt/Productivity/brewmaster","subnet_id":null,"subnet_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"domain_id":null,"domain_name":null,"environment_id":null,"environment_name":null,"compute_profile_id":null,"compute_profile_name":null,"ancestry":"1/3/4","puppet_proxy_id":null,"puppet_ca_proxy_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"architecture_id":null,"architecture_name":null,"realm_id":null,"realm_name":null,"created_at":"2014-11-17T21:26:08Z","updated_at":"2014-11-17T21:26:08Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hosts?page=1&per_page=50 + uri: http://example.com/api/hosts?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -275,6 +281,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -380,11 +387,11 @@ http_interactions: 1.2","subnet_id":2,"subnet_name":"Mahwah","sp_subnet_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":8,"medium_name":"ProviderRefreshSpec-Media","build":true,"comment":"","disk":"","installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":14,"hostgroup_name":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"providerrefreshspec-hostbaremetal.example.com","image_id":null,"image_name":null,"created_at":"2015-01-15T19:39:32Z","updated_at":"2015-01-22T16:48:46Z","last_compile":null,"last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0},{"name":"pxe.example.com","id":39,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-01-19T17:37:33Z","mac":null,"realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"pxe.example.com","image_id":null,"image_name":null,"created_at":"2015-01-19T17:29:02Z","updated_at":"2015-01-19T17:37:52Z","last_compile":"2015-01-19T17:37:38Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":2},{"name":"rhev33.example.com","id":36,"ip":"192.168.1.101","environment_id":1,"environment_name":"production","last_report":"2015-01-13T18:50:28Z","mac":"00:00:00:00:1f:a7","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":1,"architecture_name":"x86_64","operatingsystem_id":1,"operatingsystem_name":"RHEL Server 6.5","subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":1,"model_name":"RHEV Hypervisor","hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev33.example.com","image_id":null,"image_name":null,"created_at":"2015-01-07T17:54:51Z","updated_at":"2015-01-13T18:50:42Z","last_compile":"2015-01-13T18:50:35Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/hosts?page=1&per_page=50 + uri: http://example.com/api/hosts?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -395,6 +402,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -500,11 +508,11 @@ http_interactions: 1.2","subnet_id":2,"subnet_name":"Mahwah","sp_subnet_id":null,"ptable_id":12,"ptable_name":"ProviderRefreshSpec-PartitionTable","medium_id":8,"medium_name":"ProviderRefreshSpec-Media","build":true,"comment":"","disk":"","installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":14,"hostgroup_name":"ProviderRefreshSpec-HostGroup/ProviderRefreshSpec-ChildHostGroup","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":true,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"providerrefreshspec-hostbaremetal.example.com","image_id":null,"image_name":null,"created_at":"2015-01-15T19:39:32Z","updated_at":"2015-01-22T16:48:46Z","last_compile":null,"last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0},{"name":"pxe.example.com","id":39,"ip":null,"environment_id":1,"environment_name":"production","last_report":"2015-01-19T17:37:33Z","mac":null,"realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":null,"architecture_name":null,"operatingsystem_id":null,"operatingsystem_name":null,"subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":null,"model_name":null,"hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"pxe.example.com","image_id":null,"image_name":null,"created_at":"2015-01-19T17:29:02Z","updated_at":"2015-01-19T17:37:52Z","last_compile":"2015-01-19T17:37:38Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":2},{"name":"rhev33.example.com","id":36,"ip":"192.168.1.101","environment_id":1,"environment_name":"production","last_report":"2015-01-13T18:50:28Z","mac":"00:00:00:00:1f:a7","realm_id":null,"realm_name":null,"sp_mac":null,"sp_ip":null,"sp_name":null,"domain_id":1,"domain_name":"example.com","architecture_id":1,"architecture_name":"x86_64","operatingsystem_id":1,"operatingsystem_name":"RHEL Server 6.5","subnet_id":null,"subnet_name":null,"sp_subnet_id":null,"ptable_id":null,"ptable_name":null,"medium_id":null,"medium_name":null,"build":false,"comment":"","disk":null,"installed_at":null,"model_id":1,"model_name":"RHEV Hypervisor","hostgroup_id":3,"hostgroup_name":"Raleigh/Virt","owner_id":1,"owner_type":"User","enabled":true,"puppet_ca_proxy_id":1,"managed":false,"use_image":null,"image_file":"","uuid":null,"compute_resource_id":null,"compute_resource_name":null,"compute_profile_id":null,"compute_profile_name":null,"capabilities":["build"],"provision_method":"build","puppet_proxy_id":1,"certname":"rhev33.example.com","image_id":null,"image_name":null,"created_at":"2015-01-07T17:54:51Z","updated_at":"2015-01-13T18:50:42Z","last_compile":"2015-01-13T18:50:35Z","last_freshcheck":null,"serial":null,"source_file_id":null,"puppet_status":0}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/locations?page=1&per_page=50 + uri: http://example.com/api/locations?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -515,6 +523,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 404 @@ -543,11 +552,11 @@ http_interactions: body: encoding: UTF-8 string: '{"error":"The requested resource could not be found"}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/media?page=1&per_page=50 + uri: http://example.com/api/media?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -558,6 +567,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -593,11 +603,11 @@ http_interactions: mirror","path":"http://download.opensuse.org/distribution/$major.$minor/repo/oss","os_family":"Suse","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"id":8,"name":"ProviderRefreshSpec-Media","path":"http://example.com/refreshspec","os_family":null,"created_at":"2015-01-15T19:49:04Z","updated_at":"2015-01-15T19:49:04Z"},{"id":7,"name":"RHEL Server mirror","path":"http://download.redhat.com/released/RHEL-$major/$major.$minor/Server/$arch/os/","os_family":"Redhat","created_at":"2014-11-07T19:20:23Z","updated_at":"2014-11-07T19:20:23Z"},{"id":6,"name":"Ubuntu mirror","path":"http://archive.ubuntu.com/ubuntu/","os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/1 + uri: http://example.com/api/operatingsystems/1 body: encoding: US-ASCII string: '' @@ -608,6 +618,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -644,11 +655,11 @@ http_interactions: RHEL cfme","template_kind_id":4,"template_kind_name":"provision"},{"id":3,"config_template_id":17,"config_template_name":"Kickstart default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":4,"config_template_id":18,"config_template_name":"Kickstart default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/2 + uri: http://example.com/api/operatingsystems/2 body: encoding: US-ASCII string: '' @@ -659,6 +670,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -688,11 +700,11 @@ http_interactions: encoding: UTF-8 string: '{"id":2,"name":"RedHat","fullname":"RedHat 6.4","description":"RHEL Server 6.4","major":"6","minor":"4","family":"Redhat","release_name":null,"created_at":"2014-10-20T19:46:10Z","updated_at":"2014-10-20T19:46:10Z","parameters":[],"media":[],"architectures":[],"ptables":[],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/3 + uri: http://example.com/api/operatingsystems/3 body: encoding: US-ASCII string: '' @@ -703,6 +715,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -738,11 +751,11 @@ http_interactions: default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"os_default_templates":[{"id":1,"config_template_id":38,"config_template_name":"Kickstart RHEL cfme","template_kind_id":4,"template_kind_name":"provision"},{"id":5,"config_template_id":18,"config_template_name":"Kickstart default iPXE","template_kind_id":3,"template_kind_name":"iPXE"}],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/4 + uri: http://example.com/api/operatingsystems/4 body: encoding: US-ASCII string: '' @@ -753,6 +766,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -782,11 +796,11 @@ http_interactions: encoding: UTF-8 string: '{"id":4,"name":"ProviderRefreshSpec-OperatingSystem","fullname":"ProviderRefreshSpec-OperatingSystem 1.2","description":"OS 1.2","major":"1","minor":"2","family":null,"release_name":"","created_at":"2015-01-15T19:44:25Z","updated_at":"2015-01-15T19:44:25Z","parameters":[],"media":[{"id":8,"name":"ProviderRefreshSpec-Media"}],"architectures":[{"name":"x86_64","id":1}],"ptables":[{"name":"ProviderRefreshSpec-PartitionTable","id":12}],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems/5 + uri: http://example.com/api/operatingsystems/5 body: encoding: US-ASCII string: '' @@ -797,6 +811,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -825,11 +840,11 @@ http_interactions: body: encoding: UTF-8 string: '{"id":5,"name":"RedHat","fullname":"RedHat 6.6","description":null,"major":"6","minor":"6","family":"Redhat","release_name":null,"created_at":"2015-01-19T17:29:07Z","updated_at":"2015-01-19T17:29:07Z","parameters":[],"media":[],"architectures":[],"ptables":[],"config_templates":[],"os_default_templates":[],"images":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/operatingsystems?page=1&per_page=50 + uri: http://example.com/api/operatingsystems?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -840,6 +855,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -873,11 +889,11 @@ http_interactions: 6.4","description":"RHEL Server 6.4","major":"6","minor":"4","family":"Redhat","release_name":null,"created_at":"2014-10-20T19:46:10Z","updated_at":"2014-10-20T19:46:10Z"},{"id":5,"name":"RedHat","fullname":"RedHat 6.6","description":null,"major":"6","minor":"6","family":"Redhat","release_name":null,"created_at":"2015-01-19T17:29:07Z","updated_at":"2015-01-19T17:29:07Z"},{"id":1,"name":"RedHat","fullname":"RedHat 6.5","description":"RHEL Server 6.5","major":"6","minor":"5","family":"Redhat","release_name":"","created_at":"2014-07-24T22:55:07Z","updated_at":"2014-11-07T19:12:03Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/organizations?page=1&per_page=50 + uri: http://example.com/api/organizations?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -888,6 +904,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 404 @@ -916,11 +933,11 @@ http_interactions: body: encoding: UTF-8 string: '{"error":"The requested resource could not be found"}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/ptables?page=1&per_page=50 + uri: http://example.com/api/ptables?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -931,6 +948,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -968,11 +986,11 @@ http_interactions: default","id":7,"os_family":"Redhat","created_at":"2014-07-24T22:22:04Z","updated_at":"2014-07-24T22:22:04Z"},{"name":"Preseed custom LVM","id":9,"os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"name":"Preseed default","id":8,"os_family":"Debian","created_at":"2014-07-24T22:22:05Z","updated_at":"2014-07-24T22:22:05Z"},{"name":"ProviderRefreshSpec-PartitionTable","id":12,"os_family":null,"created_at":"2015-01-15T19:48:08Z","updated_at":"2015-01-15T19:48:08Z"}]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT - request: method: get - uri: http://admin:smartvm@example.com/api/realms?page=1&per_page=50 + uri: http://example.com/api/realms?page=1&per_page=50 body: encoding: US-ASCII string: '' @@ -983,6 +1001,7 @@ http_interactions: - gzip, deflate Content-Type: - application/json + Authorization: Basic <%= Base64.encode64("admin:smartvm").chomp %> response: status: code: 200 @@ -1011,6 +1030,6 @@ http_interactions: body: encoding: UTF-8 string: '{"total":0,"subtotal":0,"page":1,"per_page":50,"search":null,"sort":{"by":null,"order":null},"results":[]}' - http_version: + http_version: recorded_at: Sat, 01 Jan 2000 00:00:00 GMT recorded_with: VCR 2.9.3