Comment 7 for bug 1490536

Revision history for this message
Ksenia Svechnikova (kdemina) wrote :

verify_networks hangs, when we assign some roles to the nodes, that are not described in the network-template. In my example we have nodes "controller, mongo" roles, but in network-template there was no mongo. As soon as it was added it to the template, verification task finish:

templates_for_node_role:
      compute:
      - admin
      - mgmt-cpu
      - public-private-cpu
      - storage-cpu
      controller:
      - admin
      - mgmt-ctrl
      - public-private-ctrl
      - storage-ctrl
      mongo:
      - admin
      - mgmt-cpu
      - public-private-cpu
      - storage-cpu