Commit Graph

27 Commits

Author SHA1 Message Date
Lance Albertson 0b218495a9 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: If47b6b8c525c92a9421468e371c22f210b7f5e80
2019-12-06 11:29:44 -08:00
Samuel Cassiba 5b2632d052 Remove deprecated cloudwatch recipe
* Queens removed cloudwatch outright[0], which has been deprecated since
  Havana.

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-October/123104.html

Change-Id: I4cd53d7aed179787d192d6342ec44fea9332fb66
2018-03-13 08:52:23 -07:00
loooosy def587e618 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ic929a5bd9e6ec5466f1118ccb631c36f4e408443
2017-06-02 09:36:47 +08:00
Jan Klare ca8071eb86 add new Chef OpenStack Team Logo to README
Change-Id: I57846bc83272d2865bbb0d7de539a787aa5d90cc
2017-05-29 10:53:08 +02:00
Flavio Percoco a41d278c10 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/e6b186771b075c6db93881a0e82a641b

Change-Id: Id903c8625dd3e608cb1db79d40831130a33ad56a
2016-11-26 11:53:30 +01:00
Christoph Albers f2c3db560e use_cookbook-openstackclient/identity_v3
- Now use cookbook-openstackclient to create endpoints role service and
  user
- added domain creation and access granting
- added values to work with identity_v3
- rewrote specs to work again
- updated readme

Change-Id: If5c3758c786b2d11cec6d64dc57530367acd2976
Depends-On: I0f8955f05de9b33711c54b9a198f45018cceb8e1
2016-09-30 11:59:53 +02:00
Samuel Cassiba 1e41bc7811 Style and lint fixes to support newer ChefDK
Change-Id: Iccd706e2b804065c343c317f63783592e091c415
Depends-On: I6ce4587caa3ae68ddbd3ef1a521aaf46f4840b2c
Depends-On: I34e4c7b29ff7c36c91245d90fb0b6897847cd22f
2016-07-06 13:23:13 -07:00
Jan Klare f950ab4b40 update the README after refactoring and align it with other cookbooks
* also removed the empty default recipe

Change-Id: Iff2c536d595f90f932129ab8a2faad17ae41415b
2016-04-26 15:41:26 -05:00
Jens Rosenboom 5d70ac53fa Refactor using new style
* use new logic for heat.conf template
* move all attributes that are used in heat.conf to
  attributes/heat_conf.rb
* remove all attributes that are just setting default values
* add new default attributes so that the authorisation setup will be
  functional again
* refactored endpoint and bind_service logic to fit the new common
  cookbook
* adapt specs accordingly
* removed qpid as a messaging option (can be included in a wrapper)
* removed fedora as supported platform
* removed deprecated Gemfile
* removed logic for setting up a dedicated domain for Heat, should be
  done in a wrapper
* update README.md accordingly (still incomplete)

Implements: blueprint cookbook-refactoring
Change-Id: I16a29e28068d106f0edcbe04cb529aabbbed1ac5
2016-03-08 12:27:39 +01:00
JJ Asghar 47a8f33d4e Updated the URL for heat
It seems http://heat.openstack.org doesnt resolve.

Change-Id: Ieb95adf6148840a7e04784d53d2f01bfbcef314d
2015-07-09 16:46:08 -05:00
Mark Vanderwiel 2a0e5aadb0 Allow auth_encryption_key to be configured
Change-Id: Ia3b00d0e93df7297a1391d9954048de146d03306
Closes-Bug: #1465926
2015-06-18 10:48:42 -05:00
Mark Vanderwiel ffe3f30c05 Add worker config support
Allow the various workers to be configured as attributes.
The engine one is based upon cpu, so default is nil just like
in Compute.  The others default to zero, so used that.

Change-Id: Id7382ceeb4daeb6136e4b10546eed26901fbc3eb
Closes-Bug: #1452734
2015-05-08 10:09:17 -05:00
Jan Klare c0e89882e5 move from bundler to chefdk
- deprecated Gemfile
- updated TESTING and README
- updated Rakefile to use chef exec instead of bundle exec
- replaces Runner by SoloRunner in specs

Change-Id: Idb2180fb0cfd48b2c2c22e531b1f1320a0ab247b
2015-04-29 10:42:03 +02:00
jun xie 54bb483c5d clients_XXX section configurable
This commit makes the [clients_XXX] section in heat.conf configurable.
They will get set with the default values from [clients] section.

Closes-Bug: #1386125

