Skip to content

Conversation

@yyscamper
Copy link
Contributor

Changelog:

  • The task schema identifier is changed to use task's injectableName rather than filename, since the built-in schema doesn't have a filename

  • GET /schemas/tasks will return the list of task injectableNames

  • The resolved flag is removed in GET /schemas/tasks/:identifier since now the returned schema is always resolved. The unresolved version doesn't conform to the JSON schema standard, so it is removed.

@anhou @iceiilin @pengz1 @lanchongyizu @brianparry

@JenkinsRHD
Copy link
Contributor

BUILD on-http #35 : FAILURE

BUILD on-http #35 Error Logs ▼Test Name: Http.Api.Schemas GET /schemas/tasks should return a list of all task schemas Error Details: expected [] to have a length of 2 but got 0 Response body: [] AssertionError: expected [] to have a length of 2 but got 0 at originalMethod (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/chai-as-promised/lib/chai-as-promised.js:276:69) at doAsserterAsyncAndAddThen (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/chai-as-promised/lib/chai-as-promised.js:298:33) at Assertion.addChainableMethod.originalGetter (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/chai-as-promised/lib/chai-as-promised.js:278:25) at assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/chai/lib/chai/utils/addChainableMethod.js:83:49) at /home/jenkins/workspace/on-http/build-deps/on-http/spec/lib/api/2.0/schemas-spec.js:120:61 at Test._assertFunction (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:247:11) at Test.assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:148:18) at assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:127:12) at /home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:691:12) at IncomingMessage.<anonymous> (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:923:12) at nextTickCallbackWith2Args (node.js:458:9) at process._tickDomainCallback (node.js:413:17) Stack Trace: AssertionError: expected [] to have a length of 2 but got 0 at originalMethod (node_modules/chai-as-promised/lib/chai-as-promised.js:276:69) at doAsserterAsyncAndAddThen (node_modules/chai-as-promised/lib/chai-as-promised.js:298:33) at Assertion.addChainableMethod.originalGetter (node_modules/chai-as-promised/lib/chai-as-promised.js:278:25) at assert (node_modules/chai/lib/chai/utils/addChainableMethod.js:83:49) at spec/lib/api/2.0/schemas-spec.js:120:61 at Test._assertFunction (node_modules/supertest/lib/test.js:247:11) at Test.assert (node_modules/supertest/lib/test.js:148:18) at assert (node_modules/supertest/lib/test.js:127:12) at node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (node_modules/supertest/node_modules/superagent/lib/node/index.js:691:12) at IncomingMessage.<anonymous> (node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at endReadableNT (_stream_readable.js:923:12)

Test Name: Http.Api.Schemas GET /schemas/tasks/:identifier should return a task schema
Error Details: expected 200 "OK", got 404 "Not Found" Response body: { message: 'Unable to find the task defintion with injectablenName testSchema', status: '404', UUID: '139736aa-2881-405a-ab13-4aa80914e491' } Error: expected 200 "OK", got 404 "Not Found" at Test._assertStatus (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:232:12) at Test._assertFunction (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:247:11) at Test.assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:148:18) at assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:127:12) at /home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3) at IncomingMessage.<anonymous> (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:923:12) at nextTickCallbackWith2Args (node.js:458:9) at process._tickDomainCallback (node.js:413:17)
Stack Trace: Error: expected 200 "OK", got 404 "Not Found"
at Test._assertStatus (node_modules/supertest/lib/test.js:232:12)
at Test._assertFunction (node_modules/supertest/lib/test.js:247:11)
at Test.assert (node_modules/supertest/lib/test.js:148:18)
at assert (node_modules/supertest/lib/test.js:127:12)
at node_modules/supertest/lib/test.js:124:5
at Test.Request.callback (node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3)
at IncomingMessage.<anonymous> (node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12)
at endReadableNT (_stream_readable.js:923:12)

Test Name: Http.Api.Schemas GET /schemas/tasks/:identifier should return a task schema with reference resolved
Error Details: expected 200 "OK", got 404 "Not Found" Response body: { message: 'Unable to find the task defintion with injectablenName testSchema', status: '404', UUID: 'b2867f44-2d4e-4289-9612-bcca2a1d5bbf' } Error: expected 200 "OK", got 404 "Not Found" at Test._assertStatus (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:232:12) at Test._assertFunction (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:247:11) at Test.assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:148:18) at assert (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:127:12) at /home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/lib/test.js:124:5 at Test.Request.callback (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3) at IncomingMessage.<anonymous> (/home/jenkins/workspace/on-http/build-deps/on-http/node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:923:12) at nextTickCallbackWith2Args (node.js:458:9) at process._tickDomainCallback (node.js:413:17)
Stack Trace: Error: expected 200 "OK", got 404 "Not Found"
at Test._assertStatus (node_modules/supertest/lib/test.js:232:12)
at Test._assertFunction (node_modules/supertest/lib/test.js:247:11)
at Test.assert (node_modules/supertest/lib/test.js:148:18)
at assert (node_modules/supertest/lib/test.js:127:12)
at node_modules/supertest/lib/test.js:124:5
at Test.Request.callback (node_modules/supertest/node_modules/superagent/lib/node/index.js:703:3)
at IncomingMessage.<anonymous> (node_modules/supertest/node_modules/superagent/lib/node/index.js:922:12)
at endReadableNT (_stream_readable.js:923:12)

… design

- The task schema identifier is changed to use task's injectableName
  rather than filename, since the built-in schema doesn't have a
  filename

- GET /schemas/tasks will return the list of task injectableNames

- The `resolved` flag is removed in GET /schemas/tasks/:identifier since
  now the returned schema is always resolved. The unresolved version
  doesn't conform to the JSON schema standard, so it is removed.
@yyscamper yyscamper force-pushed the fix-task-schema-api branch from 7a41066 to 5d14501 Compare March 29, 2017 08:38
@JenkinsRHD
Copy link
Contributor

BUILD on-http #37 : FAILURE

BUILD on-http #37 Error Logs ▼Test Name: test09_check_discovery Error Details: Node discovery not completed -------------------- >> begin captured stdout << --------------------- restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows
restful: Status code = 200

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
root: INFO: +1.17 - STARTING TEST: [test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)]
test.run: INFO_5: **** Waiting for node Discovery to complete.

--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/home/jenkins/workspace/on-http/RackHD/test/deploy/rackhd_stack_init.py", line 178, in test09_check_discovery
self.assertTrue(self.check_for_active_workflows(MAX_CYCLES), "Node discovery not completed")
File "/usr/lib/python2.7/unittest/case.py", line 424, in assertTrue
raise self.failureException(msg)
'Node discovery not completed\n-------------------- >> begin captured stdout << ---------------------\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c/workflows\nrestful: Status code = 200 \n\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nroot: INFO: +1.17 - STARTING TEST: [test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)]\ntest.run: INFO_5: **** Waiting for node Discovery to complete.\n\n--------------------- >> end captured logging << ---------------------'

Test Name: test10_apply_obm_settings
Error Details: OBM settings failed.
-------------------- >> begin captured stdout << ---------------------
restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/0dce80c1-e976-497b-a419-1e1c89c6f31e
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/0dce80c1-e976-497b-a419-1e1c89c6f31e
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "running"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348
restful: Status code = 200

**** Node(s) OBM status:
{
"58db78788baa51a50aa74330": {
"instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"58db787c8baa51a50aa7433c": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
},
"58db78808baa51a50aa74348": {
"instanceId": "",
"retry": 0,
"sku": "unknown",
"status": "pending"
}
}
**** Node(s) OBM settings failed.

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
root: INFO: +1.19 - STARTING TEST: [test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)]
test.run: INFO_5: **** Apply OBM setting to compute nodes.
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/home/jenkins/workspace/on-http/RackHD/test/deploy/rackhd_stack_init.py", line 207, in test10_apply_obm_settings
self.assertTrue(fit_common.apply_obm_settings(), "OBM settings failed.")
File "/usr/lib/python2.7/unittest/case.py", line 424, in assertTrue
raise self.failureException(msg)
'OBM settings failed.\n-------------------- >> begin captured stdout << ---------------------\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/0dce80c1-e976-497b-a419-1e1c89c6f31e\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/0dce80c1-e976-497b-a419-1e1c89c6f31e\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/58db78788baa51a50aa74330/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "running"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/9b0e6154-97d1-42fd-93b3-b57cf83ac36a\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db787c8baa51a50aa7433c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/58db78808baa51a50aa74348\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "58db78788baa51a50aa74330": {\n "instanceId": "9b0e6154-97d1-42fd-93b3-b57cf83ac36a", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "58db787c8baa51a50aa7433c": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }, \n "58db78808baa51a50aa74348": {\n "instanceId": "", \n "retry": 0, \n "sku": "unknown", \n "status": "pending"\n }\n}\n**** Node(s) OBM settings failed.\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nroot: INFO: +1.19 - STARTING TEST: [test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)]\ntest.run: INFO_5: **** Apply OBM setting to compute nodes.\n--------------------- >> end captured logging << ---------------------'

@yyscamper
Copy link
Contributor Author

jenkins: test this please

});
});

// GET /api/2.0/schemas/tasks/:identifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:name should be more accurate than :identifier.

var taskSchemasGet = controller(function () {
return taskOptionValidator.getAllSchemaNames({ includeNameSpace: false });
return workflowApiService.getTaskDefinitions()
.then(function(tasks) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yyscamper FYI - Bluebird promises have a chaiable map method: http://bluebirdjs.com/docs/api/promise.map.html

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The promise that returned from getTaskDefinition is not bluebird style promise, it is waterline's promise, it doesn't have a map function, so that's the reason I ended up using the array's map.

Now in RackHD code there is various Promise (at least there are Bluebird promise, node.js native promise, waterline promise), we'd better to combine them to a single one in future.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yyscamper I like to wrap promise returning function calls in Promise.try for this reason. This normalizes promises to Bluebird style. It also will handle any synchronous errors that might be thrown by a promise returning function.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like Promise.try as well, it changes a lot of things (synchronous code or erros, non-bluebird promises) into bluebird promise, though a little cumbersome sometimes.

Copy link
Contributor

@brianparry brianparry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@PengTian0
Copy link
Contributor

test this please

@yyscamper
Copy link
Contributor Author

jenkins: test this please

@yyscamper yyscamper merged commit 58d6b3b into RackHD:master Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants