Hi , Last time I worked on vcloud cartridges, I knew the payload was being sent as customizatiom script as
#!/bin/sh mkdir -p /tmp/payload echo "PAYLOAD" > /tmp/payload/launch-params /root/bin/init-vcloud.sh > /tmp/puppet_log Is it same or has it changed? In my today’s attempt I see a file called bootstrap is created in $HOME which seems to be doing similar things as earlier customize script way. If this is the way, how is the file sent to cartridge? With puppet or say scp? Any inputs on how the payload is sent in the latest code of stratos for vcloud payload? Regards Raghavendra
