This is an old revision of the document!
To create a new eve-ng instance on Openstack infrastructure:
1. Login to Openstack via https://cloud.grid.pub.ro/ using login upb (same steps used for login to curs upb). You should be alreayd included in sred_prj (in case you do not have access, please contact @horia.stoenescu via Teams).
2. Go to instances and launch a new one using the following configuration:
- give it a specific name - Instance Name - for example: ion_popescu_eve_ng
- for Source, select image SRED eve-ng
- for flavor, select m1.sred_flavor (⚠️ lower ones will not work as image requires at least 60 GB of storage and 16GB of RAM)
- for network, select vlan9 (your VM should have IP 10.9.*.* after spawning the instance)
- for network ports and security groups keep default values
- in case you did not have already a key pair generated, create a new one, save the private key to your fep instance on path /root/.ssh/fep_rsa, and select it for the newly deployed instance
- the rest of configuration keep as it is
3. Wait for 2, 3 minutes for the instance to boot up, login using default credential root:eve (in case they did not work, wait some more minutes). After this, you will configure the instance from Console tab: add a root password, select dhcp, and default ntp server.
4. Login again to Console using the same credentials, find the ip address, and using ssh forward the port 80 of eve-ng platform to local one (let's say 8080):
ssh -i /path/to/ssh/private/key -L 127.0.0.1:8080:$IP-EVE-NG-INSTANCE:80 $USER-LDAP@fep.grid.pub.ro # change IP-EVE-NG-INSTANCE and USER-LDAP with your personal values
5. At last, login to platform from browser using default credentials admin:eve and start working on lab exercises