summaryrefslogtreecommitdiff
path: root/openstack
Commit message (Collapse)AuthorAgeFilesLines
...
* Add api-paste to neutron.confFrancisco Redondo Marchena2015-02-111-1/+1
|
* Enable driver and external networking on neutron/l3_agent.iniFrancisco Redondo Marchena2015-02-111-2/+2
|
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-02-1113-55/+147
| | | | | | | Openvswitch should have its own setup and daemon services independent of neutron. NOTE: This fixes the errors when neutron uses openvswitch commands as root because openvswitch services are run as root.
* Add missing neutron configuration filesFrancisco Redondo Marchena2015-02-114-0/+38
|
* FIXUPME: Rename neutron-plugin-openvswitch-agent serviceFrancisco Redondo Marchena2015-02-112-1/+1
|
* Fix ml2_conf for one nodeFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Fix rabbit variable-strings in neutron confFrancisco Redondo Marchena2015-02-111-5/+5
|
* FIXUPME: Remove duplicated lanesFrancisco Redondo Marchena2015-02-111-3/+0
|
* FIXME: Fix neutron database commands and add openvswitch configurationFrancisco Redondo Marchena2015-02-111-1/+34
|
* FIXUPME: Add neutron home to the manifestFrancisco Redondo Marchena2015-02-111-0/+1
|
* WIP: Add configuration to run neutron in one nodeFrancisco Redondo Marchena2015-02-112-1/+32
| | | | | | Configuration gotten from: https://fosskb.wordpress.com/2014/10/18/openstack-juno-on-ubuntu-14-10/ https://fosskb.wordpress.com/2014/06/10/managing-openstack-internaldataexternal-network-in-one-interface/
* Add some configuration to neutron conf to run in one nodeFrancisco Redondo Marchena2015-02-111-26/+31
|
* Fix neutron service nameFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Remove neutron RegionFrancisco Redondo Marchena2015-02-111-2/+1
|
* Add neutron servicesFrancisco Redondo Marchena2015-02-1110-0/+227
|
* Add neutron pluginsFrancisco Redondo Marchena2015-02-1133-0/+1776
|
* WIP: Add neutron configuration filesFrancisco Redondo Marchena2015-02-1121-0/+1406
|
* FIXME and SQUEEZEME: Add log directory and create a volume group for cinderFrancisco Redondo Marchena2015-02-111-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-02-114-4/+4
|
* Add iptables filters for cinderFrancisco Redondo Marchena2015-02-112-0/+159
|
* Add authentication version to cinderFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Fix manifest including the cinder conf and api-pasteFrancisco Redondo Marchena2015-02-111-2/+2
|
* FIXUPME: Enable minimal configuration for Cinder in one hostFrancisco Redondo Marchena2015-02-111-25/+26
|
* FIXUPME: Create volumes directory for CinderFrancisco Redondo Marchena2015-02-111-0/+6
|
* Add cinder servicesFrancisco Redondo Marchena2015-02-117-0/+159
| | | | | | | | | | 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-02-111-2/+2
|
* FIXUPME: Add cinder default configuration filesFrancisco Redondo Marchena2015-02-114-0/+2935
|
* REVIEWEME: add scheduler default filtersFrancisco Redondo Marchena2015-02-111-0/+1
|
* FIXUPME: temporary nova configurationFrancisco Redondo Marchena2015-02-111-16/+32
|
* REVIEWME: Replace kvm virtualization by qemuFrancisco Redondo Marchena2015-02-111-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-02-111-19/+39
| | | | sort them by runtime dependencies
* Add nova-{cert,consoleauth,novncproxy,scheduler}.serviceFrancisco Redondo Marchena2015-02-115-0/+48
|
* FIXUPME: Remove debug to rabbitmq-setup scriptFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Add some comments to glance-setup scriptFrancisco Redondo Marchena2015-02-111-0/+3
|
* WIP: Add more configuration to use the libvirt driverFrancisco Redondo Marchena2015-02-111-1/+10
|
* WIP: Configure vncserver and novncproxy for nova controllerFrancisco Redondo Marchena2015-02-111-3/+3
|
* WIP: Add keystone uri to nova configurationFrancisco Redondo Marchena2015-02-111-0/+1
|
* WIP: Configure nova to tell libvirt to use qemu for testing purposesFrancisco Redondo Marchena2015-02-111-0/+6
|
* WIP: Add new service to nova-setupFrancisco Redondo Marchena2015-02-111-0/+1
|
* WIP: Disable nova-conductor when deploying openstack in one nodeFrancisco Redondo Marchena2015-02-111-4/+7
|
* WIP: add tokens to keystone configuration in nova confFrancisco Redondo Marchena2015-02-111-4/+4
|
* Add instances dir to nova home directory required by nova-computeFrancisco Redondo Marchena2015-02-111-0/+6
|
* Add nova-conductor service to the manifestFrancisco Redondo Marchena2015-02-111-0/+1
|
* Add read-write permissions for libvirt-sockFrancisco Redondo Marchena2015-02-111-4/+11
|
* Add nova-conductor systemd unitFrancisco Redondo Marchena2015-02-111-0/+12
|
* Add rabbitmq-server configuration filesFrancisco Redondo Marchena2015-02-111-0/+23
|
* Fix rabbit user tokenFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Setup rabbit after the network is upFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME: Add rabbitmq-server systemd unit using notifyFrancisco Redondo Marchena2015-02-111-7/+2
|
* TO_FIX: Attempt to fix rabbitmq-server serviceFrancisco Redondo Marchena2015-02-112-7/+12
| | | | | | | | | | | | | | | | | | | | | | | Changes done: - Remove the call to rabbitmq-server service inside of rabbitmq-setup - Rewrite the rabbitmq-server service because the current rabbitmq-server source does not support notify type of systemd unit, the current approach does not work because the server does not run properly the first attempt (it does if it is manually rebooted). Fedora/devstack guys have patches to add systemd notify support for this, see: [1] https://peter.fedorapeople.org/rabbitmq-server-0001-Add-systemd-notify-support.patch [2] http://pkgs.fedoraproject.org/cgit/rabbitmq-server.git/tree/rabbitmq-server-systemd-notify-support.patch [3] http://pkgs.fedoraproject.org/cgit/rabbitmq-server.git/commit/?id=eea61e0 but this implies to add erlang-sd_notify: [4] http://pkgs.fedoraproject.org/cgit/erlang-sd_notify.git/tree/erlang-sd_notify.spec and [5] https://apps.fedoraproject.org/packages/erlang-sd_notify/sources/spec and [6] possibly the erlang builder "rebar": https://github.com/rebar/rebar - Link the rabbitmq-server service to multi.target.wants Other interesting links to configure rabbit: [7] https://www.rabbitmq.com/configure.html [8] https://www.rabbitmq.com/configure.html#configuration-file