History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3321
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Kubernetes cloud profile not working

Created: 15/Jan/19 11:14 AM   Updated: 17/Jan/19 06:00 AM
Component/s: None
Affects Version/s: 8.0.28
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We added a kubernetes cloud profile. The node test launch works fine.

We also added a attribute and a resource which is matching the attribute.

Testing a configuration where we require that resource only shows WAITING_NODE.

Output is just when I activate trace logging:

2019-01-15 11:18:41,907 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - Allocating step resource (configuration: root/test-config, build: not assigned, step: master)...
2019-01-15 11:18:41,907 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - No candiate nodes found, checking cloud profiles...
2019-01-15 11:18:41,907 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - Constructing cloud profile virtual nodes...
2019-01-15 11:18:41,907 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - Calculating resource count...
2019-01-15 11:18:41,908 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - Calculating virtual node candidicates...
2019-01-15 11:18:41,908 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - No matching cloud profile found
2019-01-15 11:18:41,908 [Thread-74] TRACE com.pmease.quickbuild.DefaultBuildEngine - Cloud profile checking completed

So trace logging does not show anything why it would not match the cloud profile although I would expect trace logging to really add trace information. In my opinion this is just debug logging not trace logging.


Also tried just setting the node selection on the master step directly to look for a node where the attribute is set without using a resource. No luck either.

 All   Comments   Work Log   Change History      Sort Order:
AlSt [15/Jan/19 12:30 PM]
We found the reason now by accident. But as I said some real trace logging would help in that case most likely.

Like why a cloud profile does not match.