Starting the VM
Login
Once the VM is up and running you can log into the shell console using:
- Username:
root - Password:
maestro
Ports
The following services are running in the VM:
| Service | Port |
|---|---|
| SSH | 22 |
| Maestro | 8080 |
| Apache Archiva | 8082 |
| Jenkins | 8181 |
VMware
In VMware the VM can be accessed using its IP address, that can be obtained from the VM shell running:
$ ifconfig eth0
This will return:
[root@demo ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:46:54:FC
inet addr:172.16.223.139 Bcast:172.16.223.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe46:54fc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:84735 errors:0 dropped:0 overruns:0 frame:0
TX packets:197059 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12326998 (11.7 MiB) TX bytes:261991746 (249.8 MiB)
In this case the Maestro interface can be accessed at http://172.16.223.139:8080/. Be sure to adjust for your assigned IP address.
VirtualBox
The VM is configured to use NAT only network with port forwarding, by default forwarding ports from your localhost to the VM.
Click on VirtualBox Settings -> Network -> Adapter 1 -> Advanced -> Port Forwarding and ensure that at least port 8080, and any of the other ports if you wish, are forwarded from localhost to your VM. You can change the local port if any of them conflict with other services running in your host.
| Service | Local Port | VM port |
|---|---|---|
| SSH | 2222 | 22 |
| Maestro | 8080 | 8080 |
| Apache Archiva | 8082 | 8082 |
| Jenkins | 8181 | 8181 |
The Maestro interface can be accessed at http://localhost:8080/.