-
Notifications
You must be signed in to change notification settings - Fork 10
Updated sap_vm_provision(kubevirt_vm) #100
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
base: dev
Are you sure you want to change the base?
Conversation
- sap_vm_provision(kubevirt_vm) - Added assert for kubeconfig - Unified storageclass to sapstorage for both trident and hpp and make configurable - trident: make parameters configurable in role - Renamed default namespace for VMs to sap - Define public ssh key explicitly - fixed network config cloudinit - added sap_vm_provision_host_specification_plan to sample var file - make disk access_modes configurable - make CPU performance settings configurable
roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml
Outdated
Show resolved
Hide resolved
roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml
Outdated
Show resolved
Hide resolved
@newkit Please make sure to run
yaml[indentation]: Wrong indentation: expected 8 but found 9
playbooks/sample-sap-vm-provision-redhat-ocpv.yml:36
fqcn[action-core]: Use FQCN for builtin module actions (assert).
playbooks/sample-sap-vm-provision-redhat-ocpv.yml:38 Use `ansible.builtin.assert` or `ansible.legacy.assert` instead.
yaml[trailing-spaces]: Trailing spaces
playbooks/vars/sample-variables-sap-vm-provision-redhat-ocpv.yml:21 |
Linter issues are fixed and deprecated vars are added to initial commit message. |
Please confirm when both PRs are ready for review after all these changes. |
With the latest code all my CI tests are successful now. |
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.
Looks okay to me from linting and code review perspective.
I am unable to test this change myself.
Updated sap_vm_provision(kubevirt_vm)
- Added assert for kubeconfig
- Unified storageclass to sapstorage for both trident and hpp and make configurable
- trident: make parameters configurable in role - Renamed default namespace for VMs to sap
- Define public ssh key explicitly - fixed network config cloudinit
- added sap_vm_provision_host_specification_plan to sample var file
- make disk access_modes configurable
- make CPU performance settings configurable
Deprecated vars