Skip to content

Commit

Permalink
ansible: fix up packet.net hosts, do an apt-get upgrade early for wor…
Browse files Browse the repository at this point in the history
…kers
  • Loading branch information
rvagg committed Jun 12, 2017
1 parent 18cdefb commit e9741a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ hosts:
rhel72-s390x-1: {ip: 148.100.110.65}

- packetnet:
centos7-arm64-1: {ip: 147.75.203.166}
centos7-arm64-1: {ip: 147.75.111.18}

- test:

Expand Down Expand Up @@ -216,7 +216,7 @@ hosts:

- packetnet:
centos7-arm64-1: {ip: 147.75.68.82}
centos7-arm64-2: {ip: 147.75.203.122}
centos7-arm64-2: {ip: 147.75.111.34}
ubuntu1604-arm64-1: {ip: 147.75.203.102}
ubuntu1604-arm64-2: {ip: 147.75.88.10}

2 changes: 1 addition & 1 deletion ansible/playbooks/jenkins/worker/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

roles:
- bootstrap
- baselayout
- package-upgrade
- baselayout
- jenkins-worker

pre_tasks:
Expand Down

0 comments on commit e9741a8

Please sign in to comment.