Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation improvements #125

Merged
merged 4 commits into from
Feb 28, 2025

Conversation

ankicabarisic
Copy link
Member

introducing validation of

  • cloud name
  • cluster name
  • master and worker names and their node candidates

commenting logs regarding connection renewal due to fact it creates too many logs in pods due to automatic renewals

@@ -41,7 +41,7 @@ public static void init(String url) {
* @return The initialized Scheduler gateway
*/
public static synchronized RestSmartProxyImpl connect(String username, String password) {
LOGGER.debug("Connecting to Scheduler ...");
//LOGGER.debug("Connecting to Scheduler ...");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug -> info ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commenting logs regarding connection renewal due to fact it creates too many logs in pods due to automatic renewals

@ankicabarisic ankicabarisic merged commit 1392df6 into ow2-proactive:master Feb 28, 2025
3 checks passed
@ankicabarisic ankicabarisic deleted the cloudImprovements branch February 28, 2025 15:21
fviale pushed a commit that referenced this pull request Mar 3, 2025
* introduce verification for cloud and cluster name

* introduce verification for  cluster nodes on definition

* scaleout validation

* omitting logs for connection renewal

(cherry picked from commit 1392df6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants