|
1 |
| -=================================== |
2 |
| -community.sap_infrastructure Release Notes |
3 |
| -=================================== |
| 1 | +=========================================== |
| 2 | +community.sap\_infrastructure Release Notes |
| 3 | +=========================================== |
4 | 4 |
|
5 | 5 | .. contents:: Topics
|
6 | 6 |
|
| 7 | +v1.1.2 |
| 8 | +====== |
| 9 | + |
| 10 | +Release Summary |
| 11 | +--------------- |
| 12 | + |
| 13 | +A few minor changes |
| 14 | + |
| 15 | +Bugfixes |
| 16 | +-------- |
| 17 | + |
| 18 | +- collection - Bump vmware.vmware_rest to 4.5.0 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/88) |
| 19 | +- collection - Use amazon.aws.ec2_placement_group (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/90) |
| 20 | +- collection - implement changelogs/changelog.yaml (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/84) |
| 21 | +- sap_vm_provision - AWS tag pacemaker for fence agent stonith:external/ec2 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/91) |
| 22 | +- sap_vm_provision - update azure.azcollection minimum version requirement (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/81) |
| 23 | +- sap_vm_provision/sap_vm_temp_vip - Add dynamic group handling for provisioning (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/78) |
| 24 | +- sap_vm_verify - stub code comments and reorder (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/80) |
| 25 | + |
7 | 26 | v1.1.1
|
8 | 27 | ======
|
9 | 28 |
|
10 | 29 | Release Summary
|
11 | 30 | ---------------
|
12 | 31 |
|
13 |
| -| Release Date: 2024-12-19 |
14 |
| -| sap_hypervisor_node_preconfigure: Bug fix for HPP wait |
15 |
| -| sap_hypervisor_node_preconfigure: Bug fix for HCO wait and validate |
| 32 | +A few minor fixes |
| 33 | + |
| 34 | +Bugfixes |
| 35 | +-------- |
| 36 | + |
| 37 | +- sap_hypervisor_node_preconfigure - Bug fix for HCO wait and validate |
| 38 | +- sap_hypervisor_node_preconfigure - Bug fix for HPP wait |
16 | 39 |
|
17 | 40 | v1.1.0
|
18 | 41 | ======
|
19 | 42 |
|
20 | 43 | Release Summary
|
21 | 44 | ---------------
|
22 | 45 |
|
23 |
| -| Release Date: 2024-12-01 |
24 |
| -| sap_hypervisor_node_preconfigure: OCPv improve auth and add namespace targets |
25 |
| -| sap_hypervisor_node_preconfigure: OCPv update default vars and var prefixes |
26 |
| -| sap_hypervisor_node_preconfigure: OCPv add waits for resource readiness |
27 |
| -| sap_hypervisor_node_preconfigure: OCPv improve SR-IOV handling |
28 |
| -| sap_vm_provision: update platform guidance document |
29 |
| -| sap_vm_provision: remove AWS CLI and GCloud CLI dependency |
30 |
| -| sap_vm_provision: add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM |
31 |
| -| sap_vm_provision: add AWS Route53 record overwrite |
32 |
| -| sap_vm_provision: add IBM Cloud Private DNS Custom Resolver for IBM Power VS |
33 |
| -| sap_vm_provision: add var for Virtual IP handling across multiple roles |
34 |
| -| sap_vm_provision: fix /etc/hosts for Virtual IPs |
35 |
| -| sap_vm_provision: add var for Load Balancer naming on GCP, IBM Cloud, MS Azure |
36 |
| -| sap_vm_provision: update OS Images for AWS, GCP, IBM Cloud, MS Azure |
37 |
| -| sap_vm_provision: add vars for Kubevirt VM |
38 |
| -| sap_vm_provision: fix OS Subscription registration logic and BYOL/BYOS |
39 |
| -| sap_vm_provision: improve Web Proxy logic |
40 |
| -| sap_vm_provision: fix handling of nested variables within host_specifications_dictionary |
41 |
| -| sap_vm_provision: fix handling of custom IOPS on AWS, GCP, IBM Cloud |
42 |
| -| sap_vm_provision: fix handling of AWS IAM Policy for HA |
43 |
| -| sap_vm_provision: fix handling of MS Azure IAM Role for HA |
44 |
| -| sap_vm_provision: add google-guest-agent service for load balancer config |
45 |
| -| sap_vm_provision: add readiness for AnyDB HA (e.g. IBM Db2 HADR) |
46 |
| -| sap_vm_provision: update IBM Power VS locations lookup list |
47 |
| -| sap_vm_provision: update logic for IBM Power VS Workspace with latest backend routing (PER) |
48 |
| -| sap_vm_provision: update logic for IBM Cloud Virtual Network Interfaces (VNI) |
49 |
| -| sap_vm_provision: fix Ansible to Terraform copy to working directory logic and note |
50 |
| -| sap_vm_provision: update embedded Terraform Template with updated var names for imported Terraform Modules |
51 |
| -| sap_vm_temp_vip: overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably |
52 |
| -| sap_vm_temp_vip: overhaul documentation |
| 46 | +Various minor changes |
| 47 | + |
| 48 | +Minor Changes |
| 49 | +------------- |
| 50 | + |
| 51 | +- sap_hypervisor_node_preconfigure - OCPv add waits for resource readiness |
| 52 | +- sap_hypervisor_node_preconfigure - OCPv improve SR-IOV handling |
| 53 | +- sap_hypervisor_node_preconfigure - OCPv improve auth and add namespace targets |
| 54 | +- sap_hypervisor_node_preconfigure - OCPv update default vars and var prefixes |
| 55 | +- sap_vm_provision - add AWS Route53 record overwrite |
| 56 | +- sap_vm_provision - add IBM Cloud Private DNS Custom Resolver for IBM Power VS |
| 57 | +- sap_vm_provision - add google-guest-agent service for load balancer config |
| 58 | +- sap_vm_provision - add readiness for AnyDB HA (e.g. IBM Db2 HADR) |
| 59 | +- sap_vm_provision - add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM |
| 60 | +- sap_vm_provision - add var for Load Balancer naming on GCP, IBM Cloud, MS Azure |
| 61 | +- sap_vm_provision - add var for Virtual IP handling across multiple roles |
| 62 | +- sap_vm_provision - add vars for Kubevirt VM |
| 63 | +- sap_vm_provision - fix /etc/hosts for Virtual IPs |
| 64 | +- sap_vm_provision - fix Ansible to Terraform copy to working directory logic and note |
| 65 | +- sap_vm_provision - fix OS Subscription registration logic and BYOL/BYOS |
| 66 | +- sap_vm_provision - fix handling of AWS IAM Policy for HA |
| 67 | +- sap_vm_provision - fix handling of MS Azure IAM Role for HA |
| 68 | +- sap_vm_provision - fix handling of custom IOPS on AWS, GCP, IBM Cloud |
| 69 | +- sap_vm_provision - fix handling of nested variables within host_specifications_dictionary |
| 70 | +- sap_vm_provision - improve Web Proxy logic |
| 71 | +- sap_vm_provision - remove AWS CLI and GCloud CLI dependency |
| 72 | +- sap_vm_provision - update IBM Power VS locations lookup list |
| 73 | +- sap_vm_provision - update OS Images for AWS, GCP, IBM Cloud, MS Azure |
| 74 | +- sap_vm_provision - update embedded Terraform Template with updated var names for imported Terraform Modules |
| 75 | +- sap_vm_provision - update logic for IBM Cloud Virtual Network Interfaces (VNI) |
| 76 | +- sap_vm_provision - update logic for IBM Power VS Workspace with latest backend routing (PER) |
| 77 | +- sap_vm_provision - update platform guidance document |
| 78 | +- sap_vm_temp_vip - overhaul documentation |
| 79 | +- sap_vm_temp_vip - overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably |
53 | 80 |
|
54 | 81 | v1.0.1
|
55 | 82 | ======
|
56 | 83 |
|
57 | 84 | Release Summary
|
58 | 85 | ---------------
|
59 | 86 |
|
60 |
| -| Release Date: 2024-04-29 |
61 |
| -| collection: Bug fix for GH Action requirements |
62 |
| -| collection: Bug fix for Ansible Collection dependencies |
63 |
| -| sap_hypervisor_node_preconfigure: Bug fix for when condition typo and trident version update |
64 |
| -| sap_vm_provision: Documentation update for AWS IAM |
65 |
| -| sap_vm_provision: Documentation update for design assumptions with execution impact |
66 |
| -| sap_vm_provision: Feature add for all to ensure short hostname is not longer than 13 characters (SAP Note 611361) |
67 |
| -| sap_vm_provision: Feature add for all internal variable names prefix with __sap_vm_provision_ |
68 |
| -| sap_vm_provision: Feature add for all with rescue block to output errors without revealing credential secrets |
69 |
| -| sap_vm_provision: Feature add for SAP HANA Scale-Out user-defined variable name prefix with sap_vm_provision |
70 |
| -| sap_vm_provision: Feature add for all Ansible Tasks calling Infrastructure Platform APIs default to no_log instead of Environment |
71 |
| -| sap_vm_provision: Feature add sample Ansible Playbook for blank Virtual Machine provision |
72 |
| -| sap_vm_provision: Feature add for MS Azure SSH Key Pair from new dependency Ansible Module |
73 |
| -| sap_vm_provision: Feature add for MS Azure and IBM Cloud Private DNS in separate Resource Group |
74 |
| -| sap_vm_provision: Feature add for all Cloud vendors with updated regex for OS Image releases |
75 |
| -| sap_vm_provision: Feature add for IBM Power VS using newer hardware machine type (Power10) |
76 |
| -| sap_vm_provision: Bug fix for OS Package Repository registration task not triggering |
77 |
| -| sap_vm_provision: Bug fix for Web Forward Proxy task not triggering |
78 |
| -| sap_vm_provision: Bug fix for ignoring undefined variables (e.g. sap_id_user_password) set on hosts |
79 |
| -| sap_vm_provision: Bug fix for IBM Power VS using Power Edge Router default instead of legacy cloud connections |
80 |
| -| sap_vm_provision: Bug fix for IBM Power VS OS Image clone from stock and provision |
81 |
| -| sap_vm_provision: Bug fix for MS Azure Virtual Machine info response changed data path for IP Address migrating from 1.x to 2.x Ansible Collection |
82 |
| -| sap_vm_provision: Bug fix for MS Azure Virtual Machine vm_identity syntax changed migrating from 1.x to 2.x Ansible Collection |
| 87 | +Various enhancements |
| 88 | + |
| 89 | +Minor Changes |
| 90 | +------------- |
| 91 | + |
| 92 | +- collection - Bug fix for Ansible Collection dependencies |
| 93 | +- collection - Bug fix for GH Action requirements |
| 94 | +- sap_hypervisor_node_preconfigure - Bug fix for when condition typo and trident version update |
| 95 | +- sap_vm_provision - Bug fix for IBM Power VS OS Image clone from stock and provision |
| 96 | +- sap_vm_provision - Bug fix for IBM Power VS using Power Edge Router default instead of legacy cloud connections |
| 97 | +- sap_vm_provision - Bug fix for MS Azure Virtual Machine info response changed data path for IP Address migrating from 1.x to 2.x Ansible Collection |
| 98 | +- sap_vm_provision - Bug fix for MS Azure Virtual Machine vm_identity syntax changed migrating from 1.x to 2.x Ansible Collection |
| 99 | +- sap_vm_provision - Bug fix for OS Package Repository registration task not triggering |
| 100 | +- sap_vm_provision - Bug fix for Web Forward Proxy task not triggering |
| 101 | +- sap_vm_provision - Bug fix for ignoring undefined variables (e.g. sap_id_user_password) set on hosts |
| 102 | +- sap_vm_provision - Documentation update for AWS IAM |
| 103 | +- sap_vm_provision - Documentation update for design assumptions with execution impact |
| 104 | +- sap_vm_provision - Feature add for IBM Power VS using newer hardware machine type (Power10) |
| 105 | +- sap_vm_provision - Feature add for MS Azure SSH Key Pair from new dependency Ansible Module |
| 106 | +- sap_vm_provision - Feature add for MS Azure and IBM Cloud Private DNS in separate Resource Group |
| 107 | +- sap_vm_provision - Feature add for SAP HANA Scale-Out user-defined variable name prefix with sap_vm_provision |
| 108 | +- sap_vm_provision - Feature add for all Ansible Tasks calling Infrastructure Platform APIs default to no_log instead of Environment |
| 109 | +- sap_vm_provision - Feature add for all Cloud vendors with updated regex for OS Image releases |
| 110 | +- sap_vm_provision - Feature add for all internal variable names prefix with __sap_vm_provision_ |
| 111 | +- sap_vm_provision - Feature add for all to ensure short hostname is not longer than 13 characters (SAP Note 611361) |
| 112 | +- sap_vm_provision - Feature add for all with rescue block to output errors without revealing credential secrets |
| 113 | +- sap_vm_provision - Feature add sample Ansible Playbook for blank Virtual Machine provision |
83 | 114 |
|
84 | 115 | v1.0.0
|
85 | 116 | ======
|
86 | 117 |
|
87 | 118 | Release Summary
|
88 | 119 | ---------------
|
89 | 120 |
|
90 |
| -| Release Date: 2024-02-02 |
91 |
| -| Initial Release on Galaxy |
| 121 | +Initial Release on Galaxy |
0 commit comments