From 841bb7aff477c1d252fa4c8a428b3abc810845d8 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 12 Apr 2016 08:57:52 +0200 Subject: [PATCH] openstack: console handling is done differently All hostnames starting with target are created for OpenStack and their console is accessible via horizon or via other means. There is no need to configure the serial console in this case. Signed-off-by: Loic Dachary --- roles/testnode/tasks/setup-ubuntu-non-aarch64.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml b/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml index 48f2170..b4d1d9f 100644 --- a/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml +++ b/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml @@ -38,6 +38,7 @@ mode: 0644 notify: - start ttyS1 + when: not ansible_hostname | search("^target") # this only runs on mira nodes - name: Upload ttyS2.conf. -- 2.39.5