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 2021/08/19 18:42:39 UTC

[couchdb-infra-cm] branch main updated: Replace power instance coucdhb-ci4 -> couchdb-ci-ubuntu-2

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 12a6fa4  Replace power instance coucdhb-ci4 -> couchdb-ci-ubuntu-2
12a6fa4 is described below

commit 12a6fa4e32d21840c16d24998799c81eeaeded15
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Aug 19 14:39:35 2021 -0400

    Replace power instance coucdhb-ci4 -> couchdb-ci-ubuntu-2
    
    The other one failed probably after a bad package upgrade and reboot. It got
    stuck in cloud network init code.
    
    To prevent this new instance from doing the same, added a config file to
    /etc/cloud/cloud.cfg.d to disable auto cloud network setup:
    
    ```
    -- 95_disable_network_config.cfg --
    network:
      config: disabled
    ```
---
 host_vars/couchdb-ci-ubuntu-2.yml | 10 ++++++++++
 host_vars/couchdb-ci4.yml         | 10 ----------
 production                        | 16 ++++++++--------
 ssh.cfg                           |  4 ++--
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/host_vars/couchdb-ci-ubuntu-2.yml b/host_vars/couchdb-ci-ubuntu-2.yml
new file mode 100644
index 0000000..f69e157
--- /dev/null
+++ b/host_vars/couchdb-ci-ubuntu-2.yml
@@ -0,0 +1,10 @@
+jenkins_secret: !vault |
+          $ANSIBLE_VAULT;1.1;AES256
+          62386537303163343738653933623961393438613431643332623037386636353661663462633165
+          3236396465353465373866393064633138623464336532320a343434396534616334363532313066
+          31363537633732643836373336316565373261313832626566323132623361363065313139326536
+          3564623731656437360a333730626337656331383764633834396132626233336533666466313261
+          39306365636434323861656536396130623238393766613761353065633266323137653236306237
+          37306165623030636435396364633766386135343665333437333265303766643562343465623466
+          63393332666238373632353336386232646538663463666665666533396338393437643162633861
+          63313931313539613966
diff --git a/host_vars/couchdb-ci4.yml b/host_vars/couchdb-ci4.yml
deleted file mode 100644
index 03a02e4..0000000
--- a/host_vars/couchdb-ci4.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-jenkins_secret: !vault |
-          $ANSIBLE_VAULT;1.1;AES256
-          32616463646630663139373439313435363639383136326666323639356635393332396165653332
-          6566383465633936336262643632383731636133363436660a623334623236626334346534363964
-          31386136386165393032366366633865623733323930393132373837393430356162346339663637
-          3665363665336365340a376434303765336262353939396262323562633665663762633164343032
-          35653837656463353137343539643538343437636465623637363130666466323338653365333234
-          32353764383361613662376431346333653761666164336337633038343630303865363338343562
-          38336436633738373738393236656264643337316437376432623833656232656635363531376433
-          33613034356539366132
diff --git a/production b/production
index 559585f..323cc27 100644
--- a/production
+++ b/production
@@ -20,23 +20,23 @@ all:
             ram: 4
     ci_agents:
       hosts:
-        couchdb-ci4:
+        couchdb-ci-ubuntu-2:
           instance:
-            created_at: '2021-07-07T21:15:53.000Z'
-            id: 972bfb37-5f61-46d1-aa26-aa6c82008c02
-            name: couchdb-ci4
-            profile: shared
+            created_at: '2021-08-19T13:25:22.000Z'
+            id: 6c00d3dd-649c-4dda-baa7-1099a92d7ebc
+            name: couchdb-ci-ubuntu-2
+            profile: dedicated
             subnet: null
             vpc: s922
             zone: none
           ip_addrs:
             bastion: null
-            private: 192.168.151.221
-            public: 158.175.162.221
+            private: 192.168.151.219
+            public: 158.175.162.219
           system:
             arch: power
             num_cpus: 2
-            ram: 32
+            ram: 16
         couchdb-worker-x86-64-debian-dal-1-01:
           instance:
             created_at: '2020-12-04T17:37:42Z'
diff --git a/ssh.cfg b/ssh.cfg
index 4c5bb7c..af1ba3a 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-ci4
-  Hostname 158.175.162.221
+Host couchdb-ci-ubuntu-2
+  Hostname 158.175.162.219
   User ubuntu
   ForwardAgent yes
   StrictHostKeyChecking no