Skip to content
Snippets Groups Projects
  1. Jul 05, 2016
  2. Jul 02, 2016
  3. Jun 27, 2016
  4. Jun 24, 2016
  5. May 22, 2016
    • Paul Czarkowski's avatar
      fixes issue #258 · c226b4e5
      Paul Czarkowski authored
      Kubernetes API server has an option:
      
      ```
      --advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
      ```
      
      kargo does not set --bind-address, thus it binds to eth0, in vagrant and similar
      environments this causes issues because nodes cannot talk to eachother over eth0.
      
      This sets `--advertise-address` to `ip` if its set, otherwise the default behavior
      of is persisted by using `ansible_default_ipv4.address`.
      c226b4e5
  6. Apr 01, 2016
  7. Mar 31, 2016
  8. Mar 29, 2016
  9. Mar 22, 2016
  10. Feb 13, 2016
  11. Feb 01, 2016
  12. Jan 28, 2016
    • Greg Althaus's avatar
      Add variables and defaults for multiple types of ip addresses. · bedcca92
      Greg Althaus authored
      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.
      bedcca92
  13. Jan 26, 2016
  14. Jan 23, 2016
  15. Dec 19, 2015
  16. Dec 16, 2015
  17. Dec 15, 2015
  18. Dec 14, 2015
  19. Dec 12, 2015
  20. Nov 30, 2015
  21. Nov 27, 2015
  22. Nov 22, 2015
  23. Nov 20, 2015
  24. Nov 19, 2015
  25. Nov 17, 2015
  26. Nov 01, 2015
  27. Oct 27, 2015
  28. Oct 04, 2015
Loading