compass-core/conf/flavor_mapping/HA-ansible-multinodes-juno.conf
baigk 2fd269037e update config file of password
update config file of password

Change-Id: I114fa23a79421c524049ef82ffe6055fc32d9bb2
Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-30 16:09:22 +08:00

113 lines
3.6 KiB
Plaintext

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"
},
"network": {
"username": "network",
"password": "network"
},
"image": {
"username": "glance",
"password": "glance"
},
"metering": {
"username": "ceilometer",
"password": "ceilometer"
},
"mysql": {
"username": "root",
"password": "root"
},
"volume": {
"username": "cinder",
"password": "cinder"
},
"heat": {
"username": "heat",
"password": "heat"
}
}
}
},{
"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"
},
"demo": {
"username": "demo",
"password": "demo"
},
"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"
},
"network": {
"username": "quantum",
"password": "quantum"
},
"object-store": {
"username": "swift",
"password": "swift"
},
"heat": {
"username": "heat",
"password": "heat"
},
"volume": {
"username": "cinder",
"password": "cinder"
}
}
}
}]
}