Skip to content
  1. Feb 24, 2018
  2. Feb 12, 2018
  3. Feb 08, 2018
  4. Jan 18, 2018
  5. Jan 17, 2018
  6. Jan 07, 2018
  7. Jan 05, 2018
  8. Dec 11, 2017
  9. 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
  10. Dec 04, 2017
  11. 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
  12. Nov 02, 2017
  13. Oct 27, 2017
  14. Oct 18, 2017
  15. Oct 16, 2017
  16. Sep 27, 2017
  17. 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
  18. 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
  19. Aug 20, 2017
  20. Aug 18, 2017
  21. Aug 11, 2017
  22. Jul 26, 2017
  23. Jul 20, 2017
  24. Jul 11, 2017
  25. Jul 10, 2017
  26. Jul 09, 2017
  27. Jun 23, 2017
Loading