Fix deployment id
This commit is contained in:
parent
24e905e6ed
commit
56a90ac1a5
@ -235,7 +235,7 @@ class ConfigYaml
|
||||
end
|
||||
|
||||
def deployment_id()
|
||||
self.obligatory('nodes')
|
||||
self.obligatory('deployment_id')
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -258,7 +258,7 @@ $quantum_sql_connection = "mysql://${quantum_db_user}:${quantum_db_password}@${
|
||||
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '79'
|
||||
|
||||
# Below you can enable or disable various services based on the chosen deployment topology:
|
||||
|
@ -269,7 +269,7 @@ class node_netconfig (
|
||||
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '79'
|
||||
|
||||
# Below you can enable or disable various services based on the chosen deployment topology:
|
||||
|
@ -299,7 +299,7 @@ class node_netconfig (
|
||||
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '79'
|
||||
|
||||
# Below you can enable or disable various services based on the chosen deployment topology:
|
||||
|
@ -278,7 +278,7 @@ class node_netconfig (
|
||||
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '89'
|
||||
|
||||
# Below you can enable or disable various services based on the chosen deployment topology:
|
||||
|
@ -235,7 +235,7 @@ class node_netconfig (
|
||||
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '79'
|
||||
|
||||
# Below you can enable or disable various services based on the chosen deployment topology:
|
||||
|
Loading…
Reference in New Issue
Block a user