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

    Xen Orchestra - Community Edition - Installing with Yarn

    IT Discussion
    xen orchestra updater ubuntu 16.10 xenorchestra xenserver xen orchestra community xo xoce xcp-ng debian ubuntu
    22
    296
    82.4k
    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.
    • DanpD
      Danp
      last edited by

      Tried updating to the latest version of XO earlier today and ran into a few issues, such as the following warning --

      [4/5] Linking dependencies...
      warning "[email protected]" has incorrect peer dependency "eslint@>=3.19.0".
      warning "[email protected]" has incorrect peer dependency "eslint-plugin-import@>=2.2.0".
      warning "[email protected]" has incorrect peer dependency "eslint-plugin-node@>=4.2.2".
      warning "[email protected]" has incorrect peer dependency "eslint-plugin-promise@>=3.5.0".
      warning "[email protected]" has incorrect peer dependency "eslint-plugin-standard@>=3.0.0".
      

      Reviewing the upgrade process, found the following error during apt-get update --

      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E074D16EB6FF4DE3
      W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E074D16EB6FF4DE3
      W: Some index files failed to download. They have been ignored, or old ones used instead.
      

      Turns out that the the Yarn public key was expiring soon and they've issued a new key as described here.

      Haven't figured out the proper way to resolve this as part of the update script. However, I have tried both of the following with success --

      curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

      This just manually issues the command from the script to add the correct key.

      sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E074D16EB6FF4DE3

      This method works as well by retrieving the key directly from the key server.

      1 Reply Last reply Reply Quote 0
      • DanpD
        Danp
        last edited by

        After upgrading to Yarn 1.1.0, the majority of the warnings are gone. For me, all that remains is

        [4/5] Linking dependencies...
        warning "[email protected]" has unmet peer dependency "prop-types@^15.5.4".
        warning The case-insensitive file /opt/xo-web/node_modules/react-bootstrap-4/node_modules shouldn't be copied twice in one bulk copy
        

        and I haven't investigated those yet.

        DanpD 1 Reply Last reply Reply Quote 1
        • DanpD
          Danp @Danp
          last edited by

          Updated the script earlier today to deal with a change in the yarn build process.

          1 Reply Last reply Reply Quote 1
          • S
            Sid @DustinB3403
            last edited by

            @dustinb3403 Hi, I'm new here and I want to try this XO community edition for my laboratory. these are the command i need to run on fresh install ubuntu server 17.04?

            DustinB3403D 1 Reply Last reply Reply Quote 1
            • DustinB3403D
              DustinB3403 @Sid
              last edited by

              @sid it should install just fine. I haven't had much time to work on this install for the past several months.

              Give the process a try and let us know.

              1 Reply Last reply Reply Quote 1
              • B
                bnrstnr @DustinB3403
                last edited by

                @Sid Yes, the following should do it. I would start with Ubuntu 17.10 though. I'm testing it out right now, about 3/4 of the way done. I'll let you know if there are any snags.

                sudo bash
                sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh | bash

                1 Reply Last reply Reply Quote 2
                • geek-babaG
                  geek-baba
                  last edited by

                  Hi - anyone tried XOSAN with XO Community edition? I use a Adaptec raid controller and I keep having issues with it.

                  DustinB3403D 1 Reply Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403 @geek-baba
                    last edited by

                    @shwetkprabhat said in Xen Orchestra - Community Edition - Installing with Yarn:

                    Hi - anyone tried XOSAN with XO Community edition? I use a Adaptec raid controller and I keep having issues with it.

                    At the time of this post the XOSAN functionality wasn't open sourced so we were unable to test / implement it.

                    Can you provide a link to the github of it and we can look into it. Also post any information in a code block.

                    scottalanmillerS 1 Reply Last reply Reply Quote 2
                    • scottalanmillerS
                      scottalanmiller @DustinB3403
                      last edited by

                      @dustinb3403 said in Xen Orchestra - Community Edition - Installing with Yarn:

                      @shwetkprabhat said in Xen Orchestra - Community Edition - Installing with Yarn:

                      Hi - anyone tried XOSAN with XO Community edition? I use a Adaptec raid controller and I keep having issues with it.

                      At the time of this post the XOSAN functionality wasn't open sourced so we were unable to test / implement it.

                      Can you provide a link to the github of it and we can look into it. Also post any information in a code block.

                      That would be great to add in.

                      1 Reply Last reply Reply Quote 0
                      • B
                        bnrstnr
                        last edited by bnrstnr

                        @dustinb3403 said in Xen Orchestra - Community Edition - Installing with Yarn:

                        At the time of this post the XOSAN functionality wasn't open sourced so we were unable to test / implement it.

                        Looks like XCP-ng has already reached it's stretch goal for "bundled gluster support."
                        If their scheduling is accurate you could essentially have XO-SAN built into XCP-ng by the end of this year.

                        scottalanmillerS 1 Reply Last reply Reply Quote 3
                        • scottalanmillerS
                          scottalanmiller @bnrstnr
                          last edited by

                          @bnrstnr said in Xen Orchestra - Community Edition - Installing with Yarn:

                          @dustinb3403 said in Xen Orchestra - Community Edition - Installing with Yarn:

                          At the time of this post the XOSAN functionality wasn't open sourced so we were unable to test / implement it.

                          Looks like XCP-ng has already reached it's stretch goal for "bundled gluster support."
                          If their scheduling is accurate you could essentially have XO-SAN built into XCP-ng by the end of this year.

                          That would not surprise me at all.

                          1 Reply Last reply Reply Quote 0
                          • KjuK
                            Kju
                            last edited by

                            how can i update to 5.18 ?
                            the script for updating
                            sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -f
                            stays on 5.17

                            DanpD 1 Reply Last reply Reply Quote 0
                            • hobbit666H
                              hobbit666
                              last edited by

                              Can't you update through the web gui?

                              DanpD 1 Reply Last reply Reply Quote 0
                              • DanpD
                                Danp @hobbit666
                                last edited by

                                @hobbit666 said in Xen Orchestra - Community Edition - Installing with Yarn:

                                Can't you update through the web gui?

                                Only if you are running the pre-built appliance (XOA). There isn't an updater available in the GUI when built from source.

                                hobbit666H 1 Reply Last reply Reply Quote 0
                                • DanpD
                                  Danp @Kju
                                  last edited by

                                  @kju said in Xen Orchestra - Community Edition - Installing with Yarn:

                                  how can i update to 5.18 ?
                                  the script for updating
                                  sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -f
                                  stays on 5.17

                                  Not enough details here to know how to help. You could post the output from the console window showing the results from running the above command.

                                  Also, show us the contents of the /opt directory.

                                  1 Reply Last reply Reply Quote 1
                                  • hobbit666H
                                    hobbit666 @Danp
                                    last edited by

                                    @danp ah ok

                                    1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403
                                      last edited by

                                      Are you being prompted to identify yourself to git?

                                      git config --global user.email "[email protected]"
                                      git config --global user.name "Your Name"
                                      
                                      DanpD KjuK B 3 Replies Last reply Reply Quote 3
                                      • DanpD
                                        Danp @DustinB3403
                                        last edited by

                                        @dustinb3403 Good call... I had forgotten about that issue.

                                        1 Reply Last reply Reply Quote 1
                                        • KjuK
                                          Kju @DustinB3403
                                          last edited by

                                          @dustinb3403 thx, this solved my problem :thumbs_up: 😄

                                          DustinB3403D 2 Replies Last reply Reply Quote 1
                                          • DustinB3403D
                                            DustinB3403 @Kju
                                            last edited by

                                            @kju said in Xen Orchestra - Community Edition - Installing with Yarn:

                                            @dustinb3403 thx, this solved my problem :thumbs_up: 😄

                                            You're welcome.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 14
                                            • 15
                                            • 7 / 15
                                            • First post
                                              Last post