Code Monkey home page Code Monkey logo

ansible-awx-helm-chart's Introduction

Ansible AWX

Helm deployement of Ansible AWX on Kubernetes

Introduction

This chart bootstraps an AWX deployment on a Kubernetes cluster using the Helm package manager.

Installing the Chart

To install the chart with the release name my-release:

helm repo add rfy-awx https://raw.githubusercontent.com/rfyio/ansible-awx-helm-chart/master/
helm repo update
helm install --name my-release rfy-awx/awx

To install the development version:

helm dep up ./awx
helm install --name my-release ./awx

The command deploys AWX on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

This charts embeds chart dependencies specified in the requirements.yaml file:

  • postgresql
  • memcached
  • rabbitmq

Note: Currently, this chart is not ready to be used with external postgresql, memcached or rabbitmq. PR welcomed.

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the awx chart and their default values. Postgresql, memcached, rabbitmq charts values can be overridden in awx/values.yaml

Parameter Description Default
replicaCount Pod replica count 1
awx_web.image.repository ansible/awx_web
awx_web.image.tag 2.1.2
awx_web.image.pullPolicy IfNotPresent
awx_task.image.repository ansible/awx_task
awx_task.image.tag 2.1.2
awx_task.image.pullPolicy IfNotPresent
awx_secret_key awxsecret
default_admin_user admin
default_admin_password password
deployment.annotations {}
service.internalPort 8052
service.externalPort 8052
ingress.enabled false
memcached.install Install memcached chart true
rabbitmq.install Install rabbitmq chart true
rabbitmq.rabbitmq.username Rabbitmq username awx
rabbitmq.rabbitmq.password Rabbitmq password awx
rabbitmq.rabbitmq.configuration Rabbitmq configuration file cf values.yaml
postgresql.install Install postgresql chart true
postgresql.postgresqlUsername postgresql username postgres
postgresql.postgresqlPassword postgresql password awx
postgresql.postgresqlDatabase postgresql database awx
postgresql.persistence.enabled postgresql persistence true
metrics.enabled Start a side-car prometheus exporter false
metrics.image.registry Exporter image registry docker.io
metrics.image.repository Exporter image name bitnami/rabbitmq-exporter
metrics.image.tag Exporter image tag {TAG_NAME}
metrics.image.pullPolicy Exporter image pull policy IfNotPresent
metrics.serviceMonitor.enabled Create ServiceMonitor Resource for scraping metrics using PrometheusOperator false
metrics.serviceMonitor.namespace Namespace where servicemonitor resource should be created nil
metrics.serviceMonitor.interval Specify the interval at which metrics should be scraped 30s
metrics.serviceMonitor.scrapeTimeout Specify the timeout after which the scrape is ended nil
metrics.serviceMonitor.relabellings Specify Metric Relabellings to add to the scrape endpoint nil
metrics.serviceMonitor.honorLabels honorLabels chooses the metric's labels on collisions with target labels. false
metrics.serviceMonitor.additionalLabels Used to pass Labels that are required by the Installed Prometheus Operator {}
metrics.port Prometheus metrics exporter port 9419
metrics.env Exporter configuration environment variables {}
metrics.resources Exporter resource requests/limit nil
metrics.capabilities Exporter: Comma-separated list of extended scraping capabilities supported by the target RabbitMQ server bert,no_sort

ansible-awx-helm-chart's People

Contributors

arthur-c avatar mjallday 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.