Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-kvrocks
Install kvrocks, distributed key value NoSQL database based on RocksDB and compatible with Redis protocol.
https://github.com/juju4/ansible-kvrocks
Last synced: about 1 month ago
JSON representation
Install kvrocks, distributed key value NoSQL database based on RocksDB and compatible with Redis protocol.
- Host: GitHub
- URL: https://github.com/juju4/ansible-kvrocks
- Owner: juju4
- License: bsd-2-clause
- Created: 2021-12-28T15:43:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T18:20:50.000Z (about 1 month ago)
- Last Synced: 2024-12-22T19:28:19.759Z (about 1 month ago)
- Language: Jinja
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-kvrocks/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-kvrocks/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-kvrocks/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-kvrocks/actions?query=branch%3Adevel)# kvrocks ansible role
Setup kvrocks server
* https://github.com/KvrocksLabs/kvrocks/## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.11### Operating systems
Tested on Ubuntu 18.04, 20.04.
## Example Playbook
Just include this role in your list.
For example```
- host: myhost
roles:
- juju4.kvrocks
```## Variables
TBD
## Continuous integration
```
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:20.04 molecule test --destroy=never
```## Troubleshooting & Known issues
* Kvrocks releases are only for x86_64 architecture. No arm at Dec 2021.
* Be aware that rpm package installs file in /www/kvrocks and does not include any systemd unit file.
* Molecule docker uses [Docker official build of CentOS](https://hub.docker.com/_/centos) but with Centos8 End-Of-Life, repositories are not valid anymore. Moved to alternate distributions.
[Failed to download metadata for repo ‘AppStream’ CentOS, Feb 2022](https://techglimpse.com/failed-metadata-repo-appstream-centos-8/)
[CentOS 8 is dead: choosing a replacement Docker image, Jan 2022](https://pythonspeed.com/articles/centos-8-is-dead/)## License
BSD 2-clause