Skip to content
  1. Jan 05, 2018
    • ArchiFleKs's avatar
      Update Terraform docs and authentication method · 6eb6e806
      ArchiFleKs authored
      Hardcoded variables are removed from variables.tf file because it might
      not be suitable for all OpenStack Cloud depending on Identity API
      version available (between v2 or v3) and preferred authentication
      method.
      6eb6e806
  2. Dec 11, 2017
  3. 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
  4. Dec 04, 2017
  5. 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
  6. Nov 02, 2017
  7. Oct 27, 2017
  8. Oct 18, 2017
  9. Oct 16, 2017
  10. Sep 27, 2017
  11. 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
  12. 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
  13. Aug 20, 2017
  14. Aug 18, 2017
  15. Aug 11, 2017
  16. Jul 26, 2017
  17. Jul 20, 2017
  18. Jul 11, 2017
  19. Jul 10, 2017
  20. Jul 09, 2017
  21. Jun 23, 2017
  22. Jun 16, 2017
  23. May 19, 2017
  24. Apr 12, 2017
  25. Mar 21, 2017
    • Matthew Mosesohn's avatar
      Add KVM hypervisor playbook to contrib · 3889c2e0
      Matthew Mosesohn authored
      Optional Ansible playbook for preparing a host for running Kargo.
      This includes creation of a user account, some basic packages,
      and sysctl values required to allow CNI networking on a libvirt network.
      3889c2e0
  26. Mar 20, 2017
  27. Mar 09, 2017
  28. Mar 06, 2017
    • Vincent Schwarzer's avatar
      Rewrote AWS Terraform for Kargo · 3c6b1480
      Vincent Schwarzer authored
      Rewrote AWS Terraform deployment for AWS Kargo. It supports now
      multiple Availability Zones, AWS Loadbalancer for Kubernetes API,
      Bastion Host, ...
      
      For more information see README
      3c6b1480
  29. Mar 03, 2017
  30. Feb 23, 2017
  31. Jan 27, 2017
  32. Jan 24, 2017
Loading