From 84b4a03da090430f0dd1878b08960c4f8b89d715 Mon Sep 17 00:00:00 2001 From: erzetpe Date: Wed, 9 Feb 2022 11:47:06 +0100 Subject: [PATCH] Merge 'develop' into 'feature/rook-ceph-storage' (#2959) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * K8s improvements (#2918) * Removal of Logstash component - next steps #2833 (#2941) * Add information about manual package removal that needs to be performed by cluster admin * include information about inventory file * Fix for ansible_default_ipv4 empty value (#2922) * Fix for ansible_default_ipv4 empty value * Fix after ToBar review * Add check if there is only one default routing config * Add check for different metrics value in case more than one default routing * Review fixes * Update fail_msg Co-authored-by: to-bar <46519524+to-bar@users.noreply.github.com> * Extend k8s schema validation (#2929) * Extend deprecation note with Ignite removal steps (#2949) * Escalate permissions for ip command (#2952) * Changed autoscaling_group to plain EC2 VMs on AWS. (#2939) - Replaced AWS auto_scaling_groups with plain EC2 VM creation. - Added proper host sorting how it was implemented for the any and azure providers: #1076 - Sync up features with Azure Terraform implementation - Added support for use_network_security_groups flag #959 - Updated DoD for bugs to reflect changes made for #2832 Co-authored-by: Anatoli Tsikhamirau Co-authored-by: Irek Głownia <48471627+plirglo@users.noreply.github.com> Co-authored-by: to-bar <46519524+to-bar@users.noreply.github.com> Co-authored-by: Luuk van Venrooij <11056665+seriva@users.noreply.github.com> --- docs/changelogs/CHANGELOG-2.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelogs/CHANGELOG-2.0.md b/docs/changelogs/CHANGELOG-2.0.md index 54faf8440b..ef9f2735ca 100644 --- a/docs/changelogs/CHANGELOG-2.0.md +++ b/docs/changelogs/CHANGELOG-2.0.md @@ -8,6 +8,7 @@ - [#2701](https://github.com/epiphany-platform/epiphany/issues/2701) - Epicli prepare - generate files in separate directory - [#2812](https://github.com/epiphany-platform/epiphany/issues/2812) - Extend K8s config validation - [#2888](https://github.com/epiphany-platform/epiphany/issues/2888) - Define additional disks with defined sizes to VMs for Azure +- [#2812](https://github.com/epiphany-platform/epiphany/issues/2812) - Extend K8s config validation ### Fixed @@ -20,6 +21,8 @@ - [#2945](https://github.com/epiphany-platform/epiphany/issues/2945) - epicli apply sleeps 10 seconds after creating inventory - [#2940](https://github.com/epiphany-platform/epiphany/issues/2940) - firewalld.service unit could not be found on host however ansible_facts sees it as defined +- [#2669](https://github.com/epiphany-platform/epiphany/issues/2669) - Restarting the installation process can cause certificate problems if K8s was not fully configured + ### Updated - [#2828](https://github.com/epiphany-platform/epiphany/issues/2828) - K8s improvements