Commit Graph

23 Commits

Author SHA1 Message Date
Ghanshyam Mann 1117972a0f Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  to 48c2e02d00f10e3a34f02013411400fe4c29d83b
  - Retire openstack-chef: remove repo content
    
    OpenStack-chef project is retiring
    - https://review.opendev.org/c/openstack/governance/+/905279
    
    this commit remove the content of this project repo
    
    Depends-On: https://review.opendev.org/c/openstack/project-config/+/909134
    Change-Id: I028dee11bce572e0ceaa8b2f1dab22a1abe00779
2024-02-19 18:20:52 +00:00
Lance Albertson 64e9a279de Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  to 6d907dedf3be81660bdd8d1f689c80fbf0069068
  - CentOS 8 support
    
    - Update ChefSpec
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/814234
    Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-common/+/814235
    Change-Id: I4593ffcb9700b232a1879a08e6bbd9cdaf76c222
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-24 21:48:47 +00:00
Lance Albertson 0e72eabf30 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  to 8151bc7d6948ecae00edca1379ddc89a9830f498
  - Chef 17 support
    
    - Require Chef >= 16.0
    - Update copyright years
    
    Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-common/+/813952
    Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-ops-database/+/814032
    Change-Id: I237243dd038cd1a27a9710131fb4ed016f6ee20c
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-14 22:31:44 +00:00
Ghanshyam Mann d8caffb163 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  to 3d40d5fe27391c5c0a660b3d75998ad6311c0445
  - Moving IRC network reference to OFTC
    
    Change-Id: Iab96a2416e6cb0e835ae4ad8b8a391cf42648fa5
2021-07-15 18:29:41 +00:00
Lance Albertson 98b52415b4 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  to da53c9949b61b9dbafd00bc1d0a7c717a80c89ca
  - Update to Chef Workstation 21.2.303
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/779389
    Change-Id: Iec7c4bf5905242dc50c8f966b0acef1d66d624f2
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-03-09 18:40:56 +00:00
Lance Albertson 2bfc9208e9 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Cookstyle 6.19.5 fixes
    
    Depends-On: https://review.opendev.org/756168
    Change-Id: I37569390af252c1270d7e98aa03c062519a46992
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-09 23:36:55 +00:00
Lance Albertson 0e20aa8062 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Chef 16 updates
    
    Update rabbitmq dependency which pulls in fixes for Chef 16.
    
    Depends-On: https://review.opendev.org/740342
    Change-Id: Ia1f172fea148aafe910e5185c0427d0ed7815475
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-09-02 16:43:12 +00:00
Lance Albertson 49ef070a4c Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Updates for Train
    
    Changed:
    - Update release to train
    
    Removed:
    - Unused .rubocop.yml
    
    Depends-On: https://review.opendev.org/731851
    Change-Id: I73e62794e32bbec2549b4bc34b860591ffd6bd0a
2020-06-11 00:40:38 +00:00
Lance Albertson 25b5a2cbdc Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Update to rabbitmq ~> 5.8 cookbook
    
    - Set sensitive=true for all rabbitmq resources being used to improve security
    - Remove any default actions
    
    Change-Id: Idf0c386f24df5dd2907fa0db59daf770e9c13f2d
2020-03-31 09:17:30 +00:00
Lance Albertson 2d0424d06c Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Stein fixes
    
    - Cookstyle fixes
    - Remove rubocop_todo.yml as it's no longer needed
    - Update documentation
    - Update delivery configuration to exclude integration cookbooks
    
    Depends-On: https://review.opendev.org/701027
    Depends-On: https://review.opendev.org/706101
    Change-Id: I470c9240b5ab88971f2f8291b4ec371d6648ff66
2020-03-27 19:28:41 +00:00
Lance Albertson bbcbfd6269 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Set Berksfile to use ruby solver
    
    This provides much better debugging output.
    
    Depends-On: https://review.opendev.org/702772
    Change-Id: Ife1b939c1fac0fc90c30e1d2a425d568ea7e7fd3
2020-01-31 02:11:52 +00:00
Lance Albertson 06558c0dae Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Use Ubuntu 18.04 for ChefSpec tests
    
    Change-Id: Ia6b03e3c45770495df0ba322e176f369347b9b7d
