Hi Simone,
I do not want to configure the VM to get an IP from DHCP and not 100% sure if I need to
define the information in
/usr/share/ansible/roles/ovirt.hosted_engine_setup/defaults/main.yml? because I see the
following:
----------------------------------------------
# Define if using STATIC ip configuration
he_vm_ip_addr: null
he_vm_ip_prefix: null
he_dns_addr: null # up to 3 DNS servers IPs can be added
he_vm_etc_hosts: false # user can add lines to /etc/hosts on the engine VM
he_default_gateway: null
he_network_test: 'dns' # can be: 'dns', 'ping', 'tcp' or
'none'
he_tcp_t_address: null
he_tcp_t_port: null
----------------------------------------------
But if I thought that playbooks/he_gluster_vars.json was used for ?
I tried to follow:
https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infr...
From those instructions I modified:
1.-playbooks/gluster_inventory.yml
#Here I don't see he_ansible_host_name variable
# I do have
hc_nodes:
hosts:
host1.example.com
host2.example.com
host3.example.com
Should I had "he_ansible_host_name": "host1.example.com" to this file
also?
2.-playbooks/he_gluster_vars.json
"he_ansible_host_name": "host1.example.com"
I have 3 servers freshly rekicked and ready to redeploy the hosted engine, but will wait
for your thoughts as I might be missing something from my process.
thank you,
Adrian