You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/11/18 20:30:41 UTC

[couchdb-infra-cm] branch main updated: IBM donated Linux on Z s390 seems to have gone away

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


The following commit(s) were added to refs/heads/main by this push:
     new 67a6468  IBM donated Linux on Z s390 seems to have gone away
67a6468 is described below

commit 67a646854cef7e634855390f9540e0922e83f1f3
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Nov 18 15:29:53 2022 -0500

    IBM donated Linux on Z s390 seems to have gone away
    
    Remove it from the list of CI agents
---
 production | 13 -------------
 ssh.cfg    |  9 ---------
 2 files changed, 22 deletions(-)

diff --git a/production b/production
index 37d4ddd..e1e3d6a 100644
--- a/production
+++ b/production
@@ -164,19 +164,6 @@ all:
             arch: amd64
             num_cpus: 4
             ram: 8
-        couchdb01:
-          instance:
-            id: couchdb01
-            name: couchdb01
-            subnet: null
-          ip_addrs:
-            bastion_host: null
-            bastion_ip: null
-            public: 148.100.113.138
-          system:
-            arch: s390x
-            num_cpus: 4
-            ram: 8
         ubuntu:
           instance:
             id: ubuntu
diff --git a/ssh.cfg b/ssh.cfg
index f17febb..0ba95bb 100644
--- a/ssh.cfg
+++ b/ssh.cfg
@@ -55,15 +55,6 @@ Host couchdb-worker-x86-64-debian-dal-1-08
   StrictHostKeyChecking no
   ProxyCommand /usr/bin/ssh -W %h:%p -q root@couchdb-bastion-x86-64-debian-dal-1-01
 
-Host couchdb01
-  Hostname 148.100.113.138
-  User ubuntu
-  ForwardAgent yes
-  StrictHostKeyChecking no
-  ControlMaster auto
-  ControlPath /tmp/ansible-%r@%h:%p
-  ControlPersist 30m
-
 Host ubuntu
   Hostname 140.211.10.101
   User ubuntu