Commit Graph

25 Commits

Author SHA1 Message Date
Ghanshyam Mann 5399afa0a3 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to 9460c5eb70ba50e4c4202266f9fc3e718232f16b
  - 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: I4892478f3e2397820e354ff15859fb992b3512e4
2024-02-19 16:56:04 +00:00
Lance Albertson f27059db72 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to 5e26af7d046e484dc3729d6a8d9173b304992b87
  - 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: I832a910d9054c2ddfde28ed2522efe7c0f414588
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-24 21:34:54 +00:00
Lance Albertson 73687163f7 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to ee28b08a57a486e87be5157bfb40b07683f5dda8
  - Chef 17 support
    
    - Require Chef >= 16.0
    - Update to latest upstream mariadb cookbook
    - Update copyright years
    
    Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-common/+/813952
    Change-Id: I4b0417acb75f10dd9a1c0a22fadcd1d849f045b9
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-14 22:27:06 +00:00
Ghanshyam Mann c76f94b0e1 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to d3adbb3e930a3e787d7691a6e6ba9e2c153dcf5e
  - Moving IRC network reference to OFTC
    
    Change-Id: I1f84712218d4c6f4213516d2d893e48211424659
2021-07-15 18:51:09 +00:00
Lance Albertson 893f428edd Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to afa93c0e6a7d04ee9f10b9e66e0d2ca9ab9db951
  - Update to Chef Workstation 21.2.303
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/779389
    Change-Id: I4bc1fd17ebb62d8f134100a2f4e521b486abe0e0
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-03-09 18:40:59 +00:00
Christoph Albers 64a70c673e Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  to 7190cf204c18a08aba04f5e769d513d65a5e3a27
  - fix gather data for data interface
    
    - get information from the actual node attributes instead of the
      executing node
    
    Change-Id: I2f65f28802581184cd47e7c37d21dd71e97a2c3f
2021-01-26 00:50:55 +00:00
Zuul ecc3119c02 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Merge "Add notify to mariadb_galera_configuration"
  - Add notify to mariadb_galera_configuration
    
    Need to trigger a restart after changing the galera configuration.
    
    Change-Id: Ie148e8dce2e945ea956f6521c04bfc031f9da3f2
2020-10-13 05:20:58 +00:00
Lance Albertson 648aac14f3 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Cookstyle 6.19.5 fixes
    
    Depends-On: https://review.opendev.org/756168
    Change-Id: Ia379098ac40eee7a6627fe10b9320ff59468391f
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-09 23:36:54 +00:00
Christoph Albers f4f5fe170f Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - mariadb server config utilization
    
    - allow overriding of some common config options
    
    Change-Id: Ie832477216df5c1b0b94d75ba1ee6cc1bf968219
2020-09-22 18:18:20 +00:00
Jens Harbott 39ce819026 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Fix mariadb repo setup
    
    Instead of always creating the mariadb default repository we should
    only do it when requested by the node environment.
    
    Do this implicitly via the mariadb_*_install resources that have
    an option to decide whether a repo should be set up or not.
    
    Change-Id: I4f62dd7a7df247ddb787553bef58ca81d8e062fb
2020-09-21 14:48:28 +00:00
Lance Albertson 761cebdd85 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Chef 16 updates
    
    Depends-On: https://review.opendev.org/740342
    Change-Id: Ic6385a7cb14d1f036b0cf1a6d92ecf5930f271fb
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-09-02 16:43:13 +00:00
Christoph Albers cddb21786c Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - fix mariadb galera config
    
    - the mariadb config looks for the first address on the wsrep_node_address_interface
      this will lead to missconfigurations when using virtual IPs - drop it
    - mariadb uses when wsrep_node_incoming_address not defined bind-address
      or wsrep-node-address in that order. Since bind-address has to be
      defined by our cookbook logic, the drop of
      wsrep_node_address_interface is no problem
    
    Change-Id: Ic3442522e8f6e02244e653017b6d161a96412425
2020-08-05 15:10:50 +00:00
Lance Albertson f5d4e7d47e Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Updates for Train
    
    Changed:
    - Update release to train
    - Update to mariadb ~> 4.0
    
    Fixed:
    - Migrate to using Chef::Log.warn instead of the log resource to fix
      idempotency issues.
    - Cookstyle
    
    Removed:
    - Unused .rubocop.yml
    
    Depends-On: https://review.opendev.org/731851
    Change-Id: Ia705cf4fb00098ba5d34f22268c0e409b82580a0
