Guest User

Untitled

a guest
Aug 11th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. failed: [aio1_neutron_agents_container-e7f2f292 -> None] (item={'value': {u'interface': u'eth10', u'bridge': u'br-vxlan', u'netmask': u'255.255.252.0', u'type': u'veth', u'address': u'172.29.242.219'}, 'key': u'tunnel_address'}) => {"changed": false, "cmd": "/usr/local/bin/lxc-veth-wiring \"aio1_neutron_agents_container-e7f2f292\" \"e7f2f292_eth10\" \"eth10\" \"br-vxlan\"", "delta": "0:00:00.018898", "end": "2016-08-11 21:09:41.776484", "failed": true, "failed_when_result": true, "invocation": {"module_args": {"_raw_params": "/usr/local/bin/lxc-veth-wiring \"aio1_neutron_agents_container-e7f2f292\" \"e7f2f292_eth10\" \"eth10\" \"br-vxlan\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": {"key": "tunnel_address", "value": {"address": "172.29.242.219", "bridge": "br-vxlan", "interface": "eth10", "netmask": "255.255.252.0", "type": "veth"}}, "rc": 255, "start": "2016-08-11 21:09:41.757586", "stderr": "\n# Execution example: lxc-veth-wiring.sh testing VETHTEST eth1 br-mgmt\n\n# CLI variables\nCONTAINER_NAME=\"${1}\"\nVETH=\"${2}\"\nINTERFACE=\"${3}\"\nBRIDGE=\"${4}\"\n\n# PID of running container\nPID=\"$(lxc-info -pHn ${CONTAINER_NAME})\"\nlxc-info -pHn ${CONTAINER_NAME}\n\n# Exit 0 means no change, exit 3 is changed, any other exit is fail.\nEXIT_CODE=0\n\nif ! ip a l \"${VETH}\";then\n ip link add name \"${VETH}\" type veth peer name \"${VETH}_t\"\n ip link set dev \"${VETH}\" up\n EXIT=3\nelse\n ip link set dev \"${VETH}\" up\nfi\nDevice \"e7f2f292_eth10\" does not exist.\nError: argument \"peer\" is wrong: \"name\" too long", "stdout": "", "stdout_lines": [], "warnings": []}
  2. failed: [aio1_neutron_agents_container-e7f2f292 -> None] (item={'value': {u'interface': u'eth11', u'bridge': u'br-vlan', u'netmask': None, u'type': u'veth'}, 'key': u'eth11_address'}) => {"changed": false, "cmd": "/usr/local/bin/lxc-veth-wiring \"aio1_neutron_agents_container-e7f2f292\" \"e7f2f292_eth11\" \"eth11\" \"br-vlan\"", "delta": "0:00:00.016452", "end": "2016-08-11 21:09:42.074105", "failed": true, "failed_when_result": true, "invocation": {"module_args": {"_raw_params": "/usr/local/bin/lxc-veth-wiring \"aio1_neutron_agents_container-e7f2f292\" \"e7f2f292_eth11\" \"eth11\" \"br-vlan\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": {"key": "eth11_address", "value": {"bridge": "br-vlan", "interface": "eth11", "netmask": null, "type": "veth"}}, "rc": 255, "start": "2016-08-11 21:09:42.057653", "stderr": "\n# Execution example: lxc-veth-wiring.sh testing VETHTEST eth1 br-mgmt\n\n# CLI variables\nCONTAINER_NAME=\"${1}\"\nVETH=\"${2}\"\nINTERFACE=\"${3}\"\nBRIDGE=\"${4}\"\n\n# PID of running container\nPID=\"$(lxc-info -pHn ${CONTAINER_NAME})\"\nlxc-info -pHn ${CONTAINER_NAME}\n\n# Exit 0 means no change, exit 3 is changed, any other exit is fail.\nEXIT_CODE=0\n\nif ! ip a l \"${VETH}\";then\n ip link add name \"${VETH}\" type veth peer name \"${VETH}_t\"\n ip link set dev \"${VETH}\" up\n EXIT=3\nelse\n ip link set dev \"${VETH}\" up\nfi\nDevice \"e7f2f292_eth11\" does not exist.\nError: argument \"peer\" is wrong: \"name\" too long", "stdout": "", "stdout_lines": [], "warnings": []}
Add Comment
Please, Sign In to add comment