Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Guida di installazione dell'infrastruttura di cloud per il progetto Marche CloudVer. 0.3 - 2013-02-27
| ||||||||
Line: 400 to 400 | ||||||||
Brick3: 192.168.200.24:/mnt/brick-glance | ||||||||
Added: | ||||||||
> > | La figura successiva mostra i dettagli della composizione dei volumi e sui mount point.
![]() | |||||||
A questo punto avremo le seguenti configurazioni sui vari server.
mcloud01 | ||||||||
Line: 1146 to 1150 | ||||||||
config_file = /etc/glance/glance-api-paste.ini flavor = keystone | ||||||||
Added: | ||||||||
> > | * Verificare che sql_connection punti al DB MySQL piuttosto che a sqlite:
sql_connection = mysql://glance:<YOUR_GLANCEDB_PASSWORD>@localhost/glance | |||||||
| ||||||||
Line: 1208 to 1216 | ||||||||
Troubleshooting Glance | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Changed: | ||||||||
< < | # wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img![]() | |||||||
> > | # wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img![]() | |||||||
Changed: | ||||||||
< < | # glance add name=cirros-0.3.0-x86_64 disk_format=qcow2 container_format=bare < cirros-0.3.0-x86_64-disk.img | |||||||
> > | # glance image-create --name=cirros-0.3.0-x86_64 --disk-format=qcow2 --container-format=bare < cirros-0.3.0-x86_64-disk.img | |||||||
Added new image with ID: 691109ac-9673-4195-a27f-8211a49bfdcb | ||||||||
Changed: | ||||||||
< < | # glance index | |||||||
> > | # glance image-list | |||||||
ID Name Disk Format Container Format Size
------------------------------ -------------------- -------------------- -------------- 691109ac-9673-4195-a27f-8211a49bfdcb cirros-0.3.0-x86_64 qcow2 bare 9761280 | ||||||||
Line: 1230 to 1238 | ||||||||
691109ac-9673-4195-a27f-8211a49bfdcb lost+found | ||||||||
Changed: | ||||||||
< < | # glance show 691109ac-9673-4195-a27f-8211a49bfdcb | |||||||
> > | # glance image-show 691109ac-9673-4195-a27f-8211a49bfdcb | |||||||
URI: http://192.168.200.21:9292/v1/images/691109ac-9673-4195-a27f-8211a49bfdcb![]() | ||||||||
Line: 1872 to 1880 | ||||||||
+-------------------------------------+------------------------------------------------------------+ | ||||||||
Deleted: | ||||||||
< < | ||||||||
-- MatteoManzali - 2013-02-27
| ||||||||
Added: | ||||||||
> > |
|