Skip to content

Commit

Permalink
added personal crontab information
Browse files Browse the repository at this point in the history
  • Loading branch information
marisastrong authored Jul 12, 2019
1 parent 259c184 commit f069175
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reports/2019-07-10-jvanderveen-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Linux2 migration](#linux2-migration)
- [EFS Merritt temp space](#efs-merritt-temp-space)
- [Merritt development servers](#merritt-development-servers)
- [Personal Cron Tabs](#personal-crontabs)
- [GitHub repositories](#github-repositories)
- [UC3 System Inventory](#uc3-system-inventory)
- [DevOps Kit](#devops-kit)
Expand Down Expand Up @@ -60,6 +61,25 @@ Software requirements need to be nailed down with David Loy (& others?)

- Repository: [https://github.com/cdlib/devops-kit](https://github.com/cdlib/devops-kit)

### Personal Crontabs
Entries from my personal crontab on uc3-mrtingest1-dev, the update server.
Whoever runs the UC3 inventory report will need credentials for that GitHub account.
Somebody with read-access to the Puppet repo will need to run the `git_pull.cron`.

```
[ Fri Jul 12, 14:11 jvanderv@uc3-mrtingest1-dev:~ ]
$ crontab -l
[email protected]
# Run UC3 inventory report every Tuesday morning.
# 15 7 * * Tue /home/jvanderv/git_and_hub/uc3_system_inventory/run_reports.sh
15 7 * * Tue $HOME/git_and_hub/uc3_system_inventory/run_reports.sh
# Update puppet read-only working copy weekday evenings.
45 17 * * 1-5 $HOME/puppet-read-only/git_pull.cron
```


### uc3-tools

(This is from David Moles' notes, left as a reminder to me to check if this is
Expand Down

0 comments on commit f069175

Please sign in to comment.