Skip to content
Snippets Groups Projects
  1. Dec 01, 2021
  2. Nov 22, 2021
  3. Jun 25, 2021
    • Simon Kollberg's avatar
      Openstack cwd (#7643) · d7039ef7
      Simon Kollberg authored
      * terraform/openstack: Use path.root for ansible_bastion_template.txt
      
      The path.root variable points to the root module path. Using this
      instead of a relative path makes less assumptions about the current
      working directory.
      
      * terraform/openstack: Add group_vars_path variable
      
      Previously, the group_vars path was assumed to be in CWD. The
      default value for the group_vars_path variable is still relative
      to CWD and thus should be backwards compatible if unset.
      d7039ef7
  4. Feb 16, 2021
  5. Nov 05, 2020
  6. Aug 27, 2020
  7. Aug 18, 2020
  8. Aug 05, 2020
  9. Apr 16, 2020
  10. Feb 18, 2020
  11. Dec 09, 2019
    • Hugo Blom's avatar
      Support Openstack servergroups (#5412) · 40e35b3f
      Hugo Blom authored
      * add support for nova servergroups
      
      * Add documentation for openstack nova servergroups
      
      * uppdate to TF 0.12.12 format and fix etcd
      
      * revert for_each change
      
      * fix variables and formatting in main.tf
      
      * try to avoid errors
      
      * update variable
      
      * Update main.tf
      
      * Update main.tf
      
      * update all other instance resources
      40e35b3f
  12. Oct 07, 2019
  13. Sep 25, 2019
  14. May 09, 2019
  15. Apr 29, 2019
  16. Apr 21, 2019
  17. Apr 17, 2019
  18. Apr 15, 2019
  19. Nov 01, 2018
    • Andreas Holmsten's avatar
      Add worker_allowed_ports · 6c347459
      Andreas Holmsten authored
      * [contrib/terraform/openstack] Add worker_allowed_ports
      
        Allow user to define in terraform template which ports and remote
        IPs that are allowed to access worker nodes. This is useful when you
        don't want to open up whole NodePort range to the outside world, or
        ports outside NodePort range.
      6c347459
  20. Oct 19, 2018
  21. Sep 28, 2018
    • Andreas Holmsten's avatar
      Change from Nova security groups to Neutron (#2910) · 0a9a42b5
      Andreas Holmsten authored
      * Replace `openstack_compute_secgroup_v2` with `openstack_networking_secgroup_v2`
      
      The `openstack_networking_secgroup_v2` resource allow specifications of
      both ingress and egress. Nova security groups define ingress rules only.
      
      This change will also allow for more user-friendly specified security
      rules, as the different security group resources have different HCL
      syntax.
      0a9a42b5
  22. Aug 01, 2018
  23. Jun 28, 2018
  24. Apr 30, 2018
    • Pablo Moreno's avatar
      [contrib/terraform/openstack] Backward compatibility changes (#2539) · df6c5b28
      Pablo Moreno authored
      * [terraform/openstack] Restores ability to use existing public nodes and masters as bastion.
      
      * [terraform/openstack] Uses network_id as output
      
      * [terraform/openstack] Fixes link to inventory/local/group_vars
      
      * [terraform/openstack] Adds supplementary master groups
      
      * [terraform/openstack] Updates documentation avoiding manual setups for bastion (as they are not needed now).
      
      * [terraform/openstack] Supplementary master groups in docs.
      
      * [terraform/openstack] Fixes repeated usage of master fips instead of bastion fips
      
      * [terraform/openstack] Missing change for network_id to subnet_id
      
      * [terraform/openstack] Changes conditional to element( concat ) form to avoid type issues with empty lists.
      df6c5b28
  25. Jan 05, 2018
  26. 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
Loading