• Netbox plugin: XO tries to create an already existing IP address

    3
    0 Votes
    3 Posts
    79 Views
    R
    I see your point. Thank you!
  • Sdn controller and physical network

    12
    0 Votes
    12 Posts
    1k Views
    nikadeN
    @blackliner said in Sdn controller and physical network: @nikade How do you "pair" the XCP-ng SDN with your routing setup? You cant/dont, you'll have to setup each private network on the vyos router and then have the vm private network routed through it manually. For example if you have private network 1 with subnet 192.168.1.0/24 you'd have to add this network to the vyos router and assign 192.168.1.1/24 on the router. Then set 192.168.1.1 as default gateway in your vm's which uses this network. Then you'll setup ospf or bgp on the vyos router manually with your upstream border/core-router or firewall. If the subnet is a private subnet you'll need to setup NAT as well somewhere before it reaches internet to NAT traffic from 192.168.1.0/24.
  • vm.restart - meaning of various options

    Solved
    9
    0 Votes
    9 Posts
    244 Views
    A
    @olivierlambert I’ve got a few VM’s that lock up from time to time. There is no rhyme nor reason (different hosts, different storage, etc). As a result, I just have a job that restarts them at 5:30 am every day. I’d like to have the software tool software restart them but, in the occasion wher the VM is locked up tight as Fort Knox, I’d like the hard reset to happen. Make sense ?
  • Xen Orchestra User ACLs and UI Privileges

    6
    1 Votes
    6 Posts
    205 Views
    lsouai-vatesL
    @cocoon hello! For now we are on reflexion on a refactoring to move towards a system more RBAK based, IAM type. We will inform the whole community when we are sure of the direction the new ACL system will take. Stay tuned
  • Netdata-ui updated and VM's not listed anymore - ISSUE

    3
    1
    0 Votes
    3 Posts
    170 Views
    olivierlambertO
    Pinging @stormi about it
  • Cloudbase-init on Windows

    22
    1 Votes
    22 Posts
    2k Views
    A
    @jkatz Thanks for that. I actually did something different but it worked. I don't know how but it is working. I used this in XO in Cloud Config [image: 1747138648336-a5f1ca37-802a-4ff4-bc4f-6c8ccaa3dc97-image.png] It worked [image: 1747138770858-e2666c29-8a03-41e1-879b-b6559b7f0bf2-image.png] Don't know if does it matter or not ( probably does) that I also entered this plugin into both files : cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin @jkatz said in Cloudbase-init on Windows: You don't. That is lame. Wonder if domain join is possible with that...
  • How to deploy the new k8s on latest XOA 5.106?

    8
    0 Votes
    8 Posts
    379 Views
    CyrilleC
    These two bugs have been fixed in the latest release
  • How to create xen orchestra plugins

    Unsolved
    11
    1 Votes
    11 Posts
    383 Views
    olivierlambertO
    Don't worry it's for you
  • Netbox 4.3 not supported

    3
    0 Votes
    3 Posts
    197 Views
    olivierlambertO
    Ping @pdonias
  • XO New Pool Master

    xenorchestra pools
    18
    0 Votes
    18 Posts
    3k Views
    G
    @piotrlotr1 I think my original mini-lab did this, I had mistakenly joined these hosts to the big lab pool, found out is was wrong and detached them to make a mini-lab pool. There were some oddities when I did this, but I just worked past them and created their own pool and did my warm migrations. Wish I had taken better notes of this when I did it. I wiped and rebuilt my mini-lab now, so no going back.
  • Netbox version 4.2.1 not supported

    Solved
    13
    0 Votes
    13 Posts
    758 Views
    W
    Thanks for fixing this!
  • perf-alert Plugin - Lots of Alerts but No Option to Exclude SR

    Unsolved
    7
    1
    0 Votes
    7 Posts
    200 Views
    K
    @Bastien-Nollet Thanks for the update. In my community edition instance at my church, I just updated it to Master, commit 37fbb so I'll test over the weekend and provide an update. For my XOA (Airgapped) instance at work, I did receive an updated appliance about two weeks ago, so I'll test and see if the problem persists. If it does, then I'll just wait until the official release of XO and then I'll request an updated appliance.
  • How to Grant Non-Admin User Ability to Import VMs or ISOs

    Unsolved
    1
    0 Votes
    1 Posts
    67 Views
    No one has replied
  • VM with VTPM results with "an error has occurred" for the Advanced Tab

    Solved
    2
    0 Votes
    2 Posts
    100 Views
    paramazoP
    Problem solved with update of XOCE
  • 0 Votes
    3 Posts
    396 Views
    D
    @Andrew To me the summary answer is no, ha. The content of this system is nothing super important. So replacing it new would be the quicker approach.
  • Need Help Understanding Resource Sets

    5
    1
    0 Votes
    5 Posts
    286 Views
    K
    @ecoutinho Thanks for chiming in. I managed to figure out the math, but thanks nonetheless.
  • Cloud-init hangs on boot if i check delete configdrive after first boot

    7
    0 Votes
    7 Posts
    187 Views
    S
    @Danp It used to be 45 seconds to a minute before, but good to know thank you. I updated my origional reply with the updated information. Thank you for for the help
  • Unable to enable HA with XOSTOR

    xostor cluster
    11
    0 Votes
    11 Posts
    605 Views
    ronan-aR
    @dslauter You can test the new RPMs using the testing repository, FYI: sm-3.2.3-1.14.xcpng8.3 and http-nbd-transfer-1.5.0-1.xcpng8.3.
  • Updated configs for cloud-init

    3
    1 Votes
    3 Posts
    1k Views
    D
    @encryptblockr Yes, and I documented the process I used a while back here: https://xcp-ng.org/forum/topic/6821/cloud-init-success I just use the stock cloud image .ova file as my base image. for Ubuntu templates. I use the noble (24.04) image in quite a few instances from my template with success. Your post mentions cloud-init is not working - some tips to try troubleshooting, when the new VM is provisioned, (assuming you are able to login) I usually run "cloud-init status --wait" and when that completes I run "cloud-init status --long" for a summary of the state. Then you can grep for WARNING in /var/log/cloud-init.log for clues. If you weren't able to login to the VM - make sure your cloud-init config has the userid's, passwords and SSH keys you will need for login. See the example I posted here, since those are what I use in my lab or some variation. Feel free to share any troubleshooting steps you have taken, and I will help any way I can. I have setup hundreds of VM's from templates using cloud-init so I have seen many of the challenges it brings.
  • Guest VM UEFI NVRAM not saved / not persistent

    13
    0 Votes
    13 Posts
    896 Views
    stormiS
    We are implementing tests in our CI to detect this issue and protect against regressions, then we'll investigate the cause.