Skip to content
Snippets Groups Projects
  1. Sep 25, 2015
  2. Sep 24, 2015
  3. Sep 23, 2015
  4. Sep 22, 2015
  5. Sep 19, 2015
  6. Sep 18, 2015
  7. Sep 17, 2015
  8. Sep 16, 2015
  9. Sep 10, 2015
    • Vladislav Belogrudov's avatar
      Ansible does not wait for virtual IP to appear · 808aa0e5
      Vladislav Belogrudov authored
      VIP takes time (10-30 seconds) to appear on one of network nodes.
      Ansible does not wait for the VIP and starts keystone. The latter
      fails because it cannot connect to database thru the VIP.
      
      Change-Id: Ie951ee22565bdbe8ccb68522648758a7174ba156
      Closes-Bug: #1494253
      808aa0e5
    • Vladislav Belogrudov's avatar
      First keepalived container is started with wrong priority · 9d156eb0
      Vladislav Belogrudov authored
      First keepalived container is started with priority 0 but the
      latter should be in range 1-255. This gives error and keepalived
      resumes with default priority 100.
      
      Change-Id: Ib11d0072a96b818d86c81a32e78118c0c82b74d8
      Closes-Bug: #1494237
      9d156eb0
    • Steven Dake's avatar
      Enable nova-libvirt to be updated · ca4db1d9
      Steven Dake authored
      Libvirt shuts down existing virtual machines.  To solve this problem,
      the /var/lib/libvirt directory needs to be persisted.  By persisting
      this directory in the nova data container, libvirt can communicate
      with the sockets setup by the previous data container.
      
      Change-Id: I362c533f8493984123686fe6e3f8e43d97434ca6
      Closes-Bug: #1494060
      ca4db1d9
    • Steven Dake's avatar
      Make nova use a data container · 1025890e
      Steven Dake authored
      Make nova-libvirt and nova-compute use a data container called
      nova_data.  This data container contains /var/lib/nova/instances
      data so upgrades to nova-compute work properly.
      
      Change-Id: I89362eb0857f7b07503c35178475bc91d0d19ca8
      Closes-Bug: #1486333
      1025890e
  10. Sep 09, 2015
    • Paul Bourke's avatar
      Change default ansible_ssh_user to "kolla" · 226dde89
      Paul Bourke authored
      Chnage to "kolla", and set in globals to easily apply to all nodes.
      
      DocImpact
      Closes-Bug: #1493801
      
      Change-Id: I6cd53be9f542dbcbd3f1459bc5fc2721d56c5022
      226dde89
    • Steven Dake's avatar
      Fix rabbitmq from failure during startup · 327d89bd
      Steven Dake authored
      Stagger the start times of the rabbitmq daemon so rabbitmq neither
      crashes and also properly forms a cluster.  This problem exists in
      the latest rabbitmq 3.5.4 available on rabbitmq.com for download.
      
      Change-Id: Iac4186b3c3b586de38467294399c7ed9415244de
      Closes-Bug: #1490780
      327d89bd
  11. Sep 07, 2015
    • Paul Bourke's avatar
      Add rsyncd image and related Ansible for Swift · 8fa96a15
      Paul Bourke authored
      Swift replicator services require rsync to function. This patch adds a
      new container which is included automatically on each of the Swift
      storage nodes.
      
      Change-Id: If10fbe610ca4df21ef0f2c7a1025035d627cb4ba
      Partial-Bug: #1477993
      8fa96a15
    • Sam Yaple's avatar
      Gather facts from the hosts before using them · c68c9d95
      Sam Yaple authored
      Haproxy needs to have gathered facts from all hosts that it will use
      information about. In this case it must talk to all of the api hosts
      as well as the database and rabbitmq hosts before generating the
      configuration file.
      
      Change-Id: I99b7dbebd5a6193e192ee258ddf576d18db90ed7
      Closes-Bug: #1482406
      c68c9d95
    • jamesmmccarthy's avatar
      Add missing Swift services, also ansible configuration · 91fc423a
      jamesmmccarthy authored
      
      DocImpact
      Closes-Bug: #1477993
      Co-Authored-By: default avatarPaul Bourke <paul.bourke@oracle.com>
      Change-Id: Ifeab0fec11889cb0c90a56a6211dbdd27a40f3d9
      91fc423a
    • Mick Thompson's avatar
      Add ansible support for Murano · 68e7da0a
      Mick Thompson authored
      Deploy the core services for murano-api and murano-engine containers.
      
      Implements: bp ansible-murano
      
      Change-Id: Ibcc618665a3509465ba8f9249a417e8848087eef
      68e7da0a
    • Steven Dake's avatar
      Make heat stack-create work · e569d801
      Steven Dake authored
      The stack-create operation fails.  The current implementation of
      Heat Ansible role does not implement trusts.  Tell heat it should use
      the non-trusts authentication model.
      
      Also add a [keystone_clients] section which is required in newer
      versions of heat to properly resolve the keystone v3 API endpoint
      required for trust communication.
      
      This fix spawns a Tech-Debt Bug to implement trusts in heat: #1492736
      
      Change-Id: I06dd6436cc34a37b4966fddc888fade982ea51bd
      Closes-Bug: #1492648
      e569d801
  12. Sep 06, 2015
    • Steven Dake's avatar
      Permit larger database connection count · a8a41a81
      Steven Dake authored
      The default incoming database connection count is limited to 151
      connections.  These are not sufficient in a 100 node 3 controller
      deployment to launch several heat stacks simulatenously.
      
      Data measured on bare metal shows that 250 connections are needed
      to launch one 25 VM heat stack with 3 controller nodes with 209
      tasks (default enablement).
      
      Change-Id: If60b540010d6d173a393fa91fa30cb3ba572cfc0
      Closes-Bug: #1492719
      a8a41a81
Loading