Commit Graph

25 Commits

Author SHA1 Message Date
Ghanshyam Mann d2237f421a 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-17 20:52:39 -08:00
Lance Albertson 9276352d02 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 09:04:32 -07:00
Lance Albertson e216cc621e 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-08-22 14:02:00 -07:00
Lance Albertson 53d52da8f3 Updates for Train
Changed:
- Bumped version in metadata

Depends-On: https://review.opendev.org/731849
Change-Id: I8fb2c0e451b552136303215d234dc581d813c5b4
2020-05-29 14:54:08 -07:00
Lance Albertson 27ae6d914f 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-19 10:44:05 -07:00
Lance Albertson 5b651a5207 Updates for rocky
- Update some documentation
- Move README.md to README.rst for better rendering

Change-Id: I4056718fea8ef476b0805cbf24c4d724d513a98a
2019-12-06 11:33:15 -08:00
inspurericzhang 26826bfa8e Replace git.openstack.org with opendev.org
Change-Id: I247616defa3244d9bda54757659260d8b95d0005
2019-11-19 18:26:04 +08:00
Jens Harbott 573bdf721d 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-11 09:23:10 +00:00
Jens Harbott 1b1d6639f7 Update fog-openstack gem
Update fog-openstack gem to the current latest version.

Change-Id: I4631c4824f263f7afb2625793f3a6f705106cccc
2019-04-08 08:32:00 +00:00
ZhijunWei 51f3f6ff58 Change openstack-dev to openstack-discuss
Change-Id: Iea02da678c6489a114a3815218849e6e9e7ab3c2
2018-12-04 23:20:56 -05:00
Samuel Cassiba 26bcde5a44 Revert "Update base resource for fog-openstack 1.0"
This partially reverts commit 1379c2a8c9 and pins the gem to the latest stable release.

Depends-On: https://review.openstack.org/607683
Change-Id: I70c37040ff3a50f61d738e7a6a3111bcefc15a79
2018-10-03 11:43:43 -07:00
Samuel Cassiba 1379c2a8c9 Update base resource for fog-openstack 1.0
The breaking changes from fog-openstack 0.3.1 were reintroduced in a
1.0.0 release.

Change-Id: I1362851729a4c4839e12ba81cfaf86db5ad2b989
2018-09-21 08:12:13 -07:00
Samuel Cassiba 8efb690b14 Pin fog-openstack to 0.3
The breaking changes of 0.3.1 have been reverted in 0.3.2 and the
changes have been reintroduced in 1.0.0.

Change-Id: I3bb53ef37a0a505adf5c06bf501f3f100632e21d
2018-09-21 04:43:35 +00:00
Samuel Cassiba b0f71890ea bump fog-openstack to fixed version which contains deprecation messages
This reverts commit 6ff248d681.

Change-Id: I83fb8960e9a651ebc800fab3f3cc33cc7b2635ae
2018-09-07 15:33:41 +00:00
Samuel Cassiba 6ff248d681 Revert "bump fog-openstack to fixed version which contains deprecation messages"
This reverts commit 3736216656.

Change-Id: I0c779126370003acff9c2743a15d84bd8779de2e
2018-09-04 17:29:13 +00:00
Jan Klare 3736216656
bump fog-openstack to fixed version which contains deprecation messages
Change-Id: Iee7025b56ab1f3a48a5828743ead080ac401605c
2018-09-04 10:35:18 +02:00
Roger Luethi 7ae001c6c4 Pin fog-openstack library to avoid breakage
The update of the fog-openstack ruby gem from 0.12.7 to 0.2.0 breaks
Chef recipes. The first call to cookbook-openstackclient from
cookbook-openstack-identity:recipes/registration.rb fails already with
something like (extract from a kitchen run of openstack-chef-repo):

  ERROR: openstack_domain[default] (openstack-identity::registration line 69)
  had an error: Fog::Identity::OpenStack::NotFound: Expected([200]) <=>
  Actual(404 Not Found)

  (http://127.0.0.1:35357/v3/v3/domains): The resource could not be found.

Change-Id: I4d30cb1770b6774b39bfd4e4c413f25816b405df
2018-08-31 05:53:19 +02:00
Samuel Cassiba 341c5b8098 starting rocky development patch
Change-Id: Ia24eef700ab6c7fe359a17070981dc93e0300a18
2018-08-03 06:26:33 -07:00
Samuel Cassiba bfd132d5dc Style and lint fixes, add helpers
- add delivery and zuul configs
- prepare cookbook for inclusion in OpenStack
2018-05-28 09:05:53 -07:00
Samuel Cassiba 6391057a3c Update metadata for migration to OpenStack 2018-04-21 19:09:22 -07:00
Jan Klare aa3e7271e1
starting queens development patch 2018-03-06 10:01:23 +01:00
Jan Klare 1df4fb87ba
update travis ci config with newes chefdk and adapt to cookstyle
* this is a preparation step for fully updation to chef13 (see also PR #7 for more updates)
2018-02-12 13:13:40 +01:00
Jan Klare 6472457e51
version bump to align with upstream 2017-11-23 15:49:28 +01:00
Jan Klare e22f838e0f minor fix for openstack_base lib since new_resource was used in wrong
context
2016-09-26 17:35:43 +02:00
Jan Klare e86f258f5a initial commit
* working Rakefile to run lint, style and unit tests
* providers for domain, endpoint, project, role, service and user
* some initial README info
2016-08-30 09:44:21 +02:00