2020-01-07 15:38:45 +00:00
Zuul b984f5936a Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Merge "Improve ChefSpec test speed by enabling caching"
  - Improve ChefSpec test speed by enabling caching
    
    This updates all references of let(:chef_run) to cached(:chef_run) to speed up
    tests. By doing this, we have to create a new cached(:chef_run) block whenever
    we need to adjust node attributes for testing.
    
    Speed was improved from 24.75 seconds to 14.75 seconds.
    
    Change-Id: Ib5bea5c649a80677b673099a55c1c965b9d38390
2020-01-06 12:16:05 +00:00
Lance Albertson e165e9a582 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Add myself to authors and add OSU to copyright
    
    Change-Id: I28d971593ed6939d9dc729f645c8b3d9efd78f42
2019-12-08 10:24:22 +00:00
Lance Albertson bc873b3c2c Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Updates for rocky
    
    - Replace git.openstack.org with opendev.org
    - Update some documentation
    - Move README.md to README.rst for better rendering
    - Drop obsolete bootstrap.sh script
    
    Change-Id: I21ccc2b022c9123e6449dd8d8639e0405b848711
2019-12-06 13:32:31 +00:00
inspurericzhang db72c2008e Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Replace git.openstack.org with opendev.org
    
    Change-Id: I29ab7ca7f062847ab919ef4bdf4d654a7e029e85
2019-11-27 15:47:40 +00:00
Lance Albertson 56ada601aa Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Switch RHEL to using distribution packages for rabbitmq
    
    Installing rabbitmq without using the distro version is failing and it works if
    you use the distro version. So let's standardize on that for both ubuntu and
    RHEL.
    
    Change-Id: If757cf57574bb8389ae270523bfc3772d8dc08db
    Signed-off-by: Lance Albertson <lance@osuosl.org>
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-06-17 18:49:03 +00:00
Christoph Albers cc3aab85cc Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - overriding attributes should be the next logical presedence
    
    - using normal to override the attribute will still give the
      chance to override it.
    
    Change-Id: I24210a953871f37b380eceb297597a6f6629d7af
2019-04-03 13:47:49 +00:00
Christoph Albers 0c479183e5 Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - fix rabbitmq config
    
    - since we are using distro_packages for rabbitmq the default rabbitmq
      config name is broken overriding this attribute fixes this
    
    Change-Id: Ia732d5ac4c64eab2126bbc385998585c96ff23d9
2019-04-03 08:30:50 +00:00
Jens Harbott b1576fde9d Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Soften the rabbitmq version pin
    
    With version 5.7.4 the rabbitmq cookbook should be working for us again.
    However, we also learned that with the upcoming 6.x version of the
    cookbook only versions >= 3.7.x of rabbitmq will be supported, which
    isn't available as distro version at least for Ubuntu LTS releases yet.
    So we change this pin into a soft match, allowing for updates within the
    5.x stable branch, but blocking 6.x.
    
    Change-Id: Id647f10fd5d4b69b441c4f8de8c325ec0032d9ea
2019-03-21 11:56:29 +00:00
Jens Harbott 8d17f5a02b Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Allow to disable the rabbitmq management plugin
    
    There is a bug in the rabbitmq-server setup for Queens that may cause
    the cluster to lock up and stop responding[0]. The workaround for this
    issue is to disable the management plugin, so add an option that allows
    us to deploy this workaround.
    
    [0] https://bugs.launchpad.net/bugs/1783203
    
    Change-Id: I1d0e6c5fb8eeb35e4e966ef102e46c45c357a1ca
2019-03-14 13:28:35 +00:00
Jens Harbott 753b338f3c Update git submodules
* Update cookbook-openstack-ops-messaging from branch 'master'
  - Pin rabbitmq cookbook to avoid broken version
    
    Version 5.7.1 seems to break things when running with the distro version
    as in our setup [0]. Pin to 5.7.0 until there is a fix.
    
    [0] https://github.com/rabbitmq/chef-cookbook/issues/508
    
    Change-Id: I10059588716dea49a5a0ad996db20323d458bd43
2019-03-14 13:28:16 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00