Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Sep 20, 2017
  3. Sep 19, 2017
  4. Sep 18, 2017
    • James McCarthy's avatar
      Update designate to allow use of external bind9 dns servers. · d4f8b413
      James McCarthy authored
      kolla designate DNSaaS makes use of containerised bind9 servers
      as it's default designate_backend. These can be disabled by
      setting designate_backend to "no". default: "bind9"
      
      This commit adds two new properties:
      1) designate_backend_external
       which can be enabled by setting it to 'bind9'. default: "no"
      and
      2) designate_backend_external_bind9_nameservers, which can
       accept a csv list of all the external server addresses.
       (default: "")
      
      The following attributes should either be set:
      'internal' (the default)
       designate_backend: "bind9"
       designate_backend_external: "no"
       (designate_backend_external_bind9_nameservers is ignored)
      or
       'external'
       designate_backend: "no"
       designate_backend_external: "bind9"
       (designate_backend_external_bind9_nameservers must be populated)
      
      Configuration override files to align with external bind9
      dns servers must be supplied manually,
       /etc/kolla/config/designate/rndc.key
       /etc/kolla/config/designate/rndc.conf
      
      Change-Id: I8dbe6fd4fe7820b9143604d89e8399b07e07c3fd
      d4f8b413
    • Jenkins's avatar
      8103b903
  5. Sep 14, 2017
  6. Sep 13, 2017
  7. Sep 12, 2017
  8. Sep 11, 2017
    • Eduardo Gonzalez's avatar
      Fix barbican-api log filter in fluentd · 1d1fbcfb
      Eduardo Gonzalez authored
      Barbican-api log is a uswsgi process and fluentd expects as
      openstack service process.
      This change moves log type to uswgi group.
      
      Change-Id: Ifaf5645d0d19e133e41de0c55a55321fccfc391f
      Closes-Bug: #1716513
      1d1fbcfb
  9. Sep 08, 2017
  10. Sep 06, 2017
Loading