Giter VIP home page Giter VIP logo

otomi-tasks's Introduction

Otomi Tasks

Part of Red Kubes' Otomi Container Platform.

The tasks repo contains autonomous jobs orchestrated by redkubes/otomi-core.

This repo is also built as an image and published on docker hub at otomi/tasks.

This readme is aimed at development. If you wish to contribute please read our Developers Contributor Code of Conduct and Contribution Guidelines

Development

Make sure your expected environment variables exist in a mandatory .env file (see .env.sample). Then start a proxy to the api you wish to target:

  • drone: k -n team-admin port-forward svc/drone 8081:80 &
  • gitea: k -n gitea port-forward svc/gitea-http 8082:3000 &
  • harbor: k -n harbor port-forward svc/harbor-harbor-core 8083:80 &
  • keycloak: k -n keycloak port-forward svc/keycloak-http 8084:80 &

Or start them all with bin/start-proxies.sh

Now you can execute a task locally:

npm run task:(gitea*|harbor|keycloak|certs-aws|...)-dev

Or you can start them in the vscode debugger.

Skipping TLS (like for staging certs):

Run the next line in your shell to skip TLS cert validation, like when using self-signed certs like letsencrypt staging:

export NODE_TLS_REJECT_UNAUTHORIZED='0'

Setting debug level:

For all packages to turn on debug:

export DEBUG='*'

To limit scope please read the debug docs.

Unit tests

There are not many unit tests, as the tasks are very robust and idempotent. You can run them as always with:

npm test

otomi-tasks's People

Contributors

dependabot[bot] avatar dunky13 avatar j-zimnowoda avatar mojtabaimani avatar morriz avatar rawc0der avatar srodenhuis 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.