Skip to main content

Imbi Service Management System

Project description

Imbi is a DevOps Service Management Platform designed to provide an efficient way to manage a large environment that contains many services and applications.

Environment Variables

Imbi runtime configuration is configured by way of environment variables. The following

  • LDAP_HOST: The hostname of the server to connect to (Default: localhost)

  • LDAP_PORT: The port to connect on (Default: 389)

  • LDAP_SSL: Indicates whether SSL is enabled for connecting (Default: False)

  • LDAP_GROUP_OT: The object type to use for groups (Default: groupOfNames)

  • LDAP_GROUPS_DN: The base DN to use for group searching

  • LDAP_USER_OT: The object type to use for users (Default: inetOrgPerson)

  • LDAP_USERS_DN: The base DN to use for user searching

  • LDAP_USERNAME: The username attribute used in user searching (Default: uid)

  • LDAP_POOL_SIZE: The size to allocate for the ThreadPoolExecutor (Default: 5)

  • REDIS_URL: The Redis server to use for session storage (Default: redis://localhost:6379/0)

  • POSTGRES_URL: The Postgres server to (Default: postgres://imbi@localhost:5432/imbi)

Building Static Assets

Imbi uses npm and gulp to build the static assets for the site. Ensure you have a current version of nodejs and Python 2.7 available to build the JavaScript and CSS.

npm config set python `which python2.7`
npm install --local
gulp

Etymology

Imbi is Old High German for “Swarm of Bees”

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imbi-0.1.0.tar.gz (2.0 MB view hashes)

Uploaded Source

Built Distribution

imbi-0.1.0-py2.py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page