2020-06-11 00:40:37 +00:00
Dr. Jens Harbott d9889263cf Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Fix mariadb-cluster-server recipe
    
    The hadn't been changed yet to use the resources provided by the new
    mariadb cookbook. Also add spec testing.
    
    Change-Id: Ib49cab07c06c4441ae811ca811f614e303024b0b
2020-04-07 16:55:24 +00:00
Lance Albertson 8091c539e2 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Remove support for mysql
    
    Upstream distributions have settled on using MariaDB instead of MySQL
    and it's becoming more and more difficult to maintain on our end. As
    such, we're removing support from this cookbook for MySQL and only leave
    MariaDB as the supported platform.
    
    Change-Id: I104de18ecab5ba64f08fd39314e565ab0483c558
2020-03-31 09:17:11 +00:00
Lance Albertson 0d55cbe79a Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Stein fixes
    
    - Cookstyle fixes
    - Update documentation
    - Add myself as an author and add OSU for Copyright
    - Update delivery configuration to exclude integration cookbooks
    
    Depends-On: https://review.opendev.org/701027
    Depends-On: https://review.opendev.org/706101
    Change-Id: Ib2ccf949d5f5bced0f6efd32b09780469316b831
2020-03-27 19:28:16 +00:00
Lance Albertson 66b4420b9d Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Update to latest mariadb cookbook
    
    This updates us to a new resource driven mariadb cookbook which
    simplifies how we manage mysql. Other changes:
    
    - Update to using MariaDB 10.3 instead of 10.1 as we need this for Stein
    - Update attributes so they work better with the
      mariadb_server_configuration resource
    - Remove use of the mysql2_chef_gem cookbook as it's no longer needed
      and causes issues with newer versions of MariaDB and MySQL.
    - Remove use of the openstack.cnf template since we can add all
      configuration using the mariadb_server_configuration resource
    - Remove RHEL mariadb-server ChefSpec as it's not needed
    - Update openstack-db recipe to use the openstack_database resource
      instead of the openstack_common_database resource which was renamed
    
    Depends-On: https://review.opendev.org/710351
    Change-Id: Ia5b401cafcdf57aa84e090c745bd3e517c7251bf
2020-03-05 15:57:37 +00:00
Lance Albertson 56f19aa779 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Set Berksfile to use ruby solver
    
    This provides much better debugging output.
    
    Depends-On: https://review.opendev.org/702772
    Change-Id: I1a738e6f951b12b54bbc2eaf61d5b01ab70a1203
2020-01-31 02:11:52 +00:00
Lance Albertson c6e288f02b Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Use Ubuntu 18.04 for ChefSpec tests
    
    Change-Id: Iae639349a798264dc960dbf79568674a993cb87b
2020-01-07 15:38:46 +00:00
Lance Albertson fbfda626fd Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - 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. In addition, add missing spec
    file for mysql-client-redhat.
    
    Speed was been improved from 27.66 seconds to 20.78 seconds.
    
    Change-Id: I8c095bb4ca298255e09fd59d0e43878423693636
2020-01-06 12:16:05 +00:00
Lance Albertson 331143966f Update git submodules
* Update cookbook-openstack-ops-database 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
    - Adopt default mysql dir from updated cookbook
    
    Change-Id: I94a066975fe00a29ff6731021767b1eda294ba44
2019-12-06 13:14:28 +00:00
inspurericzhang a98312f7a3 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Replace git.openstack.org with opendev.org
    
    Change-Id: I033570baaaac7b472cceb7689baca99257716e92
    
  - 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-11-22 10:41:42 +00:00
Zuul ddbd6d1035 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Merge "Change openstack-dev to openstack-discuss"
  - Change openstack-dev to openstack-discuss
    
    Depends-On: I8efc34c220fec59826bbea51e3ebf3fbc0e5b530
    Change-Id: Ic10822af372abdda7944496ad4f026b55f4d8d63
2019-01-08 16:27:53 +00:00
Samuel Cassiba d02bf90838 Update git submodules
* Update cookbook-openstack-ops-database from branch 'master'
  - Chef 14 stable release updates and fixes
    
    This change corrects some of the issues with resource naming[1] as well
    as prunes some failing unit tests that would be obsoleted with the changes
    in the service renaming[2].
    
    [1]: https://docs.chef.io/ruby.html#use-of-hyphens
    [2]: https://review.openstack.org/#/q/topic:chef_14_fixes+(status:open+OR+status:merged)
    
    Depends-On: Ic2b6d8f1cdf719791faaebdbd7e29e789eb3f31c
    Change-Id: I8efc34c220fec59826bbea51e3ebf3fbc0e5b530
2019-01-07 10:04:37 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00