k8s agent provisioning failed due to unexpected tsn_server_list , tsn_evpn_mode

Bug #1714569 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Fix Committed
Critical
Kumar Harsh
Trunk
Fix Committed
Critical
Kumar Harsh

Bug Description

R4.1.0.0 CB Build 41 Ubuntu 16.04.2

root@testbed-1-vm2(agent):/# journalctl -u contrail-ansible
-- Logs begin at Fri 2017-09-01 17:48:09 IST, end at Fri 2017-09-01 23:58:41 IST. --
Sep 01 17:48:20 testbed-1-vm2 systemd[1]: Starting Contrail vrouter agent configuration...
Sep 01 17:48:21 testbed-1-vm2 contrailctl[41]: Additional properties are not allowed ('tsn_server_list', 'tsn_evpn_mode' were unexpected)
Sep 01 17:48:24 testbed-1-vm2 systemd[1]: contrail-ansible.service: Main process exited, code=exited, status=1/FAILURE
Sep 01 17:48:24 testbed-1-vm2 systemd[1]: Failed to start Contrail vrouter agent configuration.
Sep 01 17:48:26 testbed-1-vm2 systemd[1]: contrail-ansible.service: Unit entered failed state.
Sep 01 17:48:26 testbed-1-vm2 systemd[1]: contrail-ansible.service: Failed with result 'exit-code'.
root@testbed-1-vm2(agent):/# contrail-version
Package Version Build-ID | Repo | Package Name
-------------------------------------- ------------------------------ ----------------------------------
contrail-k8s-cni 4.1.0.0-41 41
contrail-lib 4.1.0.0-41 41
contrail-nodemgr 4.1.0.0-41 41
contrail-setup 4.1.0.0-41 41
contrail-utils 4.1.0.0-41 41
contrail-vrouter-agent 4.1.0.0-41 41
contrail-vrouter-common 4.1.0.0-41 41
contrail-vrouter-dkms 4.1.0.0-41 41
contrail-vrouter-init 4.1.0.0-41 41
contrail-vrouter-utils 4.1.0.0-41 41
^C
root@testbed-1-vm2(agent):/#

----------------------
root@testbed-1-vm2:~# cat /etc/contrailctl/agent.conf

[GLOBAL]
compute_nodes = 10.204.217.197,10.204.217.198
enable_webui_service = True
cloud_orchestrator = kubernetes
analyticsdb_nodes = 10.204.217.194
analytics_nodes = 10.204.217.194
sandesh_ssl_enable = False
enable_config_service = True
introspect_ssl_enable = False
controller_nodes = 10.204.217.194
webui_nodes = 10.204.217.194
enable_control_service = True
ceph_controller_nodes =
config_ip = 10.204.217.194
analytics_ip = 10.204.217.194
opscenter_ip = 10.204.217.194
controller_ip = 10.204.217.194
config_nodes = 10.204.217.194
[AGENT]
priority_scheduling_list = []
qos_logical_queue_list = []
priority_bandwidth_list = []
compile_vrouter_module = True
non_mgmt_ip =
tsn_server_list = []
vgw_public_vn_name_list = []
tsn_evpn_mode = False
vgw_gateway_route_list = []
non_mgmt_gw =
vrouter_physical_interface = ens3
qos_priority_tagging = True
priority_id_list = []
vrouter_module_params =
vgw_public_subnet_list = []
vgw_intf_list = []
gateway_mode =
qos_queue_id_list = []
compute_controller_list =
qos_default_nic_queue = False
metadata_ssl_enable = False
[KUBERNETES]
token = eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJkZWZhdWx0Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9zZWNyZXQubmFtZSI6ImRlZmF1bHQtdG9rZW4tNmh6Zm0iLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC5uYW1lIjoiZGVmYXVsdCIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VydmljZS1hY2NvdW50LnVpZCI6Ijg3NGE0NjQ2LThmMGQtMTFlNy1hYzFiLTUyNTQwMDAxMDAwMSIsInN1YiI6InN5c3RlbTpzZXJ2aWNlYWNjb3VudDpkZWZhdWx0OmRlZmF1bHQifQ.D4PrCUh0ydg-h7ClsR51gznPbqRhiaHqZ4V9H83eqmAsYxW_nYe85DmgrbBfAVFWCZMvAHLHWHl6_u0xmSE1uM4ROcCbL8S1uDk6fXyFWjRxjf1mhPaFWIfjtxb7wwM0lmQUhKtiTKw0CFrXv6YULWhuRAqqAXtV9rW9GxwLKppaQ3NrCVjgM0LUJAG5ilPgbSSKUKd0ME5ZNmBPywuufHWVnG_e18RbKUx2jQ9d0y1KZ5cGsC2Os644z1TtXUp3eHeH8KowDwo6J3aiYqFggSZRNLKtWM-aCvZ6D1lqPJFxBvAl9U80uUw7i8v8T2zupcR8woOcRHpfOYogsMqW2w
api_server = 10.204.217.194
root@testbed-1-vm2:~#

no longer affects: juniperopenstack/r4.0
Changed in juniperopenstack:
milestone: none → r4.1.0.0-fcs
description: updated
Revision history for this message
chhandak (chhandak) wrote :

Observed the issue on 4.0.1.0-44 as well

tags: added: blocker
Revision history for this message
Hari Prasad Killi (haripk) wrote :

Please try with the latest builds of 4.0.1 as well as mainline. Issue should be because commits across repos didnt get merged in the same build.

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/35234
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/35235
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/35234
Committed: http://github.com/Juniper/contrail-docker/commit/947dfb257cf5748ea156eb355d11bd72e133450d
Submitter: Zuul (<email address hidden>)
Branch: master

commit 947dfb257cf5748ea156eb355d11bd72e133450d
Author: Harsh Kumar <email address hidden>
Date: Mon Sep 4 11:38:38 2017 +0530

Fix contrailctl schema for tsn provisioning

Change-Id: I16bb46d8afdb39ae945765d50bde0d30371194d2
Closes-Bug: #1714569

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/35235
Committed: http://github.com/Juniper/contrail-docker/commit/fc719083fce0de71605ae4aa06be1377813181bf
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit fc719083fce0de71605ae4aa06be1377813181bf
Author: Harsh Kumar <email address hidden>
Date: Mon Sep 4 11:38:38 2017 +0530

Fix contrailctl schema for tsn provisioning

Change-Id: I16bb46d8afdb39ae945765d50bde0d30371194d2
Closes-Bug: #1714569

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.