Skip to content
Snippets Groups Projects
  1. Jun 16, 2020
  2. Apr 10, 2020
  3. Sep 04, 2019
    • Xing Zhang's avatar
      Improve admin-openrc · f8c3dccd
      Xing Zhang authored
      add clear old environment
      set openstack client to use internalURL
      set manila client to use internalURL
      
      Change-Id: I263fa11ff5439b28d63a6a9ce7ba460cb56fb8e2
      Unverified
      f8c3dccd
  4. Aug 22, 2019
    • Krzysztof Klimonda's avatar
      Implement TLS encryption for internal endpoints · b0ecd8b6
      Krzysztof Klimonda authored
      This review is the first one in a series of patches and it introduces an
      optional encryption for internal openstack endpoints, implementing part
      of the add-ssl-internal-network spec.
      
      Change-Id: I6589751626486279bf24725f22e71da8cd7f0a43
      b0ecd8b6
  5. Mar 06, 2019
    • Jim Rollenhagen's avatar
      Use keystone_*_url var in all configs · 2e4e6050
      Jim Rollenhagen authored
      We're duplicating code to build the keystone URLs in nearly every
      config, where we've already done it in group_vars. Replace the
      redundancy with a variable that does the same thing.
      
      Change-Id: I207d77870e2535c1cdcbc5eaf704f0448ac85a7a
      2e4e6050
  6. Jul 02, 2018
    • Joshua Harlow's avatar
      Create and use keystone_admin[project|user] · 6a331d4e
      Joshua Harlow authored
      It is not always convenient to use the the given
      admin project and admin user; especially when some clouds
      use different user and project for there keystone 'admin'
      
      This allows setting the variables for these users to something
      else, and defaults them to there current values of 'admin'.
      
      Change-Id: I22b79a30f01c90a92ecc0974886edf3791518f2f
      6a331d4e
  7. Oct 06, 2017
  8. Aug 07, 2017
  9. Apr 25, 2017
  10. Mar 06, 2017
  11. Nov 04, 2016
  12. Aug 26, 2016
  13. Feb 26, 2016
    • SamYaple's avatar
      Change kolla_internal_address variable · d3cfb205
      SamYaple authored
      Due to poor planning on our variable names we have a situation where
      we have "internal_address" which must be a VIP, but "external_address"
      which should be a DNS name. Now with two vips "external_vip_address"
      is a new variable.
      
      This corrects that issue by deprecating kolla_internal_address and
      replacing it with 4 nicely named variables.
      
      kolla_internal_vip_address
      kolla_internal_fqdn
      kolla_external_vip_address
      kolla_external_fqdn
      
      The default behaviour will remain the same, and the way the variable
      inheritance is setup the kolla_internal_address variable can still be
      set in globals.yml and propogate out to these 4 new variables like it
      normally would, but all reference to kolla_internal_address has been
      completely removed.
      
      Change-Id: I4556dcdbf4d91a8d2751981ef9c64bad44a719e5
      Partially-Implements: blueprint ssl-kolla
      d3cfb205
  14. Feb 15, 2016
    • Dave McCowan's avatar
      Use variables to specify http or https when constructing URLs · 1cedf77f
      Dave McCowan authored
      To allow for TLS to protect the service endpoints, the protocol
      in the URLs for the endpoints will be either http or https.
      
      This patch removes the hardcoded values of http and replaces them
      with variables that can be adjusted accordingly in future patches.
      
      Change-Id: Ibca6f8aac09c65115d1ac9957410e7f81ac7671e
      Partially-implements: blueprint ssl-kolla
      1cedf77f
  15. Nov 23, 2015
    • Hui Kang's avatar
      Create openrc file on the deploy node · 46673b81
      Hui Kang authored
      This task is run as a post-deploy playbook
      
      Implements: blueprint ansible-task-generate-openrc
      Change-Id: I69f4ee895094da5c73494a41dccb2e86eb481656
      46673b81
Loading