Skip to content

Commit

Permalink
Merge pull request #213 from pulibrary/211-playbook-issue-template
Browse files Browse the repository at this point in the history
[#211] Create an issue template to list the application/playbooks that need to run in every workcycle
  • Loading branch information
kevinreiss authored Jul 10, 2024
2 parents 811f1ed + 5cc2cfe commit 117e716
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/workcycle_playbooks_run.md
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)

0 comments on commit 117e716

Please sign in to comment.