Skip to content
Snippets Groups Projects
  1. Jul 02, 2017
  2. Jul 01, 2017
  3. Jun 30, 2017
  4. Jun 29, 2017
  5. Jun 28, 2017
  6. Jun 27, 2017
  7. Jun 26, 2017
  8. Jun 25, 2017
  9. Jun 23, 2017
    • jiangpch's avatar
      The notify "Restart keystone containers" is not correct · 77358dd9
      jiangpch authored
      No handler named "Restart keystone containers", and we should restart
      the keystone and the keystone-fernet container according to the context
      
      Closes-Bug: #1699924
      
      Change-Id: I62512dc022426cc762ff603d8554e48651fa621f
      77358dd9
  10. Jun 22, 2017
  11. Jun 21, 2017
    • Michal (inc0) Jastrzebski's avatar
      Fix baremetal role idempotency · 2e3b6639
      Michal (inc0) Jastrzebski authored
      When you add new nodes to existing cluster, docker will restart
      all anyway and that will break a lot, including mariadb.
      
      Change-Id: Ie46f99a141f99480a87218ead4b76ba65f2edae9
      Closes-Bug: #1699335
      2e3b6639
    • Mark Goddard's avatar
      Barbican simple_crypto plugin broken - invalid key · 2e435906
      Mark Goddard authored
      
      When using the simple_crypto plugin, barbican expects the
      [simple_crypto_plugin] kek config value to be a base64-encoded 32 byte
      value. However, kolla-ansible is providing a standard autogenerated
      password.
      
      There are two relevant variables in kolla-ansible -
      barbican_crypto_password (a standard password) and barbican_crypto_key
      (a HMAC-SHA256 key). There is no use of barbican_crypto_key other than
      when it is generated. barbican_crypto_password is used to set the
      [simple_crypto_plugin] kek config value but causes an error when the
      simple_crypto plugin is used as the value is not in the expected format.
      Using barbican_crypto_key instead resolves the error. Clearly there is a
      naming issue here and we should be using barbican_crypto_key instead of
      barbican_crypto_password.
      
      This change removes the barbican_crypto_password variable and uses
      barbican_crypto_key instead.
      
      Change-Id: I63e2b381c260265e5901ee88ca0a649d96952bda
      Closes-Bug: #1699014
      Related-Bug: #1683216
      Co-Authored-By: default avatarStig Telfer <stig@stackhpc.com>
      2e435906
    • Vladislav Belogrudov's avatar
      Add possibility to configure tenant network types and type drivers · 296ddbeb
      Vladislav Belogrudov authored
      This patch add configuration options for tenant network types and type
      drivers. Both lists are checked so that tenant types are listed in
      drivers. For ironic 'flat' driver is mandatory and is added explicitly
      into ironic prechecks.
      
      Change-Id: Ie5775001165412910a258cbed2d2ebbb8ebbd879
      Closes-Bug: #1694725
      296ddbeb
    • Jenkins's avatar
      Merge "Add webconsole support in ironic" · 9dc17cee
      Jenkins authored
      9dc17cee
    • Jenkins's avatar
      Merge "Fix jenkins link in running-tests" · a428a53a
      Jenkins authored
      a428a53a
Loading