ansible: Rename slave to node
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 15 May 2017 19:05:38 +0000 (15:05 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 15 May 2017 19:05:38 +0000 (15:05 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
18 files changed:
automation/ansible/hosts
automation/ansible/node-all.yml [new file with mode: 0644]
automation/ansible/node-amd64.yml [new file with mode: 0644]
automation/ansible/node-arm64.yml [new file with mode: 0644]
automation/ansible/node-armhf.yml [new file with mode: 0644]
automation/ansible/node-i386.yml [new file with mode: 0644]
automation/ansible/node-powerpc.yml [new file with mode: 0644]
automation/ansible/node-ppc64el.yml [new file with mode: 0644]
automation/ansible/node-standalone.yml [new file with mode: 0644]
automation/ansible/site.yml
automation/ansible/slave-all.yml [deleted file]
automation/ansible/slave-amd64.yml [deleted file]
automation/ansible/slave-arm64.yml [deleted file]
automation/ansible/slave-armhf.yml [deleted file]
automation/ansible/slave-i386.yml [deleted file]
automation/ansible/slave-powerpc.yml [deleted file]
automation/ansible/slave-ppc64el.yml [deleted file]
automation/ansible/slave-standalone.yml [deleted file]

index ab219781ab7b625a8ce5f455640a161d96187225..fd023c8021be6bce62ded8663f128563e36a6921 100644 (file)
@@ -10,21 +10,21 @@ cloud05.internal.efficios.com
 #cloud07.internal.efficios.com
 #cloud08.internal.efficios.com
 
-[slave-armhf]
+[node-armhf]
 ci-node-armhf-01
 ci-node-armhf-02
 
-[slave-arm64]
-ci-slave-arm64-01
+[node-arm64]
+ci-node-arm64-01
 
-[slave-powerpc]
+[node-powerpc]
 ci-node-powerpc-01
 
-[slave-ppc64el]
+[node-ppc64el]
 140.211.168.84
 140.211.168.85
 
-[slave-i386]
+[node-i386]
 ci-slave-i386-02-01
 ci-slave-i386-02-02
 ci-slave-i386-02-03
@@ -62,7 +62,7 @@ ci-slave-i386-05-06
 ci-slave-i386-05-07
 ci-slave-i386-05-08
 
-[slave-amd64]
+[node-amd64]
 ci-slave-amd64-02-01
 ci-slave-amd64-02-02
 ci-slave-amd64-02-03
@@ -100,16 +100,16 @@ ci-slave-amd64-05-06
 ci-slave-amd64-05-07
 ci-slave-amd64-05-08
 
-[slave-standalone]
+[node-standalone]
 ci-node-standalone-amd64-02
 ci-node-standalone-amd64-03
 ci-node-alpine-amd64-03
 
-[slave:children]
-slave-i386
-slave-amd64
-slave-armhf
-slave-arm64
-slave-powerpc
-slave-ppc64el
-slave-standalone
+[node:children]
+node-i386
+node-amd64
+node-armhf
+node-arm64
+node-powerpc
+node-ppc64el
+node-standalone
diff --git a/automation/ansible/node-all.yml b/automation/ansible/node-all.yml
new file mode 100644 (file)
index 0000000..8b5638b
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: all
+  roles:
+    - common
+    - cross-compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
+    - lttng-scope
diff --git a/automation/ansible/node-amd64.yml b/automation/ansible/node-amd64.yml
new file mode 100644 (file)
index 0000000..c5b6788
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: node-amd64
+  roles:
+    - common
+    - cross-compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
+    - lttng-scope
diff --git a/automation/ansible/node-arm64.yml b/automation/ansible/node-arm64.yml
new file mode 100644 (file)
index 0000000..496bbe2
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node-arm64
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node-armhf.yml b/automation/ansible/node-armhf.yml
new file mode 100644 (file)
index 0000000..de54056
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node-armhf
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node-i386.yml b/automation/ansible/node-i386.yml
new file mode 100644 (file)
index 0000000..66905ba
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: node-i386
+  roles:
+    - common
+    - cross-compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
+    - lttng-scope
diff --git a/automation/ansible/node-powerpc.yml b/automation/ansible/node-powerpc.yml
new file mode 100644 (file)
index 0000000..b18ae49
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node-powerpc
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node-ppc64el.yml b/automation/ansible/node-ppc64el.yml
new file mode 100644 (file)
index 0000000..0836009
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node-ppc64el
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node-standalone.yml b/automation/ansible/node-standalone.yml
new file mode 100644 (file)
index 0000000..59c1f24
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: node-standalone
+  roles:
+    - common
+    - cross-compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
+    - lttng-scope
index 4319d497216ea3a637b59be7ca7108e147ca54da..ded07e2598ac53abe1d1a3c8769570e2d98b2b71 100644 (file)
@@ -1,9 +1,9 @@
 ---
 - include: hosts.yml
-- include: slave-armhf.yml
-- include: slave-arm64.yml
-- include: slave-powerpc.yml
-- include: slave-ppc64el.yml
-- include: slave-i386.yml
-- include: slave-amd64.yml
-- include: slave-standalone.yml
+- include: node-armhf.yml
+- include: node-arm64.yml
+- include: node-powerpc.yml
+- include: node-ppc64el.yml
+- include: node-i386.yml
+- include: node-amd64.yml
+- include: node-standalone.yml
diff --git a/automation/ansible/slave-all.yml b/automation/ansible/slave-all.yml
deleted file mode 100644 (file)
index 8b5638b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: all
-  roles:
-    - common
-    - cross-compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
-    - lttng-scope
diff --git a/automation/ansible/slave-amd64.yml b/automation/ansible/slave-amd64.yml
deleted file mode 100644 (file)
index 05248d4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: slave-amd64
-  roles:
-    - common
-    - cross-compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
-    - lttng-scope
diff --git a/automation/ansible/slave-arm64.yml b/automation/ansible/slave-arm64.yml
deleted file mode 100644 (file)
index 45bece5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: slave-arm64
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/slave-armhf.yml b/automation/ansible/slave-armhf.yml
deleted file mode 100644 (file)
index 6cee629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: slave-armhf
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/slave-i386.yml b/automation/ansible/slave-i386.yml
deleted file mode 100644 (file)
index f92df6c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: slave-i386
-  roles:
-    - common
-    - cross-compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
-    - lttng-scope
diff --git a/automation/ansible/slave-powerpc.yml b/automation/ansible/slave-powerpc.yml
deleted file mode 100644 (file)
index f87cc00..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: slave-powerpc
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/slave-ppc64el.yml b/automation/ansible/slave-ppc64el.yml
deleted file mode 100644 (file)
index 8d5348d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: slave-ppc64el
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/slave-standalone.yml b/automation/ansible/slave-standalone.yml
deleted file mode 100644 (file)
index 3f71b16..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: slave-standalone
-  roles:
-    - common
-    - cross-compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
-    - lttng-scope
This page took 0.029585 seconds and 4 git commands to generate.