Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-720

Build environment automation

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • general
    • None

    Description

      Summary of the bigtop-dev discussion:

      A few approaches have been suggested:

      1. (Roman) maintain a parallel (very shallow) collection of puppet code that would, essentially, manage our "build slaves"
      2. (Roman) do #1 but automate it in such a way that the info actually gets harvested from spec/conrol files. (Cos suggested to use Groovy for implementation)
      3. (Bruno) VMs.

      There are some pros and cons for each of them.

      For example:

      #3 Pros:
      (Bruno) Tools like Boxgrinder and Oz can deal with multiple OSes and can create local images as well as push them to the cloud. The build would be repeatable and would not require any effort from the end user (apart maybe providing Oracle JDK, but that would have to be the case whatever the solution). Future contributors would just need to boot their VM to get started and hopefully ease contribution.
      (Roman) I'd love if I could say

      $ vagrant add box/up
      

      and get the environment up and running without much fuzz.

      #3 Cons:
      (Cos) I think boxed environments (like VMs) are an overkill... old proven toolchain type of environment that can automatically bootstrap upon a fresh install (or update itself: think Maven model) and pull whatever apps are required in whatever form they might exist... Such approach would be more fluid than a somewhat rigid VMs, that would have to be updated periodically, versioned, etc. Another benefit of a toolchain is that BigTop packages might have to redistribute/wrap some of the tools for later use once a package is installed on a customer's system.

      There are some tools based on SRPMs that can extract a dependency list.

      Roman suggested a simpler approach of grepping and using sed/awk:

      $ git grep -E 'Build(Requires|-Depends):'
      

      Sean was ... in favor of the idea of extracting dependencies from the control and spec files and building a script that will install the necessary tool chain.

      Cos mentioned ... It should work, except for build-time dependencies which aren't declared in the bigtop packages (e.g. libtool, etc.). So, I'd vote for a separated list of build-time dependencies being maintained.

      Roman separated 3 distinct use cases:

      1. provisioning/maintaining a long running Jenkins slave
      2. provisioning a host dev environment
      3. provisioning a VM dev environment

      Roman also suggested ... a 'virtual' package called build so that running:

      $ make build-[rpm|deb]
      

      will create a package that would download all the bits and pieced of a tool-chain AND also promote BuildRequires: to its own Requires: so that installing this package will give you all the toolchain bits and all the package deps at the same time.

      The consensus seems to be that all approaches are valid for some use cases, so implementation may start from simpler approaches, and evolve as necessary.

      Attachments

        Issue Links

          Activity

            People

              imordey Ian Mordey
              anatoli.fomenko Anatoli Fomenko
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: