Skip to content
Snippets Groups Projects
  1. Mar 02, 2016
  2. Mar 01, 2016
  3. Feb 29, 2016
  4. Feb 28, 2016
  5. Feb 27, 2016
  6. Feb 26, 2016
    • Jenkins's avatar
      Merge "Neutron ugprade play" · 32936b59
      Jenkins authored
      32936b59
    • Jenkins's avatar
      Merge "Add upgrade play for ceph" · e4c027e3
      Jenkins authored
      e4c027e3
    • Jenkins's avatar
    • Jenkins's avatar
    • Jenkins's avatar
    • 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
    • Mauricio Lima's avatar
      Add suport to neutron-agents and ovs runs in storage node · d7850df6
      Mauricio Lima authored
      The generic driver for manila need the neutron agents
      and OVS / Linuxbridge running on the same node as manila_share.
      This is necessary when the DHSS (Driver Handles Share Servers)
      is the value "True", so that the manila_share can talk
      with NFS manager.
      
      Change-Id: I21904659b1789fa71118401bfb6ac2227ae564da
      Partially-Implements: blueprint enable-manila-containers
      d7850df6
    • Dave McCowan's avatar
      Add Ansible scripts to generate TLS certificates for testing · fd280872
      Dave McCowan authored
      Working towards the blueprint that will add TLS protection
      for the external endpoints, kolla needs certificates.
      
      When kolla deploys OpenStack, the external VIP will need
      a server side certifcate.  Clients that access those endpoints will
      need the public CA certificate that signed that certificate.
      
      This ansible script will create these two certificates to make
      it easy to use TLS in a test environment.  The generated
      certificate files are:
      
      /etc/kolla/certificates/haproxy.pem  (server side certificate)
      /etc/kolla/certificates/haproxy-ca.pem (CA certificate)
      
      The generated certificates are not suitable for use in a
      production environment, but will be useful for testing and
      verifying operations.
      
      Partially-implements: blueprint ssl-kolla
      
      Change-Id: I208777f9e5eee3bfb06810c7b18a2727beda234d
      fd280872
    • Jenkins's avatar
      Merge "Fix issue in newest_dhcp_lease.py" · 35830a65
      Jenkins authored
      35830a65
Loading