Skip to content
Snippets Groups Projects
  1. Apr 23, 2018
  2. Apr 18, 2018
  3. Apr 16, 2018
    • Doug Szumski's avatar
      Add support for deploying Kafka · 6647ed81
      Doug Szumski authored
      Projects which may use Kafka include Monasca and Oslo
      messaging. Initially it will be possible to
      deploy a single Kafka cluster which may be shared
      among clients. Support for running multiple Kafka
      clusters may be added in a future change. This
      change also configures logging for Kafka server,
      state-change and controller logs.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: Iab8d200c2450238f3c0c708d1f4184490f6e6284
      6647ed81
    • wangwei's avatar
      Add task to create volumes path in cephfs · 6bfc6d4f
      wangwei authored
      If using the cephfs native backend, when container start the
      manila-share process with the manila user, no permissions are
      prompted when creating the volume.
      One way to solve the problem is to create the volumes folder in
      advance in cephfs and modify the owner and group to 42429:42429,
      which is manila's uid and gid.
      
      Change-Id: I1ad63e1c4698ec8ee83461aafefa63041cfeb387
      Closes-Bug: #1761108
      6bfc6d4f
    • caoyuan's avatar
      Add the missing mds and mgr groups into site.yml · ad3b0cf0
      caoyuan authored
      Add the ceph-mds and ceph-mgr host group into site.yml,
      or the deploy action will be failed when ceph-mds and ceph-mgr is
      different from the other ceph groups.
      
      Change-Id: If34483c4a2e8f29b449ced811dd4b42e5b2e7dd4
      ad3b0cf0
    • Jeffrey Zhang's avatar
      Remove useless module_extra_vars in registry.yml · 84ade4e1
      Jeffrey Zhang authored
      - remove uesless module_extra_vars, this is a historical issue. In the
        past, we use 'docker exec kolla_toolbox ansible xxx' to run module on
        target node, so complex data have to pass through extra_vars. Now we
        are using kolla_toolbox module, no need to use extra_vars anymore.
      - Remove some useless until.
      
      Change-Id: I72ed28001202917f9a82a1c3ea33cd6319911ec8
      84ade4e1
  4. Apr 15, 2018
  5. Apr 13, 2018
  6. Apr 12, 2018
    • Eduardo Gonzalez's avatar
      Support extra ml2 plugins in neutron · 418cb527
      Eduardo Gonzalez authored
      Add support to use custom/extra ml2 plugins for vendor
      drivers.
      
      Change-Id: I8586c447dc3b91357b2eecb7a9c4724e033e595f
      418cb527
    • Eduardo Gonzalez's avatar
      Fix mariadb recover seqnum regex · 8a63c801
      Eduardo Gonzalez authored
      Regex used to find the recover seqnum partition is not
      returning the real num id rather a None.
      Task fails due seqnum[0] is not iterable.
      
      Change-Id: I1be55b6ebfc17c6d423e638662ec2a9f4b9b49a2
      Closes-Bug: #1752128
      8a63c801
  7. Apr 11, 2018
    • johjuhyun's avatar
      Reset multipath.conf · ed115a49
      johjuhyun authored
      
      Current multipath.conf is just for IBM Storwize SVC model, not
      generally applicable setting. With this nova-compute may encounter
      error when execute 'multipath -l /dev/sda' because sda is defined
      as blacklist in conf.
      
      This patch reset the conf file back to default which is same to the
      result of 'mpathconf --enable'. Vendor dependent parameters should
      be configured separately.
      
      Change-Id: I429e5a6e2a37d9db56d59f88cdbfab12db4813a8
      Signed-off-by: default avatarMinho Ban <mhban@samsung.com>
      ed115a49
  8. Apr 10, 2018
  9. Apr 09, 2018
  10. Apr 06, 2018
    • Joshua Harlow's avatar
      When copying glance-swift.conf ensure mode and become used · 0adee7b5
      Joshua Harlow authored
      This makes it so that the file copied has the same perms
      as the other copied files and that become is used so that the
      copy works (otherwise it does not).
      
      Change-Id: I22f39ef30760701e174f304de6ff959ff60607ad
      0adee7b5
    • Doug Szumski's avatar
      Support accessing InfluxDB via HAProxy · b865bada
      Doug Szumski authored
      This change allows access to InfluxDB via HAProxy on the internal
      network.
      
      If HA is required the Enterprise version of InfluxDB will need to
      be installed. This could be implemented by customising the InfluxDB
      Docker file.
      
      There are other alternatives to HA, such as the InfluxDB Relay [1].
      Support for this is considered to be outside of the scope of this
      bugfix.
      
      [1] https://docs.openstack.org/developer/performance-docs/
          methodologies/monitoring/influxha.html
      
      Closes-Bug: #1751283
      Change-Id: I4624efbd99c0cddd1361f2438866ad3a82e5557b
      b865bada
    • wangwei's avatar
      Fix ipc_mode comparison in the latest docker · 193ce726
      wangwei authored
      In old docker, if you do not specify ipc_mode, the default value is empty,
      but in the latest docker, such as 17.09.0, if not specified, the default
      is "IpcMode": "shareable", which will cause all containers to be deleted
      and re-create when to redeploy or upgrade. This commit solves the
      problem.
      
      Change-Id: Ia8269b9c8066880e4aee23d6fdea8d9c04c41e44
      Closes-Bug: #1747586
      193ce726
    • confi-surya's avatar
      Followed the become: true ordering · c0f44cd2
      confi-surya authored
      As rest of the files are follow the same pattern
      So in same manner following the same for fluentd format config
      
      Change-Id: I114e3a09e9747085adcc06caa419d5ebe61cec7b
      c0f44cd2
    • confi-surya's avatar
      Improvement in code-base · ecadff24
      confi-surya authored
      Removed extra line
      
      Change-Id: I519b8a58a67300d25e2dffa65015f879b9b1d322
      ecadff24
  11. Apr 05, 2018
  12. Apr 04, 2018
    • wangwei's avatar
      Modify permissions on ceph file in manila · 5d5ae080
      wangwei authored
      Modify the permissions and owner of the ceph configuration file to be
      consistent with other manila configuration files.
      
      Change-Id: I9039196a1b26d74b313a02707dce8732a5e187cb
      5d5ae080
  13. Apr 03, 2018
  14. Apr 02, 2018
  15. Mar 30, 2018
  16. Mar 29, 2018
    • Martin Chlumsky's avatar
      Add common_options to keystone container check · 735012c4
      Martin Chlumsky authored
      keystone_* containers are created via the kolla_docker ansible module
      with common_options set to docker_common_options. However, when the
      containers are checked, common_options are not passed to the
      kolla_docker ansible module. This can cause the keystone_* containers
      to be restarted during a reconfigure when there are no changes to
      keystone configuration.
      
      Add the common_options argument to the kolla_docker ansible module when
      checking the keystone containers and set it to docker_common_options.
      
      Change-Id: I44aefcf3d71faecaf1ffe384fd5a2f611e584a37
      Closes-Bug: #1759922
      735012c4
    • Jeffrey Zhang's avatar
      Use a large number for haproxy timeout tunnel · 7aeb6825
      Jeffrey Zhang authored
      timeout tunnel is use for WebSocket and CONNECT protocol. Need use a
      larger number for it. Otherwise, novnc will be auto disconnected if no
      action happend in a short time on browser.
      
      Change-Id: If37623e8fda5260ab0b38d2203f5266777dba063
      Closes-Bug: #1759774
      7aeb6825
  17. Mar 28, 2018
  18. Mar 27, 2018
  19. Mar 26, 2018
    • Eduardo Gonzalez's avatar
      Verify YAML syntax in gates · ea1a1dee
      Eduardo Gonzalez authored
      This patchset implements yamllint test to all *.yml
      files.
      
      Also fixes syntax errors to make jobs to pass.
      
      Change-Id: I3186adf9835b4d0cada272d156b17d1bc9c2b799
      ea1a1dee
Loading