summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Richard Ipsum2015-03-041-1/+1
|
* escape newlinesRichard Ipsum2015-03-041-4/+4
|
* HACK: Don't sed rsyncd.conf - it's not there yetRichard Ipsum2015-03-041-1/+1
| | | | This will need to be reverted when we rebase on pdar's stuff
* HACK: don't use -xRichard Ipsum2015-03-041-2/+4
| | | | | | there's a bug with baserock's grep that means we can't use -x without -x this validation won't work correctly, so busybox needs to be fixed in baserock and then this patch needs to be reverted
* quote in err msgRichard Ipsum2015-03-041-2/+2
|
* modify cluster to suitRichard Ipsum2015-03-041-7/+5
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-042-0/+11
| | | | | | | | | | | This is a cherry-pick of pedro's commit to add the openstack ansible modules, it conflcited with my existing ansible stratum because he bumped the version to 1.8.4, and presumably the build-graph looks a little different in later versions of definitions because he didn't need to specify ansible's build-depends Conflicts: strata/ansible.morph
* Add openstack-swift-storage unitRichard Ipsum2015-03-041-0/+11
|
* Run ansible with openstack ansible modulesRichard Ipsum2015-03-041-2/+2
|
* Make a unit for each type of nodeRichard Ipsum2015-03-043-2/+12
| | | | | | | | | swift-controller and swift-storage these units are enabled my specifying a flag in the cluster morph, SWIFT_CONTROLLER and SWIFT_STORAGE
* Add swift vars needed for ring creationRichard Ipsum2015-03-042-0/+8
|
* Add account ringRichard Ipsum2015-03-041-0/+12
|
* load swift vars from swift-vars.yml and reaname swift_passRichard Ipsum2015-03-041-7/+3
|
* Fix, remove SWIFT_ADMIN_USER and create swift-vars.ymlRichard Ipsum2015-03-041-1/+14
| | | | SWIFT_ADMIN_USER just seems like clutter to me
* Add SWIFT_*_URL vars to clusterRichard Ipsum2015-03-041-0/+3
|
* Create swift user and chown /etc/swiftRichard Ipsum2015-03-041-1/+4
| | | | (also set remote_user to root)
* swift.yml -> swift-controller.ymlRichard Ipsum2015-03-042-1/+1
|
* Add object-server.confRichard Ipsum2015-03-042-0/+285
|
* Add container-server.confRichard Ipsum2015-03-042-0/+205
|
* Add account-server.confRichard Ipsum2015-03-042-0/+194
|
* Add MANAGEMENT_INTERFACE_IP_ADDRESS variableRichard Ipsum2015-03-042-0/+6
| | | | | | | | | Ideally this would be inferred from the network information provided in the cluster, but at the moment the means to do that aren't available so we're forced to have the deployer provide this address. Note that this address is the ip for *this* node (the node we are deploying) that sits on the management network.
* Add openstack and openstack-swift to os systemRichard Ipsum2015-03-041-0/+2
|
* Add openstack-swift-setup systemd unitRichard Ipsum2015-03-041-0/+11
|
* Add openstack-swift.configureRichard Ipsum2015-03-041-0/+31
|
* proxy-server.conf needs stack_idRichard Ipsum2015-03-041-1/+1
|
* Add ip map stuff to cluster morphRichard Ipsum2015-03-041-0/+5
|
* Add openstack.configureRichard Ipsum2015-03-042-2/+78
|
* things we'll needRichard Ipsum2015-03-041-4/+5
|
* Add the beginnings of our swift ansible scriptRichard Ipsum2015-03-042-0/+33
| | | | | Note, the remote_user needs updating and we need be loading those vars from a file
* Add swift.confRichard Ipsum2015-03-042-0/+119
|
* Add swift proxy-server confRichard Ipsum2015-03-042-0/+631
|
* Add ntpd to openstack systemPatrick Darley2015-03-041-0/+2
|
* Add xfs recognition to openstack bspPatrick Darley2015-03-041-0/+2
|
* Rename stratum to nfsPatrick Darley2015-03-041-1/+1
| | | | | Caused problems with nfs stratum not being built into the system. Thanks to Richard Ipsum for helping spot this.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-045-29/+66
| | | | | | Collecting the static files (css, js, png, ...) for horizon, compressing them and storing them in a folder accessible by horizon, fixes the problem when some css are not found and improves loading and navigating the pages.
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-03-041-9/+6
|
* Fix Redirect in HorizonZara Zaimeche2015-03-041-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-042-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-03-041-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-042-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-043-0/+6
| | | | | | Requiredtty is dissable by default but just in case we enable it in the future for the rest of the users, cinder, nova and neutron needs login disable to run commands being superuser.
* Rabbitmq-server was installing things in /usr, remove themPedro Alvarez2015-03-041-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-041-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-046-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-045-24/+29
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* Add nfs to openstack-server systemFrancisco Redondo Marchena2015-03-041-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-04168-0/+18212
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-041-0/+3
| | | | | NOTE: This is done for testing purposes - it is not an Openstack requirement and can be dropped.
* Add netfilter configuration in Openstack bspFrancisco Redondo Marchena2015-03-041-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-041-0/+17
|