Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ananyaaaaww/saltstack_job_scheduler_with_web

A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.
https://github.com/ananyaaaaww/saltstack_job_scheduler_with_web

css django html javascript python3 salt salt-api salt-master salt-minion saltstack

Last synced: 2 months ago
JSON representation

A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.

Awesome Lists containing this project

README

        

# A SALTY SCHEDULER

A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.

![use](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/ae9580e7-f7a9-4989-a878-fe2543549b31)

# OBJECTIVES :
One : Scheduling through Web UI -

Web-based SaltStack scheduler to automate scripts and commands on multiple servers at specific time or intervals.

Two : Simplified Script Execution -

Schedule script or command execution on target nodes using a user-friendly UI by just getting inputs from user.

Three : Enhanced Job Management -

Easily view, edit, delete, list and run scheduled jobs through a web-based interface, reducing errors for all the users.


Screenshot 2024-05-10 at 12 17 13 AM

# DOCUMENTATIONS REFERRED :
1) https://docs.saltproject.io/salt/user-guide/en/latest/topics/scheduler.html
2) https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.cp.html#salt.modules.cp.push
3) https://docs.saltproject.io/en/latest/ref/wheel/all/salt.wheel.file_roots.html#salt.wheel.file_roots.write
4) https://docs.saltproject.io/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html
5) https://docs.saltproject.io/en/latest/topics/eauth/index.html
6) https://docs.saltproject.io/en/latest/ref/clients/index.html#python-api
7) https://docs.saltproject.io/en/latest/topics/api.html
8) https://docs.saltproject.io/en/latest/ref/cli/salt-api.html
9) https://docs.saltproject.io/en/latest/ref/configuration/master.html

# Workflow of the Website
![image](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/d672e5b4-7e5b-4737-95a1-e5b5fed5a24d)

# Snapshots of the Web Page
![image (1)](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/e9c29f16-35c8-4558-b30b-f7a5fe713d65)
Screenshot 2024-05-14 at 2 14 29 AM
Screenshot 2024-05-14 at 2 13 57 AM
![image](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/8128d28f-4a57-405e-8002-9de781d32f85)
Screenshot 2024-05-14 at 2 09 33 AM

# Conclusion & Future Scope

One : This project delivers a centralised web-based SaltStack scheduler, simplifying script and command execution on servers.

Two : In future, it can be scaled to integrate job monitoring and visualisation for real-time insights into scheduled tasks.

Three : Even further, it can implement user access control and role-based permissions for secure job scheduling management.