Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 807 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 807 Bytes

Alien4Cloud Cloudify2 Extension

Description

Helpful extension for alien4cloud-cloudify2-provider

It uses the management space to store the events.

Deployment

  1. 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)

  2. 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

  1. Once deployed, a http GET request on http://management_ip:8081/events/test should returns a is running message.