Skip to content

pratikpparikh/coreos-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COREOS UTILS

A small set of utilities that allows me to walk around some configuration issues I had during deploying CoreOS clusters on Rackspace.

The most prominent issue I faced was the fact that at Rackspace, the COREOS_PRIVATE_IPV4 variable (lives in /etc/environment file) actually points to a Service Network which is not actually private as it is shared between tenants in the same Rackspace datacenter.

That means that your etcd cluster and possible other services that you think are bound to private network are not so!

PRIVATE-NETWORK-ENV-GENERATOR

This service is a simple script that receives a network interface to get the IP address for and saves the address in /etc/private-network-environment file like this:

COREOS_REAL_PRIVATE_IP=192.168.3.1

your services then can source this file and get the IP address of the real private network.

See more details here

ETCD-ENV-GENERATOR

Helps you to configure ETCD cluster to listen on the real private network. See here for more details.

About

A small set of utilities that allows me to walk around some configuration issues I had during deploying CoreOS clusters on Rackspace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%