Bug 1793398
Summary: | RHHI-V deployment failed using the ansible playbook execution from command line | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> |
Component: | rhhi | Assignee: | Gobinda Das <godas> |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhhiv-1.6 | CC: | asriram, godas, kvanbesi, pasik, rhs-bugs |
Target Milestone: | --- | ||
Target Release: | RHHI-V 1.8 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gluster-ansible-roles-1.0.5-7.el8rhgs | Doc Type: | Bug Fix |
Doc Text: |
Previously, running the deployment playbook from the command line interface failed because of incorrect values for variables (he_ansible_host_name and he_mem_size_MB). Variable values have been updated and the deployment playbook now runs correctly.
|
Story Points: | --- |
Clone Of: | 1769382 | Environment: | |
Last Closed: | 2020-08-04 14:51:32 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1769382 | ||
Bug Blocks: | 1722076, 1779975 |
Description
SATHEESARAN
2020-01-21 09:22:07 UTC
@Anjana, This needs to be documented as a known_issue for RHV 4.3.8 based RHHI-V 1.7 Problem: RHHI-V deployment fails using ansible playbook from commandline Workaround: Remove the entry 'he_ansible_host_name: host1' from /etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment/he_gluster_vars.json and proceed with the deployment @Gobinda, Also make sure that the HE VM is allocated with 16GB of ram, with this change in vars "he_mem_size_MB": "16384" Clearing need info as it's documented as known_issue with correct message Tested with gluster-ansible-roles-1.0.5-7.el8rhgs Contents of he_gluster_vars.json file below: [root@ ~]# cat /etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment/he_gluster_vars.json { "he_appliance_password": "encrypt-password-using-ansible-vault", "he_admin_password": "UI-password-for-login", "he_domain_type": "glusterfs", "he_fqdn": "FQDN-for-Hosted-Engine", "he_vm_mac_addr": "Valid MAC address", "he_default_gateway": "Valid Gateway", "he_mgmt_network": "ovirtmgmt", "he_storage_domain_name": "HostedEngine", "he_storage_domain_path": "/engine", "he_storage_domain_addr": "host1-backend-network-FQDN", "he_mount_options": "backup-volfile-servers=host2-backend-network-FQDN:host3-backend-network-FQDN", "he_bridge_if": "interface name for bridge creation", "he_enable_hc_gluster_service": true, "he_mem_size_MB": "16384", "he_cluster": "Default" } 1. he_ansible_host_name is removed 2. he_mem_size_MB is updated to 16384 Ansible based CLI deployment is successful Doc text looks good. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHHI for Virtualization 1.8 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:3314 |