Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscfi/nkr-ops
https://github.com/cscfi/nkr-ops
ansible vagrant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscfi/nkr-ops
- Owner: CSCfi
- License: mit
- Created: 2019-02-11T09:50:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T18:45:42.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T18:53:24.434Z (over 1 year ago)
- Topics: ansible, vagrant
- Language: Shell
- Size: 150 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nkr-ops
Ansible-scripts to deploy NKR index to remote machines and local development (vagrant).
In case python3 is not yet installed on managed nodes, consider using [this playbook](https://github.com/CSCfi/ansible-provision-python3) for provisioning python3 first.
## local development
```
clone https://github.com/CSCfi/nkr-ops
cd nkr-ops
vagrant up
vagrant ssh
```Edit your local /etc/hosts file to add:
```
30.30.30.30 nkr-index.csc.local
30.30.30.30 nkr-proxy.csc.local
```Then, solr ui at: nkr-index.csc.local
And authz proxy at: nkr-proxy.csc.local### authentication in local dev
nkr-index BA credentials: nkr-index / nkr-index
nkr-proxy BA credentials: nkr-proxy / nkr-proxy