Skip to content
  1. Mar 27, 2018
  2. Mar 05, 2018
  3. Mar 02, 2018
  4. Feb 24, 2018
  5. Feb 23, 2018
  6. Feb 12, 2018
  7. Feb 08, 2018
  8. Jan 18, 2018
  9. Jan 17, 2018
  10. Jan 07, 2018
  11. Jan 05, 2018
  12. Dec 11, 2017
  13. Dec 05, 2017
    • BenGalewsky's avatar
      Update OpenStack Terraform: Modules, Bastions, and New Floating IP config (#1958) · 591ae700
      BenGalewsky authored
      * Adding bastion and private network provisioning for openstack terraform
      
      * Remove usage of floating-ip property
      
      * Combine openstack instances + floating ips
      
      * Fix relating floating IPs to hosts for openstack builds
      
      * Tighten up security groups
      
      Allow ssh into all instances with floating IP
      
      * Add the gluster hosts to the no-floating group
      
      * Break terraform into modules
      
      * Update README and var descriptions to match current config
      
      * Remove volume property in gluster compute def
      
      * Include cluster name in internal network and router names
      
      * Make dns_nameservers a variable
      591ae700
  14. Dec 04, 2017
  15. Nov 30, 2017
    • Jean-Marie F's avatar
      Terraform - Remove the need for region specific reference data (#1962) · ca8a9c60
      Jean-Marie F authored
      * Dynamically retrieve aws_bastion_ami latest reference by querying AWS rather than hard coded
      
      * Dynamically retrieve the list of availability_zones instead of needing to have them hard coded
      
      * Limit availability zones to first 2, using slice extrapolation function
      
      * Replace the need for hardcoded variable "aws_cluster_ami" by the data provided by Terraform
      
      * Move ami choosing to vars, so people don't need to edit create infrastructure if they want another vendor image (as suggested by @atoms)
      
      * Make name of the data block agnostic of distribution, given there are more than one distribution supported
      
      * Add documentation about other distros being supported and what to change in which location to make these changes
      ca8a9c60
  16. Nov 02, 2017
  17. Oct 27, 2017
  18. Oct 18, 2017
  19. Oct 16, 2017
  20. Sep 27, 2017
  21. Sep 08, 2017
    • Tennis Smith's avatar
      Add bastion host definitions (#1621) · a47aaae0
      Tennis Smith authored
      * Add comment line and documentation for bastion host usage
      
      * Take out unneeded sudo parm
      
      * Remove blank lines
      
      * revert changes
      
      * take out disabling of strict host checking
      a47aaae0
  22. Sep 05, 2017
    • Tennis Smith's avatar
      Point apiserver address to 0.0.0.0 (#1617) · 35d48cc8
      Tennis Smith authored
      * Point apiserver address to 0.0.0.0
      Added loadbalancer api server address
      * Update documentation
      35d48cc8
    • Yorgos Saslis's avatar
      Update ansible inventory file when template changes (#1612) · 82eedbd6
      Yorgos Saslis authored
      This trigger ensures the inventory file is kept up-to-date. Otherwise, if the file exists and you've made changes to your terraform-managed infra without having deleted the file, it would never get updated. 
      
      For example, consider the case where you've destroyed and re-applied the terraform resources, none of the IPs would get updated, so ansible would be trying to connect to the old ones.
      82eedbd6
  23. Aug 20, 2017
  24. Aug 18, 2017
  25. Aug 11, 2017
  26. Jul 26, 2017
  27. Jul 20, 2017
Loading