Giter Club home page Giter Club logo

tt-catalog's Introduction

catalog-templates

HSM Catalog

HSM Catalog is either an s3 bucket or github repository location which is used by HSM service to present list of available services that can be used/provisioned via HSM. Each HSM service deployment can be configured, to talk to a particular HSM catalog location.

Catalog Templates Repository

Git repository for catalog-templates holds service definitions for all the services shipped via HSM under default catalog. catalog-templates repository is source of truth for all the services shipped via HSM, except for the Stackato core services.

Stackato Core services

For Stackato core services specifically HCF, HCE and Helion-Console catalog-templates repository has the service definition, but only the service level config file, icon, readme and version level config files are used from this repository. The SDLs for these services are provided by service teams, by copying them in the partern-services s3 bucket

Other services from HSM catalog

Other services shipped via HSM catalog like all the dev grade services (dev-mysql, dev-mongo, dev-redis, dev-rabbit), RDS and Haven on Demand SDLs are also copied at the same location in service specific folders. SDLs for these services are copied to this s3 location by Sidecar nightly pipeline, after it builds all the Sidecar extension images. These SDLs are available in catalog-templates repository, the update scripts modifies the SDLs in the repository with appropriate SDL version (based on build number) and image tags (also based on build number) and then they are copied at this s3 locations.

Service Definition

The service definitions should follow the strict directory structure and the files should be placed in the correct locations for HSM to be able to read and interpret the service details correctly.

service-name/          # this should be exactly identical to the name in the SDL
├── config.json        # top level service config stores description, categories, labels etc
├── README.md
└── icon.png
├── <Product Version>   # Product Version directory, any string is supported here
│   └── <SDL Version>   # SDL Version directory, this needs be a valid semver format
│       ├── config.json   # defines upgrade configuration for the SDL version
│       └── sdl
│           └── sdl.json  # service sdl which defines the service deployment details.

tt-catalog's People

Watchers

Troy Topnik avatar James Cloos 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.