-
Notifications
You must be signed in to change notification settings - Fork 37
02. Compute: Nova
AJ NOURI edited this page Apr 17, 2017
·
17 revisions
1. (Keypair) From demo account, generate a public keypair named mypubkey1 for use with openstack instances
- RAM: 64mb
- Root disk size: 0
- cpu: 1
4. Add new rules to the default security group "default" to allow access instances from internet through SSH, http and ICMP.
- image: cirros-0.3.4-x86_64-uec
- flavor: m1.tiny
- keypair: key1
- security group: default
6. Create a pair key with ssh-keygen (we want to have a keypair created outside of openstack). Now, add the created key with openstack with name "mykey1"
name: instance7
image: cirros-0.3.4-x86_64-uec
flavor: m1.tiny
keypair: mykey1
security group: default
10. Log to the machine console using the keypair mykey1 using the floating IP assigned to the instance7
- 15 backups
- 15 000 gigabytes
- 15 networks
- 15 subnets
- 15 cpu cores 15
- floating ips
6. We want user=p2_user1,pass=openstack is able to create only 2 floating ips, but 5 floating ips for p2_user2/openstack
- max 5 instances
- max 5 cores
- max 55555 RAM
- max 55 floating_ips
Check the quotas for "project3".
- max 2 instances
- max 2 cores
- max 22222 RAM
- max 22 floating_ips
(you can choose any password you like)
Check the quotas for "user41" / "project3".
Check the quotas for "user42" / "project3".
- max 1 instances
- max 1 cores
- max 11111 RAM
- max 11 floating_ips
Check the quotas for "user41" / "project4".
Check the quotas for "user42" / "project4".
Check the default quotas