Skip to content

Ansible playbook to configure an Atomic Host to be a member of a cluster

Notifications You must be signed in to change notification settings

jonmosco/ansible-atomic_nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for Atomic Cluster configuration and deployment

About

This follows Project Atomics getting started guide: http://www.projectatomic.io/docs/gettingstarted/

I will try to maintain this as the document gets updated. Please feel free to submit pull requests

###Vagrant environment

This repository contains a Vagrant environment as a test environment with one master, and one node, and more can be added easily.

To change the IP Address of each Vagrant node, modify:

MASTER_IP="192.168.60.2"
NODE01_IP="192.168.60.3"

In order to use the role with Vagrant, there is a site.yml in the top level directory. Add the correct addresses from your Vagrant env in this file, and simply vagrant up

Requirements

This playbook has been tested with Ansible 1.9+

Usage

###Variables:

Address of the primary Atomic Master:

  • atomic_master:

Address of ETCD master (same address as the Atomic Master in the docs):

  • etcd_master:

Interface name of the externally available network adapter. This is a variable because it can change based on underlying hardware:

  • primary_interface:

###Bugs

Please submit pull requests

About

Ansible playbook to configure an Atomic Host to be a member of a cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published