tech:notes_vmware_openstack_vio_-_configuration
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_vmware_openstack_vio_-_configuration [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_vmware_openstack_vio_-_configuration [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes VMWare OpenStack VIO - Configuration | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Config : | ||
| + | * https:// | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [DEFAULT] | ||
| + | public_endpoint = https:// | ||
| + | admin_endpoint = https:// | ||
| + | member_role_name = _member_ | ||
| + | list_limit = 500 | ||
| + | insecure_debug = False | ||
| + | debug = True | ||
| + | log_file = keystone.log | ||
| + | log_dir = / | ||
| + | use_syslog = true | ||
| + | syslog_log_facility = LOG_LOCAL7 | ||
| + | default_log_levels = amqp=WARN, | ||
| + | ogpile=INFO, | ||
| + | |||
| + | [auth] | ||
| + | methods = password, | ||
| + | |||
| + | [cache] | ||
| + | backend = oslo_cache.memcache_pool | ||
| + | enabled = True | ||
| + | memcache_servers = 192.168.51.65: | ||
| + | |||
| + | [database] | ||
| + | connection = CHANGEME | ||
| + | |||
| + | [federation] | ||
| + | trusted_dashboard = https:// | ||
| + | trusted_dashboard = https:// | ||
| + | |||
| + | [fernet_tokens] | ||
| + | max_active_keys = 2 | ||
| + | |||
| + | [identity] | ||
| + | domain_specific_drivers_enabled = true | ||
| + | domain_configurations_from_database = False | ||
| + | |||
| + | [oslo_policy] | ||
| + | policy_file = / | ||
| + | |||
| + | [resource] | ||
| + | admin_project_domain_name = Default | ||
| + | admin_project_name = admin | ||
| + | |||
| + | [saml2] | ||
| + | remote_id_attribute = Shib-Identity-Provider | ||
| + | |||
| + | [token] | ||
| + | expiration = 7200 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [identity] | ||
| + | domain_configurations_from_database = False | ||
| + | driver = ldap | ||
| + | list_limit = 500 | ||
| + | |||
| + | [ldap] | ||
| + | query_scope = sub | ||
| + | group_name_attribute = sAMAccountName | ||
| + | group_objectclass = group | ||
| + | user_mail_attribute = mail | ||
| + | user_enabled_attribute = userAccountControl | ||
| + | group_tree_dn = CN=Openstack, | ||
| + | chase_referrals = false | ||
| + | user_id_attribute = sAMAccountName | ||
| + | group_members_are_ids = true | ||
| + | group_member_attribute = memberUid | ||
| + | page_size = 100 | ||
| + | use_tls = false | ||
| + | url = ldaps:// | ||
| + | user_name_attribute = sAMAccountName | ||
| + | user = admin | ||
| + | user_objectclass = organizationalPerson | ||
| + | group_id_attribute = cn | ||
| + | user_filter = (memberOf=CN=Openstack, | ||
| + | group_desc_attribute = description | ||
| + | user_tree_dn = DC=acme, | ||
| + | user_pass_attribute = userPassword | ||
| + | password = CHANGEME | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [DEFAULT] | ||
| + | log_dir = / | ||
| + | lock_path = / | ||
| + | state_path = / | ||
| + | | ||
| + | [api_database] | ||
| + | connection = sqlite://// | ||
| + | |||
| + | [cells] | ||
| + | enable = False | ||
| + | |||
| + | [database] | ||
| + | connection = sqlite://// | ||
| + | |||
| + | [placement] | ||
| + | os_region_name = openstack | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [DEFAULT] | ||
| + | compute_driver = vmwareapi.VMwareVCDriver | ||
| + | allow_resize_to_same_host = true | ||
| + | remove_unused_original_minimum_age_seconds = 86400 | ||
| + | cpu_allocation_ratio = 10 | ||
| + | ram_allocation_ratio = 1.5 | ||
| + | disk_allocation_ratio = 0.0 | ||
| + | resume_guests_state_on_host_boot = true | ||
| + | max_concurrent_builds = 20 | ||
| + | block_device_allocate_retries = 1800 | ||
| + | heal_instance_info_cache_interval = 120 | ||
| + | block_device_allocate_retries_interval = 2 | ||
| + | force_config_drive = False | ||
| + | dhcpbridge_flagfile = / | ||
| + | dhcpbridge = / | ||
| + | metadata_host = 192.168.51.61 | ||
| + | dhcp_domain = novalocal | ||
| + | web = / | ||
| + | state_path = / | ||
| + | periodic_fuzzy_delay = 120 | ||
| + | debug = True | ||
| + | verbose = True | ||
| + | log_dir = / | ||
| + | use_syslog = true | ||
| + | syslog_log_facility = LOG_LOCAL7 | ||
| + | rpc_response_timeout = 120 | ||
| + | sync_power_state_action = dbsync | ||
| + | use_hypervisor_stats = True | ||
| + | |||
| + | [api] | ||
| + | use_forwarded_for = true | ||
| + | compute_link_prefix = https:// | ||
| + | glance_link_prefix = https:// | ||
| + | |||
| + | [api_database] | ||
| + | connection = " | ||
| + | max_pool_size = 50 | ||
| + | max_overflow = 50 | ||
| + | |||
| + | [cache] | ||
| + | enabled = false | ||
| + | |||
| + | [cinder] | ||
| + | endpoint_template = https:// | ||
| + | api_insecure = true | ||
| + | |||
| + | [conductor] | ||
| + | workers = 2 | ||
| + | |||
| + | [database] | ||
| + | connection = " | ||
| + | |||
| + | [filter_scheduler] | ||
| + | max_io_ops_per_host = 8 | ||
| + | max_instances_per_host = 50 | ||
| + | |||
| + | [glance] | ||
| + | api_servers = https:// | ||
| + | |||
| + | [keystone_authtoken] | ||
| + | memcached_servers = 192.168.51.65: | ||
| + | auth_type = v3password | ||
| + | auth_url = https:// | ||
| + | project_name = service | ||
| + | username = nova | ||
| + | password = CHANGEME | ||
| + | project_domain_name = local | ||
| + | user_domain_name = local | ||
| + | |||
| + | [mks] | ||
| + | mksproxy_base_url = https:// | ||
| + | enabled = true | ||
| + | |||
| + | [neutron] | ||
| + | url = https:// | ||
| + | service_metadata_proxy = true | ||
| + | metadata_proxy_shared_secret = CHANGEME | ||
| + | auth_type = v3password | ||
| + | auth_url = https:// | ||
| + | project_name = service | ||
| + | project_domain_name = local | ||
| + | username = neutron | ||
| + | user_domain_name = local | ||
| + | password = CHANGEME | ||
| + | |||
| + | [oslo_concurrency] | ||
| + | lock_path = / | ||
| + | |||
| + | [oslo_messaging_rabbit] | ||
| + | rabbit_hosts = 192.168.51.62, | ||
| + | rabbit_userid = test | ||
| + | rabbit_password = CHANGEME | ||
| + | rabbit_ha_queues = true | ||
| + | |||
| + | [oslo_messaging_zmq] | ||
| + | rpc_thread_pool_size = 100 | ||
| + | |||
| + | [pci] | ||
| + | passthrough_whitelist = [{" | ||
| + | |||
| + | [placement] | ||
| + | os_region_name = nova | ||
| + | os_interface = internal | ||
| + | auth_type = v3password | ||
| + | auth_url = https:// | ||
| + | project_name = service | ||
| + | project_domain_name = local | ||
| + | username = neutron | ||
| + | user_domain_name = local | ||
| + | password = CHANGEME | ||
| + | |||
| + | [oslo_concurrency] | ||
| + | lock_path = / | ||
| + | |||
| + | [oslo_messaging_rabbit] | ||
| + | rabbit_hosts = 192.168.51.62, | ||
| + | rabbit_userid = test | ||
| + | rabbit_password = CHANGEME | ||
| + | rabbit_ha_queues = true | ||
| + | |||
| + | [oslo_messaging_zmq] | ||
| + | rpc_thread_pool_size = 100 | ||
| + | |||
| + | [pci] | ||
| + | passthrough_whitelist = [{" | ||
| + | |||
| + | [placement] | ||
| + | os_region_name = nova | ||
| + | os_interface = internal | ||
| + | auth_type = v3password | ||
| + | auth_url = https:// | ||
| + | project_name = service | ||
| + | project_domain_name = local | ||
| + | username = placement | ||
| + | user_domain_name = local | ||
| + | password = CHANGEME | ||
| + | |||
| + | [vmware] | ||
| + | serial_port_service_uri = s1cb9is4rC66cr000791 | ||
| + | serial_port_proxy_uri = telnets:// | ||
| + | serial_log_dir = / | ||
| + | host_ip = 192.168.51.160 | ||
| + | host_username = Administrator@vsphere.local | ||
| + | host_password = CHANGEME | ||
| + | insecure = True | ||
| + | cluster_name = Production | ||
| + | datastore_regex = production | ||
| + | vnc_port_total = 6500 | ||
| + | use_linked_clone = True | ||
| + | cache_prefix = VIO_9a9c86dc379144d7a4f43919d9066315_b78814fd_domain-c34 | ||
| + | store_image_dir = /images | ||
| + | snapshot_format = template | ||
| + | import_vm_enabled = True | ||
| + | import_vm_relocate = True | ||
| + | tenant_vdc = False | ||
| + | passthrough = False | ||
| + | |||
| + | [vnc] | ||
| + | enabled = False | ||
| + | vncserver_proxyclient_address = 192.168.51.160 | ||
| + | novncproxy_base_url = https:// | ||
| + | |||
| + | [wsgi] | ||
| + | api_paste_config = / | ||
| + | ~~~ | ||
| + | |||
| + | `javascript / | ||
| + | ~~~javascript | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ~~~ | ||
| + | |||
| + | Console FR | ||
| + | `/? | ||
| + | Voir https:// | ||
| + | |||
| + | |||
