Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. TASK: [prechecks | Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] ***
  2. ok: [localhost] => (item=10.10.10.254)
  3. ok: [localhost] => (item=10.10.10.254)
  4.  
  5. TASK: [prechecks | Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes] ***
  6. fatal: [localhost] => Failed to template {% if '169.254.' not in kolla_internal_vip_address and 'False' in kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) %} True {% else %} False {% endif %}: an unexpected type error occurred. Error was argument of type 'NoneType' is not iterable
  7.  
  8. FATAL: all hosts have already failed -- aborting
  9.  
  10. PLAY RECAP *******************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement