Guest User

Untitled

a guest
Feb 17th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Command: sudo kolla-ansible deploy
  2. Error:
  3. TASK: [neutron | Starting neutron-dhcp-agent container] ***********************
  4. failed: [localhost] => {"changed": true, "failed": true}
  5. msg: APIError(HTTPError(u'500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.22/containers/neutron_dhcp_agent/start',),)
  6.  
  7. FATAL: all hosts have already failed -- aborting
  8.  
  9. PLAY RECAP ********************************************************************
  10. to retry, use: --limit @/home/md/site.retry
  11.  
  12. localhost : ok=179 changed=50 unreachable=0 failed=1
  13.  
  14. >> neutron_dhcp_agent container not created, however while checking docker logs on previous created container
  15.  
  16. md@kolla:~/kolla$ docker logs neutron_openvswitch_agent
  17. INFO:__main__:Kolla config strategy set to: COPY_ONCE
  18. INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json
  19. INFO:__main__:Validating config file
  20. INFO:__main__:Copying service configuration files
  21. INFO:__main__:Copying /var/lib/kolla/config_files/neutron.conf to /etc/neutron/neutron.conf
  22. INFO:__main__:Setting permissions for /etc/neutron/neutron.conf
  23. INFO:__main__:Copying /var/lib/kolla/config_files/ml2_conf.ini to /etc/neutron/plugins/ml2/ml2_conf.ini
  24. INFO:__main__:Setting permissions for /etc/neutron/plugins/ml2/ml2_conf.ini
  25. INFO:__main__:Writing out command to execute
  26. Running command: 'neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'
  27. Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
  28. 2016-02-18 04:54:34.520 1 INFO neutron.common.config [-] Logging enabled!
  29. 2016-02-18 04:54:34.520 1 INFO neutron.common.config [-] /var/lib/kolla/venv/bin/neutron-openvswitch-agent version 8.0.0.0b3.dev316
  30. 2016-02-18 04:54:35.319 1 INFO neutron.agent.l2.extensions.manager [req-35203f75-20d2-4101-b31b-4da4017c7e78 - - - - -] Loaded agent extensions: []
  31. 2016-02-18 04:54:35.395 1 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-35203f75-20d2-4101-b31b-4da4017c7e78 - - - - -] Mapping physical network physnet1 to bridge br-ex
  32. 2016-02-18 04:54:35.963 1 ERROR neutron.agent.ovsdb.impl_vsctl [req-35203f75-20d2-4101-b31b-4da4017c7e78 - - - - -] Unable to execute ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--columns=type', 'list', 'Interface', 'int-br-ex']. Exception: Exit code: 1; Stdin: ; Stdout: ; Stderr: ovs-vsctl: no row "int-br-ex" in table Interface
  33.  
  34. 2016-02-18 04:54:38.378 1 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-35203f75-20d2-4101-b31b-4da4017c7e78 - - - - -] Agent initialized successfully, now running...
  35. 2016-02-18 04:54:38.498 1 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-35203f75-20d2-4101-b31b-4da4017c7e78 - - - - -] Agent tunnel out of sync with plugin!
Add Comment
Please, Sign In to add comment