summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* openstack-swift.configure: substitute vars in swift.confbaserock/richardipsum/openstack-swift-v1baserock/richardipsum/openstack-swiftRichard Ipsum2015-03-041-1/+2
|
* openstack.configure: Use $ROOTRichard Ipsum2015-03-041-2/+4
|
* DEBUG: add tarball cluster morph to debugRichard Ipsum2015-03-041-0/+78
|
* openstack-swift-controller-setup.service: Swift setup must run after ↵Richard Ipsum2015-03-041-1/+1
| | | | keystone has started
* openstack-swift.configure: fix typo in regexRichard Ipsum2015-03-031-1/+1
|
* Remove remaining uses of ##SWIFT_ADMIN_USER##Richard Ipsum2015-03-034-5/+5
| | | | | | Decided this was just needless clutter, should be fine to just run this under a user named 'swift', if it's not for some reason then we can easily add this back.
* Add SWIFT_HASH_PATH vars to cluster morphRichard Ipsum2015-03-032-0/+4
| | | | | | | | | The deployer just needs to make these random unique values*, they must keep them secret and not lose them. So the cluster morph musn't be pushed to some public repo. * e.g. by running $ openssl rand -hex 10
* swift-controller.yml: fixesRichard Ipsum2015-03-031-4/+3
|
* swift-controller.yml: We apparently don't need {{ }} hereRichard Ipsum2015-03-031-1/+1
|
* swift-controller.yml: Create all the rings!Richard Ipsum2015-03-031-7/+15
|
* Transfer ring into /etc/swiftRichard Ipsum2015-03-031-0/+3
| | | | this is a bit of a hack and will only work for one node configs
* CLUSTER: SWIFT_STORAGE_DEVICES is a listRichard Ipsum2015-03-031-1/+1
| | | | | | TODO: please please add validation for this, user is guaranteed to typo or make syntax err which will not cause a problem till first boot of the node
* swift-controller.yml: localhost now thanksRichard Ipsum2015-03-031-1/+1
|
* openstack-swift.configure: Add KEYSTONE_TEMPORARY_ADMIN_TOKEN to swift-vars.ymlRichard Ipsum2015-03-031-0/+1
|
* swift-controller.yml: Quote the dictRichard Ipsum2015-03-031-1/+1
|
* Add openstack hosts fileRichard Ipsum2015-03-032-0/+2
|
* CLUSTER: install unitsRichard Ipsum2015-03-031-2/+2
|
* DEBUG: verbose lnRichard Ipsum2015-03-031-2/+2
|
* Move unit and add units to manifestRichard Ipsum2015-03-032-0/+2
|
* CLUSTER: deploy to homeRichard Ipsum2015-03-031-2/+2
|
* test for = TrueRichard Ipsum2015-03-031-6/+2
|
* debugRichard Ipsum2015-03-032-2/+6
|
* .Richard Ipsum2015-03-031-1/+1
|
* escape newlinesRichard Ipsum2015-03-031-4/+4
|
* HACK: Don't sed rsyncd.conf - it's not there yetRichard Ipsum2015-03-031-1/+1
| | | | This will need to be reverted when we rebase on pdar's stuff
* HACK: don't use -xRichard Ipsum2015-03-031-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-021-2/+2
|
* modify cluster to suitRichard Ipsum2015-03-021-7/+5
|
* Go back to old version of ansibleRichard Ipsum2015-03-021-2/+2
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-022-2/+14
| | | | | | | | | | | 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-021-0/+11
|
* Run ansible with openstack ansible modulesRichard Ipsum2015-03-021-2/+2
|
* Make a unit for each type of nodeRichard Ipsum2015-03-023-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-022-0/+8
|
* Add account ringRichard Ipsum2015-03-021-0/+12
|
* load swift vars from swift-vars.yml and reaname swift_passRichard Ipsum2015-03-021-7/+3
|
* Fix, remove SWIFT_ADMIN_USER and create swift-vars.ymlRichard Ipsum2015-03-021-1/+14
| | | | SWIFT_ADMIN_USER just seems like clutter to me
* Add SWIFT_*_URL vars to clusterRichard Ipsum2015-03-021-0/+3
|
* Create swift user and chown /etc/swiftRichard Ipsum2015-03-011-1/+4
| | | | (also set remote_user to root)
* swift.yml -> swift-controller.ymlRichard Ipsum2015-03-012-1/+1
|
* Add object-server.confRichard Ipsum2015-03-012-0/+285
|
* Add container-server.confRichard Ipsum2015-03-012-0/+205
|
* Add account-server.confRichard Ipsum2015-03-012-0/+194
|
* Add MANAGEMENT_INTERFACE_IP_ADDRESS variableRichard Ipsum2015-03-012-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 systembaserock/richardipsum/openstack-hosts-confRichard Ipsum2015-03-011-0/+2
|
* Add openstack-swift-setup systemd unitRichard Ipsum2015-03-011-0/+11
|
* Add openstack-swift.configureRichard Ipsum2015-03-011-0/+31
|
* proxy-server.conf needs stack_idRichard Ipsum2015-03-011-1/+1
|
* Add ip map stuff to cluster morphRichard Ipsum2015-03-011-0/+5
|
* Add openstack.configureRichard Ipsum2015-03-012-2/+78
|