Skip to content
Snippets Groups Projects
  1. Jul 17, 2017
  2. Jul 14, 2017
  3. Jul 13, 2017
  4. Jul 12, 2017
  5. Jul 11, 2017
  6. Jul 10, 2017
    • Bertrand Lallau's avatar
      Fix designate-api listen interface · f8bbba55
      Bertrand Lallau authored
      designate-api service is launched using dns_interface instead of api_interface.
      Haproxy is using the good interface (api_interface), hence designate_api
      can't be accessed.
      
      Change-Id: I24e356c167c931a6b69a283efba12117fcff936a
      Closes-Bug: #1703425
      f8bbba55
    • Bertrand Lallau's avatar
      Searchlight: activate Ironic resources · efc50df5
      Bertrand Lallau authored
      Ironic resources can be indexed by Searchlight.
      This patch enable it.
      
      Change-Id: I003a10055629189791adbb522344e6c9cec597f3
      efc50df5
    • Bertrand Lallau's avatar
      Fix searchlight nova resources indexation · dbce666b
      Bertrand Lallau authored
      * nova_server resources resources are not actually
      indexed.
      
      * nova flavor are not indexed too, cause the notifications topic for
      flavors is versioned_notifications.
      We need to config notifications_topics_exchanges with value
      'versioned_notifications,nova' in order to get the related versioned.
      
      Change-Id: Ibf4ee7d7efceee5aefac5f83e22b994ae33ce047
      Closes-Bug: #1703435
      dbce666b
    • Bertrand Lallau's avatar
      Clean some Boolean condition checks · 8b5b3cef
      Bertrand Lallau authored
      * "bool" filter is removed when not required
      * 'not' is used instead of '== False' check
      
      Change-Id: I85a5bb9a5ea874ac1c397cbf8de416147d2424c3
      8b5b3cef
    • Eduardo Gonzalez's avatar
      Fix bandit tests directory · eeb932c7
      Eduardo Gonzalez authored
      - Bandit tests are executed in kolla directory,
        in kolla ansible this directory is kolla_ansible.
      
      - Error is silently ignored:
        Files skipped (1):
        	kolla (No such file or directory)
      
      - Also, in ansible/ there is python code in more places
        than only ansible/library, remove library to pass test
        over the whole ansible directory
      
      - Debug tests fails due cannot import tests.
        ImportError: Start directory is not importable: './kolla-ansible/tests'
      
      Change-Id: I0716034c382209b385105bb3a6e0bb7334076e45
      eeb932c7
    • Bertrand Lallau's avatar
      Fix tools/cleanup-images script error · f5624b21
      Bertrand Lallau authored
      When cleanup-images is launch without parameters the following error is
      triggered:
      ./cleanup-images: line 72: break: only meaningful in a `for', `while',
      or `until' loop
      
      This patch fix it.
      
      Change-Id: Ie8c63420a4e9b0d49a4e6be4172c8f0be912b556
      Closes-Bug: #1702496
      f5624b21
    • Noboru Iwamatsu's avatar
      delete delimiter from init fernet condition check · 2182e563
      Noboru Iwamatsu authored
      In ansible 2.3.1, conditional statement should not include jinja2
      templating delimiters (e.g. {{ ).  So, this change removes the
      delimiters from when statemant, and also removes unnesessary
      parentheses from until statement.
      
      Closes-Bug: 1702607
      
      Change-Id: I071ffd5ba6175ee1bc61719a84b805c022753459
      2182e563
    • jimmygc's avatar
      Make glance filesystem_store_datadir configurable. · f70dfc5d
      jimmygc authored
      User can use custom directory to store images.
      For example using a shared file system as backend.
      
      Change-Id: Iab7a9a51e619bdbf8f7bd4626ebe4d703e6d4819
      f70dfc5d
    • Jenkins's avatar
      4510c525
    • Jenkins's avatar
      0572a394
    • Jenkins's avatar
      Merge "Use latest docker engine in gate" · 6f2874cc
      Jenkins authored
      6f2874cc
    • Eduardo Gonzalez's avatar
      Fix depends-on kolla gates · 378ec1f1
      Eduardo Gonzalez authored
      When using depends-on, gates will not build cinder
      and ceph images, causing ceph deploy gates to fail.
      
      Change-Id: I441c742251754db27374331f774041c214678eba
      378ec1f1
Loading