From 6d6bdf76bd88617b5b3737865edda6a4001c7e35 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 4 Feb 2020 08:41:22 -0600 Subject: [PATCH] CI: Use Ubuntu Bionic in jobs Many of the supporting infrastructure used to run Armada jobs, adopted form OpenStack-Helm infra, no longer supports Ubuntu Xenial. This change changes the default job distribution to Bionic in order to consume new infrastructure code changes. Change-Id: I3a2f1f95eae98cacc08641dc64ba7afbee628284 Signed-off-by: Drew Walters --- .zuul.yaml | 2 +- tools/gate/playbooks/airskiff-deploy.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 777dd701..4209c8ac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -46,7 +46,7 @@ name: armada-single-node nodes: - name: primary - label: ubuntu-xenial + label: ubuntu-bionic - job: name: armada-chart-build-gate diff --git a/tools/gate/playbooks/airskiff-deploy.yaml b/tools/gate/playbooks/airskiff-deploy.yaml index 164a9491..3c786c1c 100644 --- a/tools/gate/playbooks/airskiff-deploy.yaml +++ b/tools/gate/playbooks/airskiff-deploy.yaml @@ -14,6 +14,16 @@ - hosts: primary tasks: + # Stop systemd-resolved service before starting docker. + - name: stop systemd-resolved service + systemd: + state: stopped + enabled: no + masked: yes + daemon_reload: yes + name: systemd-resolved + become: yes + - name: Clone Required Repositories shell: | export CLONE_ARMADA={{ CLONE_ARMADA }}