XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    XOA Quick Deploy

    Xen Orchestra
    9
    25
    2923
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • olivierlambert
      olivierlambert Vates 🪐 Admin 🧑‍💻 last edited by

      Quick question: do you have default SR set? Have you selected a storage?

      S 1 Reply Last reply Reply Quote 0
      • D
        dfoy last edited by

        I know this topic is a bit old, but wondering if it was ever solved? I am having the same issue. In my case my default storage appears to be the internal drive which has 890 GB showing available. Although I am not sure if there is something I need to adjust with its settings.

        Screen Shot 2020-10-09 at 11.03.09 AM.png

        Screen Shot 2020-10-09 at 11.02.58 AM.png

        1 Reply Last reply Reply Quote 0
        • S
          SergioC @olivierlambert last edited by

          @olivierlambert i have the same issue, i've search for a solution but i can't find nothing

          1 Reply Last reply Reply Quote 0
          • olivierlambert
            olivierlambert Vates 🪐 Admin 🧑‍💻 last edited by

            Please provide more details. What is your XCP-ng version?

            H 1 Reply Last reply Reply Quote 0
            • H
              Haribo112 @olivierlambert last edited by

              @olivierlambert I know this topic is quite old, but I'm having this problem as well. My XCP-ng version is 8.2.0 and one additional detail is that I already have an XO from sources instance running on this pool. I just wanted to install the official free XOA to check out what it offers and what it doesn't.

              Both the Quick Deploy button on the webpage of the host, and the Deploy form on the XO website don't work.

              Danp 1 Reply Last reply Reply Quote 0
              • Danp
                Danp Top contributor 💪 @Haribo112 last edited by

                @haribo112 said in XOA Quick Deploy:

                Both the Quick Deploy button on the webpage of the host, and the Deploy form on the XO website don't work.

                FWIW, I tested and was unsuccessful with either method. I also tested the alt method with the following results --

                # bash -c "$(curl -sS https://xoa.io/deploy)"
                curl: (35) Cannot communicate securely with peer: no common encryption algorithm(s).
                
                julien-f 1 Reply Last reply Reply Quote 0
                • olivierlambert
                  olivierlambert Vates 🪐 Admin 🧑‍💻 last edited by

                  Ping @julien-f and/or @pdonias

                  1 Reply Last reply Reply Quote 0
                  • julien-f
                    julien-f Vates 🪐 XO Team 🌐 @Danp last edited by

                    @danp On which hypervisor did you run this command? Which version of curl do you have?

                    Danp 1 Reply Last reply Reply Quote 0
                    • Danp
                      Danp Top contributor 💪 @julien-f last edited by

                      @julien-f The command was run directly on my xcp-ng 8.2 host.

                      # curl --version
                      curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.34 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
                      Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
                      Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets
                      
                      julien-f 1 Reply Last reply Reply Quote 0
                      • julien-f
                        julien-f Vates 🪐 XO Team 🌐 @Danp last edited by

                        @danp Thanks for your help, it appears the version of curl available on XCP-ng 8.2 (or CH 8.2) is very old and does not support any ciphers available on https://xoa.io

                        You can use wget to work around this (we'll update the docs):

                        > bash -c "$(wget -qO- https://xoa.io/deploy)"
                        
                        Danp 1 Reply Last reply Reply Quote 0
                        • Danp
                          Danp Top contributor 💪 @julien-f last edited by

                          @julien-f said in XOA Quick Deploy:

                          bash -c "$(wget -qO- https://xoa.io/deploy)"

                          Thanks, that appears to be working. But it doesn't explain why both web based methods are failing.

                          1 Reply Last reply Reply Quote 0
                          • olivierlambert
                            olivierlambert Vates 🪐 Admin 🧑‍💻 last edited by

                            That's unrelated. Or at least, we did tests and it works here (on multiple hosts).

                            Danp 1 Reply Last reply Reply Quote 0
                            • Danp
                              Danp Top contributor 💪 @olivierlambert last edited by

                              @olivierlambert I just tried the Quick Deploy on your website and it appears to be working now. When I tried it this morning, I couldn't get past the initial "connect" screen (tried with both FF and Chrome).

                              Still having issues with the local deploy via XCP-ng. Looking at the browser console, it appears to be having issues loading jQuery --

                              794cb2a9-d2bb-4e80-b0ab-3b3eba986a0e-image.png

                              1 Reply Last reply Reply Quote 0
                              • olivierlambert
                                olivierlambert Vates 🪐 Admin 🧑‍💻 last edited by

                                I can't reproduce with a local deploy on a stock XCP-ng 8.2 🤔

                                It's weird you got a forbidden. Anyone else having the issue?

                                Danp 1 Reply Last reply Reply Quote 0
                                • Danp
                                  Danp Top contributor 💪 @olivierlambert last edited by Danp

                                  @olivierlambert said in XOA Quick Deploy:

                                  stock XCP-ng 8.2

                                  FWIW, I do have the latest test packages installed on my server.

                                  stormi 1 Reply Last reply Reply Quote 0
                                  • stormi
                                    stormi Vates 🪐 XCP-ng Team 🚀 @Danp last edited by

                                    @danp What's the output of rpm -q xapi-core? You may have a test version of XAPI that regressed on serving files from the webpage.

                                    Danp 1 Reply Last reply Reply Quote 0
                                    • Danp
                                      Danp Top contributor 💪 @stormi last edited by

                                      @stormi

                                      # rpm -q xapi-core
                                      xapi-core-1.249.10-1.1.xcpng8.2.x86_64
                                      
                                      stormi 1 Reply Last reply Reply Quote 0
                                      • stormi
                                        stormi Vates 🪐 XCP-ng Team 🚀 @Danp last edited by

                                        @danp OK, so the 403 errors will be solved if you downgrade to the latest released update:

                                        yum downgrade xapi-core xapi-tests xapi-xe
                                        
                                        Danp 1 Reply Last reply Reply Quote 2
                                        • Danp
                                          Danp Top contributor 💪 @stormi last edited by

                                          @stormi Thanks for the solution. Was this a known issue with the test packages?

                                          stormi 1 Reply Last reply Reply Quote 0
                                          • stormi
                                            stormi Vates 🪐 XCP-ng Team 🚀 @Danp last edited by

                                            @danp Yes, see https://xcp-ng.org/forum/post/42132

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post