Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
    • Eduardo Gonzalez's avatar
      Fix ceilometer bootstrap · ffe388ba
      Eduardo Gonzalez authored
      Ceilometer image filter was incorrectly used. Thr filter
      should be in the volume list instead.
      
      Change-Id: I3ad8a1d85607004b28f9a25b9a4e9f8b914ae9df
      Closes-Bug: #1784496
      ffe388ba
  2. Jul 27, 2018
  3. Jul 26, 2018
    • Lakshmi Prasanna Goutham Pratapa's avatar
      Apply Resource Constraints to Services. · 14bf5247
      Lakshmi Prasanna Goutham Pratapa authored
      This commit is to apply resource-constraints to a few more OpenStack services.
      Commit to  apply constraints to the last set of services will be made in
      the upcoming commit.
      
      Depends-on: Icafa54baca24d2de64238222a5677b9d8b90e2aa
      Change-Id: I39004f54281f97d53dfa4b1dbcf248650ad6f186
      14bf5247
    • Doug Szumski's avatar
      Fix monasca auth variable · 0415943a
      Doug Szumski authored
      Perform the refactoring of the auth field from change #552863
      
      TrivialFix
      Partially-Implements: blueprint monasca-roles
      
      Change-Id: I0a87cc3cb40df5e1c927bcd8ff4bd33e44fe4172
      0415943a
    • Mark Goddard's avatar
      Fix action -> kolla_action for ironic-neutron-agent · d95c87cf
      Mark Goddard authored
      Ironic Neutron Agent was added by
      I92b9505843f12692aef96764a314e5db49001a9b.
      
      Change-Id: Ib178bafc9907537fdd46dd374684b037db7f19df
      TrivialFix
      d95c87cf
  4. Jul 25, 2018
  5. Jul 23, 2018
  6. Jul 20, 2018
  7. Jul 19, 2018
  8. Jul 18, 2018
    • Adam Harwell's avatar
      Fix glance config copy when a service is disabled · 8cc97c60
      Adam Harwell authored
      In this patch, the glance-registry service was disabled:
      https://review.openstack.org/#/c/566804/
      
      However, the config task still tries to copy files for it, which will
      break due to path errors.
      
      Change-Id: If39bb12bf830e6559342037ae2a2b99a784ee503
      8cc97c60
    • Minho Ban's avatar
      remove uid, gid from rsyncd.conf for swift user · ecc1e4a6
      Minho Ban authored
      
      The rsync prior to v3.1.0 the uid/gid parameter have no effect at
      all if it runs as normal(non-root) user.
      
      Since v3.1.0 these parameter are problematic for normal user
      because now rsync, regardless of root or non-root, if the
      parameters are given then it just tries to call setgroups() which
      is not possible for normal user so errors may occur.
      
          swift-object-replicator: @ERROR: setgroups failed\u0000
          swift-object-replicator: rsync error: error starting
          client-server protocol (code 5) at main.c(1648)
          [sender=3.1.2]\u0000
      
      Either way, these parameters are not needed for swift-rsync
      container.
      
      Change-Id: Ia7fe9f06d7a21a55f52b90c2cc1b2498300e6532
      Signed-off-by: default avatarMinho Ban <mhban@samsung.com>
      ecc1e4a6
  9. Jul 17, 2018
  10. Jul 16, 2018
  11. Jul 12, 2018
    • Lakshmi Prasanna Goutham Pratapa's avatar
      Add resource Constraints to Nova containers. · 297eb5e8
      Lakshmi Prasanna Goutham Pratapa authored
      This commit will constrain the dimensions of service `Nova`
      and sub-containers deployed along with it.
      
      A user can give the dimension values in `/etc/kolla/globals.yml`
      the data-types just like stated in this commit.
      
      Reference-Docs:
      https://docs.docker.com/config/containers/resource_constraints/
      
      Added Test-cases for the same.
      
      Partially-Implements: blueprint resource-constraints
      Change-Id: I6458d8fb7b26a6e7c3a9fd0d674d9cf129b0bf5d
      297eb5e8
    • Doug Szumski's avatar
      Support deploying Monasca Log Persister · 5441963c
      Doug Szumski authored
      This is a Logstash component which reads processed logs from Kafka
      and writes them to Elasticsearch (or some other backend supported by
      Logstash).
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I2d722991ab2072c54c4715507b19a4c9279f921b
      Partially-Implements: blueprint monasca-roles
      5441963c
    • Mark Duggan's avatar
      Extending designate named template to include "forwarders" parameter · 4157f30c
      Mark Duggan authored
      To get forwarding to work in the kolla implementaion of designate,
      I'm adding parameters to the named.conf.j2 template.  I'm adding
      the ability to change the default values for dnssec-validation and
      recursion and creating a new paramater for forwarders.
      
      Change-Id: Ideef39034d75a0d99e8a3dc2a5f1a7203ccf51d5
      Closes-Bug: #1781196
      4157f30c
  12. Jul 11, 2018
  13. Jul 10, 2018
    • Stanislaw Bogatkin's avatar
      Keep timestamp field · 90b886e5
      Stanislaw Bogatkin authored
      There are cases when we can lost original timestamp field given from
      logs, like when we send our logs to the next fluentd forwarder in chain
      of forwarders, it will rewrite our timestamp by default. Save
      `Timestamp` field explicitly to avoid such situation and be able to
      reconstruct messages date and time.
      
      Closes-Bug: #1781046
      Change-Id: I2b4486aedacbe16dc4c0fb2e4e4984bd80e59f2d
      90b886e5
    • Mark Goddard's avatar
      Bifrost: set TFTP cache master path properly · e78f8231
      Mark Goddard authored
      Ironic creates hardlinks between the TFTP master image store and the
      HTTP root path when iPXE is enabled. With Docker volumes used for these
      locations we run into https://bugs.launchpad.net/ironic/+bug/1507894
      during deployment. If we use a directory under /httpboot to store the
      master images this issue is avoided.
      
      This change uses the new bifrost config variable,
      ironic_tftp_master_path added in [1] to configure the path, rather than
      the existing hacked approach of modifying the ironic.conf config file
      after the bifrost_deploy container has started.
      
      [1] https://review.openstack.org/#/c/577071
      
      Change-Id: I5c62999c4956bebd0d3920d756ce67ba194b0ebe
      e78f8231
    • Mark Goddard's avatar
      Fix sudoers in bootstrap-servers when user != group · 0cc2daa5
      Mark Goddard authored
      In some cases we may want a configuration in which the kolla user's
      primary group name is not the same as their username. Doing this
      currently breaks the sudoers configuration, since user entries should
      reference a user, or a group prefixed with a '%'.
      
      There does not seem to be a good reason to give root privileges to the
      entire group (which sometimes may be a shared group), so let's revert to
      giving only the user root privileges.
      
      See kayobe CI test [1] in which a different user and group were
      configured, leading to permission denied when using kolla ansible.
      
      [1] http://logs.openstack.org/53/581053/2/check/kayobe-overcloud-centos/a70168e
      
      TrivialFix
      
      Change-Id: I677778ebd0de58df0adfa2a8705f161ec5552283
      0cc2daa5
  14. Jul 09, 2018
    • Mark Goddard's avatar
      Make sudoers config optional in bootstrap-servers · 8ec92df8
      Mark Goddard authored
      In some environments it may not be desirable to modify the sudoers
      configuration. This change makes this part of bootstrap-servers
      optional, based on the create_kolla_user_sudoers variable.
      
      Change-Id: I653403bfc5431741807edef57df58e05e679900b
      8ec92df8
    • Mark Goddard's avatar
      Append to kolla user groups in bootstrap-servers · 2a69050e
      Mark Goddard authored
      This makes the bootstrap-servers command more idempotent, since without
      the append argument set the kolla user will be removed from the docker
      group before being added to it again in a later task.
      
      TrivialFix
      
      Change-Id: Iab0f6b5e18a103e9140631ee3ebbbb48c490bc24
      2a69050e
    • Mark Goddard's avatar
      Fix ownership of virtualenv in bootstrap-servers · 4283dff9
      Mark Goddard authored
      In I86bf5e1df3d6568c4f1ca6f4757f08a3dd22754d, creation of the kolla user
      was moved to after package installation to ensure the sudo package is
      installed when required. This change does not work when python
      dependencies are installed in a virtual environment however - when the
      virtualenv variable is set.
      
      This change moves the ownership change of the virtualenv to after the
      kolla user has been created. It also uses the kolla_user and kolla_group
      variables to set the user and group appropriately.
      
      Change-Id: I320e5d611099ad162945a98d5505a79606da0eba
      TrivialFix
      4283dff9
  15. Jul 05, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Transformer · 9c88262a
      Doug Szumski authored
      The Monasca Log Transformer takes raw, unstandardised logs from one
      Kafka topic, standardises them with whatever rules the operator wants
      to use, and then writes them to a standardised logs topic in Kafka. It
      is currently implemented as a Logstash config file.
      
      Since Kolla does a fairly good job of standardising logs, this service
      does very little processing. However, when other sources of logs
      are used, it may be useful to add rules to the Transformer, particularly
      if it's not possible to standardise the logs at source.
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I31cbb7e9a40a848391f517a56a67e3fd5bc12529
      Partially-Implements: blueprint monasca-roles
      9c88262a
    • fan_guiju's avatar
      Added delay_auth_decision config option for swift · 420b523f
      fan_guiju authored
      The authtoken config variable delay_auth_decision must be set to True.
      The default is False, but that breaks public access, StaticWeb, FormPost,
      TempURL, and authenticated capabilities requests (using Discoverability).
      
      Change-Id: I420a95f5f9fda3321a4acfc5846e40294a8bd588
      Closes-Bug: #1768795
      420b523f
    • Peter Cipriano's avatar
      Fix missed notify for zun-wsproxy container. · acccec75
      Peter Cipriano authored
      Change-Id: I8b8631e1c215580dd7711a0c0b3683b06ddc47d3
      acccec75
    • MinSun's avatar
      Make nova nova_instance_datadir_volume configurable. · f692b4c9
      MinSun authored
      User can use custom directory for nova instance.
      For example using a shared file system as backend.
      
      Change-Id: I11fe4891719a2e2a34888d8b798df5602e294e4f
      f692b4c9
  16. Jul 04, 2018
    • Doug Szumski's avatar
      Standardise Monasca Kafka variable name · b54ceef8
      Doug Szumski authored
      Other lists of servers have the postfix _servers. To be consistent
      this change uses the same format for Kafka.
      
      Change-Id: Ia595f2ab485904e76fb76211f6715a7c019886ea
      Partially-Implements: blueprint monasca-roles
      b54ceef8
    • chenxing's avatar
      Upgrade identity v2 to identity v3 API · 4968508d
      chenxing authored
      As of the Queens release, Keystone solely implements the Identity
      API v3. Support for Identity API v2.0 has been removed since Queens
      in favor of the Identity API v3.
      
      Change-Id: If65b26935e8bd1e6655d84259499f4013762e4e3
      Closes-Bug: #1778846
      4968508d
  17. Jul 03, 2018
    • Sylvain Baubeau's avatar
      Skydive: Update Keystone and Neutron configuration · d0f85e3f
      Sylvain Baubeau authored
      Skydive recently splitted the OpenStack configuration:
      one for the authentication - on the analyzer - 'auth.keystone'
      and an other one for the Neutron probe on the agent
      'agent.topology.neutron'.
      
      Change-Id: Idce277d30f01e7a36499b1aee24c54779c54a807
      d0f85e3f
Loading