From: Loic Dachary Date: Tue, 12 Apr 2016 06:57:52 +0000 (+0200) Subject: openstack: console handling is done differently X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=841bb7aff477c1d252fa4c8a428b3abc810845d8;p=ceph-cm-ansible.git 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 --- diff --git a/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml b/roles/testnode/tasks/setup-ubuntu-non-aarch64.yml index 48f21702..b4d1d9fe 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.