https://github.com/rcbops/openstack-ansible-os_horizon_metadatasearch
OpenStack Ansible role to install horizon_metadatasearch_dashboard
https://github.com/rcbops/openstack-ansible-os_horizon_metadatasearch
Last synced: 4 months ago
JSON representation
OpenStack Ansible role to install horizon_metadatasearch_dashboard
- Host: GitHub
- URL: https://github.com/rcbops/openstack-ansible-os_horizon_metadatasearch
- Owner: rcbops
- License: apache-2.0
- Created: 2016-06-03T00:32:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T05:22:58.000Z (over 9 years ago)
- Last Synced: 2025-03-16T06:15:18.432Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# openstack-ansible-os_horizon_metadatasearch
## Important Variables To Set
The following variables must be set for your environment before running the playbook.
```yaml
# Found in defaults/main.yml
# For Liberty this should be stable/liberty (that is default)
# stable/mitaka is also supported.
horizon_metadatasearch_git_install_branch: ""
# This must match the OSA version
openstack_release: 12.0.14
# This will only need to be changed if for some reason you are not using a venv
horizon_venv_bin: "/openstack/venvs/horizon-{{ openstack_release }}/bin"
# This should not need to be changed but in some cases the package might end up in dist-packages
horizon_venv_lib_dir: "{{ horizon_venv_bin | dirname }}/lib/python2.7/site-packages"
# Found in group_vars/all.yml
# This is the location where the rpc repository was checked out
osa_roles_path: /opt/openstack-ansible/playbooks/roles
osa_inventory_path: /opt/openstack-ansible/playbooks
```
## Usage
```bash
openstack-ansible os_horizon_metadatasearch.yml
```