Skip to content

openstacker/zaqar-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Zaqar Demo for OpenStack Summit

2016 Barcelona Summit Demo

How to set the test environment?

1. In this demo, the idea is based on Aodh's event alarm, so it needs to be enabled in ceilometer, see http://docs.openstack.org/developer/aodh/event-alarm.html

The key part is add this line:

  • notifier://?topic=alarm.all

to /etc/ceilometer/event_pipeline.yaml

2. We're using Zaqar's websocket and wsgi transports, so they need to be enabled both. Luckily, it's default in devstack.

2017 Boston Summit Demo

  1. Running the websocket.html under your apache server

2. Disable the CORS of your browser. And please use Firefox with cors injector addon. See https://github.com/fredericlb/Force-CORS/releases

  1. After enabled the cors injector, please use below value for its "Headers to inject" config:
Access-Control-Allow-Origin *|Access-Control-Allow-Methods POST,GET|Access-Control-Expose-Headers X-Subject-Token,Vary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published