Skip to content
Snippets Groups Projects
  1. Dec 04, 2016
    • caoyuan's avatar
      Enable zaqar ui when zaqar enabled · 9fc5157c
      caoyuan authored
      Depends-On:I430340b38ff7642f46d76ec621ae65dcae8157c3
      
      Change-Id: If669601691d1505049ba4196bd3c5856091ed921
      Closes-Bug: #1647164
      9fc5157c
  2. Dec 02, 2016
  3. Dec 01, 2016
  4. Nov 30, 2016
  5. Nov 29, 2016
    • James McCarthy's avatar
      Add more options for cinder-backup. · c0a07b69
      James McCarthy authored
      This commit brings necessary configuration and container start-up
      options to use two popular backends for backup - nfs and swift.
      Both drivers support incremental backups and should work with any
      cinder volume backend.
      
      Change-Id: Ieed29a895dc1b9faad196e160a88ea9d293f9c75
      c0a07b69
    • Duong Ha-Quang's avatar
      Fix placement of policy.json · b5d1e4b4
      Duong Ha-Quang authored
      Currently, policy.json is put in
      "{{ node_config_directory }}/{{ service_name }}"
      in target nodes.
      
      Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
      with item is corresponding service compoment config directory.
      
      Currently, the policy.json is copied to all services, but it
      should be reviewed and left only in neccesary service
      (at many cases, only API service needs that).
      
      Redundant files will be removed in follow up patchset.
      
      Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
      Closes-Bug: #1639686
      b5d1e4b4
    • Jeffrey Zhang's avatar
      Enable ironic ui when enable_ironic is yes · 2bdd0299
      Jeffrey Zhang authored
      Depends-On: Ie094b92b9a8e20696cee84698013d09306dd6e7f
      Change-Id: Ib1bbf1e5cb1536a41ab8c3082026ba90811f8df7
      Closes-Bug: #1645104
      2bdd0299
    • Jeffrey Zhang's avatar
      Enable sahara dashboard when enable_sahara is yes · de4c1305
      Jeffrey Zhang authored
      Depends-On: I0ee4672252710605970751efa756a2dd405ad8c8
      Change-Id: I066178554c6efcb84e6c1129b82502a567191553
      Closes-Bug: #1645195
      de4c1305
    • Jeffrey Zhang's avatar
      Move glance precheck into its own role · eb4313ca
      Jeffrey Zhang authored
      Depends-On: I0773851b61d341117ab214382856a9036aca51bb
      Change-Id: I060e21ada928577e833de2782be5ea570be32730
      Partially-implements: blueprint condition-pre-check
      eb4313ca
  6. Nov 28, 2016
  7. Nov 27, 2016
    • Vladislav Belogrudov's avatar
      Icrease haproxy timeouts for mysql connections · d2c4f3d1
      Vladislav Belogrudov authored
      Haproxy often breaks mysql connections that results in
      "MySQL server has gone away" or similar because of 1 minute
      timeouts. Instead the timeouts should be not less than mysql
      connections timeouts - in most cases set to 3600s by default
      by OpenStack projects.
      
      Change-Id: Ic364f6942cdc6c2f274a508ae548bf964b098da4
      Closes-Bug: #1645098
      d2c4f3d1
  8. Nov 25, 2016
  9. Nov 24, 2016
    • caowei's avatar
      Add solum ansible role · 90f2b7cd
      caowei authored
      Change-Id: I07f2df405574b55daa44fa381625e8be0c352607
      Partially-implements: bp solum-ansible-role
      90f2b7cd
    • zhubingbing's avatar
      Add trove role · 195a32b1
      zhubingbing authored
      Add trove enable options and port configuration
      Add trove groups to ansible inventory
      Add defaults/main.yml
      Add bootstrap Ansible task
      Add config Ansible task
      Add deploy Ansible task
      Add pull Ansible task
      Add register Ansible task
      Add start Ansible task
      Add upgrade Ansible task
      Add reconfigure Ansible task
      Add templatized json and .conf files for trove
      Integrate trove with haproxy
      Reference installation configuration link:http://docs.openstack.org/mitaka/install-guide-rdo/trove-install.html
      
      Change-Id: I0bc6edbf2e495ce377f994f793bde979d5c55dbf
      Implements: blueprint ansible-trove
      195a32b1
  10. Nov 23, 2016
    • Borne Mace's avatar
      Added support for a stop playbook in kolla · 2cfc069e
      Borne Mace authored
      Behavior of stop playbook is very similar to the destroy
      playbook.  This is meant when you may just want to bring down
      the service for some sort of maintenance but not destroy all
      the associated data. Also added support for the new playbook
      into the kolla-ansible command.
      
      Change-Id: Icf0ca91de71dc8ead3a024de3e5b9e49116560d1
      Implements: blueprint ansible-stop-host-playbook
      2cfc069e
  11. Nov 22, 2016
  12. Nov 21, 2016
  13. Nov 20, 2016
  14. Nov 18, 2016
  15. Nov 17, 2016
    • portdirect's avatar
      Update Barbican to use correct mysql connection string · 200dbafb
      portdirect authored
      PyMySQL is prefered to PythonMySQL for Sqlalchemy, as it provides
      python3 support and is actively maintained, and is therefore the
      currently recommended lib for db connections.
       * https://wiki.openstack.org/wiki/PyMySQL_evaluation
      
      Kolla currently uses PyMySQL for all connections bar Barbican
      (which works fine with PyMySQL): once this commit is merged it will
      be possible to remove the PythonMySQL libs, and mysql libs for kolla
      images (except kolla-toolbox).
      
      TrivialFix
      
      Change-Id: Id256387134ca551a181c5e49c9b6d63f62b72523
      200dbafb
    • ZhongShengping's avatar
      Deprecate scheduler_max_attempts option in nova · a249d15d
      ZhongShengping authored
      Option "scheduler_max_attempts" from group "DEFAULT" is deprecated.
      Use option "max_attempts" from group "scheduler".
      
      Change-Id: I7b8e803c3579c53629a63912e2f6faa65a31f098
      Closes-Bug: #1642590
      a249d15d
    • Yongfeng Du's avatar
      Fix /etc/kolla permission · 62e7f95c
      Yongfeng Du authored
      Add preceding 0 to the permission, otherwise it will be regard as decimal.
      
      TrivialFix
      
      Change-Id: I762b38a71143df9f378f74e534643534f2bc68b8
      62e7f95c
  16. Nov 16, 2016
  17. Nov 11, 2016
    • Mauricio Lima's avatar
      Fix copying nfs_shares configuration · 7bb88390
      Mauricio Lima authored
      
      Using the `when` conditional on a `with_` loop gets evaluated on each
      loop iteration and will not skip a task entirely. Use the `skip`
      attribute to ignore errors in this scenario but only `skip` when
      `enable_cinder_backend_nfs` is not enabled. If it is enabled the
      `nfs_shares` file should be required and this task should fail if it
      does not exist.
      
      Co-authored-by: default avatarAndrew Widdersheim <amwiddersheim@gmail.com>
      Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
      Closes-Bug: #1641183
      7bb88390
    • Jeffrey Zhang's avatar
      Use uuid as keystone default token provider · fc541633
      Jeffrey Zhang authored
      Keystone uses fernet as default provider in its code now. This patch
      adds provider=token in keystone.conf file explicitly.
      
      TrivialFix
      
      Change-Id: Id7142ff4f00ee99579ad420573eafefea0f4dcb7
      fc541633
Loading