Prior versions of stankevich-python have problems on virtualenv
paths. As we install virtualenv from pip, it sets it on
/usr/local/bin. Initially stankevich-python module didn't have
/usr/local/bin on the list of paths to search for virtualenv
binary. It was causing modules using python::virtualenv to
fail, as they could not find the binary.
So we sent a pull request to add /usr/local/bin path to the
list of paths to search virtualenv for:
$path = [ '/bin', '/usr/bin', '/usr/sbin', '/usr/local/bin' ],
Version that brings that is 1.9.4 version, so we need it.
Change-Id: I63b24c92cab9b81ffcde15a36e68815ae08091a0
The latest version of the wildfly puppet module is 0.2.4. Update to
this version since I've tested it and confirmed it's working.
Change-Id: I122224405ad47d82d836ede4676c8c20d6287409
Before we can use it in the nodepool module, we're going to need to
install it on the puppetmaster.
Change-Id: I1f45a4a781aaf6a622d0ef8a514aaed373c5d7c5
Depends-On: Ic3684a9980181daae78e3fd5750ceee4aa807411
Rather than install any puppet modules from the puppet forge and rely on
puppet module install to deal with dependencies we install everything
from source by hand without implicit dependency resolution. This means
that all new modules must also have all of their transitive dependencies
explicitly listed here.
Note that this completely matches what we have on the existing puppet
master.
The reason we are making this change is the puppet module install
command isn't very good about installing a specific version if a
different version is already present. Instead it wants you to upgrade
things which may update other deps that we do not want to be updated.
Change-Id: I80ca7a69ad8021fbe1572068d81598e5023d4dcc
The newer puppetdb module is dragging in a newer postgresql module
than our openstack_project::slave_db class supports, so we can no
longer build bare-.* nodepool images which use that. Reverting for
now and we can try again taking this situation into account.
This reverts commit e5b4cba36a47864f899b33065ad4b5884a534291.
Change-Id: I9cce98838f8b1bd2b3aab2bd3fa274506632f5ae
Backup resources for bup and pgsql database backup. Need to add
keys and setup user manually at bup server side, as described
in CI doc: http://ci.openstack.org/sysadmin.html#backups
Change-Id: I55cca70f891eb18775b0585532b8c34a0dd40787
Depends-On: I13d542ef5a2a74f14ab42d3421938532edf75f93
We are currently on version 0.1.7 of the Wildfly puppet module. The
latest tagged release is 0.2.1. Since we aren't using wildfly
elsewhere at the moment, upgrade the module. (See related commit
I9f38b9425696ba9f955f9719f64992314316e83e)
Change-Id: Ia144b9c716a82e8152a7962124f4184cdfe7dccd
The current puppetdb version lacks the ability to configure
the ssl cert and key, preventing any automation to deploy
this manifest unattended.
Also bumped puppetlabs-firewall, as puppetdb requires it
to be at least 1.1.3.
Change-Id: I4130d028c28a24797ec1568adefcc00f73b17759
Due to the specification to move from Transifex to Zanata, change the
proposal slave to grab the zanata-cli utility by using the new
zanata::client puppet module.
Change-Id: I7b632527d56365364063632fc8506718eada5b86
Depends-On: I979a1fd1a37b69b2a1d7c0a2c647d87fc4f0eb6d
All urls were hardcoded to https://git.openstack.org
Declaring an OPENSTACK_GIT_ROOT var with that content
and reuse it on all source modules.
Change-Id: I0dad6839e4f19057e6dccb05469069b228de4a78
The Wildfly application server is required for Zanata, add module from
Puppet Forge to the list of modules to install.
Change-Id: I77f20f688322c98905e58059af2f10c389905535
Add puppet askbot and solr modules to modules.env as required
dependencies for ask.openstack.org site setup.
Change-Id: Iffe07d3a34087cb15151787bc683208425a27594
Needed-By: I36504eac7b953c3cce3e21a3559ac95b1bc12da7
The spec:
http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html
For this particular module, we will take this opportunity to rename the
module to "simpleproxy" to reflect the fact that eventually it will have
no dependency on mysql.
Depends-On: I42597f8bc5ded5b4cdf89b4eae780ae4bcf9f61e
Change-Id: I3cbd5983423ff3a4f59b79af3378c91eff323a49