We provide a virtual machine with an OpenStack Swift All-In-One and the last version of StackSync server (0.6.13) in order to make it easier to deploy StackSync. This virtual machine in only for testing and development purposes.
You can download the virtual machine and import it to your VirtualBox. In this page you can find the instructions needed to configure it.
Configuration instructions
Username and password of the default user, with root privileges:
User: swift
Password: urv
Activate the network
Bring up the ethernet interface:
1 |
sudo ifconfig eth1 up |
Note that the interface can have another number (eth0, eth1, …)
Tell the DHCP server to assign an IP:
1 |
sudo dhclient eth1 |
Check and write down the ip address given to the interface.
1 |
ifconfig eth1 |
Update the IP in Keystone, Swift and StackSync
Execute the script update_ip.sh with the current IP as a parameter:
1 |
sudo ./update_ip.sh <NEW_IP> |
Start the services
1 |
sudo ./start_all.sh |
Create new users
Access the web manager from the browser with the following URL:
1 |
http://VM_IP:8081/admin |
Login with the credentials:
User: swift
Password: urv
Follow this manual: https://github.com/stacksync/manager#manual