ATIX-AG / foreman_acd

ATIX developed Foreman plugin to provide application centric deployment
GNU General Public License v3.0
6 stars 4 forks source link

Foreman Application Centric Deployment

A Foreman plugin providing application centric deployment and a self-service portal.

Introduction

The target of this plugin is to deploy whole applications which include multiple hosts and configure them using an Ansible playbook.

This plugin follows the idea of different user types working together. The administrative user creates Application Definitions including multiple servers and configuration management items (Ansible Playbooks). The user can create and deploy new Application Instances with an easy to use self-service portal.

Example Application Definition To run a complex web application, a load balancer is required. The load balancer routes the requests to three different web servers. The web servers are using a database which runs in high availability mode on two hosts. Therefore, six hosts in total are required.

This plugin aims to setup all six hosts and to deploy the application.

Architecture

Ansible Playbooks

Application Definitions

Application Instances

How It Works

:warning: This plugin is still in development.

Documentation

See Deploying Hosts using Application Centric Deployment

Installation

Check out the Foreman documentation on how to install the foreman_acd plugin.

Smart Proxy Installation

You need to install Smart Proxy ACD, too. Check out the Foreman documentation on how to install the smart_proxy_acd plugin.

Tips

Usage

Ansible Playbook

Application Definition (for Admins)

Application Instance (for Users)

Deploy and Configure the Application Instance (for Users)

TODO

Contributing

Fork and send a Pull Request. Thank you.

Copyright

Copyright (c) 2024 ATIX AG

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.