bifrost/playbooks
Markos Chandras 87a32c6311 Serialize localhost actions during final host deployment
Several tasks in the final playbooks run locally and there is a chance
to encounter race conditions when multiple tasks run in parallel and
all of them access or modify the same local files. We fix this by
splitting the final steps into multiple plays and serializing those
that run locally. Finally, the 'serial' keyword can only be used for
an entire play and not just for a subset of its tasks provided by a
role so previously that keyword did not have any effect.

Change-Id: Ib0a55dcd4b02e070a6be72207f0b99e8138e0e12
2016-10-04 09:45:10 +01:00
..
inventory Merge "Rename of the nginx_port variable" 2016-02-12 18:54:22 +00:00
library Specify node_network_info is a dict 2016-08-20 13:17:06 +02:00
roles Merge "Add new lines to improve pre-install yaml files" 2016-09-26 17:57:05 +00:00
cleanup-deployment-images.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
deploy-dynamic.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
deploy.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
enroll-dynamic.yaml Make boolean usage consistent across playbooks 2016-06-03 12:48:44 -07:00
enroll.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
example-deploy-all-available-nodes.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
install.yaml Fix DIB conditionals for CLI override 2016-03-29 10:38:29 -04:00
redeploy-dynamic.yaml Add redeploy-dynamic playbook 2016-06-08 12:59:28 +00:00
test-bifrost-create-vm.yaml Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00
test-bifrost-dhcp.yaml Serialize localhost actions during final host deployment 2016-10-04 09:45:10 +01:00
test-bifrost-dynamic.yaml Serialize localhost actions during final host deployment 2016-10-04 09:45:10 +01:00
test-bifrost.yaml Serialize localhost actions during final host deployment 2016-10-04 09:45:10 +01:00