Releases: SUSE/ha-sap-terraform-deployments
9.2.0
What's Changed
general
- add susChkSrv HA/DR provider and make providers configurable by @yeoldegrove in #911
Full Changelog: 9.1.0...9.2.0
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v9
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v9"
It is also the default in variables.tf
.
Requirements
Find the needed package versions at requiremens.yml
9.1.0
What's Changed
general
- allow to add any extra parameters to the HANA installation by @yeoldegrove in #907
- fixes #906
Full Changelog: 9.0.0...9.1.0
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v9
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v9"
It is also the default in variables.tf
.
Requirements
Find the needed package versions at requiremens.yml
9.0.0
What's Changed
general
- use
hana_data_disks_configuration
and lvm mechanism from azure in every cloud by @yeoldegrove in #845- deprecation notice on AWS/GCP/libvirt/OpenStack: All cloud specific
hana_*_disk_*
parameters are now deprecated. Please use the newhana_data_disks_configuration
parameter (which also has sane defaults). - fix aws lvm and netweaver sapmnt an azure ANF by @yeoldegrove in #899
- deprecation notice on AWS/GCP/libvirt/OpenStack: All cloud specific
- update HANA and Netweaver/S4HANA password regex/docs by @melzer-b1 in #873
- common variables: set password length to 10-14 everywhere by @yeoldegrove in #890
- Delete secrets and sensitive information after deployment by @yeoldegrove in #877
- This has to enabled by setting
cleanup_secrets = true
.
- This has to enabled by setting
- refactor and unify output variables for all output variables by @yeoldegrove in #893
- deprecation notice if you parse
terraform output
: e.g. cluster_nodes_* is refactored to hana_*. - doc: update ssh commands to use terraform outputs by @yeoldegrove in #896
- deprecation notice if you parse
- sbd: use iSCSI server IP and IQN instead of wwn to be reboot persistent by @yeoldegrove in #872
- fix SLES12 deployments (nginx install and lvm code) by @yeoldegrove in #897
- update images to SLES 15 SP4 everywhere by @yeoldegrove in #898
- doc: update HANA Scale-Out Feature for AWS/GCP/Libvirt by @yeoldegrove in #883
AWS
- add HANA scale-out deployments for AWS/GCP/libvirt/openstack by @yeoldegrove in #856
- aws: add option to deploy bastion host and private subnets by @yeoldegrove in #895
- deprecation notice: bastion host setup will be the new default
GCP
- add HANA scale-out deployments for AWS/GCP/libvirt/openstack by @yeoldegrove in #856
- gcp: add filestore shared storage to netweaver by @yeoldegrove in #882
- gcp: only deploy netweaver filestore if netweaver is enabled by @yeoldegrove in #885
libvirt
- add HANA scale-out deployments for AWS/GCP/libvirt/openstack by @yeoldegrove in #856
- libvirt and openstack fixes by @yeoldegrove in #871
OpenStack
- add HANA scale-out deployments for AWS/GCP/libvirt/openstack by @yeoldegrove in #856
- libvirt and openstack fixes by @yeoldegrove in #871
Full Changelog: 8.2.0...9.0.0
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v9
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v9"
It is also the default in variables.tf
.
Requirements
Find the needed package versions at requiremens.yml
8.2.0
What's Changed
general
- bump requirements to fix #887 and other smaller things by @yeoldegrove in #888
Full Changelog: 8.1.6...8.2.0
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.6
What's Changed
general
- update doc to 15.4 / doc changes for HANA 2.0 SPS06 / majority maker hostname fix by @yeoldegrove in #878
- doc: update native fencing reference by @yeoldegrove in #879
GCP
- gcp: fix install of gcloud tool on SLES12 by @yeoldegrove in #886
Full Changelog: 8.1.5...8.1.6
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.5
What's Changed
general
- Enchance os registration by @mr-stringer in #868
AWS
- Timeout Updates (AWS) by @stephenmogg in #869
libvirt
- Libvirt documentation enhancements by @mr-stringer in #861
Full Changelog: 8.1.4...8.1.5
New Contributors
- @mr-stringer made their first contribution in #861
- @stephenmogg made their first contribution in #869
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.4
What's Changed
general
- bump requirements to fix #863 by @yeoldegrove in #866
Full Changelog: 8.1.3...8.1.4
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.3
What's Changed
general
- run SAPHanaSR maintenance procedure and bump requirements to fix #863, #859 and #865 by @yeoldegrove in #864
Full Changelog: 8.1.2...8.1.3
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.2
What's Changed
general
- update images to SLES 15 SP3 everywhere by @yeoldegrove in #843
gcp
- gcp: install google-cloud-sdk to /opt/google-cloud-sdk by @yeoldegrove in #844
- gcp: use local subnet variable to use existing subnet by @yeoldegrove in #858
Full Changelog: 8.1.1...8.1.2
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml
8.1.1
What's Changed
general
- Update netweaver.md typo by @yeoldegrove in #851
- make sure cloud_provider grain is set on SLES 15 SP4 (salt-3004) by @yeoldegrove in #853
Full Changelog: 8.1.0...8.1.1
Usage
To use this tag we recommend the usage of official SLE channels or adding the next obs repository:
https://build.opensuse.org/project/show/network:ha-clustering:sap-deployments:v8
The packages versions are frozen in this repository, so it should be the most stable option. To use this repository add the next parameter in the terraform.tfvars file:
ha_sap_deployment_repo = "https://download.opensuse.org/repositories/network:/ha-clustering:/sap-deployments:/v8"
Requirements
Find the needed package versions at requiremens.yml