Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Installing and Configuring the Compute service (NOVA) | |||||||
> > | Installazione e configurazione del servizio Compute (NOVA) | |||||||
Changed: | ||||||||
< < | Configuring the Hypervisor (KVM) | |||||||
> > | Configurare l'Hypervisor (KVM) | |||||||
# yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-client bridge-utils | ||||||||
Line: 26 to 24 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Configuring OpenStack Compute | ||||||||
Changed: | ||||||||
< < | Da modificare due file:
| |||||||
> > | Da modificare due file in /etc/nova : | |||||||
%TWISTY{ mode="div" showlink=" nova.conf " hidelink=" nova.conf " | ||||||||
Changed: | ||||||||
< < | remember="off" firststart="hide" | |||||||
> > | remember="off" firststart="show" | |||||||
showimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleopen.gif" hideimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleclose.gif" }% | ||||||||
Line: 57 to 56 | ||||||||
#compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler # VOLUMES | ||||||||
Changed: | ||||||||
< < | volume_group = vg_vol01 | |||||||
> > | volume_group = | |||||||
#volume_name_template = volume-%08x iscsi_helper = tgtadm # DATABASE del Cloud Controller | ||||||||
Changed: | ||||||||
< < | sql_connection=mysql://nova:XXXXXX@131.154.101.242/nova | |||||||
> > | sql_connection=mysql://nova:XXXXXX@hostname1.domain/nova | |||||||
# COMPUTE libvirt_type = kvm | ||||||||
Line: 86 to 85 | ||||||||
dhcpbridge_flagfile = /etc/nova/nova.conf firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver # Change my_ip to match each host | ||||||||
Changed: | ||||||||
< < | my_ip = 131.154.101.186 | |||||||
> > | my_ip = | |||||||
public_interface = eth0 #vlan_interface = eth0 flat_network_bridge = virbr0 | ||||||||
Line: 97 to 96 | ||||||||
#novncproxy_base_url=http://192.168.206.130:6080/vnc_auto.html # Change vncserver_proxyclient_address and vncserver_listen to match each compute host | ||||||||
Changed: | ||||||||
< < | vncserver_listen = 131.154.101.186 vncserver_proxyclient_address = 131.154.101.186 | |||||||
> > | vncserver_listen = | |||||||
# Qpid | ||||||||
Changed: | ||||||||
< < | qpid_hostname = stack-01.cnaf.infn.it | |||||||
> > | qpid_hostname = | |||||||
rpc_backend = nova.rpc.impl_qpid # OTHER | ||||||||
Line: 122 to 121 | ||||||||
mode="div" showlink=" api-paste.ini " hidelink=" api-paste.ini " | ||||||||
Changed: | ||||||||
< < | remember="off" firststart="hide" | |||||||
> > | remember="off" firststart="show" | |||||||
showimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleopen.gif" hideimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleclose.gif" }% | ||||||||
Line: 132 to 131 | ||||||||
[filter:authtoken] paste.filter_factory = keystone.middleware.auth_token:filter_factory service_protocol = http | ||||||||
Changed: | ||||||||
< < | service_host = 131.154.101.242 | |||||||
> > | service_host = | |||||||
service_port = 5000 | ||||||||
Changed: | ||||||||
< < | auth_host = 131.154.101.242 | |||||||
> > | auth_host = | |||||||
auth_port = 35357 auth_protocol = http | ||||||||
Changed: | ||||||||
< < | auth_uri = http://131.154.101.242:5000/![]() | |||||||
> > | auth_uri = http://![]() | |||||||
admin_tenant_name = service admin_user = nova | ||||||||
Changed: | ||||||||
< < | admin_password = XXXXXXX | |||||||
> > | admin_password = | |||||||
</> <--/twistyPlugin--> |