Helpful extension for alien4cloud-cloudify2-provider
It uses the management space to store the events.
-
Retrieve the zip archive from the assembly module then unzip the context into the upload folder of your prefered cloud driver (i.e. gigaspaces-cloudify-2.7.0-ga/clouds/openstack-havana/upload)
-
Then edit the bootstrap-management.sh script to add this:
if [ "$GSA_MODE" = "lus" ]; then
chmod +x ${WORKING_HOME_DIRECTORY}/events/bin/gsDeployEventsWar.sh
${WORKING_HOME_DIRECTORY}/events/bin/gsDeployEventsWar.sh
fi
Right after:
./cloudify.sh $START_COMMAND $START_COMMAND_ARGS
- Once deployed, a http GET request on
http://management_ip:8081/events/test
should returns ais running
message.