Merge "add flavor mapping file"
This commit is contained in:
commit
c1cc40fe52
92
conf/flavor_mapping/HA-ansible-multinodes-juno.conf
Executable file
92
conf/flavor_mapping/HA-ansible-multinodes-juno.conf
Executable file
@ -0,0 +1,92 @@
|
||||
ADAPTER = 'openstack_juno'
|
||||
FLAVOR = 'HA-ansible-multinodes-juno'
|
||||
CONFIG_MAPPING = {
|
||||
"mapped_name": "flavor_config",
|
||||
"mapped_children": [{
|
||||
"security": {
|
||||
"accordion_heading": "OpenStack Database and Queue Credentials",
|
||||
"category": "service_credentials",
|
||||
"data_structure": "table",
|
||||
"action": "true",
|
||||
"modifiable_data": ["username", "password"],
|
||||
"table_display_header": ["Service", "UserName", "Password", "Action"],
|
||||
"config": {
|
||||
"rabbitmq": {
|
||||
"username": "guest",
|
||||
"password": "guest"
|
||||
},
|
||||
"compute": {
|
||||
"username": "nova",
|
||||
"password": "nova"
|
||||
},
|
||||
"dashboard": {
|
||||
"username": "dashboard",
|
||||
"password": "dashboard"
|
||||
},
|
||||
"identity": {
|
||||
"username": "keystone",
|
||||
"password": "keystone"
|
||||
},
|
||||
"image": {
|
||||
"username": "glance",
|
||||
"password": "glance"
|
||||
},
|
||||
"metering": {
|
||||
"username": "ceilometer",
|
||||
"password": "ceilometer"
|
||||
},
|
||||
"mysql": {
|
||||
"username": "root",
|
||||
"password": "root"
|
||||
},
|
||||
"volume": {
|
||||
"username": "cinder",
|
||||
"password": "cinder"
|
||||
}
|
||||
}
|
||||
}
|
||||
},{
|
||||
"security": {
|
||||
"accordion_heading": "OpenStack Keystone User Credentials",
|
||||
"category": "console_credentials",
|
||||
"data_structure": "table",
|
||||
"action": "true",
|
||||
"modifiable_data": ["username", "password"],
|
||||
"table_display_header": ["Service", "UserName", "Password", "Action"],
|
||||
"config":{
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"compute": {
|
||||
"username": "nova",
|
||||
"password": "nova"
|
||||
},
|
||||
"dashboard": {
|
||||
"username": "dashboard",
|
||||
"password": "dashboard"
|
||||
},
|
||||
"image": {
|
||||
"username": "glance",
|
||||
"password": "glance"
|
||||
},
|
||||
"metering": {
|
||||
"username": "ceilometer",
|
||||
"password": "ceilometer"
|
||||
},
|
||||
"network": {
|
||||
"username": "quantum",
|
||||
"password": "quantum"
|
||||
},
|
||||
"object-store": {
|
||||
"username": "swift",
|
||||
"password": "swift"
|
||||
},
|
||||
"volume": {
|
||||
"username": "cinder",
|
||||
"password": "cinder"
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
92
conf/flavor_mapping/HA-ansible-multinodes-kilo.conf
Executable file
92
conf/flavor_mapping/HA-ansible-multinodes-kilo.conf
Executable file
@ -0,0 +1,92 @@
|
||||
ADAPTER = 'openstack_kilo'
|
||||
FLAVOR = 'HA-ansible-multinodes-kilo'
|
||||
CONFIG_MAPPING = {
|
||||
"mapped_name": "flavor_config",
|
||||
"mapped_children": [{
|
||||
"security": {
|
||||
"accordion_heading": "OpenStack Database and Queue Credentials",
|
||||
"category": "service_credentials",
|
||||
"data_structure": "table",
|
||||
"action": "true",
|
||||
"modifiable_data": ["username", "password"],
|
||||
"table_display_header": ["Service", "UserName", "Password", "Action"],
|
||||
"config": {
|
||||
"rabbitmq": {
|
||||
"username": "guest",
|
||||
"password": "guest"
|
||||
},
|
||||
"compute": {
|
||||
"username": "nova",
|
||||
"password": "nova"
|
||||
},
|
||||
"dashboard": {
|
||||
"username": "dashboard",
|
||||
"password": "dashboard"
|
||||
},
|
||||
"identity": {
|
||||
"username": "keystone",
|
||||
"password": "keystone"
|
||||
},
|
||||
"image": {
|
||||
"username": "glance",
|
||||
"password": "glance"
|
||||
},
|
||||
"metering": {
|
||||
"username": "ceilometer",
|
||||
"password": "ceilometer"
|
||||
},
|
||||
"mysql": {
|
||||
"username": "root",
|
||||
"password": "root"
|
||||
},
|
||||
"volume": {
|
||||
"username": "cinder",
|
||||
"password": "cinder"
|
||||
}
|
||||
}
|
||||
}
|
||||
},{
|
||||
"security": {
|
||||
"accordion_heading": "OpenStack Keystone User Credentials",
|
||||
"category": "console_credentials",
|
||||
"data_structure": "table",
|
||||
"action": "true",
|
||||
"modifiable_data": ["username", "password"],
|
||||
"table_display_header": ["Service", "UserName", "Password", "Action"],
|
||||
"config":{
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"compute": {
|
||||
"username": "nova",
|
||||
"password": "nova"
|
||||
},
|
||||
"dashboard": {
|
||||
"username": "dashboard",
|
||||
"password": "dashboard"
|
||||
},
|
||||
"image": {
|
||||
"username": "glance",
|
||||
"password": "glance"
|
||||
},
|
||||
"metering": {
|
||||
"username": "ceilometer",
|
||||
"password": "ceilometer"
|
||||
},
|
||||
"network": {
|
||||
"username": "quantum",
|
||||
"password": "quantum"
|
||||
},
|
||||
"object-store": {
|
||||
"username": "swift",
|
||||
"password": "swift"
|
||||
},
|
||||
"volume": {
|
||||
"username": "cinder",
|
||||
"password": "cinder"
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user