Skip to content

EntropyWorks/fleet-units-galera-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple MySQL Replication using CoreOS and Percona Galera Cluster

Once you have a working CoreOS environment you should beable to submit the following fleet units to startup and configure your Galera Cluster.

Requirements

  • CoreOS or similar base OS
  • etcd service
  • fleet service
  • flannel service

Template needs modification

The file [email protected] should be modified to reflect the proper endpoints you need.

Fleet Units

There are multiple fleet-units

Warning

You really should change the default passwords within [email protected]. I haven't figured out a good way to have ansible or saltstack be the actually process that submits the fleet-units. So for now while I'm testing this is how the password are being done.

If you don't change them thats your call. These are just templates.

Submitting fleet-unit files

Submit the fleet-unit files in the following order.

fleetctl submit [email protected]
fleetctl submit [email protected]  

Start up the first Galera process and its sidekick galera-accounce

fleetctl start [email protected]
fleetctl start [email protected]  
fleetctl start [email protected]
fleetctl start [email protected]  
fleetctl start [email protected]
fleetctl start [email protected]  

About

Deploying a Galera Cluster onto CoreOS using fleet-units

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages