test_omnia_1.1_vars.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. host1: 192.168.0.17
  16. host2: 192.168.0.19
  17. host3: 192.168.0.16
  18. host4: 192.168.0.22
  19. host5: 192.168.0.18
  20. config_filename: "omnia_config.yml"
  21. config_vaultname: ".omnia_vault_key"
  22. file_permission: "0644"
  23. db_passwd_invalid: "omnia123-"
  24. db_passwd_complex: "omnIaFD@123gn)opk"
  25. db_passwd_default: "password"
  26. k8s_cni_one: "flannel"
  27. k8s_cni_two: "calico"
  28. k8s_pod_network_cidr_default: "10.244.0.0/16"
  29. k8s_pod_network_cidr_other: "192.168.0.0/16"
  30. k8s_new_version: "1.19.3"
  31. ipa_passwd_invalid: "Omnia12-3"
  32. ipa_passwd_default: "omnia1234"
  33. ipa_passwd_complex: "Omnia@De9$123%"
  34. sleep_time: 5
  35. pod_time: 10
  36. compute_node_success_msg: "New compute node is successfully added to the cluster"
  37. compute_node_fail_msg: " New compute node failed to add in the cluster"
  38. compute_node_del_success_msg: "New compute node is successfully deleted from the cluster"
  39. compute_node_del_fail_msg: " New compute node failed to delete from the cluster"
  40. ipa_password_error_fail_msg: "ipa admin invalid password value passed"
  41. ipa_password_error_success_msg: "ipa admin invalid password value failed"
  42. mariadb_password_error_fail_msg: "mariadb password invalid value passed"
  43. mariadb_password_error_success_msg: "mariadb password invalid value failed"