Commit Graph

16 Commits

Author SHA1 Message Date
Ghanshyam Mann 78f9fe0822 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  to d2237f421a5d27545f0b8c82e603117843bdbcd9
  - 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: I85b9fa6c38ce443d6d33992d1dabdae92e17a9d7
2024-02-19 18:34:42 +00:00
Lance Albertson 4818f0937b Update git submodules
* Update cookbook-openstackclient from branch 'master'
  to 2402afd6709b54a4b8e7d39bd6f08aeba1ed8504
  - Migrate to using converge_by and fix idempotency issues
    
    - Migrate away from using the log resource to using converge_by. This finally
      fixes idempotency issues we were having with all of these resources
    - Fix :delete action in openstack_domain by disabling the domain prior to
      destroying it
    - Add missing references to new_resource parameters
    - Fix :delete action in openstack_endpoint resource
    - Add domain_name property in openstack_project resource. This is required and
      would throw a deprecation warning in the backend system.
    - Fix logic around user grant/revoke actions
    - Cookstyle fixes
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/838415
    Change-Id: I33601eb5595c794a9a025417ed3bc88cfa6cfaf0
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2022-06-03 23:03:27 +00:00
Lance Albertson e25b312410 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  to 9276352d024fa5f57aa2f9d837daa35fadba0a3b
  - Chef 17 support
    
    - Remove bind from Berksfile
    - Update copyright years
    - Require Chef >= 16.0
    
    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: If7390377bff2c3c37f861138a92f27d7202c29b5
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-14 22:27:08 +00:00
Lance Albertson 012c7f8d64 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  to d159ddb2b73f0a592c2b8c979655e9506a2ec96d
  - Pull bind cookbook from git to fix version pinning issues
    
    Change-Id: I9c1b8c4e6510b9764b46f2fc8d457b127179d58d
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-07-20 00:02:15 +00:00
Lance Albertson 0ff7c54266 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  to c7876b15a84e3d177da5d14e96febf49ea5d2f58
  - Update to Chef Workstation 21.2.303
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/779389
    Change-Id: I83cd40372baf914044aade1f9a61da060691d165
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-03-09 18:41:19 +00:00
Lance Albertson d3026e08b3 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Cookstyle fixes for Chef 16
    
    Also loosen the fog-openstack dependency a bit since this is now included in
    Chef Workstation and will likely cause issues when doing testing.
    
    Depends-On: https://review.opendev.org/747503
    Depends-On: https://review.opendev.org/740342
    Change-Id: Iaa0ccfa7dd47a729423fc7ce1115849a282d2511
    Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-09-02 16:43:11 +00:00
Zuul 9371c34335 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Merge "Updates for Train"
  - Updates for Train
    
    Changed:
    - Bumped version in metadata
    
    Depends-On: https://review.opendev.org/731849
    Change-Id: I8fb2c0e451b552136303215d234dc581d813c5b4
2020-06-11 00:40:36 +00:00
Henrique Santos 195afc86a0 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Fixes user and project search by name in openstack_user resource
    
    As project and user names are only unique for each domain and some
    Keystone settings may filter user listing, any user or project search by
    name needs to include the associated domain.
    
    This change fixes any search done by name of a project or user in the
    openstack_user resource. It is
    assumed that if no domain is specified and there are multiple elements
    with the same name, the first search result is
    chosen.
    
    Closes-Bug: #1871144
    
    Change-Id: I0ed3ffabab5f8b0959c3b2c50a3619f378e59c9e
    Signed-off-by: Henrique Santos <hfigueiredosantos@tecnico.ulisboa.pt>
2020-05-23 12:30:52 +00:00
Lance Albertson 7b76ef1865 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Stein fixes
    
    - Cookstyle fixes
    - Refactor Berksfile to use groups so we can exclude integration testing
      cookbooks
    - Update documentation
    - Update delivery configuration to exclude integration cookbooks
    
    Depends-On: https://review.opendev.org/701027
    Change-Id: I0bda5cd86c7c3afc89f7a813b5bb2baa56eb3ed8
2020-03-27 19:46:55 +00:00
Lance Albertson 785ee6c207 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Include missing cookbooks in Berksfile
    
    This is for individual cookbook integration testing.
    
    Depends-On: https://review.opendev.org/702772
    Change-Id: I58e1e50abc2b6d5847cc08d022a303f2993db8d8
2020-01-31 01:56:15 +00:00
Lance Albertson 43924eebc9 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Updates for rocky
    
    - Update some documentation
    - Move README.md to README.rst for better rendering
    
    Change-Id: I4056718fea8ef476b0805cbf24c4d724d513a98a
2019-12-08 10:24:21 +00:00
inspurericzhang 92e5349db5 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Replace git.openstack.org with opendev.org
    
    Change-Id: I247616defa3244d9bda54757659260d8b95d0005
2019-11-22 10:41:43 +00:00
Jens Harbott c1b90cd4d6 Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Bump version of fog-openstack gem
    
    The new version contains the fix for the issue we were having with
    specifying the endpoint_type for connections [0].
    
    [0} https://github.com/fog/fog-openstack/pull/494
    
    Change-Id: I5d2c4d5c61256dcd7d00dc3007df966b350b66b3
2019-10-14 13:37:35 +00:00
Lance Albertson 5bcefa082e Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Fixes to support fog-openstack-1.x
    
    Depends-On: https://review.opendev.org/666176
    Depends-On: https://review.opendev.org/665827
    Depends-On: https://review.opendev.org/666182
    Depends-On: https://review.opendev.org/666183
    Depends-On: https://review.opendev.org/666184
    Depends-On: https://review.opendev.org/666185
    Depends-On: https://review.opendev.org/666188
    Change-Id: I58a8b43bbe1bb866a17b99eec713028cc34bf8b0
    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-07-05 09:08:34 +00:00
Jens Harbott 4e0d8049dc Update git submodules
* Update cookbook-openstackclient from branch 'master'
  - Update fog-openstack gem
    
    Update fog-openstack gem to the current latest version.
    
    Change-Id: I4631c4824f263f7afb2625793f3a6f705106cccc
2019-04-09 07:32:39 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00