Skip to content
  1. Nov 14, 2016
  2. Nov 10, 2016
  3. Nov 09, 2016
  4. Nov 08, 2016
  5. Nov 07, 2016
    • Matthew Mosesohn's avatar
      adds ability to have hosts with no floating ips on terraform/openstack (+8 squashed commits) · f106bf5b
      Matthew Mosesohn authored
      
      Squashed commits:
      [f9355ea1] Swap order in which we reload docker/socket
      [2ca6819c] Reload docker.socket after installing flannel on coreos
      
      Workaround for #569
      [9f976e56] Vagrantfile: setup proxy inside virtual machines
      
      In corporate networks, it is good to pre-configure proxy variables.
      [9d7142f4] Vagrantfile: use Ubuntu 16.04 LTS
      
      Use recent supported version of Ubuntu for local development setup
      with Vagrant.
      [50f77cca] Add CI test layouts
      
      * Drop Wily from test matrix
      * Replace the Wily cases dropped with extra cases to test separate
        roles deployment
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      [03e162b3] Update OWNERS
      [c7b00cae] Use tar+register instead of copy/slurp for distributing tokens and certs
      
      Related bug: https://github.com/ansible/ansible/issues/15405
      
      Uses tar and register because synchronize module cannot sudo on the
      remote side correctly and copy is too slow.
      
      This patch dramatically cuts down the number of tasks to process
      for cert synchronization.
      [2778ac61] Add new var skip_dnsmasq_k8s
      
      If skip_dnsmasq is set, it will still not set up dnsmasq
      k8s pod. This enables independent setup of resolvconf section
      before kubelet is up.
      f106bf5b
  6. Nov 04, 2016
  7. Nov 01, 2016
  8. Oct 26, 2016
  9. Oct 24, 2016
  10. Oct 21, 2016
  11. Oct 20, 2016
  12. Oct 18, 2016
  13. Oct 15, 2016
  14. Oct 12, 2016
  15. Oct 10, 2016
    • Smana's avatar
      upgrade to kubernetes version 1.4.0 · 056f4b6c
      Smana authored
      test to change the machine type
      
      Revert "test to change the machine type"
      
      This reverts commit 7a91f1b5405a39bee6cb91940b09a0b0f9d3aee1.
      
      use google dns server when no upstream dns are defined
      
      comment upstream_dns_servers
      
      update documentation
      
      remove deprecated kubelet flags
      
      Revert "remove deprecated kubelet flags"
      
      This reverts commit 21e3b893c896d0291c36a07d0414f4cb88b8d8ac.
      056f4b6c
    • Artem Roma's avatar
      Add possibility to enable network policy via Calico network controller · 3919d666
      Artem Roma authored
      The requirements for network policy feature are described here [1]. In
      order to enable it, appropriate configuration must be provided to the CNI
      plug in and Calico policy controller must be set up. Beside that
      corresponding extensions needed to be enabled in k8s API.
      
      Now to turn on the feature user can define `enable_network_policy`
      customization variable for Ansible.
      
      [1] http://kubernetes.io/docs/user-guide/networkpolicies/
      3919d666
  16. Oct 07, 2016
  17. Oct 06, 2016
  18. Oct 05, 2016
  19. Oct 04, 2016
  20. Oct 03, 2016
  21. Sep 30, 2016
  22. Sep 29, 2016
  23. Sep 28, 2016
    • Aleksandr Didenko's avatar
      Allow to use custom "canalized" calico cni · 2b686648
      Aleksandr Didenko authored
      - Allow to overwrite calico cni binaries copied from hyperkube
        by the custom ones.
      - Fix calico-ipam deployment (it had wrong source in rsync)
      - Make copy from hyperkube idempotent (use rsync instead of cp)
      - Remove some orphaned comments
      2b686648
    • Anthony Haussmann's avatar
      Move kube_version var to defaults · 34a27b01
      Anthony Haussmann authored
      Move the variable kube_version to defaults to have the possibility to overwrite it via group_vars inventory if needed.
      34a27b01
  24. Sep 27, 2016
Loading