sergevs / ansible-serviced-zenoss

Zenoss Deployment Tool: ansible playbook to deploy docker, serviced control center and zenoss monitoring system
MIT License
15 stars 12 forks source link
ansible contol-center docker playbook zenoss zenoss-monitoring

Zenoss Deployment Tool

Ansible playbook to deploy docker, serviced and zenoss monitoring system

Overview

The primary purpose of the playbook is to deploy Zenoss Core to your own bare bone server or a virtual host:

Key features

Quick start

Install Ansible. Put your host to the hosts and configure lvm_dev variable. Proceed to Usage section :)

Configuration

The configuration options are documented at group_vars files. You can amend variables there or override it site_vars.yml

Host variables:

Tags:

Usage

After required configuration prepared you can use setup script to start deployment.

  ./setup

Requirements

At least one spare partition(>= 30 Gb) must be available and configured(lvm_dev) for docker and zenoss storage pools. 4 Gb RAM to run serviced services or 24 Gb to run zenoss

Supported OS:

ansible: >= 2.3.0

Google Cloud Deployment

The playbook tested for serviced 1.5.1 and zenoss 6.2.1. Google cloud host is used for deployment as a reproducible clean environment. You have to setup Terraform than zenoss.tf may be used to create GCE instance.

Run gce_deploy script for full cycle deployment to google cloud:

  ./gce_deploy <your google cloud ssh key username> [ terraform options ]