Skip to content

Commit

Permalink
centos{6,7}: update name/keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Dec 8, 2015
1 parent 324a51e commit cfbb5d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions setup/ansible-inventory
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ iojs-build-fedora21-1
iojs-build-fedora22-1

[iojs-build-centos7]
test-ibm-centos7-x64-1
test-digitalocean-centos7-x64-1
test-softlayer-centos7-x64-1

[iojs-build-centos6]
test-ibm-centos6-x64-1
test-softlayer-centos6-x64-1

[iojs-build-centos5]
iojs-build-centos5-64-1
iojs-build-centos5-32-1
test-softlayer-centos5-x64-1
test-softlayer-centos5-x64-1
release-digitalocean-centos5-x64-1
release-softlayer-centos5-x86-1

Expand Down
4 changes: 2 additions & 2 deletions setup/centos6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For setting up a CentOS 6 box

```text
Host test-ibm-centos6-x64-1
Host test-softlayer-centos6-x64-1
HostName 50.23.85.251
User root
```
Expand All @@ -20,6 +20,6 @@ Start-up of the Jenkins slaves is manual (for now), run:

```text
$ ssh iojs-build-centos6-1 -l iojs ./start.sh
```
```

**Users**: The ansible-vars.yaml file contains a list of users who's GitHub public keys are pulled and placed into authorized_keys for both root and iojs users. This file should be updates when new users are added to the build project who are able to help maintain the containerized builds.
4 changes: 2 additions & 2 deletions setup/centos7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For setting up a CentOS 7 box

```text
Host test-ibm-centos7-x64-1
Host test-softlayer-centos7-x64-1
HostName 50.23.85.250
User root
Expand All @@ -24,6 +24,6 @@ Start-up of the Jenkins slaves is manual (for now), run:

```text
$ ssh iojs-build-centos7-1 -l iojs ./start.sh
```
```

**Users**: The ansible-vars.yaml file contains a list of users who's GitHub public keys are pulled and placed into authorized_keys for both root and iojs users. This file should be updates when new users are added to the build project who are able to help maintain the containerized builds.

0 comments on commit cfbb5d4

Please sign in to comment.