bifrost/playbooks
Colleen Murphy 06c4f96a99 Move dnsmasq to the end of the Debian package list
On Ubuntu, apt automatically starts dnsmasq upon installing it. This
temporarily causes a blip in the system's ability to resolve domain
names. In a bifrost install, this becomes apparent when the next
package ansible attempts to install, rabbitmq-server, fails with the
error "Could not resolve 'archive.ubuntu.com'", while subsequent
packages and subsequent runs of the bifrost install step succeed. This
patch moves the dnsmasq to the end of the required package list so that
its installation does not interfere with the installation of the rest
of the required packages.

An alternative to this fix could be to configure policy-rc.d to not
start services by default. This would require making sure all services
are managed in bifrost-ironic-install/tasks/main.yml and would be a bit
more dramatic of a change.

Change-Id: If1558d76ce3f652c0798b459678baea9f8b26fb0
2015-09-15 14:15:33 -07:00
..
inventory Clean up text in playbooks, roles, and associated files 2015-09-11 14:23:54 -07:00
library Add os_ironic_facts module 2015-06-17 13:03:26 -04:00
roles Move dnsmasq to the end of the Debian package list 2015-09-15 14:15:33 -07:00
cleanup-deployment-images.yaml Clean up text in playbooks, roles, and associated files 2015-09-11 14:23:54 -07:00
deploy-dynamic.yaml Addition of dynamic enrollment and deployment playbooks 2015-06-25 13:07:16 +00:00
deploy.yaml Removal of legacy roles and related updates 2015-07-20 14:51:25 -04:00
enroll-dynamic.yaml Addition of dynamic enrollment and deployment playbooks 2015-06-25 13:07:16 +00:00
enroll.yaml Removal of legacy roles and related updates 2015-07-20 14:51:25 -04:00
example-deploy-all-available-nodes.yaml Add additional note dependent upon os_ironic_facts 2015-06-26 00:57:51 +00:00
install.yaml Test script to drive image testing 2015-08-14 17:54:56 -04:00
test-bifrost-create-vm.yaml Individual playbook for creating a test VM 2015-06-25 13:06:40 +00:00
test-bifrost-dynamic.yaml Test script to drive image testing 2015-08-14 17:54:56 -04:00