Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

Thank you very much Vinícius for the clarification, I will try and report. Sincerely, Charles On Tue, Feb 4, 2020 at 5:32 PM Vinícius Ferrão <ferrao@versatushpc.com.br> wrote:
Hi Charles, I never done it on Gluster. But my hosted engine runs on a VLAN too on separate network on top of a LACP bond with the ovirtmgmt network.
You must create the file. The contents of the file was on my first email, adapt it to your needs and them run the vdsm-tool command.
Sent from my iPhone
On 4 Feb 2020, at 19:29, Charles Lam <clam2718@gmail.com> wrote:
Thank you so very much Vinícius, I am trying to deploy the hosted engine to a Gluster Storage Domain on a separate network with a VLAN. I had utilized the Cockpit Hyperconverged wizard.
Where do I find storage-network.json, and do I then is it best to run the deployment from the command line or Cockpit?
Gratefully, Charles
On Tue, Feb 4, 2020 at 5:19 PM Vinícius Ferrão <ferrao@versatushpc.com.br> wrote:
Are you trying to deploy the hosted engine to a Storage Domain which is in a separate network with a VLAN?
If this is the issue you must inform VDSM the network so it finds the path. This must be informed during the playbook phase where it asks for the shared storage settings.
For example:
storage-network.json:
{"networks": {"storage": {"bonding": "bond0", "bridged": false, "vlan": 192, "ipaddr": "192.168.10.1", "netmask": "255.255.255.248", "defaultRoute": false}}, "bondings": {}, "options": {"connectivityCheck": false}}
vdsm-client -f storage-network.json Host setupNetworks
Sent from my iPhone
On 4 Feb 2020, at 19:15, "clam2718@gmail.com" <clam2718@gmail.com> wrote:
Hello,
I am having this same issue and have inserted the three new lines from
https://github.com/ansible/ansible/issues/66858
into "/lib/python2.7/site-packages/ansible/modules/cloud/ovirt/ovirt_network.py" yet the issue still occurs when attempting deployement. I have rebooted the oVirt Node hosts since patching to no avail. Do I need to insert the fix elsewhere or take other action to properly apply this fix?
Thank you very much for your assistance.
Respectfully, Charles _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/UKWVUWZBISU75R...
participants (1)
-
Charles Lam