You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-dev@apache.org by Sam Ruby <ru...@intertwingly.net> on 2012/01/03 02:41:24 UTC

Re: svn commit: r801522 - /infrastructure/trunk/dns/zones/generate.py

It looks like whimsy, reviews, and translate are all directed to the
translate vm:

https://whimsy.apache.org/
https://reviews.apache.org/
https://translate.apache.org/

Bug?

- Sam Ruby

On Mon, Jan 2, 2012 at 7:57 PM,  <gm...@apache.org> wrote:
> Author: gmcdonald
> Date: Tue Jan  3 00:57:00 2012
> New Revision: 801522
>
> Log:
> rename vms to not clash with service which is not proxied
>
> Modified:
>    infrastructure/trunk/dns/zones/generate.py
>
> Modified: infrastructure/trunk/dns/zones/generate.py
> ==============================================================================
> --- infrastructure/trunk/dns/zones/generate.py (original)
> +++ infrastructure/trunk/dns/zones/generate.py Tue Jan  3 00:57:00 2012
> @@ -7,7 +7,7 @@ services = {}
>  geoservices = {}
>  externals = {}
>  tlps = []
> -serial =  "2012010200"
> +serial =  "2012010201"
>  custom_lines = []
>  euhost = 'aurora'
>  ushost = 'eos'
> @@ -413,7 +413,7 @@ add_host('pulse', ip=['140.211.11.36'])
>  add_host('bb-fedora', ip=['140.211.11.37'])
>  add_host('bb-2008', ip=['140.211.11.38'])
>  add_host('bb-fbsd', ip=['140.211.11.39'])
> -add_host('reviews', ip=['140.211.11.40'])
> +add_host('reviews-vm', ip=['140.211.11.40'])
>  add_host('ofbiz-vm', ip=['140.211.11.41'])
>  add_host('hudson-win', ip=['140.211.11.42'])
>  add_host('bb-vm1', ip=['140.211.11.43'])
> @@ -445,7 +445,7 @@ add_host('ooo-wiki', ip=['140.211.11.66'
>  add_host('ooo-forums', ip=['140.211.11.67'])
>  add_service('ooo-forum', 'ooo-forums')
>  add_host('feathercast', ip=['140.211.11.68'])
> -add_host('translate', ip=['140.211.11.69'])
> +add_host('translate-vm', ip=['140.211.11.69'])
>  # 140.211.11.70 in temporary use by memories.apachecon.com
>  add_external('memories.apachecon.com.', '140.211.11.70')
>  add_host('sysconfig', ip=['140.211.11.71']) # puppetmaster host
> @@ -454,6 +454,8 @@ add_host('whimsy-vm', ip=['140.211.11.72
>  add_host('pkgrepo', ip=['140.211.11.73'])
>  add_host('erebus-ssl', ip=['140.211.11.74']) # VM to run SSL endpoints on (proxy SSL to other VMs on erebus)
>  add_service('whimsy', 'erebus-ssl')
> +add_service('translate', 'erebus-ssl')
> +add_service('reviews', 'erebus-ssl')
>  add_host('nyx-ssl', ip=['140.211.11.75']) # VM to run SSL endpoints on (proxy SSL to other VMs on nyx)
>  add_host('sshd-tes', ip=['140.211.11.76'])
>
>