This should only be done as part of the service cut over from old
translate.o.o server to new translate01.o.o server.
Change-Id: I6716b94cbd639b2bd4d1c9d73a3e19626d9b2da0
These hosts will have hostnames like translate01.openstack.org but will
serve content for transate.openstack.org so we have to set the apache
vhost name properly.
Change-Id: Ia3e08272cd0ca566b02dab8f425a9cf6814dd233
This was missed as part of the earlier translate upgrade change. With
switch to digitized host names we also want to group those hosts
together in hiera and ansible. Make that change here.
Change-Id: I6d25b35efbf0b43bd63a8ff9e217b68663575c75
This is part of the Zanata upgrade process. We will be deploying new
Zanata to translate01.openstack.org so add node def in site.pp to
support that. This keeps the old translate.o.o def too so that it is
left alone untouched.
Note that this also adds code to pass through wildlfy's install URL and
fixes the specification of the wildfly version number. I think the
version number var being wrong was not a problem for us because the
wildfly installation only runs if there is no installation dir in place.
Change-Id: I4b6ababcc34e2464cf6a824e92a1c146d553dcaf
This was not done when we spun the server up the first time around. We
noticed as part of the work for doing an upgrade. Go ahead and get this
in place before any upgrading so that we have backups handy if
necessary.
Change-Id: I307f555fb607b2d592177f11923929e007858ab8
Right now, we are not using them in our jobs. It is possible in the
future we will want too, but for now save some HDD quota by skipping
them.
Change-Id: If799a8b9483941b52590813cb909d2051898895e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
In order to run Debian packages of the Ocata release through
CI/CD, we first need the debian-ocata package mirrors to be
initialized.
Change-Id: I754dbf2d75bc043735707e42e8b480b932ee0b86
We'd like to have zuulv3-dev.o.o be able to vote -1/+1 on all
projects. For that, create the Continuous Integration Tools
Development group in gerrit global ACLS.
Change-Id: I0190be91feb0198c147b96628cfb02c5abc626fe
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We don't need this for nodepool-launcher, as image builds now happen
on nodepool-builder (nb01.o.o / nb02.o.o).
Change-Id: I1318805b466be9416f162280766da14b08998df5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We need to change our the private SSH key for gerrit, since we are
using a different user the zuul.o.o.
Change-Id: I3d93fa70e8d5b6830d14cb891aa19de6b4e63efa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We need to allow zuulv3-dev.o.o access to nodepool.o.o zookeeper
instance.
Change-Id: I9be72511f245282b2261e25ad907f8b258947373
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Surprisingly our previous patch wasn't actually tested in the gate.
Enable that logic and fix syntax issues.
Change-Id: I5dd98ab0b75fd5f31ed80b8fe0bcc0bd11e4352d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This is needed for our zuulv3 effort durning the atlanta PTG event. We
don't expect this server to be moved into production at this time.
Currently, we are missing zuul-launcher and zuul-scheduler support, which
will be added in a follow up patch.
Change-Id: I97a3ffd168679562edd2f89c572c185d94b44255
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Open the firewall on nodepool.o.o allowing nl01.o.o access to
zookeeper.
Change-Id: I67c5d6755784859a9d55598e15e5d7cc5dc0aeb2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
mlocate is filling up the disk trying to index logs and docs.
Its default is not to index remote mounts, but since these are mounted
on static.o.o as block devices it descends into them. Another option
is to update PRUNEPATHS in updatedb.conf, but since this is wholly
unnecessary let's KISS and just get rid of it.
It is only installed because it is a "suggests" of findutils, so has
no reverse-dependencies.
Change-Id: Ib23f3f1fb3397b66f897a0d284da521ce50293e8
Stand up a server we'll be using for nodepool (zuulv3) testing.
We'll be using this for the Atlanta PTG with the goal of moving it
into production when our feature/zuulv3 branch is merged into master
for nodepool.
Change-Id: I7a3edb871510d1000a9bbf06944551d4b272ac8d
Depends-On: I29e661e38e9a2a56a01a1c30f1dc1eae97a4de7b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This adds the now required bup init command to the server to be backed
up. Also remove now gone HPCloud backup server and fix quotes around
command for catting public ssh key.
Change-Id: I607a7c079b16d7f1e94d6b0888cd6e302a04f68f
This allows us to get all the required deps from upstream's package (the
zip) rather than installing a war then trying to cobble together all the
deps per release. Should result in a much simpler deployment method
going forward.
Change-Id: I9d7b2d96ce55e62da7ce581ba70ae2635b6e8b44
Depends-On: I7632bbb30c8e3780836df65a47d35ca42b0b3f3c
This should be setup in site.pp, like all our other nodes.
Change-Id: I790f59d870ac70340bc43b9ebf53f6ce93fd5f46
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This was a failed copy pasta from the etherpad bup setup. Update to use
the bup-ethercalc01 user configured on the backup server.
Change-Id: Ic1112a6051e526c71c3cdb6751b1aac66c1b1509
With the current code, I get puppet version 3.6.2 installed.
puppet noarch 3.6.2-3.el7 epel 1.2 M
With this change I get new puppet 3.8.7 installed.
puppet noarch 3.8.7-1.el7 puppetlabs-products 1.5 M
Change-Id: I680a7630986cf7a2b4989a3e853ddb409b228cea
There aren't that many cloud interactions that the builders do - but
tracking the interactions would be nice in terms of tracing issues that
arise.
Change-Id: I6a0e8afb3c1334195d7b74b55d727e5d05975b3f
This change modifies the usage of the script so that it can be imported by
the election module. It also fixes maketrans support for python3.
Change-Id: Ie3b602237625e11651825abc8feb38caa73e9632
The link to the documentation about the Gerrit commands pointed
to googleconde targets which aren't available anymore.
This change points to the Gerrit docs hosted by openstack.org
Change-Id: Ib1b35c38662f822881cdcc0468c3b2adc02b29c7