Skip to content
rd37 edited this page Oct 3, 2014 · 12 revisions

Welcome to the glint-service wiki!

Installation:

Ensure your shell environment is setup properly

easiest way is to download your openstack's admin.rc and source it!

user@machine$ source admin-openrc.sh

this will setup several environmental variables needed by the glint installation. however if you want, you can just save the file local, and set its location in the glint_setup.yaml file (glint-installation-auth:'///:file_loc')

Clone the git setup scripts

git clone https://github.com/rd37/glint-service.git

Change the two config files

glint_setup.yaml

glint-installation-auth: '$HOME/admin-openrc.sh'

glint-service-url: 'http://glint_host_machine'

and the

glint_services.yaml

auth_url: http://keystone_host_machine:5000/v2.0

glance_url: http://glance_host_machine:5000/v2.0

root_site: Rat01

Install and setup

cd glint-service

sudo python glint_setup.py install

the setup script will download, install and start glint and glint-horizon