ant31
4ee3699933
Add weave to tests
8 years ago
ant31
caa2555b1d
Add complete test integration
8 years ago
Smaine Kahlouch
09851621de
Merge pull request #133 from Smana/weave_network_plugin
weave network plugin
8 years ago
Smaine Kahlouch
05c8a29688
Merge branch 'master' into weave_network_plugin
8 years ago
Smana
793d665db4
specify weave version
8 years ago
Antoine Legrand
50da691d45
Merge pull request #134 from rackn/kubeproxy-bind-local
Force kube-proxy to bind to local address
8 years ago
Greg Althaus
6f1fe0cda2
Force kube-proxy to bind to local address
8 years ago
Smana
ab007e4ab8
weave network plugin
8 years ago
Smaine Kahlouch
03dd43e97d
Merge pull request #132 from Smana/net_plugins_distinct_roles
split network plugins into distinct roles
8 years ago
Smaine Kahlouch
4f92417a5d
split network plugins into distinct roles
8 years ago
Antoine Legrand
3016ab79cb
Merge pull request #129 from Smana/fedora_23_compat
fix some issues with fedora 23 and dnf
8 years ago
Smana
b2d6626363
fix some issues with fedora 23 and dnf
8 years ago
Smaine Kahlouch
98e2d6957a
Merge pull request #128 from ansibl8s/fix_calico_initd_ip
calico uses --ip option
8 years ago
Smaine Kahlouch
779299de15
calico uses --ip option
8 years ago
Antoine Legrand
bf5582b01f
Merge pull request #127 from ansibl8s/increase_timeout
Increase liveness timeout
8 years ago
Antoine Legrand
7e94d31c8b
Merge branch 'master' into increase_timeout
8 years ago
Antoine Legrand
896f59267a
Merge pull request #126 from ansibl8s/calico_nat_outgoing
add option '--nat-outgoing' for calico on clouds
8 years ago
ant31
21b0a3649d
Increase liveness timeout
8 years ago
Smaine Kahlouch
3bb6066558
add option '--nat-outgoing' for calico on clouds
8 years ago
Smaine Kahlouch
64be24dd20
Merge pull request #123 from Smana/install_epel_rhel
install epel release for rhel
8 years ago
Antoine Legrand
f8ffe53709
Merge pull request #124 from rackn/centos-fixes
Update docker for CentOS issues in AWS and general variables
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
6163fe166e
Update docker for CentOS issues in AWS and general
variables.
1. AWS has issues with ext4 (use xfs instead for CentOS only)
2. Make sure all the centos config files are include in the systemd config
3. Make sure that network options are set in the correct file by os family
This allows downstream items like opencontrail and others change variables
in expected locations.
8 years ago
Antoine Legrand
6eff3f0fce
Merge pull request #120 from Smana/fix_etcd_initd
etcd initd startup command fix
8 years ago
Smaine Kahlouch
6358cf788f
etcd initd startup command fix
8 years ago
Antoine Legrand
6915278f65
Merge pull request #118 from ansibl8s/calico
Change calico condition --ipip
8 years ago
Antoine Legrand
b33713da4a
Change calico condition --ipip
8 years ago
Antoine Legrand
83c1bd516d
Update calico.yml
8 years ago
Antoine Legrand
5d24cabc83
Merge pull request #116 from ansibl8s/calico_on_cloud
Add --ipip to calico if on cloud_proivder
8 years ago
Antoine Legrand
7127e6de54
Add --ipip to calico if on cloud_proivder
8 years ago
Antoine Legrand
cea8f1d381
Merge pull request #109 from rackn/awsify
Add variables and defaults for multiple types of ip addresses.
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
Smaine Kahlouch
faf50ea698
Merge pull request #111 from Smana/flannel_pods_subnet
use 'kube_pods_subnet' var for flannel conf
8 years ago
Smaine Kahlouch
a323335d36
use 'kube_pods_subnet' var for flannel conf
8 years ago
Antoine Legrand
f15dda0248
Merge pull request #110 from Smana/updatedoc
update submodules and documentation
8 years ago
Smaine Kahlouch
8d71d56809
update submodules and documentation
8 years ago
Antoine Legrand
cf472a6b4c
Merge pull request #107 from ansibl8s/race_condition_api_master
Slowdown apimaster restart
8 years ago
ant31
fd6ac61afc
Use local etcd/etcdproxy for calico
8 years ago
Antoine Legrand
16a1926f94
Drop ansible 1.9 support
8 years ago
Antoine Legrand
839974bad0
Merge pull request #108 from ansibl8s/set_perms_on_unarchive
Set perms on unarchive
8 years ago
Antoine Legrand
4566d60e6f
Slowdown apimaster restart
8 years ago
Antoine Legrand
49a7278563
Set perms on unarchive
8 years ago
Antoine Legrand
8676f8761f
Merge pull request #99 from ansibl8s/symlink-dnsmasq-conf
Symlink dnsmasq conf
8 years ago
Antoine Legrand
b9781fa7c2
Symlink dnsmasq conf
8 years ago
Antoine Legrand
08052f60da
Merge pull request #105 from ansibl8s/fix_handlers
fix some handlers
8 years ago
Antoine Legrand
44230a4e86
Merge pull request #101 from galthaus/patch-1
Fix download reference in cluster.ml
8 years ago
Smaine Kahlouch
90ffb8489a
fix some handlers
8 years ago
Antoine Legrand
238f6e8a0b
Remove apt-get update
8 years ago
Antoine Legrand
ef7cf3bf11
Merge pull request #103 from rackn/perm-fix
Force owner and permissions for get_url retrieved files.
8 years ago
Greg Althaus
e7d5b7af67
Force owner and permissions for get_url retrieved
files. get_url doesn't honor owner and mode is spotty.
8 years ago