-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from pulibrary/211-playbook-issue-template
[#211] Create an issue template to list the application/playbooks that need to run in every workcycle
- Loading branch information
Showing
1 changed file
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
name: playbook running task | ||
about: Run the ansible playbooks for all applications | ||
title: 'Run the ansible playbooks for the workcycle starting on [INSERT DATE HERE]' | ||
labels: 'playbook running task' | ||
assignees: '' | ||
|
||
--- | ||
### List of applications | ||
|
||
#### Orangelight | ||
- [ ] Staging | ||
- [ ] QA | ||
- [ ] Production | ||
|
||
#### Bibdata | ||
- [ ] Staging | ||
- [ ] QA | ||
- [ ] Production | ||
|
||
#### Lib Jobs | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### DSS | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Lockers | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Approvals | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### RePec | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Mudd DB | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### GEAC | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Library Website | ||
- [ ] Staging | ||
- [ ] Before deploying to production check [Check if end users have changed any settings](https://github.com/pulibrary/pul_library_drupal/wiki/Sync-a-Feature(s)-from-Production) | ||
- [ ] Production | ||
|
||
#### Special Collections | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Friends of the Library | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Byzantine Translations | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### ReCAP | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
### ResearchData | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Princeton and Slavery | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Video Reserves | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Static Tables | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Allsearch Frontend | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
#### Allsearch API | ||
- [ ] Staging | ||
- [ ] Production | ||
|
||
|
||
#### Notes | ||
[Documentation on how to run all the staging playbooks at once using different tags.](https://github.com/pulibrary/dacs_handbook/blob/main/maintenance.md) | ||
|
||
[Ansible playbooks](https://github.com/pulibrary/princeton_ansible/tree/main/playbooks) |