{"id":17329840,"url":"https://github.com/fgimenez/orientdb-cookbook","last_synced_at":"2025-04-14T17:40:23.585Z","repository":{"id":151240220,"uuid":"11587572","full_name":"fgimenez/orientdb-cookbook","owner":"fgimenez","description":"Chef cookbook for installing orientdb","archived":false,"fork":false,"pushed_at":"2016-02-20T17:23:23.000Z","size":64,"stargazers_count":10,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T18:52:15.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgimenez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-22T17:28:19.000Z","updated_at":"2025-02-06T04:43:59.000Z","dependencies_parsed_at":"2023-05-05T15:54:40.439Z","dependency_job_id":null,"html_url":"https://github.com/fgimenez/orientdb-cookbook","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Forientdb-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Forientdb-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Forientdb-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Forientdb-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgimenez","download_url":"https://codeload.github.com/fgimenez/orientdb-cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236235,"owners_count":19769573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T14:49:35.087Z","updated_at":"2025-02-25T19:31:14.212Z","avatar_url":"https://github.com/fgimenez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/fgimenez/orientdb-cookbook.png)](https://travis-ci.org/fgimenez/orientdb-cookbook)\n\nOrientDB Cookbook\n=================\nThis cookbook installs OrientDB\n\nRequirements\n------------\n\nIt has been tested on Ubuntu 12.04, but should work on any platform where Java 1.6 works.\n\nThe java and apt cookbooks are needed, as usual may be handled with Berkshelf.\n\n\nGeneral Attributes:\n\n|Attribute|Description|Default value|\n|---------|-----------|-------------|\n|`node['orientdb']['user']['id']`|User name|`orientdb`|\n|`node['orientdb']['version']`|Database version|`2.0.3`|\n|`node['orientdb']['flavour']`|Flavour to be installed, now only community|`community`|\n|`node['orientdb']['base_tarball_url']`|Partial location of the tarball url, flavour, version and extension removed|`http://www.orientechnologies.com/download.php?email=unknown@unknown.com\u0026os=linux\u0026file=orientdb`|\n|`node['orientdb']['installation_directory']`|Absolute install dir, dependent on the base install dir|`/opt/orientdb`|\n|`node['orientdb']['default_init_script']`|Full path to tarball's init script|`/opt/orientdb/bin/orientdb.sh`|\n|`node['orientdb']['init_script']`|Full path to actual init script|`/etc/init.d/orientdb`|\n|`node['orientdb']['db_user']`|Admin DB user|`admin`|\n|`node['orientdb']['db_password']`|Admin DB password|`admin`|\n\nDistributed Attributes:\n\n|Attribute|Description|Default value|\n|---------|-----------|-------------|\n|`node['orientdb']['hazelcast']['nodeName']`|Node Name|`{node.name}`|\n|`node['orientdb']['hazelcast']['enabled']`|Enable Hazelcast plugin|`true`|\n|`node['orientdb']['hazelcast']['group']['name']`|Hazelcast group name|`orientdb`|\n|`node['orientdb']['hazelcast']['group']['password']`|Hazelcast group password|`orientdb`|\n|`node['orientdb']['hazelcast']['network']['join']['mode']`|Hazelcast mode, one of `multicast`, `tcp-ip` or `aws`|`multicast`|\n|`node['orientdb']['hazelcast']['network']['join']['multicast']['group']`|Hazelcast multicast host|`orientdb`|\n|`node['orientdb']['hazelcast']['network']['join']['multicast']['port']`|Hazelcast multicast port|`orientdb`|\n|`node['orientdb']['node_search_criteria']`|Chef Search criteria for locating peers.|Match on hazelcast group name \u0026 password (from above)|\n|`node['orientdb']['hazelcast']['network']['join']['tcp-ip']['members']`|Array of hostname:port of peer hazelcast members to populate hazelcast.xml file.|hostname:port list from node_search_criteria (above)|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['access-key']`|EC2 access key|`my-access-key`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['secret-key']`|EC2 secret key|`my-secret-key`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['region']`|Optional, EC2 region|`us-west-1`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['host-header']`|Optional, EC2 host header. If set region shouldn't be set as it will override this property|`ec2.amazonaws.com`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['security-group-name']`|EC2 security group|`hazelcast-sg`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['tag-key']`|EC2 tag key|`type`|\n|`node['orientdb']['hazelcast']['network']['join']['aws']['tag-value']`|EC2 tag value|`hz-nodes`|\n\n|`node['orientdb']['distributed']['clusters']['servers']`|Array of hostnames to populate default-distributed-db-config.json file.|hostname list from node_search_criteria (above)|\n\n\n\nRunning the tests\n-----------------\n\nFor the unit tests just execute the default rake task:\n\n    $ bundle install\n    $ bundle exec rake\n\nRun the integration tests through test kitchen (Vagrant and VirtualBox are needed for this):\n\n    $ bundle exec kitchen test\n\nVagrant usage\n-------------\n\nFor testing the cookbook with Vagrant 1.2+ you just have to execute bootstrap.sh:\n\n    $ bootstrap.sh\n\nIt installs the required Vagrant plugins and launchs the machine. After the process you have a orientdb instance running in ```orientdb.local``` host, ip 33.33.33.33 (you may need to provide root privileges to allow vagrant-hostmanager do its duty).\n\nContributing\n------------\n\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write you change\n4. Write tests for your change\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request\n\nLicense and Authors\n-------------------\nMIT License\n\nAuthors: Federico Gimenez Nieto \u003cfgimenez@coit.es\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Forientdb-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgimenez%2Forientdb-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Forientdb-cookbook/lists"}