-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: various files #760
fix: various files #760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf
sap_tools_directory = "${var.software_download_directory # points to /software and does not exist on the monitoring host nor on the ansible host (only on the SAP hosts), VSI hosts only have /nfs
solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf
requires a change: add '[ ]' around { sap_app_server ...} as Ansible monitoring is accepting a list only.
sap_app_server = jsonencode(
[ {
sap_app_server_nr = "01"
ip = module.sap_system.pi_netweaver_instance_management_ips
port = "5${var.sap_solution_vars.sap_swpm_pas_instance_nr}13"
}]
)
The validation of 'sap_monitorin_nr' is great,
let us think about the conversion to number. I think input '01' becomes '1', but Ansible needs a string '[01-99]
coments only: |
Description
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers