diff --git a/docker/base/Dockerfile.j2 b/docker/base/Dockerfile.j2 index b5e271b427..80e6c8747d 100644 --- a/docker/base/Dockerfile.j2 +++ b/docker/base/Dockerfile.j2 @@ -321,7 +321,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom {% set base_remote_apt_keys = [ {'name': 'elasticsearch', 'url': 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'}, {'name': 'grafana', 'url': 'https://packages.grafana.com/gpg.key'}, - {'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdb.key'}, + {'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdata-archive_compat.key'}, {'name': 'mariadb', 'url': 'https://downloads.mariadb.com/MariaDB/mariadb-keyring-2019.gpg', 'type': 'gpg'}, {'name': 'proxysql', 'url': 'https://repo.proxysql.com/ProxySQL/repo_pub_key'}, {'name': 'treasuredata', 'url': 'https://packages.treasuredata.com/GPG-KEY-td-agent'}, diff --git a/docker/base/influxdb.repo b/docker/base/influxdb.repo index 36011af968..b060ab85c8 100644 --- a/docker/base/influxdb.repo +++ b/docker/base/influxdb.repo @@ -3,4 +3,4 @@ name = InfluxDB Repository - RHEL $releasever baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable enabled = 0 gpgcheck = 1 -gpgkey = https://repos.influxdata.com/influxdb.key +gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key diff --git a/tests/playbooks/run.yml b/tests/playbooks/run.yml index a9e6db843a..f5f0882163 100644 --- a/tests/playbooks/run.yml +++ b/tests/playbooks/run.yml @@ -8,6 +8,7 @@ DEFAULT: debug: true logs_dir: "{{ kolla_build_logs_dir }}" + work_dir: "{{ kolla_logs_dir }}/work_dir" quiet: true base: "{{ base_distro }}" install_type: "{{ install_type }}"