Sha256: 268fdeda64a92caf092820b234863cf84229994dd1be894fb4a389a487a51abf
Contents?: true
Size: 958 Bytes
Versions: 2
Compression:
Stored size: 958 Bytes
Contents
#!/bin/sh # Move the hosts file echo "Moving the hosts file into place" :move_hostfile # Move the authkeys echo "Configuring the authkeys" :configure_authkeys # Move the config file echo "Moving custom config file for this cloud" :move_config_file # Reconfigure master if master? echo "If this is the master, I'm configuring it as the master now" :config_master # Configure haproxy echo "Configuring and starting haproxy" :configure_haproxy # Set this hostname as appropriate in the cloud echo "Setting new hostname" :set_hostname # Configure heartbeat echo "Moving all the resource.d files into place" :configure_resource_d # Start heartbeat echo "Configuring and starting heartbeat" :configure_heartbeat # Start s3fs echo "Mounting shared drive, if shared_bucket exists in config" :mount_s3_drive # Configure monit echo "Configuring monit" :configure_monit # Update the plugins echo "Updating plugins" :update_plugins echo "Running user tasks" :user_tasks
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auser-poolparty-0.0.9 | config/reconfigure_instances_script.sh |
auser-poolparty-0.1.0 | config/reconfigure_instances_script.sh |