Telco

 View Only

Node Pool shows stuck in “Processing” state on the TCA even if it is in Ready state in TKG 

Jun 22, 2023 08:14 AM

Issue:

In TCA manager UI, the node pool was showing as processing for a prolonged duration. Based on the errors in the logs, I am going to share the troubleshooting that fixed the issue that was applicable to the scenario.

There may be several factors that can cause the node pool to be stuck in processing state. One of them is intermittent time drift causes inconsistencies with a node pool's state and the UI which is a known issue with Telco Cloud Automation (TCA) 2.1.1 and older which can be referred here.

Issue Description:

  1. In the CaaS Infrastructure view in TCA  you see any cluster instance that shows Node Pools as processing state. 
Aditi_Dhavale_0-1687332119253.png

 

 2. Click on the cluster and navigate to the Node Pools to identify which Node Pool has issue.

Aditi_Dhavale_1-1687332119254.png

3. Based on the logs from TCA and the events in the specific cluster were pointing to  “ipvlan not found vmconfig status failed” the issue was identified to be related to the networking.

Aditi_Dhavale_2-1687332119254.png

4. Go to Node Customizations and check if that has all correct settings. For the issue that I was working on,  it was found that the network was not properly assigned to the Node Pool.

Aditi_Dhavale_3-1687332119254.png

 

 Resolution:

The portgroup associated with the node pool was showing incorrect configuration, "ipvlan" instead of the corresponding dvportgroup- {id}. To fix this, terminate the CNF and manually instantiate it with the correct port group association. This resulted in the successful instantiation of the NF and the node pool transitioning to the provisioned state. 

 Fix:

  1. Make sure that you have details for the values like the CNF instance Name, cloud Name, catalog name from the General Properties and the yaml file from Instantiation properties ,repository details and ipvlan details from the Init Params page of the CNF instance page. This is required for instantiating the CNF. Make a note of these values.

   Download the values.yaml file from the global values section.

 Aditi_Dhavale_0-1687332970754.png

 

Aditi_Dhavale_5-1687332119254.png

 

 2. Go to NF inventory and terminate the CNF.

Aditi_Dhavale_6-1687332119254.png

3. Once the terminate action is completed, delete the CNF.

Aditi_Dhavale_7-1687332119254.png

 

4. Go to Network Function Catalog. Search for the catalog that was used to instantiate this NF, click on the 3 dots and click Instantiate.

Aditi_Dhavale_8-1687332119254.png

5. Instantiate using the correct values from the values that you previously made a note of.

Aditi_Dhavale_0-1687333679751.png

 

 6. Select the correct cloud name/cluster name and the Node-pool name that shows as processing status.

Aditi_Dhavale_10-1687332119254.png

 

7. Enter Namespace and harbor repository and press next

Aditi_Dhavale_11-1687332119254.png

 

 8. Press next on Network Function Properties

 9. On the Inputs page:

  • Upload the correct values.yaml file in Global Values that were previously downloaded when taking backup of the values.
  • Browse to the correct ipvlan value that this node pool must be configured with.

 

Aditi_Dhavale_12-1687332119254.png

 

 10. On the Review page, validate the details and click on Instantiate.

11. You can check the progress of the instantiation by navigating to the Network Function Inventory section. Wait for the NF state to change to Instantiated and State Complete.

Aditi_Dhavale_13-1687332119255.png

Aditi_Dhavale_14-1687332119255.png

12. To validate the status; go to CaaS infrastructure and check the node pool status, It should be now in Provisioned state.

Aditi_Dhavale_15-1687332119255.png

Conclusion:

Since the errors were pointing to the networking issues, instantiating a new NF with the correct port group association fixed the issue. This resulted in the successful instantiation of the NF and the node pool transitioning to the provisioned state in TCA. 

 

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Jun 26, 2023 01:27 AM

Informative article.

Jun 23, 2023 01:44 PM

Good work !!

Related Entries and Links

No Related Resource entered.