Update config files for ui package metadata.
Change-Id: Ic8f09237e869db54f37a6b702ec68bde5f57cdc1
This commit is contained in:
parent
a18bdbf92b
commit
e412446bac
@ -7,7 +7,41 @@ allinone = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,7 +50,41 @@ allinone = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"neutron_config": {
|
"neutron_config": {
|
||||||
@ -38,21 +106,20 @@ allinone = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"hint": "e.g. 1:1000",
|
"hint": "1:1000",
|
||||||
"default_value": "1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,41 @@ ceph_openstack_multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,22 +50,62 @@ ceph_openstack_multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"ceph_config": {
|
"ceph_config": {
|
||||||
"accordion_heading": "Ceph Global Configurations",
|
"accordion_heading": "Ceph Global Configurations",
|
||||||
"category": "ceph",
|
"category": "ceph_config",
|
||||||
"data_structure": "form",
|
"data_structure": "form",
|
||||||
"form_name": "cephForm",
|
"form_name": "cephForm",
|
||||||
"data": {
|
"data": {
|
||||||
"global_config": {
|
"global_config": {
|
||||||
"osd_pool_pgp_num": {
|
"osd_pool_pg_num": {
|
||||||
"label": "OSD Pool PG Number",
|
"label": "OSD Pool PG Number",
|
||||||
"mapped_key": [
|
"mapped_key": [
|
||||||
"name", "is_required", "display_type", "default_value"
|
"name", "is_required", "display_type", "default_value"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"osd_pool_pgp_num": {
|
||||||
|
"label": "OSD Pool PGP Number",
|
||||||
|
"mapped_key": [
|
||||||
|
"name", "is_required", "display_type", "default_value"
|
||||||
|
]
|
||||||
|
},
|
||||||
"osd_pool_size": {
|
"osd_pool_size": {
|
||||||
"label": "OSD Pool Size",
|
"label": "OSD Pool Size",
|
||||||
"mapped_key": [
|
"mapped_key": [
|
||||||
@ -75,21 +149,20 @@ ceph_openstack_multinodes = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"hint": "e.g. 1:1000",
|
"hint": "1:1000",
|
||||||
"default_value": "1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,41 @@ ceph_openstack_single_controller = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,22 +50,62 @@ ceph_openstack_single_controller = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"ceph_config": {
|
"ceph_config": {
|
||||||
"accordion_heading": "Ceph Global Configurations",
|
"accordion_heading": "Ceph Global Configurations",
|
||||||
"category": "ceph",
|
"category": "ceph_config",
|
||||||
"data_structure": "form",
|
"data_structure": "form",
|
||||||
"form_name": "cephForm",
|
"form_name": "cephForm",
|
||||||
"data": {
|
"data": {
|
||||||
"global_config": {
|
"global_config": {
|
||||||
"osd_pool_pgp_num": {
|
"osd_pool_pg_num": {
|
||||||
"label": "OSD Pool PG Number",
|
"label": "OSD Pool PG Number",
|
||||||
"mapped_key": [
|
"mapped_key": [
|
||||||
"name", "is_required", "display_type", "default_value"
|
"name", "is_required", "display_type", "default_value"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"osd_pool_pgp_num": {
|
||||||
|
"label": "OSD Pool PGP Number",
|
||||||
|
"mapped_key": [
|
||||||
|
"name", "is_required", "display_type", "default_value"
|
||||||
|
]
|
||||||
|
},
|
||||||
"osd_pool_size": {
|
"osd_pool_size": {
|
||||||
"label": "OSD Pool Size",
|
"label": "OSD Pool Size",
|
||||||
"mapped_key": [
|
"mapped_key": [
|
||||||
@ -75,21 +149,20 @@ ceph_openstack_single_controller = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"default_value": "1:1000",
|
"hint": "1:1000",
|
||||||
"hint": "e.g. 1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,41 @@ HA_multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,13 +50,47 @@ HA_multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"neutron_config": {
|
"neutron_config": {
|
||||||
"accordion_heading": "Neutron Configurations",
|
"accordion_heading": "Neutron Configurations",
|
||||||
"data_structure": "form",
|
"data_structure": "form",
|
||||||
"category": "neutron",
|
"category": "neutron_config",
|
||||||
"form_name": "neutronForm",
|
"form_name": "neutronForm",
|
||||||
"data": {
|
"data": {
|
||||||
"openvswitch": {
|
"openvswitch": {
|
||||||
@ -38,21 +106,20 @@ HA_multinodes = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"default_value": "1:1000",
|
"hint": "1:1000",
|
||||||
"hint": "e.g. 1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,41 @@ multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,7 +50,41 @@ multinodes = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"neutron_config": {
|
"neutron_config": {
|
||||||
@ -38,21 +106,20 @@ multinodes = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"hint": "e.g. 1:1000",
|
"hint": "1:1000",
|
||||||
"default_value": "1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,41 @@ single_contoller_multi_compute = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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": {
|
"security": {
|
||||||
@ -16,7 +50,41 @@ single_contoller_multi_compute = {
|
|||||||
"data_structure": "table",
|
"data_structure": "table",
|
||||||
"action": "true",
|
"action": "true",
|
||||||
"modifiable_data": ["username", "password"],
|
"modifiable_data": ["username", "password"],
|
||||||
"table_display_header": ["Service", "UserName", "Password", "Action"]
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"neutron_config": {
|
"neutron_config": {
|
||||||
@ -30,7 +98,7 @@ single_contoller_multi_compute = {
|
|||||||
"label": "Tenant Network Type",
|
"label": "Tenant Network Type",
|
||||||
"input_type": "dropdown",
|
"input_type": "dropdown",
|
||||||
"mapped_key": [
|
"mapped_key": [
|
||||||
"name", "is_required", "options", "default_value"
|
"name", "is_required", "options"
|
||||||
],
|
],
|
||||||
"content_data": {
|
"content_data": {
|
||||||
"gre": [{
|
"gre": [{
|
||||||
@ -38,21 +106,20 @@ single_contoller_multi_compute = {
|
|||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "tunnel_id_ranges",
|
"name": "tunnel_id_ranges",
|
||||||
"default_value": "1:1000",
|
"hint": "1:1000"
|
||||||
"hint": "e.g. 1:1000"
|
|
||||||
}],
|
}],
|
||||||
"vlan": [{
|
"vlan": [{
|
||||||
"label": "Network Vlan Ranges",
|
"label": "Network Vlan Ranges",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "vlan_ranges",
|
"name": "network_vlan_ranges",
|
||||||
"hint": "e.g. physnet1:2700:2999"
|
"hint": "physnet1:2700:2999"
|
||||||
}, {
|
}, {
|
||||||
"label": "Bridge Mapping",
|
"label": "Bridge Mapping",
|
||||||
"is_required": "true",
|
"is_required": "true",
|
||||||
"display_type": "dropdown_text_multiple",
|
"display_type": "dropdown_text_multiple",
|
||||||
"name": "bridge",
|
"name": "bridge_mappings",
|
||||||
"hint": "e.g. physnet1:br-eth1"
|
"hint": "physnet1:br-eth1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user