Commit b88d0c3c authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

keep http for apt for debian 8,9,10 and update standalone frontend to 1.0.135.2

See merge request !168
parents dd2d9dfb 0619932c
Pipeline #23503 failed with stage
in 0 seconds
---
base_open_build_url: https://download.opensuse.org/repositories/home:/VIFIBnexedi/
base_open_build_url_http: http://download.opensuse.org/repositories/home:/VIFIBnexedi/
is_ubuntu: "'{{ ansible_distribution }}' == 'Ubuntu'"
is_debian: "'{{ ansible_distribution }}' == 'Debian'"
......
......@@ -3,6 +3,11 @@
- include: debian_init.yml
- name: Force HTTP repository for old debian versions without HTTPS support
set_fact:
base_open_build_url: "{{ base_open_build_url_http }}"
when: ansible_distribution == 'Debian' and ansible_distribution_major_version in ("8", "9", "10")
- name: Remove {{ base_open_build_url }} key (and add later) on every upgrade, as expiration date is quite short (2 months).
apt_key: id=94A63987 state=absent
when: ansible_distribution == "Debian"
......
......@@ -8,7 +8,7 @@
# * release new version
# * upload it to binary cache
# * then change here
frontend_software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.135.1/software/apache-frontend/software.cfg
frontend_software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.135.2/software/apache-frontend/software.cfg
firewall_setup_template: setup-firewall.j2
frontend_master_reference: master-frn-{{ playbook_name }}
frontend_slave_reference: slave-srn-{{ playbook_name }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment