- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 180字
- 2021-07-02 23:52:49
Configuring your setup
The AIO development environment uses the configuration files in test/roles/bootstrap-host/defaults/main.yml.
This file describes the default values for the host configuration. In addition to the configuration file, the configuration options can be passed through shell environment variables.
The BOOTSTRAP_OPTS variable is read by the bootstrap script as a space-separated key value pair. It can be used to pass values to override the default ones in the configuration file:
# export BOOTSTRAP_OPTS="${BOOTSTRAP_OPTS} bootstrap_host_loopback_cinder_size=512"
OSA also allows overriding default values for service configuration. These override values are provided in the /etc/openstack_deploy/user_variables.yml file.
The following is an example of overriding the values in nova.conf using the override file:
nova_nova_conf_overrides:
DEFAULT:
remove_unused_original_minimum_age_seconds: 43200
libvirt:
cpu_mode: host-model
disk_cachemodes: file=directsync,block=none
database:
idle_timeout: 300
max_pool_size: 10
This override file will populate the nova.conf file with the following options:
[DEFAULT]
remove_unused_original_minimum_age_seconds = 43200
[libvirt]
cpu_mode = host-model
disk_cachemodes = file=directsync,block=none
[database]
idle_timeout = 300
max_pool_size = 10
The override variables can also be passed using a per host configuration stanza in/etc/openstack_deploy/openstack_user_config.yml.
The complete set of configuration options are described in the OpenStack Ansible documentation at http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html
- 大數據技術與應用基礎
- 程序設計缺陷分析與實踐
- Learning Apache Spark 2
- 流處理器研究與設計
- JBoss ESB Beginner’s Guide
- PyTorch Deep Learning Hands-On
- WordPress Theme Development Beginner's Guide(Third Edition)
- Windows環境下32位匯編語言程序設計
- 四向穿梭式自動化密集倉儲系統的設計與控制
- Java Web整合開發全程指南
- 從零開始學C++
- Mastering Ceph
- Building Google Cloud Platform Solutions
- Redash v5 Quick Start Guide
- Outlook時間管理秘笈