Change-Id: I6d4d4a79e038f5533b46ce555f5838efb0c8f1c8
2014-11-03 15:00:19 +08:00
Chen Zhiwei eeff4d73a0 Adds misc options
This change adds support for miscellaneous options to be set.
Things that haven't been added as attributes, or specifically,
third party additions that don't belong in stackforge.

Change-Id: I482c5d15e5d1ad853d1a1792f3e39a45f7911dd4
2014-10-30 16:47:07 +08:00
jun xie d1d2c9c7ad Add clients configurations for Heat
This commit adds some clients configurations for Heat into cookbook
so that they are configurable.

Change-Id: Ie8db8238cd75e99bd4c6942a82f1734777c91966
Closes-Bug: #1381907
2014-10-21 22:55:16 +08:00
Mark Vanderwiel 241b22cca4 Cleanup cookbook contact info
* Consistent email across cookbooks
* Add Contributor.md to help out new folks
* Fix broken link in Testing.md
* Readme tweaks

Change-Id: I97c0913cb984045ca2f7ba9d5379bf637fe25576
Partial-Bug: #1342735
2014-10-14 10:22:23 -05:00
leileiz 6e534d6070 Add some authtoken related attributes
This change adds some attributes into the cookbook so
that they are configurable. It mainly includes:
cafile, memcached_servers, memcache_security_strategy,
memcache_secret_key, insecure and hash_algorithms.

Change-Id: I6d38db321da2d86265bace3d36c68ddcb196ed61
Closes-Bug: #1372315
2014-09-22 18:32:29 +08:00
Mark Vanderwiel 108dba6ff4 readme has non-ascii chars in it
spiceweasel fails with InvalidByteSequenceError

Change-Id: Ie5cb313f24fb794965dab501b3253320e0841f0c
Closes-Bug: #1361249
2014-08-25 10:02:47 -05:00
Ionuț Arțăriși 744c309388 use new python_packages attributes from -common
*_python_packages attributes are being moved to -common in order to
remove the duplication from all the cookbooks which are using them

Change-Id: Ia0d26ef915dc27b8654d1ed0dec63b2ecef05743
Implements: blueprint move-python-db-client-attrs-to-common
2014-07-02 16:17:39 +02:00
Darren Birkett 2863e67667 Allow binding locally to different IP than endpoint IP
Sometimes you want the actual endpoint IP to be a load
balanced IP, but the bind IP to be a local IP (different per node).

This change allows that by using attributes from the [orchestration-*-bind]
namespace

Implements blueprint increase-ip-binding-flexibility

Change-Id: I9ea0e1e61c23026bf24926b264e289ff80314ac2
2014-04-25 12:42:01 +01:00
Mark Vanderwiel ea9b5d3632 Add notification attributes
Add attrs related for notification
Add tests

Change-Id: I559d4d610cd63a78e783fb57922012cf97ec6ad6
Closes-Bug: #1306703
2014-04-17 13:58:34 -05:00
Chen Zhiwei 6b9df49443 Fix DB2 ODBC driver installation issue
There is an LWRP in db2 cookbook to install ODBC driver,
so need to move this driver installation to db2 cookbook.

Change-Id: I309bac0e5fdf0abb110210069e731ff260679a3c
Closes-bug: 1294376
2014-03-21 03:21:03 -04:00
ericzhou a2933a98f9 Use the library method auth_uri_transform.
Change-Id: I260ac1603a77ffe0390a5bd40aa98491f7e94f41
Imlements: blueprint move-keystone-authtoken-move-auth-uri-logic
2014-03-14 23:56:24 +08:00
Mark Vanderwiel eab9f60603 Add client recipe for orchestration
Add an explicit recipe for installing client
only packages.
Tests are also included.
Bumped minor version for this new feature.

Change-Id: Ia2e4d15fbe63e1a02fb0078b1976b46b48a7e13a
Addresses: blueprint add-client-recipes
2014-02-12 15:08:57 -06:00
Matt Ray 068ed603ed Initial Rubocop cleanup.
Change-Id: I6f7c659e4f9ea9fa959a9917e4cf9d5e7acb16af
Addresses: blueprint rubocop-for-orchestration
2014-01-15 23:16:42 -06:00
hanzhf 0b81a7b037 Add cookbook support for Openstack Orchestration
This new cookbook supports the installation and configuraiton for heat services.
More pedantic patches will follow to make Rubocop happy.

Implements: blueprint heat-support

Change-Id: I8b734b7124c49190a68acc4d0da28a31da03ac57
2014-01-15 15:25:21 +08:00