Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Installazione configurazione del Cloud Controller | ||||||||
Line: 42 to 42 | ||||||||
Installare e impostare l'avvio automatico dei servizi legati a ISCSI
| ||||||||
Changed: | ||||||||
< < | yum install iscsi-initiator-utils | |||||||
> > | yum install scsi-target-utils | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Installazione configurazione del Cloud Controller | ||||||||
Changed: | ||||||||
< < | Configurare il DB MySQL sul Cloud Controller | |||||||
> > | Configurare il DB MySQL sul Cloud Controller | |||||||
| ||||||||
Line: 16 to 16 | ||||||||
Dove <YOUR_NOVADB_PASSWORD> è la password scelta per l'utente "nova" del DB. | ||||||||
Changed: | ||||||||
< < | Installare il Cloud Controller | |||||||
> > | Installare il Cloud Controller | |||||||
| ||||||||
Line: 34 to 35 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Aggiungere nova tra gli utenti sudoers: | |||||||
> > | Aggiungere nova tra gli utenti sudoers: | |||||||
| ||||||||
Changed: | ||||||||
< < | Installare e impostare l'avvio automatico dei servizi legati a ISCSI | |||||||
> > | Installare e impostare l'avvio automatico dei servizi legati a ISCSI | |||||||
| ||||||||
Line: 55 to 56 | ||||||||
-- PaoloVeronesi - 2012-08-31 | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Installazione configurazione del Cloud Controller | ||||||||
Changed: | ||||||||
< < | Configurare il DB MySQL sul Cloud Controller | |||||||
> > | Configurare il DB MySQL sul Cloud Controller | |||||||
| ||||||||
Line: 16 to 16 | ||||||||
Dove <YOUR_NOVADB_PASSWORD> è la password scelta per l'utente "nova" del DB. | ||||||||
Changed: | ||||||||
< < | Installare il Cloud Controller | |||||||
> > | Installare il Cloud Controller | |||||||
| ||||||||
Line: 33 to 33 | ||||||||
Added: | ||||||||
> > | Aggiungere nova tra gli utenti sudoers:
Installare e impostare l'avvio automatico dei servizi legati a ISCSI
| |||||||
-- PaoloVeronesi - 2012-08-31 \ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Installazione configurazione del Cloud Controller | ||||||||
Line: 19 to 19 | ||||||||
Installare il Cloud Controller
| ||||||||
Changed: | ||||||||
< < | # sudo yum install openstack-utils memcached qpid-cpp-server | |||||||
> > | # yum install openstack-utils memcached qpid-cpp-server | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Installing and Configuring the Cloud Controller | |||||||
> > | Installazione configurazione del Cloud Controller | |||||||
Changed: | ||||||||
< < | Configuring the SQL Database (MySQL) on the Cloud Controller
| |||||||
> > | Configurare il DB MySQL sul Cloud Controller
| |||||||
Changed: | ||||||||
< < | mysql> GRANT ALL ON nova.* TO 'nova'@'%' IDENTIFIED BY '[YOUR_NOVADB_PASSWORD]'; mysql> quit | |||||||
> > | mysql> CREATE DATABASE nova; | |||||||
Added: | ||||||||
> > |
| |||||||
Changed: | ||||||||
< < | Installing the Cloud Controller
sudo yum install openstack-utils memcached qpid-cpp-server | |||||||
> > | Installare il Cloud Controller
| |||||||
Changed: | ||||||||
< < |
sudo yum install openstack-nova | |||||||
> > |
| |||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
-- PaoloVeronesi - 2012-08-31 \ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Installing and Configuring the Cloud Controller | ||||||||
Line: 13 to 13 | ||||||||
Installing the Cloud Controller | ||||||||
Changed: | ||||||||
< < | Install the messaging queue server. The OpenStack services talk to each other using AMQP (Advanced Message Queue Protocol) by communicating with a message server.
On Fedora, RHEL, and CentOS, the most tested messaging server is Apache Qpid. Refer to the Compute Administration Manual![]() nova.conf. | |||||||
> > |
| |||||||
sudo yum install openstack-utils memcached qpid-cpp-server | ||||||||
Changed: | ||||||||
< < | Install the required nova- packages, and dependencies are automatically installed. | |||||||
> > |
| |||||||
sudo yum install openstack-nova | ||||||||
Added: | ||||||||
> > |
| |||||||
-- PaoloVeronesi - 2012-08-31 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Installing and Configuring the Cloud ControllerConfiguring the SQL Database (MySQL) on the Cloud Controller
mysql> GRANT ALL ON nova.* TO 'nova'@'%' IDENTIFIED BY '[YOUR_NOVADB_PASSWORD]'; mysql> quit Installing the Cloud ControllerInstall the messaging queue server. The OpenStack services talk to each other using AMQP (Advanced Message Queue Protocol) by communicating with a message server. On Fedora, RHEL, and CentOS, the most tested messaging server is Apache Qpid. Refer to the Compute Administration Manual![]() nova.conf.
sudo yum install openstack-utils memcached qpid-cpp-server
Install the required nova- packages, and dependencies are automatically installed.
sudo yum install openstack-nova
-- PaoloVeronesi - 2012-08-31 |