You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUADS version quads-1.1.2-20191216.noarch (same as quads-dev or master branch)
Python version: Python 3.7.4
Operating System: Fedora 29
Describe the bug
Adding additional hosts to an existing assignment that will join well into the future seems to toggle the cloud validation back to validating on the wiki.
What seems to be happening is there isn't a check that if hosts are added to join later (beyond current datetime = now) somehow the validate flag gets toggled at the cloud level.
The example above, 300 x systems were scheduled to be added to cloud12 on 2020-01-05 22:00 however right now, prior to that, the cloud reverted to Validating
I have not looked into the code base deeper but there's been some recent feature commits that address validations to systems added to already existing environments and may be related:
we actually don't really consider the start time when we mark the cloud as validation=False. We would have to have a way of knowing that a future schedule is about to kick in (which means a process loop that constantly looks at the "about to kick in" schedules) and only toggle the cloud level Validation attribute to False at a designated time. I'm not sure if this is worthwhile. This is worthy of discussion.
Perhaps the code that toggles to false the notification=true and validation=true settings needs to move into the M&R functionality?
quads-1.1.2-20191216.noarch
(same asquads-dev
or master branch)Python 3.7.4
Fedora 29
Describe the bug
Adding additional hosts to an existing assignment that will join well into the future seems to toggle the cloud validation back to
validating
on the wiki.What seems to be happening is there isn't a check that if hosts are added to join later (beyond current datetime = now) somehow the validate flag gets toggled at the cloud level.
The example above, 300 x systems were scheduled to be added to
cloud12
on2020-01-05 22:00
however right now, prior to that, the cloud reverted toValidating
I have not looked into the code base deeper but there's been some recent feature commits that address validations to systems added to already existing environments and may be related:
cc5737d
The text was updated successfully, but these errors were encountered: