You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/02/22 18:50:56 UTC

cassandra-builds git commit: Add Jenkins slave list for ASF INFRA reference

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 3477de5ed -> fe30f85bc


Add Jenkins slave list for ASF INFRA reference


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/fe30f85b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/fe30f85b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/fe30f85b

Branch: refs/heads/master
Commit: fe30f85bc57943c131f77ed7881c1ee62a7b3c23
Parents: 3477de5
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Wed Feb 22 12:50:12 2017 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Wed Feb 22 12:50:12 2017 -0600

----------------------------------------------------------------------
 ASF-slaves.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/fe30f85b/ASF-slaves.txt
----------------------------------------------------------------------
diff --git a/ASF-slaves.txt b/ASF-slaves.txt
new file mode 100644
index 0000000..a489bdb
--- /dev/null
+++ b/ASF-slaves.txt
@@ -0,0 +1,51 @@
+This document is the list of servers and installed software for ASF INFRA
+  https://reference.apache.org/committer/node-hosting
+
+Additional compute resource donations for the Apache Cassandra project are
+appreciated. If you have questions about compute resource donations, ask
+Michael Shuler <ms...@apache.org>.
+
+The installed OS software is the stock online.net Ubuntu 16.04 LTS amd64 image
+with only their default installation of bind9 removed:
+  $ sudo apt-get autoremove --purge bind9
+  $ sudo rm -r /var/cache/bind
+
+Add jenkins user:
+  $ sudo useradd -m -s /bin/bash jenkins
+
+Add ssh pub key from puppet deployment repo:
+  https://github.com/apache/infrastructure-puppet/blob/deployment/data/ubuntu/1404.yaml#L295
+  $ sudo mkdir /home/jenkins/.ssh
+  $ sudo sh -c "echo 'AAAAB3NzaC1yc2EAAAABIwAAAIEAtxkcKDiPh1OaVzaVdc80daKq2sRy8aAgt8u2uEcLClzMrnv/g19db7XVggfT4+HPCqcbFbO3mtVnUnWWtuSEpDjqriWnEcSj2G1P53zsdKEu9qCGLmEFMgwcq8b5plv78PRdAQn09WCBI1QrNMypjxgCKhNNn45WqV4AD8Jp7/8=' > /home/jenkins/.ssh/authorized_keys"
+  $ sudo chown -R jenkins:jenkins /home/jenkins/.ssh
+  $ sudo chmod 700 /home/jenkins/.ssh
+  $ sudo chmod 600 /home/jenkins/.ssh/authorized_keys
+
+----
+
+ONLINE Slaves:
+
+cassandra slaves (16G RAM)
+
+cassandra1 - 163.172.83.157 - Ubuntu 16.04 LTS amd64, donated by Datastax
+cassandra2 - 163.172.83.159 - Ubuntu 16.04 LTS amd64, donated by Datastax
+cassandra3 - 163.172.83.161 - Ubuntu 16.04 LTS amd64, donated by Datastax
+cassandra4 - 163.172.83.163 - Ubuntu 16.04 LTS amd64, donated by Datastax
+cassandra5 - 163.172.83.175 - Ubuntu 16.04 LTS amd64, donated by Datastax
+
+----
+
+Slaves in progress of being added to pool:
+
+cassandra-large slaves (32G RAM)
+
+cassandra6 - 163.172.71.128 - Ubuntu 16.04 LTS amd64, donated by Datastax
+cassandra7 - 163.172.71.129 - Ubuntu 16.04 LTS amd64, donated by Datastax
+
+----
+
+Contacts for system donators, when console hands may be needed by INFRA:
+
+  Datastax: Michael Shuler <ms...@datastax.com>
+            alternative group list: cassandra-te@datastax.com
+