Shift more node use to HPCloud AZ2.

* modules/openstack_project/templates/nodepool/nodepool.yaml.erb: There
is more capacity available to us in HPCloud AZ2. Use that AZ more
heavily than AZ1 and AZ3 as a result.

Change-Id: Iae895ea0bbfc6b9f976a398d4e74de66e7ba0057
This commit is contained in:
Clark Boylan 2013-11-20 11:29:00 -08:00
parent d091db2b9b
commit 01fe13573e

View File

@ -74,7 +74,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 120
max-servers: 90
max-servers: 48
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -91,7 +91,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 120
max-servers: 90
max-servers: 192
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -108,7 +108,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 120
max-servers: 90
max-servers: 48
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'