Skip to content
Snippets Groups Projects
  1. May 04, 2017
    • Jeffrey Zhang's avatar
      Add timeout parameter for precheck tasks · b1f01561
      Jeffrey Zhang authored
      wait_for module waits 300 seconds for the port started or stopped.  This
      is meaningless and useless in precheck. This patch change timeout to 1
      seconds.
      
      Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298
      Closes-Bug: #1688152
      b1f01561
  2. Mar 31, 2017
    • Eduardo Gonzalez's avatar
      Fix designate prechecks · 7583c964
      Eduardo Gonzalez authored
      Using "{{ item }}" is causing wrong fact assignment
      and tries to check port when containers are running.
      
      Closes-Bug: #1678102
      Change-Id: I659e1c1828b9d82ef9d5bad81021a655cac21478
      7583c964
  3. Mar 13, 2017
    • Bertrand Lallau's avatar
      Designate: manage Api and Central services workers · 1c5e6a59
      Bertrand Lallau authored
      Api and Central Designate services are not configured and will be set to
      4 (default value). In an "all-in-one" config it's very helpful to
      minimize used resources by setting openstack_service_workers to 1.
      
      Change-Id: Iafa460859e4b6004ae202bb878da77add08d7a5f
      Closes-Bug: #1672413
      1c5e6a59
  4. Mar 09, 2017
    • Paul Bourke's avatar
      Enable sanity checks from kolla-ansible · 5418ada1
      Paul Bourke authored
      Add a new subcommand 'check' to kolla-ansible, used to run the
      smoke/sanity checks.
      
      Add stub files to all services that don't currently have checks.
      
      Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48
      Partially-implements: blueprint sanity-check-container
      5418ada1
  5. Mar 01, 2017
    • Eduardo Gonzalez's avatar
      Fix designate deploy/genconfig · 03feeb02
      Eduardo Gonzalez authored
      While deploying/genconfig designate, raise an error due
      a missing .key in the item iteration
      designate_rndc_key var is already used and replaced by the register
      Changed register to other name.
      Bind9 container should be started before other designate services.
      
      Change-Id: Ia6aa89af1cf2317fa8f006b8d35d3760e7fb9980
      03feeb02
  6. Feb 13, 2017
  7. Feb 04, 2017
  8. Feb 03, 2017
    • Eduardo Gonzalez's avatar
      Apply new register method · 1e1c4354
      Eduardo Gonzalez authored
      Change-Id: I4653250149dcc3ce46a2ea9622b9228a120764d2
      Closes-Bug: #1661595
      1e1c4354
    • Eduardo Gonzalez's avatar
      Remove hardcoded usernames in register.yml · 4e0fa6a3
      Eduardo Gonzalez authored
      Usernames can be configured with variables in
      configuration files, but user creation is hardcoded.
      
      Change-Id: I057cfb921d776217db66f59226dcfa79f3eb7368
      Closes-Bug: #1661587
      4e0fa6a3
    • Eduardo Gonzalez's avatar
      Integrate designate with neutron · e516ea50
      Eduardo Gonzalez authored
      Integrate designate service with neutron to allow instances
      and floatingip resolve designate dns.
      MDNS service need to be reachable from nova instances
      in order to resolve DNS queries.
      Added new dns_interface to make this configurable.
      Add designate guide.
      
      Closes-Bug: #1661330
      
      Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
      e516ea50
  9. Jan 20, 2017
    • Eduardo Gonzalez's avatar
      Remove hardcoded designate backend · 89447107
      Eduardo Gonzalez authored
      Add conditionals to deploy bind9 as backend
      for designate, this way will easy third parties
      to deploy or develop custom backends.
      
      Change-Id: Ie61a3927ecb9366476cf3fbe0a866f8ea843d100
      89447107
  10. Jan 18, 2017
  11. Jan 07, 2017
  12. Jan 06, 2017
  13. Jan 05, 2017
Loading