Commit Graph

9 Commits

Author SHA1 Message Date
David Schroeder 31a3d7f75c Minor update to devstack build script
Upstream stack.sh again changed its output slightly, so autostack.sh
needs a corresponding change so that it knows when stack.sh completes.

Change-Id: If10c17392af98e4ac6c814df145fe2d2e9f6bc6c
2015-07-13 09:21:35 -06:00
David Schroeder 7ed816b68f Minor update for Devstack build server
The output of stack.sh changed slightly in the past three months,
necessitating a slight change to the part of the ds-build script
that waits for stack.sh to complete.

Change-Id: Idc35b3ab921f423d8f4ba0c6a8a048cc6f3303eb
2015-06-29 10:44:10 -06:00
David Schroeder 71a4ec78fb Add automatic retry to devstack install script
I don't know about anyone else, but whenever I kick off the
ds-build role on a fresh VM, I see a high rate of failure with
git clone operations ("git call failed" is the error), which kills
off stack.sh and results in a failed build.  This happens about 50%
of the time for me, so I modified the devstack build script to
automatically retry if it encounters this error.

Change-Id: If91577707ed76b1ec566af9189e30bbdcd81c37d
2015-03-10 09:50:07 -06:00
David Schroeder 7a908d8a02 Convert DevStack Build Profile to Ansible
This change removes Chef from the DevStack build profile and replaces
it with an Ansible role.

Change-Id: I2976a27aabad7b623bf8d55bc146deff5f14e35e
2015-03-03 13:31:45 -07:00
Tim Kuhlman 0b815cd7bd Misc cleanpu, removed unmaintained tests and unused chef bits
Change-Id: I7cc22a223b2be1a3beab92c2781c6acda066bef2
2014-11-24 14:04:01 -07:00
Tim Kuhlman a9ae72ebda Initial setup via Ansible.
Change-Id: I8f24134a1c3410acb8bc12fa07023b8eb32be93f
2014-10-30 09:28:18 -06:00
David Schroeder 0f28ca680e Updates to devstack build profile
- Increase memory of devstack server from 5GB to 7GB
- Update autostack script to reflect upstream changes
  (remove ceilometer hack)
- Disable Neutron, which was preventing VM from provisioning images
- Remove Glance from local.conf; it's already installed by default
- Added instance pre-creation steps to documentation

Change-Id: Ia3259cf440e5f16b194d8339a176f2d919b23bc4
2014-10-02 17:27:10 -06:00
Christian Berendt 2aa4faca0f Enable vagrant-cachier and check if vagrant-berkshelf is available
Add two changes from the main Vagrantfile also to the Vagrantfiles
in ds-build and split.

* Id3aeaa16e062f764412bd6c5fd9460b5867333a9 (vagrant-cachier)
* Ie615cf81be40b8395d8e7672e59407cc4925b410 (vagrant-berkshelf)

Change-Id: I2309db433c547736732217ffcd1e1f440d1684ab
2014-07-30 12:28:00 +02:00
David Schroeder 4c4b9d42a8 New DevStack server build profile, various fixes
Change-Id: Ifadef35f9abcc5e8b4d9efecb0fa2a345cd380fc
2014-07-16 13:16:20 -06:00