-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the glint-service wiki!
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')
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
cd glint-service
sudo python glint_setup.py install
the setup script will download, install and start glint and glint-horizon