Giter VIP home page Giter VIP logo

sample-app-configuration's Introduction

1. Provided there are environment variables $WHICH_ENV, $VERSION_SNAPSHOT. 
2. You can find the "target" folder (with the name "$WHICH_ENV") at the same directory level of the current Jenkinsfile
3. The target folder contains a list of YAML files which each represent a information of a host machine. We called them Host YAML
4. Each Host YAML file contains "host_components" (artifacts) like below:

    host: 127.0.0.1
    hostname: xxxxxx
    host_credential: aaaa
    host_groups:
    - APP
    - DIT1
    props:
    e: 1
    f: 2
    host_components:
    - name: component1
    props:
        a: 1
        b: 2
    - name: component2
    props:
        c: 1
        d: 2

4. The $VERSION_SNAPSHOT is the web url which can retrieve a YAML file which is an array of items with attributes (name, artifact_path, version)
5. The stages of Jenkinsfile includes:
   - loop through all artifacts declared in the "snapshot" YAML file
   - there is a nested-loop that loop all Host YAML in the target folder
   - for each Host YAML, if it contains the artifact, then echo found message


    # loop the component in the snapshot
    # loop each host, find the component

        #if the component exists for that host
            # generate the values.yaml for that component on that host
            # aggregate the by groups props + host props + component props

            # get credential of hosts, ssh hosts
            # deploy the artifact to that host
            # deploy the scripts + values.yaml to that host

sample-app-configuration's People

Contributors

thfai2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.