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 fb5ac0d  Replace PowerVS instance
fb5ac0d is described below

commit fb5ac0dbf67026a9014d5633df3479271d5fd046
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Jul 2 14:58:47 2021 -0400

    Replace PowerVS instance
    
    It was broken after a bad apt-get upgrade
---
 production | 12 ++++++------
 ssh.cfg    |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/production b/production
index 30aea52..cbda855 100644
--- a/production
+++ b/production
@@ -20,19 +20,19 @@ all:
             ram: 4
     ci_agents:
       hosts:
-        couchdb-ci-ubuntu:
+        couchdb-ci-ubuntu-2:
           instance:
-            created_at: '2021-06-28T20:34:05.000Z'
-            id: db57a004-c0b1-4aab-9420-e5b8aaaff468
-            name: couchdb-ci-ubuntu
+            created_at: '2021-07-01T21:42:29.000Z'
+            id: c505f539-2cd9-4c8a-8eab-d4340218826c
+            name: couchdb-ci-ubuntu-2
             profile: shared
             subnet: null
             vpc: s922
             zone: none
           ip_addrs:
             bastion: null
-            private: 192.168.150.158
-            public: 158.175.161.158
+            private: 192.168.150.155
+            public: 158.175.161.155
           system:
             arch: power
             num_cpu: 2
diff --git a/ssh.cfg b/ssh.cfg
index 9f7209c..7e80b5b 100644
--- a/ssh.cfg
+++ b/ssh.cfg
@@ -7,8 +7,8 @@ Host couchdb-bastion-x86-64-debian-dal-1-01
   ControlPath /tmp/ansible-%r@%h:%p
   ControlPersist 30m
 
-Host couchdb-ci-ubuntu
-  Hostname 158.175.161.158
+Host couchdb-ci-ubuntu-2
+  Hostname 158.175.161.155
   User ubuntu
   ForwardAgent yes
   StrictHostKeyChecking no

Reply via email to