Override job filters from the WebUI
Reported by Bruno Bonfils | March 21st, 2011 @ 12:51 AM | in Rundeck 1.4 (closed)
Guess I have a job with the "tags=debian" filter, matching ~20 nodes. I want to run the same job, but only on one node. I would like to run the job but by overriding the filter, but only for one shot execution
Comments and changes to this ticket
-
Alex-SF March 21st, 2011 @ 08:06 AM
- Assigned user set to Alex-SF
-
Alex-SF September 29th, 2011 @ 08:04 AM
- Tag changed from tweak to nodeset, tweak
See: https://github.com/dtolabs/rundeck/pull/48 and https://github.com/dtolabs/rundeck/commit/d11bf5eced905289daae88a65... for initial submitted improvement.
-
Alex-SF September 29th, 2011 @ 08:05 AM
- Milestone set to Rundeck 1.4
- Milestone order changed from 18 to 0
The NodeSet checkboxes should be displayed in a way that can handle 1000s of nodes. We are familiar with sites that contain projects with more than 10,000 nodes.
-
Alex-SF September 30th, 2011 @ 07:12 AM
Here's a simple script that generates an arbitrary number of node entries. Run the script and load the generated resources.yaml into a test project. Then create a job and go to the "Run" page. Let's see how the UI handles a page with many 100-1000s of nodes.
#!/bin/bash max=$1 file=$2 for n in $(seq 1 ${max:-1000}) do [[ $(( $n % 2 )) -eq 0 ]] && tag=even || tag=odd ( cat <<-EOF node${n}: description: Rundeck ${n}th node hostname: localhost nodename: node${n} osArch: x86_64 osFamily: unix osName: Linux osVersion: '' tags: ${tag} username: rundeck EOF ) done >${file:-resources.yaml}
-
Greg Schueler October 24th, 2011 @ 06:50 PM
working on making this more manageable with large node lists.
i have it so that it can recognize a few common name patterns (something-### and ###-something), to break the list into groups.
It also supports using tags for select/deselecting.
a few screenshots:
-
Greg Schueler October 25th, 2011 @ 04:14 PM
(from [6f93f148089289d1577f066710c166ea31f48a63]) Arrange nodes in exec view, allow tag selection
[#239] https://github.com/dtolabs/rundeck/commit/6f93f148089289d1577f06671...
-
Greg Schueler October 27th, 2011 @ 03:26 PM
- State changed from new to resolved
-
donna1205 May 5th, 2023 @ 01:00 AM
Most WebUIs for job search allow you to modify your tunnel rush search criteria such as keywords, location, and job type. You can try modifying these criteria to widen or narrow your search results.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues