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 5e40a40  Replace zlinux -> linux1
5e40a40 is described below

commit 5e40a40da55fb1d58a732d86daa2beef78f0c0c8
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu May 4 16:27:30 2023 -0400

    Replace zlinux -> linux1
    
    We got a faster KVM based machine
---
 host_vars/linux1.yml | 11 +++++++++++
 host_vars/zlinux.yml | 11 -----------
 production           | 24 ++++++++++++------------
 ssh.cfg              | 12 ++++++------
 4 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/host_vars/linux1.yml b/host_vars/linux1.yml
new file mode 100644
index 0000000..26b41be
--- /dev/null
+++ b/host_vars/linux1.yml
@@ -0,0 +1,11 @@
+jenkins_secret: !vault |
+          $ANSIBLE_VAULT;1.1;AES256
+          
36393331323763646562303933636631613363656334333066303437633634353361376438336639
+          
6331616461346531613862653037666537343163353266380a376239396563316337313563623432
+          
33343466323632613363363734643761623066613866366230636636356664613265386631636435
+          
3761306238616266620a633532333432643761363865663531323034363234343264343939346536
+          
61376631366537623264653730666633636433646636386161393531333965643761323463383633
+          
38353639393237663634373038633862653265376562313830353764646132646534613834663831
+          
62343166376439616233316635323530623934666435336264343263346434343834313461383630
+          63616139636362396265
+
diff --git a/host_vars/zlinux.yml b/host_vars/zlinux.yml
deleted file mode 100644
index f04fa6f..0000000
--- a/host_vars/zlinux.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-jenkins_secret: !vault |
-          $ANSIBLE_VAULT;1.1;AES256
-          
32643762626165613832643734333964393439343466393132626161613030393939343662396130
-          
3038623866326136306533393131303230326236323861610a623035613166633634376336383532
-          
33306338396162616330323161633330373961393665626662653365386534353030616464353464
-          
6363366465363630650a623538363033663862613138333863663763616266613162366165346664
-          
37353531646232613264326135313161396237363563376566386466326337306233386365623663
-          
64363964373933343738376133636331343734646565346332323238383437643365653531346165
-          
33323461303434356331373132653833613137653163393339633361616435363161363432356138
-          38663266353833316566
-
diff --git a/production b/production
index 76ebddb..4770960 100644
--- a/production
+++ b/production
@@ -173,31 +173,31 @@ all:
             num_cpus: 4
             ram: 8
           user: root
-        ubuntu:
+        linux1:
           instance:
-            id: ubuntu
-            name: ubuntu
+            id: linux1
+            name: linux1
             subnet: null
           ip_addrs:
             bastion_host: null
             bastion_ip: null
-            public: 140.211.10.101
+            public: 148.100.74.32
           system:
-            arch: ppc64le
+            arch: s390x
             num_cpus: 8
             ram: 16
-          user: ubuntu
-        zlinux:
+          user: linux1
+        ubuntu:
           instance:
-            id: zlinux
-            name: zlinux
+            id: ubuntu
+            name: ubuntu
             subnet: null
           ip_addrs:
             bastion_host: null
             bastion_ip: null
-            public: 148.100.85.51
+            public: 140.211.10.101
           system:
-            arch: s390x
+            arch: ppc64le
             num_cpus: 8
             ram: 16
-          user: linux1
+          user: ubuntu
diff --git a/ssh.cfg b/ssh.cfg
index 20dddcf..1749bbb 100644
--- a/ssh.cfg
+++ b/ssh.cfg
@@ -55,18 +55,18 @@ 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 ubuntu
-  Hostname 140.211.10.101
-  User ubuntu
+Host linux1
+  Hostname 148.100.74.32
+  User linux1
   ForwardAgent yes
   StrictHostKeyChecking no
   ControlMaster auto
   ControlPath /tmp/ansible-%r@%h:%p
   ControlPersist 30m
 
-Host zlinux
-  Hostname 148.100.85.51
-  User linux1
+Host ubuntu
+  Hostname 140.211.10.101
+  User ubuntu
   ForwardAgent yes
   StrictHostKeyChecking no
   ControlMaster auto

Reply via email to