summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable lvm2 systemd services in cinder-setup scriptFrancisco Redondo Marchena2015-01-221-0/+12
|
* Add configuration arguments and services to lvm2 chunkFrancisco Redondo Marchena2015-01-221-2/+39
| | | | | | | | | | - Configuration files added: - exec-prefix and sbindir - enable-udev_rules - Services: (this will scan and active all the volume groups) taken from http://sources.debian.net/src/lvm2/2.02.111-2/debian/patches/systemd.patch/ - lvm2-activation-early - lvm2-activation
* FIXUPME: Fix unpetrify-ref duplicationFrancisco Redondo Marchena2015-01-221-1/+1
|
* Update lvm2 to v2_02_113Francisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: Add rebar and erlang-sd_notify static refFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXME and SQUEEZEME: Add log directory and create a volume group for cinderFrancisco Redondo Marchena2015-01-221-0/+23
| | | | | | This commit adds a temporarly way to test cinder. It assumes that when the VM is deployed it will also add a second image to the VM where the Volumes for cinder will be placed when creating.
* FIXUPME: Add log files to cinder servicesFrancisco Redondo Marchena2015-01-224-4/+4
|
* Add iptables filters for cinderFrancisco Redondo Marchena2015-01-222-0/+159
|
* Add authentication version to cinderFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Replace keystone variables in cinderFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXUPME: Replace keystone variables in nova.confFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXUPME: Fix error configuring cinder.confFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Fix manifest including the cinder conf and api-pasteFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: Enable minimal configuration for Cinder in one hostFrancisco Redondo Marchena2015-01-224-25/+29
|
* FIXUPME: Create volumes directory for CinderFrancisco Redondo Marchena2015-01-221-0/+6
|
* FIXUPME: Move the authentication port and host to keystone configureFrancisco Redondo Marchena2015-01-222-1/+4
|
* FIXUPME: Add authentication port to clusterFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add cinder servicesFrancisco Redondo Marchena2015-01-2210-1/+223
| | | | | | | | | | This commit add: - Cinder services - Cinder setup script and service - Cinder integration script (config file) - Cinder files in the manifest - Cinder string on the cluster - Move nova region to regionOne (default value) rather than LON
* FIXUPME: Change uid and guid for novaFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: Change name and description of the Openstack SystemFrancisco Redondo Marchena2015-01-221-3/+2
|
* FIXUPME: Add cinder default configuration filesFrancisco Redondo Marchena2015-01-224-0/+2935
|
* REVIEWEME: add scheduler default filtersFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXUPME: temporary nova configurationFrancisco Redondo Marchena2015-01-221-16/+32
|
* REVIEWME: Replace kvm virtualization by qemuFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | | | The actual test is done in a VM in a host which does not accept other kind of virtualization. In the future this patch should be reverted or not applied on rebase if the virtualization required is KVM or modified if the virtualization is any other. Qemu is only configured for test purposes.
* FIXUPME: Fix nova-setup script: add services, add needed directories and ↵Francisco Redondo Marchena2015-01-221-19/+39
| | | | sort them by runtime dependencies
* Add nova-{cert,consoleauth,novncproxy,scheduler}.serviceFrancisco Redondo Marchena2015-01-225-0/+48
|
* FIXUPME: Update oslo-rootwrap to 62d732277 sha1 in masterFrancisco Redondo Marchena2015-01-221-2/+2
| | | | | It is recommended not to use the tag 1.3.0.0a3. Check nova requirements.txt.
* FIXUPME: Remove debug to rabbitmq-setup scriptFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Add some comments to glance-setup scriptFrancisco Redondo Marchena2015-01-221-0/+3
|
* Add NETFILTER_XT_MATCH_ADDRTYPE and NETFILTER_ADVANCED modulesFrancisco Redondo Marchena2015-01-221-0/+2
| | | | | | This module is needed to use addrtype extension on iptables-restore. This module requires NETFILTER_ADVANCED to work so this module was also added.
* WIP: Add more configuration to use the libvirt driverFrancisco Redondo Marchena2015-01-221-1/+10
|
* WIP: Configure vncserver and novncproxy for nova controllerFrancisco Redondo Marchena2015-01-223-3/+5
|
* WIP: Add keystone uri to nova configurationFrancisco Redondo Marchena2015-01-221-0/+1
|
* WIP: Configure nova to tell libvirt to use qemu for testing purposesFrancisco Redondo Marchena2015-01-221-0/+6
|
* WIP: Add new service to nova-setupFrancisco Redondo Marchena2015-01-221-0/+1
|
* WIP: Disable nova-conductor when deploying openstack in one nodeFrancisco Redondo Marchena2015-01-221-4/+7
|
* FIXUPME: do not write into sudoers directly but create a file in its folderFrancisco Redondo Marchena2015-01-221-1/+3
|
* WIP: add tokens to keystone configuration in nova confFrancisco Redondo Marchena2015-01-221-4/+4
|
* FIXUPME: Point and update librabbitmqFrancisco Redondo Marchena2015-01-221-4/+4
|
* FIXUPME: Point rebar and erlang-sd_notify to upstreamFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: point ebtables and dmidecode to upstream and update themFrancisco Redondo Marchena2015-01-221-3/+3
|
* Add instances dir to nova home directory required by nova-computeFrancisco Redondo Marchena2015-01-221-0/+6
|
* Add nova user to sudoers group, using rootwrap to control itFrancisco Redondo Marchena2015-01-221-0/+6
| | | | | | | Nova user needs to run commands as a root, in order to filter this commands openstack uses rootwrap. Nova needs root permissions to run this commands, so this patch adds it to sudoers for the rootwrap application and configuration.
* Remove --with-python configure optionFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | The python binding was remove from libvirt repository in the commit a7a1244a739d134a9aca7f76c12d63043810c077. We actualy have libvirt-python binding in our virtualization strata.
* Fix nova configuration adding ip address for novaFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | Nova is expecting its ipaddress is configured as an ipaddress and not a name, i.e. it is expecting 127.0.0.1 and it will fail with localhost. See my_ip field in /etc/nova/nova.conf
* Add nova-conductor service to the manifestFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add read-write permissions for libvirt-sockFrancisco Redondo Marchena2015-01-221-4/+11
|
* Add nova-conductor systemd unitFrancisco Redondo Marchena2015-01-221-0/+12
|
* Change rabbit userFrancisco Redondo Marchena2015-01-221-1/+1
|
* Replace the tokens in the rabbitmq setup scriptFrancisco Redondo Marchena2015-01-221-1/+2
|