ant31
21b0a3649d
Increase liveness timeout
8 years ago
Smaine Kahlouch
4d3f6c6533
install epel release for rhel
install required packages before common
roles/kubernetes/preinstall/tasks/main.yml
8 years ago
Greg Althaus
bedcca922c
Add variables and defaults for multiple types of ip addresses.
Each node can have 3 IPs.
1. ansible_default_ip4 - whatever ansible things is the first IPv4 address
usually with the default gw.
2. ip - An address to use on the local node to bind listeners and do local
communication. For example, Vagrant boxes have a first address that is the
NAT bridge and is common for all nodes. The second address/interface should
be used.
3. access_ip - An address to use for node-to-node access. This is assumed to
be used by other nodes to access the node and may not be actually assigned
on the node. For example, AWS public ip that is not assigned to node.
This updates the places addresses are used to use either ip or access_ip and walk
up the list to find an address.
8 years ago
Antoine Legrand
4566d60e6f
Slowdown apimaster restart
8 years ago
Antoine Legrand
b9781fa7c2
Symlink dnsmasq conf
8 years ago
Smaine Kahlouch
90ffb8489a
fix some handlers
8 years ago
Greg Althaus
c7bd2a2a1e
Need to use separate stanzas for each repo because the
args are different. Sigh.
8 years ago
Smaine Kahlouch
baaa6efc2b
workaround_ha_apiserver
8 years ago
ant31
56b92812fa
Fix systemd reload and calico unit
8 years ago
ant31
f5508b1794
Use update_cache when possible
8 years ago
Smaine Kahlouch
4984b57aa2
use rsync instead of command
8 years ago
Smaine Kahlouch
283c4169ac
run apiserver as a service
reorder master handlers
typo for sysvinit
8 years ago
Smaine Kahlouch
391413f7e7
missing commits for the PR #86
8 years ago
Smaine Kahlouch
cb59559835
use command instead of synchronize
8 years ago
Antoine Legrand
078b67c50f
Remove downloader host
8 years ago
Greg Althaus
ec1073def8
Test for a systemd service that should be up.
8 years ago
Smaine Kahlouch
de038530ef
don't run gitinfos by default
8 years ago
Smaine Kahlouch
337977e868
script which gives info about the deployment state
fix script location
8 years ago
Smaine Kahlouch
a5094f2a6a
move /etc/hosts configuration in 'preinstall' role
8 years ago
Greg Althaus
10b2466d82
run_once only works if master[0] is first in inventory list
of all nodes.
8 years ago
Antoine Legrand
f68d8f3757
Add seT_remote_user in synchronize
8 years ago
Antoine Legrand
9b083b62cf
Rename tasks
8 years ago
ant31
4271126bae
Change hyperkube repo
8 years ago
Smaine Kahlouch
049f5015c1
upgrade hyperkube image version
8 years ago
Smaine Kahlouch
8415634016
use google hyperkube image
8 years ago
Smaine Kahlouch
8127e8f8e8
Flannel running as pod
8 years ago
ant31
5d61b5e813
Fix namespace
8 years ago
ant31
b769636435
Ansible 2.0
8 years ago
Smaine Kahlouch
eab2cec0ad
fix kubectl perms
8 years ago
ant31
f49aa90bf7
fix synchronize pull mode
8 years ago
Smaine Kahlouch
d5320961e9
enforce user root when sudo is used
9 years ago
ant31
9a03249446
Add travis tests
9 years ago
ant31
8fa0110e28
Remove local dep. downloader
9 years ago
Smaine Kahlouch
99d16913d3
use bin_dir var in init scripts
9 years ago
Smaine Kahlouch
d172457504
sysvinit scripts
9 years ago
Smaine Kahlouch
6103d673b7
New calico's configuration
9 years ago
Smaine Kahlouch
29bf90a858
review handlers for sysvinit
9 years ago
Smaine Kahlouch
15cd1bfc56
rename env file
9 years ago
Smaine Kahlouch
be5fe9af54
never report changed for init system detection
9 years ago
Smaine Kahlouch
7006d56ab8
split role download and preinstall
9 years ago
Smaine Kahlouch
1695682d85
handle sysvinit
9 years ago
Smaine Kahlouch
98fe2c02b2
review local tasks
9 years ago
Smaine Kahlouch
92c2a9457e
rename role common to kubernetes/preinstall
9 years ago
Smaine Kahlouch
c9d9ccf025
move network-environment template into node role, required by kubelet
9 years ago
ant31
e378f4fb14
Install calico-plugin before running calico
9 years ago
Antoine Legrand
5c15d14f12
Run etcd as pod
9 years ago
Smaine Kahlouch
680864f95c
don't sync certs on masters, already done in another task
9 years ago
Smaine Kahlouch
b2afbfd4fb
don't touch if the file exists
9 years ago
Smaine Kahlouch
ab694ee291
Install python-httplib2 required packaged
9 years ago
Smaine Kahlouch
fec1dc9041
A single file for tokens tasks
9 years ago