Skip to content
  1. May 24, 2016
  2. May 21, 2016
    • Paul Czarkowski's avatar
      race condition in download role under vagrant · ba615ff9
      Paul Czarkowski authored
      using a shared folder can cause race conditions for the download
      role as it tries to download files on all the nodes to the same
      shared path.  This adds a flag to run the tasks in the download
      role on just one node.
      ba615ff9
    • Paul Czarkowski's avatar
      set vm box to be hashicorp hosted trusty · 5240465f
      Paul Czarkowski authored
      I accidently left in the old download URL for coreos
      even after I switched the box name to be ubuntu, it
      worked fine for me because I already had that box
      locally so it didn't try to download.  This should
      resolve this by using the official bento/ubuntu-14.04
      box which is a nice minimal image.
      
      We also allow the default behaviour of sharing folder to VMs
      
      By doing this we can stage our download files in a shared location
      and speed up subsequent runs significantly.
      
      Finally will create more verbose documentation.
      5240465f
  3. May 18, 2016
  4. May 12, 2016
  5. May 08, 2016
    • Paul Czarkowski's avatar
      Add native Vagrant support · 8f4e879c
      Paul Czarkowski authored
      This allows you to simply run `vagrant up` to get a 3 node HA cluster.
      
      * Creates a dynamic inventory and uses the inventory/group_vars/all.yml
      * commented lines in inventory.example so that ansible doesn't try to use it.
      * added requirements.txt to give easy way to install ansible/ipaddr
      * added gitignore files to stop attempts to save unwated files
      * changed `Check if kube-system exists` to `failed_when: false` instead of
      `ignore_errors`
      8f4e879c
  6. Apr 08, 2016
  7. Apr 04, 2016
  8. Mar 22, 2016
  9. Mar 07, 2016
  10. Mar 04, 2016
  11. Mar 02, 2016
  12. Feb 25, 2016
  13. Feb 21, 2016
  14. Feb 18, 2016
  15. Feb 15, 2016
  16. Feb 13, 2016
  17. Feb 10, 2016
  18. Feb 09, 2016
  19. Jan 27, 2016
  20. Jan 26, 2016
  21. Jan 25, 2016
  22. Jan 22, 2016
  23. Jan 21, 2016
    • Smaine Kahlouch's avatar
      etcd directly in host · 97159623
      Smaine Kahlouch authored
      fix etcd configuration for nodes
      
      fix wrong calico checksums
      
      using a var name etcd_bin_dir
      
      fix etcd handlers for sysvinit
      
      using a var name etcd_bin_dir
      
      sysvinit script
      
      review etcd configuration
      97159623
  24. Jan 17, 2016
  25. Jan 15, 2016
  26. Jan 08, 2016
  27. Jan 04, 2016
  28. Dec 18, 2015
Loading