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

    SaltShacker (SaltStack UI Free)

    IT Discussion
    saltshacker salt stack ui web
    8
    14
    8.3k
    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.
    • Emad RE
      Emad R
      last edited by Emad R

      Hello,

      Just raising awareness of this project that caught my eye:
      https://github.com/yueyongyue/saltshaker/blob/master/README.md
      especially checking that screenshots. sadly the instructions are not very clear:
      https://github.com/yueyongyue/saltshaker/blob/master/install.txt

      But I hope I can manage to install this on server separate from the salt master, and have it functioning with good guide.

      Will keep you posted, and any help analyzing the instructions are welcomed.

      DanpD 1 Reply Last reply Reply Quote 5
      • scottalanmillerS
        scottalanmiller
        last edited by

        Oh wow, very cool!!

        1 Reply Last reply Reply Quote 0
        • AdamFA
          AdamF
          last edited by

          I'm very interested in seeing more about this!

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            LOL - here's the open source thing I was talking about the other day 😉 J/K

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

              Development appears to have stalled.

              DashrenderD 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender @Danp
                last edited by

                @danp said in SaltShacker (SaltStack UI Free):

                Development appears to have stalled.

                Considering it's open source - I wonder if the Sodium folks could use this code to jump start theirs?

                QuixoticJeremyQ scottalanmillerS 2 Replies Last reply Reply Quote 0
                • QuixoticJeremyQ
                  QuixoticJeremy @Dashrender
                  last edited by QuixoticJeremy

                  @dashrender said in SaltShacker (SaltStack UI Free):

                  @danp said in SaltShacker (SaltStack UI Free):

                  Development appears to have stalled.

                  Considering it's open source - I wonder if the Sodium folks could use this code to jump start theirs?

                  I'd have to take a look, it looks to be written in python which we weren't using but that doesn't necessarily mean it can't be used. A lot of what they have we already have in development or have completed to some degree. In my few free minutes I'll take a look and see if there is anything salvageable here, which is entirely possible.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Dashrender
                    last edited by

                    @dashrender said in SaltShacker (SaltStack UI Free):

                    @danp said in SaltShacker (SaltStack UI Free):

                    Development appears to have stalled.

                    Considering it's open source - I wonder if the Sodium folks could use this code to jump start theirs?

                    That would only make sense if this lined up with the Sodium project goals, which it does not. This isn't an RMM tool, this is a Salt GUI. Sodium isn't a Salt GUI. This isn't a management tool. So while one does use Salt and one is a GUI for Salt, it looks like the overlap probably stops there.

                    Developers know that picking up other projects generally means more work than starting over. Bootstrapping with old code tends to be counter productive, especially if the old code is not absolutely exactly what you need to use. If it's not using the languages, technologies, frameworks, authentication, coding styles, paradigms, licensing and such that is identical to what is needed in the new project it is likely to be an encumbrance rather than a boost.

                    Even with bespoke software, NTG tends to start over from scorched earth every seven years or so because of developments in the industry and changes in direction making it cheaper and more effective to not even reuse our own code that we made in house and own completely internally and already know.

                    QuixoticJeremyQ DashrenderD 2 Replies Last reply Reply Quote 2
                    • QuixoticJeremyQ
                      QuixoticJeremy @scottalanmiller
                      last edited by

                      @scottalanmiller said in SaltShacker (SaltStack UI Free):

                      @dashrender said in SaltShacker (SaltStack UI Free):

                      @danp said in SaltShacker (SaltStack UI Free):

                      Development appears to have stalled.

                      Considering it's open source - I wonder if the Sodium folks could use this code to jump start theirs?

                      That would only make sense if this lined up with the Sodium project goals, which it does not. This isn't an RMM tool, this is a Salt GUI. Sodium isn't a Salt GUI. This isn't a management tool. So while one does use Salt and one is a GUI for Salt, it looks like the overlap probably stops there.

                      Developers know that picking up other projects generally means more work than starting over. Bootstrapping with old code tends to be counter productive, especially if the old code is not absolutely exactly what you need to use. If it's not using the languages, technologies, frameworks, authentication, coding styles, paradigms, licensing and such that is identical to what is needed in the new project it is likely to be an encumbrance rather than a boost.

                      Even with bespoke software, NTG tends to start over from scorched earth every seven years or so because of developments in the industry and changes in direction making it cheaper and more effective to not even reuse our own code that we made in house and own completely internally and already know.

                      Can I upvote this twice?

                      1 Reply Last reply Reply Quote 1
                      • DashrenderD
                        Dashrender @scottalanmiller
                        last edited by

                        @scottalanmiller said in SaltShacker (SaltStack UI Free):

                        Even with bespoke software, NTG tends to start over from scorched earth every seven years or so because of developments in the industry and changes in direction making it cheaper and more effective to not even reuse our own code that we made in house and own completely internally and already know.

                        This is kinda of amazing actually. Could you imagine someone like MS starting Windows over every 7 years so they can be using the latest and greatest coding techniques? I'm guessing they would loose a lot of backward compatibility, but maybe not.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @Dashrender
                          last edited by

                          @dashrender said in SaltShacker (SaltStack UI Free):

                          This is kinda of amazing actually. Could you imagine someone like MS starting Windows over every 7 years so they can be using the latest and greatest coding techniques? I'm guessing they would loose a lot of backward compatibility, but maybe not.

                          Don't they? NT 3 to NT 4 was only about three years. NT 4 to NT 5 was four years. NT 5 to NT 6 was seven years. Do they completely rewrite? We don't actually know. But they heavily rewrite. It's a major overhaul.

                          If they lost backward compatibility, that would only be from products relying on broken parts of the old system, not the rewrite. Properly written software running on top would not be affected.

                          Does Linux get rewritten like this? No. But huge portions of it are continuously refactored in this way or just left untouched.

                          1 Reply Last reply Reply Quote 1
                          • C
                            Curtis
                            last edited by

                            Latest commit e68f9c5 on Sep 18, 2018

                            Seems like the project is dead 😞

                            ObsolesceO 1 Reply Last reply Reply Quote 0
                            • ObsolesceO
                              Obsolesce @Curtis
                              last edited by

                              @Curtis said in SaltShacker (SaltStack UI Free):

                              Latest commit e68f9c5 on Sep 18, 2018

                              Seems like the project is dead 😞

                              If course. Once you get to the point where you use a GUI and get used to using SaltStack, that's when you realize how dumb a GUI is for something like SaltStack and you then stop using the GUI.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                Last commit on this package was from before the OP. Seems like this died on the vine, sadly.

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