summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add xstatic stratum which is dependecy for horizonFrancisco Redondo Marchena2015-01-221-0/+101
| | | | | | | | | Xstatic is just a wrapper to install some packages from an static build using pip install python. This is against baserock foundations, so this stratum is just for testing that these are the packages required. After that we should try to add the correct packages and maybe patch horizon to not require the xstatic-* packages.
* WIP: Add django stratum and some django utilsFrancisco Redondo Marchena2015-01-221-0/+41
|
* Add saharaclient to openstack-clients-full stratumFrancisco Redondo Marchena2015-01-221-0/+7
|
* FIXUPME: Point barbicanclient to upstream repoFrancisco Redondo Marchena2015-01-221-1/+1
|
* Fix neutron configuration in nova confFrancisco Redondo Marchena2015-01-221-5/+5
|
* Fix authentication configuration on neutron confFrancisco Redondo Marchena2015-01-221-4/+6
|
* Fix neutron URLsFrancisco Redondo Marchena2015-01-221-3/+3
|
* FIXUPME: Fix neutron description for keystone service-create and add regionFrancisco Redondo Marchena2015-01-221-2/+3
|
* ON TEST: Enable GRE and flat and remove vlan support for ml2Francisco Redondo Marchena2015-01-221-6/+6
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-225-12/+32
| | | | | | | | Sqlite does not support some ALTER TABLE required on neutron-db-manage upgrade. Therefore sqlite is not a valid database to use for neutron. NOTE: juno requires to "upgrade" the database from icehouse because "stamp" the database directly to juno does not create all the tables required for using ml2 plugin
* Add databases stratum to system and add configuration and services for postgresFrancisco Redondo Marchena2015-01-226-0/+101
|
* Add psycopg2 to databases stratumFrancisco Redondo Marchena2015-01-221-0/+6
|
* Update alembic and neutron packages in openstack-services stratumFrancisco Redondo Marchena2015-01-221-4/+4
|
* Pass arguments to neutron-server in its serviceFrancisco Redondo Marchena2015-01-221-1/+4
|
* Fix neutron configuration on nova.confFrancisco Redondo Marchena2015-01-221-2/+2
|
* Fix name for openstack-neutro-l3-agent.serviceFrancisco Redondo Marchena2015-01-221-1/+1
|
* Remove unnecessary openstack-neutron-server scriptFrancisco Redondo Marchena2015-01-221-29/+0
|
* FIXME: Deploy in raw image rather than KVMFrancisco Redondo Marchena2015-01-221-3/+5
|
* Add api-paste to neutron.confFrancisco Redondo Marchena2015-01-221-1/+1
|
* Enable driver and external networking on neutron/l3_agent.iniFrancisco Redondo Marchena2015-01-221-2/+2
|
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-01-2216-55/+176
| | | | | | | 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-01-224-0/+38
|
* FIXUPME: Rename neutron-plugin-openvswitch-agent serviceFrancisco Redondo Marchena2015-01-222-1/+1
|
* Fix ml2_conf for one nodeFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Fix rabbit variable-strings in neutron confFrancisco Redondo Marchena2015-01-221-5/+5
|
* FIXUPME: Remove duplicated lanesFrancisco Redondo Marchena2015-01-221-3/+0
|
* Enable virtual ethernet moduleFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXME: Fix neutron database commands and add openvswitch configurationFrancisco Redondo Marchena2015-01-221-1/+34
|
* Add networking-utils stratum and iproute2Francisco Redondo Marchena2015-01-223-0/+23
| | | | Openvswitch needs iproute2 tc command.
* Add openvswitchFrancisco Redondo Marchena2015-01-222-0/+17
|
* Add Openvswitch kernel modulesFrancisco Redondo Marchena2015-01-221-0/+9
|
* Update lockfile sha1 to point to the openstack repositoryFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Add neutron home to the manifestFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXUPME: Fix neutron configuration extensionFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Add configuration to run neutron in one nodeFrancisco Redondo Marchena2015-01-222-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-01-221-26/+31
|
* Fix neutron service nameFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add neutron.conf to the other configuration extension replacementFrancisco Redondo Marchena2015-01-223-0/+3
|
* Add neutron configuration extension to openstack systemFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add Neutron variables used in deployment timeFrancisco Redondo Marchena2015-01-221-0/+5
|
* FIXUPME: Remove neutron RegionFrancisco Redondo Marchena2015-01-221-2/+1
|
* WIP: Add openstack neutron configuration extensionFrancisco Redondo Marchena2015-01-221-0/+49
|
* FIXUPME: Move replacement of KEYSTONE_TEMPORARY_ADMIN_TOKEN to ↵Francisco Redondo Marchena2015-01-225-5/+5
| | | | openstack-keystone.configure
* Add neutron servicesFrancisco Redondo Marchena2015-01-2210-0/+227
|
* Add neutron pluginsFrancisco Redondo Marchena2015-01-2233-0/+1776
|
* WIP: Add neutron configuration filesFrancisco Redondo Marchena2015-01-2221-0/+1406
|
* Replace busybox dd by coreutils ddFrancisco Redondo Marchena2015-01-221-0/+5
| | | | | | This hack is needed in Cinder to remove volumes, which uses dd, and busybox dd does not support fdatasync. This commit should be reverted when we merge /usr/bin and /bin.
* Add coreutils to openstack systemFrancisco Redondo Marchena2015-01-221-0/+2
| | | | | This is needed to update and use newer version of some busybox commands.
* Update erlang-sd_notify chunk to use latest systemdFrancisco Redondo Marchena2015-01-221-1/+1
|
* Update libvirt to use latest systemdFrancisco Redondo Marchena2015-01-221-1/+1
|