Typo fixes

Actual role is 'primary-controller' not 'primary_controller'.
Actual default AS number for contrail is 64512.
The default range for contrail private network changed.
Services list for Centos OpenStack controller clarified.

Change-Id: I63312afee18b7de19cab8e2ffada48ad3d1cd0f8
This commit is contained in:
Vyacheslav Struk 2015-04-01 19:29:25 +03:00 committed by Oleksandr Martsyniuk
parent c1d01e117f
commit d6ee6642d8
2 changed files with 7 additions and 6 deletions

View File

@ -8,9 +8,10 @@ class contrail::service ( $node_role ) {
default => undef,
}
}
'controller','primary_controller': {
'controller','primary-controller': {
$services = $operatingsystem ? {
'Ubuntu' => ['nova-api','nova-scheduler','nova-conductor'],
'CentOS' => ['openstack-nova-api','openstack-nova-scheduler','openstack-nova-conductor'],
default => undef,
}
}

View File

@ -1,6 +1,6 @@
attributes:
contrail_asnum:
value: '65412'
value: '64512'
label: 'AS Number'
description: 'AS number for BGP communication'
weight: 10
@ -9,7 +9,7 @@ attributes:
source: '\S'
error: "Error field cannot be empty"
contrail_private_cidr:
value: '192.168.150.0/24'
value: '10.109.3.0/24'
label: 'Private network CIDR'
description: 'CIDR for private network used in Contrail inter-node communication'
weight: 20
@ -18,7 +18,7 @@ attributes:
source: '\S'
error: "Error field cannot be empty"
contrail_private_start:
value: '192.168.150.5'
value: '10.109.3.5'
label: 'Private IP range start'
description: 'First IP address of contrail private network. NOTE: First one will be used as VIP address for controller HA'
weight: 30
@ -27,7 +27,7 @@ attributes:
source: '\S'
error: "Error field cannot be empty"
contrail_private_end:
value: '192.168.150.254'
value: '10.109.3.254'
label: 'Private IP range end'
description: 'Last IP address of contrail private network'
weight: 40
@ -36,7 +36,7 @@ attributes:
source: '\S'
error: "Error field cannot be empty"
contrail_gateways:
value: '192.168.150.1,192.168.150.2'
value: '10.109.3.1,10.109.3.2'
label: 'GW IP'
description: 'Comma separated IP addresses of gateways'
weight: 50