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