Activity log for bug #1791237

Date Who What changed Old value New value Message
2018-09-07 06:57:21 alok kumar bug added bug
2018-09-07 06:57:32 alok kumar nominated for series juniperopenstack/r5.0
2018-09-07 06:57:32 alok kumar bug task added juniperopenstack/r5.0
2018-09-07 06:57:32 alok kumar nominated for series juniperopenstack/trunk
2018-09-07 06:57:32 alok kumar bug task added juniperopenstack/trunk
2018-09-07 06:57:45 alok kumar juniperopenstack/r5.0: milestone r5.1.0
2018-09-07 06:58:01 alok kumar juniperopenstack/r5.0: milestone r5.1.0 r5.0.2
2018-09-07 06:59:59 alok kumar juniperopenstack/trunk: milestone r5.1.0
2018-09-07 07:00:14 alok kumar juniperopenstack/r5.0: assignee alexey-mr (alexey-morlang)
2018-09-07 07:00:19 alok kumar juniperopenstack/trunk: assignee alexey-mr (alexey-morlang)
2018-09-07 07:00:37 alok kumar juniperopenstack/r5.0: importance Undecided High
2018-09-07 07:00:40 alok kumar juniperopenstack/trunk: importance Undecided High
2018-09-07 07:01:09 alok kumar description Fot SRIOV, agent is not coming up. Error seen in agent log: 2018-09-06 Thu 16:57:31:439.228 UTC overcloud-contrailsriov-0 [Thread 140200914274624, Pid 181]: Configuration error. eth_port not specified 2018-09-06 Thu 17:04:21:996.312 UTC overcloud-contrailsriov-0 [Thread 140392961833280, Pid 181]: Configuration error. eth_port not specified 2018-09-06 Thu 17:18:02:209.200 UTC overcloud-contrailsriov-0 [Thread 139716830382400, Pid 181]: Configuration error. eth_port not specified docker logs 479049ab979b: /agent-functions.sh: line 3: /network-functions-vrouter-vrouter: No such file or directory INFO: agent started in vrouter mode INFO: vhost0 is already up INFO: Kernel version does not support the driver required for vrouter to vrouter encryption /agent-functions.sh: line 151: get_iface_mac: command not found /agent-functions.sh: line 173: get_iface_mac: command not found ERROR: either phys nic or mac is empty: phys_int='vhost0' phys_int_mac='' Issue seems to be in value of AGENT_MODE, which is set to 'vrouter' and corresponding file network-functions-vrouter-vrouter is not found. agent-functions.sh: source /network-functions-vrouter-${AGENT_MODE} as a workaround, removing "-${AGENT_MODE}" in agent-functions.sh and restarting docker worked fine for me. setup Info: undercloud hypervisor: 10.204.217.133 undercloud IP: 192.168.122.46 (undercloud) [stack@queensa ~]$ openstack server list +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+ | ID | Name | Status | Networks | Image | Flavor | +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+ | 25ce07e7-2744-4b7e-85c3-0dc3a2e1f462 | overcloud-contrailcontroller-1 | ACTIVE | ctlplane=192.168.24.17 | overcloud-full | contrail-controller | | df7a05ee-39cc-4e7a-a1eb-46a7116a69ae | overcloud-contrailsriov-1 | ACTIVE | ctlplane=192.168.24.10 | overcloud-full | compute-sriov | | a9e496c2-2f23-4deb-93eb-77fe4ca96751 | overcloud-contrailcontroller-0 | ACTIVE | ctlplane=192.168.24.11 | overcloud-full | contrail-controller | | 0c8171eb-1c9d-407d-b634-a151c1e25965 | overcloud-contrailsriov-0 | ACTIVE | ctlplane=192.168.24.18 | overcloud-full | compute-sriov | | 81411179-36fa-4d73-8e53-6cef8f30c5a6 | overcloud-controller-0 | ACTIVE | ctlplane=192.168.24.20 | overcloud-full | control | | bfd01366-cb67-46c3-b4ce-2f50f810b441 | overcloud-controller-2 | ACTIVE | ctlplane=192.168.24.22 | overcloud-full | control | | 47930b28-5a25-453b-a952-f5934ca3ae68 | overcloud-contrailsriov-2 | ACTIVE | ctlplane=192.168.24.15 | overcloud-full | compute-sriov | | ab209461-6f94-42d1-8607-dd5b8f366714 | overcloud-contrailcontroller-2 | ACTIVE | ctlplane=192.168.24.14 | overcloud-full | contrail-controller | | 3522c775-d1b5-4ca9-99e7-9d7f7f589e84 | overcloud-controller-1 | ACTIVE | ctlplane=192.168.24.16 | overcloud-full | control | +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+ For SRIOV setup, agent is not coming up. Error seen in agent log: 2018-09-06 Thu 16:57:31:439.228 UTC overcloud-contrailsriov-0 [Thread 140200914274624, Pid 181]: Configuration error. eth_port not specified 2018-09-06 Thu 17:04:21:996.312 UTC overcloud-contrailsriov-0 [Thread 140392961833280, Pid 181]: Configuration error. eth_port not specified 2018-09-06 Thu 17:18:02:209.200 UTC overcloud-contrailsriov-0 [Thread 139716830382400, Pid 181]: Configuration error. eth_port not specified docker logs 479049ab979b: /agent-functions.sh: line 3: /network-functions-vrouter-vrouter: No such file or directory INFO: agent started in vrouter mode INFO: vhost0 is already up INFO: Kernel version does not support the driver required for vrouter to vrouter encryption /agent-functions.sh: line 151: get_iface_mac: command not found /agent-functions.sh: line 173: get_iface_mac: command not found ERROR: either phys nic or mac is empty: phys_int='vhost0' phys_int_mac='' Issue seems to be in value of AGENT_MODE, which is set to 'vrouter' and corresponding file network-functions-vrouter-vrouter is not found. agent-functions.sh:     source /network-functions-vrouter-${AGENT_MODE} as a workaround, removing "-${AGENT_MODE}" in agent-functions.sh and restarting docker worked fine for me. setup Info: undercloud hypervisor: 10.204.217.133 undercloud IP: 192.168.122.46 (undercloud) [stack@queensa ~]$ openstack server list +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+ | ID | Name | Status | Networks | Image | Flavor | +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+ | 25ce07e7-2744-4b7e-85c3-0dc3a2e1f462 | overcloud-contrailcontroller-1 | ACTIVE | ctlplane=192.168.24.17 | overcloud-full | contrail-controller | | df7a05ee-39cc-4e7a-a1eb-46a7116a69ae | overcloud-contrailsriov-1 | ACTIVE | ctlplane=192.168.24.10 | overcloud-full | compute-sriov | | a9e496c2-2f23-4deb-93eb-77fe4ca96751 | overcloud-contrailcontroller-0 | ACTIVE | ctlplane=192.168.24.11 | overcloud-full | contrail-controller | | 0c8171eb-1c9d-407d-b634-a151c1e25965 | overcloud-contrailsriov-0 | ACTIVE | ctlplane=192.168.24.18 | overcloud-full | compute-sriov | | 81411179-36fa-4d73-8e53-6cef8f30c5a6 | overcloud-controller-0 | ACTIVE | ctlplane=192.168.24.20 | overcloud-full | control | | bfd01366-cb67-46c3-b4ce-2f50f810b441 | overcloud-controller-2 | ACTIVE | ctlplane=192.168.24.22 | overcloud-full | control | | 47930b28-5a25-453b-a952-f5934ca3ae68 | overcloud-contrailsriov-2 | ACTIVE | ctlplane=192.168.24.15 | overcloud-full | compute-sriov | | ab209461-6f94-42d1-8607-dd5b8f366714 | overcloud-contrailcontroller-2 | ACTIVE | ctlplane=192.168.24.14 | overcloud-full | contrail-controller | | 3522c775-d1b5-4ca9-99e7-9d7f7f589e84 | overcloud-controller-1 | ACTIVE | ctlplane=192.168.24.16 | overcloud-full | control | +--------------------------------------+--------------------------------+--------+------------------------+----------------+---------------------+
2018-09-20 05:56:16 alexey-mr juniperopenstack/r5.0: status New Fix Committed
2018-09-20 05:56:24 alexey-mr juniperopenstack/trunk: status New Fix Committed
2018-10-04 20:32:20 Alberto Pena tags provisioning rhosp13 sanity sriov provisioning ps-interest rhosp13 sanity sriov
2018-10-04 20:34:35 Alberto Pena bug added subscriber PS SDN Gobal