Skip to content

Commit

Permalink
inventory: add github-bot reminder when changing Jenkins worker IPs
Browse files Browse the repository at this point in the history
The github-bot has a whitelist of IPs that's allowed to push Jenkins
job status as inline PR status on github.com. Whenever we change our
Jenkins worker IPs, we should remember to update the bot's whitelist
as well.

PR-URL: #985
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
phillipj committed Nov 27, 2017
1 parent bc39ebf commit 8f20c23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ hosts:
centos7-arm64-2: {ip: 147.75.74.254}
ubuntu1604-arm64-1: {ip: 147.75.77.130}
ubuntu1604-arm64-2: {ip: 147.75.74.174}
# when adding, removing or changing the IPs below,
# remember to update Jenkins worker IP whitelist in github-bot
ubuntu1604-x64-1: {ip: 147.75.69.113, alias: jenkins-workspace-1}
ubuntu1604-x64-2: {ip: 147.75.73.189, alias: jenkins-workspace-2}

Expand Down

0 comments on commit 8f20c23

Please sign in to comment.