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

Add simplified package checker #12

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Add simplified package checker #12

wants to merge 19 commits into from

Conversation

legan4ik
Copy link
Contributor

No description provided.

izadorozhna and others added 18 commits April 6, 2018 13:18
Some environments have nodes that start from the similar substring,
e.g. ceph001 and ceph-mon01. For this example, the node name is
parsed as 'ceph' and 'ceph-mon' correctly. But 'ceph' pcre is
used for gathering OSD nodes where ceph001 and ceph-mon001 are
grouped togather by mistake. To avoid this, suggest to search with
more precise reg.exp.
Avoid wrong node grouping when nodes start from similar substring
The node status in K8S cluster can be "Ready", "NotReady", etc.
If we check the substring "Ready" in "NotReady" status, it can
be found and the test passes. Need to check the entire word "Ready"
in the status field.

Example: test failed on my env:
AssertionError: k8s is not healthy:
      "cmp024    NotReady   node      103d      v1.8.5-4+77af14b530a816",
      "cmp046    NotReady   node      103d      v1.8.5-4+77af14b530a816"
added few ceph tests and empty test files to populate later
@legan4ik legan4ik requested a review from vkhalin May 21, 2018 20:40
@vkhalin
Copy link
Contributor

vkhalin commented May 22, 2018

No objections from my side but one thing - if cloud has no direct access to Mirantis web site do we have any other way to checn package versions?

Copy link
Contributor

@vkhalin vkhalin left a comment

Choose a reason for hiding this comment

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

we need to close that pull request as it is outdated

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.

3 participants