Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. sudo python3 slm.py
  2. INFO:son-mano-base:plugin:Starting MANO Plugin: 'son-plugin.ServiceLifecycleManager' ...
  3. INFO:son-mano-base:plugin:Plugin connected to broker.
  4. INFO:son-mano-base:plugin:Plugin registered with UUID: 'd851c7f7-9df4-4677-809d-123163b243b7'
  5. DEBUG:plugin:slm:Received registration ok event.
  6. slm.py:354: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  7. message = yaml.load(payload)
  8. INFO:plugin:slm:SLM started and operational. Registering with the GK...
  9. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): son-gtkapi
  10. INFO:plugin:slm:Registration with GK failed, retrying...
  11. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): son-gtkapi
  12. INFO:plugin:slm:Registration with GK failed, retrying...
  13. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): son-gtkapi
  14. INFO:plugin:slm:Registration with GK failed, retrying...
  15. INFO:plugin:slm:Registration with GK failed, continuing without token.
  16. WARNING:amqpstorm.channel:Received Basic.Cancel on consumer_tag: q.platform.management.plugin.register.50ca476f-531e-4dbb-be7f-8baba4eb8e71
  17. slm.py:422: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  18. message = yaml.load(payload)
  19. slm.py:449: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  20. message = yaml.load(payload)
  21. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: NSD uuid is 937213ae-890b-413c-a11e-45c62c4eee3f
  22. {}
  23. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: extracting keys failed user_data
  24. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: New instantiation request received. Instantiation started.
  25. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: Validation request completed. Number of VNFDs incorrect
  26. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: Topology requested from IA.
  27. slm.py:695: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  28. message = yaml.load(payload)
  29. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: Topology received from IA.
  30. DEBUG:plugin:slm:Requested info on topology: {'topology': 'some topology'}
  31. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: Calculating the placement
  32. INFO:plugin:slm:Service 48f77cb9-1bc4-450e-963f-85bfe4bf2d59: Placement request sent
  33. WARNING:amqpstorm.channel:Received Basic.Cancel on consumer_tag: q.infrastructure.management.compute.list.9efd3163-9a9d-4711-9557-85c2c6057bb0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement