当前位置:   article > 正文

Centos7+Packstack安装部署Openstack Mitaka之(二) packstack-answers-file_(unsupported!) config_storage_host packstack

(unsupported!) config_storage_host packstack

上一篇中所使用的packstack安装配置文件如下:

[general]



# Path to a public key to install on servers. If a usable key has not

# been installed on the remote servers, the user is prompted for a

# password and this key is installed so the password will not be

# required again.

CONFIG_SSH_KEY=/root/.ssh/id_rsa.pub



# Default password to be used everywhere (overridden by passwords set

# for individual services or users).

CONFIG_DEFAULT_PASSWORD=



# The amount of service workers/threads to use for each service.

# Useful to tweak when you have memory constraints. Defaults to the

# amount of cores on the system.

CONFIG_SERVICE_WORKERS=%{::processorcount}



# Specify 'y' to install MariaDB. ['y', 'n']

CONFIG_MARIADB_INSTALL=y



# Specify 'y' to install OpenStack Image Service (glance). ['y', 'n']

CONFIG_GLANCE_INSTALL=y



# Specify 'y' to install OpenStack Block Storage (cinder). ['y', 'n']

CONFIG_CINDER_INSTALL=y



# Specify 'y' to install OpenStack Shared File System (manila). ['y',

# 'n']

CONFIG_MANILA_INSTALL=y



# Specify 'y' to install OpenStack Compute (nova). ['y', 'n']

CONFIG_NOVA_INSTALL=y



# Specify 'y' to install OpenStack Networking (neutron); otherwise,

# Compute Networking (nova) will be used. ['y', 'n']

CONFIG_NEUTRON_INSTALL=y



# Specify 'y' to install OpenStack Dashboard (horizon). ['y', 'n']

CONFIG_HORIZON_INSTALL=y



# Specify 'y' to install OpenStack Object Storage (swift). ['y', 'n']

CONFIG_SWIFT_INSTALL=y



# Specify 'y' to install OpenStack Metering (ceilometer). ['y', 'n']

CONFIG_CEILOMETER_INSTALL=y



# Specify 'y' to install OpenStack Telemetry Alarming (Aodh). Note

# Aodh requires Ceilometer to be installed as well. ['y', 'n']

CONFIG_AODH_INSTALL=y



# Specify 'y' to install OpenStack Metering as a Service (gnocchi).

# ['y', 'n']

CONFIG_GNOCCHI_INSTALL=y



# Specify 'y' to install OpenStack Data Processing (sahara). In case

# of sahara installation packstack also installs heat.['y', 'n']

CONFIG_SAHARA_INSTALL=n



# Specify 'y' to install OpenStack Orchestration (heat). ['y', 'n']

CONFIG_HEAT_INSTALL=n



# Specify 'y' to install OpenStack Database (trove) ['y', 'n']

CONFIG_TROVE_INSTALL=n



# Specify 'y' to install OpenStack Bare Metal Provisioning (ironic).

# ['y', 'n']

CONFIG_IRONIC_INSTALL=n



# Specify 'y' to install the OpenStack Client packages (command-line

# tools). An admin "rc" file will also be installed. ['y', 'n']

CONFIG_CLIENT_INSTALL=y



# Comma-separated list of NTP servers. Leave plain if Packstack

# should not install ntpd on instances.

CONFIG_NTP_SERVERS=



# Specify 'y' to install Nagios to monitor OpenStack hosts. Nagios

# provides additional tools for monitoring the OpenStack environment.

# ['y', 'n']

CONFIG_NAGIOS_INSTALL=y



# Comma-separated list of servers to be excluded from the

# installation. This is helpful if you are running Packstack a second

# time with the same answer file and do not want Packstack to

# overwrite these server's configurations. Leave empty if you do not

# need to exclude any servers.

EXCLUDE_SERVERS=



# Specify 'y' if you want to run OpenStack services in debug mode;

# otherwise, specify 'n'. ['y', 'n']

CONFIG_DEBUG_MODE=n



# Server on which to install OpenStack services specific to the

# controller role (for example, API servers or dashboard).

CONFIG_CONTROLLER_HOST=10.0.2.15



# List the servers on which to install the Compute service.

CONFIG_COMPUTE_HOSTS=10.0.2.15



# List of servers on which to install the network service such as

# Compute networking (nova network) or OpenStack Networking (neutron).

CONFIG_NETWORK_HOSTS=10.0.2.15



# Specify 'y' if you want to use VMware vCenter as hypervisor and

# storage; otherwise, specify 'n'. ['y', 'n']

CONFIG_VMWARE_BACKEND=n



# Specify 'y' if you want to use unsupported parameters. This should

# be used only if you know what you are doing. Issues caused by using

# unsupported options will not be fixed before the next major release.

# ['y', 'n']

CONFIG_UNSUPPORTED=n



# Specify 'y' if you want to use subnet addresses (in CIDR format)

# instead of interface names in following options:

# CONFIG_NOVA_COMPUTE_PRIVIF, CONFIG_NOVA_NETWORK_PRIVIF,

# CONFIG_NOVA_NETWORK_PUBIF, CONFIG_NEUTRON_OVS_BRIDGE_IFACES,

# CONFIG_NEUTRON_LB_INTERFACE_MAPPINGS, CONFIG_NEUTRON_OVS_TUNNEL_IF.

# This is useful for cases when interface names are not same on all

# installation hosts.

CONFIG_USE_SUBNETS=n



# IP address of the VMware vCenter server.

CONFIG_VCENTER_HOST=



# User name for VMware vCenter server authentication.

CONFIG_VCENTER_USER=



# Password for VMware vCenter server authentication.

CONFIG_VCENTER_PASSWORD=



# Comma separated list of names of the VMware vCenter clusters. Note:

# if multiple clusters are specified each one is mapped to one

# compute, otherwise all computes are mapped to same cluster.

CONFIG_VCENTER_CLUSTER_NAMES=



# (Unsupported!) Server on which to install OpenStack services

# specific to storage servers such as Image or Block Storage services.

CONFIG_STORAGE_HOST=10.0.2.15



# (Unsupported!) Server on which to install OpenStack services

# specific to OpenStack Data Processing (sahara).

CONFIG_SAHARA_HOST=10.0.2.15



# Specify 'y' to enable the EPEL repository (Extra Packages for

# Enterprise Linux). ['y', 'n']

CONFIG_USE_EPEL=n



# Comma-separated list of URLs for any additional yum repositories,

# to use for installation.

CONFIG_REPO=



# Specify 'y' to enable the RDO testing repository. ['y', 'n']

CONFIG_ENABLE_RDO_TESTING=n



# To subscribe each server with Red Hat Subscription Manager, include

# this with CONFIG_RH_PW.

CONFIG_RH_USER=



# To subscribe each server to receive updates from a Satellite

# server, provide the URL of the Satellite server. You must also

# provide a user name (CONFIG_SATELLITE_USERNAME) and password

# (CONFIG_SATELLITE_PASSWORD) or an access key (CONFIG_SATELLITE_AKEY)

# for authentication.

CONFIG_SATELLITE_URL=



# Specify a Satellite 6 Server to register to. If not specified,

# Packstack will register the system to the Red Hat server. When this

# option is specified, you also need to set the Satellite 6

# organization (CONFIG_RH_SAT6_ORG) and an activation key

# (CONFIG_RH_SAT6_KEY).

CONFIG_RH_SAT6_SERVER=



# To subscribe each server with Red Hat Subscription Manager, include

# this with CONFIG_RH_USER.

CONFIG_RH_PW=



# Specify 'y' to enable RHEL optional repositories. ['y', 'n']

CONFIG_RH_OPTIONAL=y



# HTTP proxy to use with Red Hat Subscription Manager.

CONFIG_RH_PROXY=



# Specify a Satellite 6 Server organization to use when registering

# the system.

CONFIG_RH_SAT6_ORG=



# Specify a Satellite 6 Server activation key to use when registering

# the system.

CONFIG_RH_SAT6_KEY=



# Port to use for Red Hat Subscription Manager's HTTP proxy.

CONFIG_RH_PROXY_PORT=



# User name to use for Red Hat Subscription Manager's HTTP proxy.

CONFIG_RH_PROXY_USER=



# Password to use for Red Hat Subscription Manager's HTTP proxy.

CONFIG_RH_PROXY_PW=



# User name to authenticate with the RHN Satellite server; if you

# intend to use an access key for Satellite authentication, leave this

# blank.

CONFIG_SATELLITE_USER=



# Password to authenticate with the RHN Satellite server; if you

# intend to use an access key for Satellite authentication, leave this

# blank.

CONFIG_SATELLITE_PW=



# Access key for the Satellite server; if you intend to use a user

# name and password for Satellite authentication, leave this blank.

CONFIG_SATELLITE_AKEY=



# Certificate path or URL of the certificate authority to verify that

# the connection with the Satellite server is secure. If you are not

# using Satellite in your deployment, leave this blank.

CONFIG_SATELLITE_CACERT=



# Profile name that should be used as an identifier for the system in

# RHN Satellite (if required).

CONFIG_SATELLITE_PROFILE=



# Comma-separated list of flags passed to the rhnreg_ks command.

# Valid flags are: novirtinfo, norhnsd, nopackages ['novirtinfo',

# 'norhnsd', 'nopackages']

CONFIG_SATELLITE_FLAGS=



# HTTP proxy to use when connecting to the RHN Satellite server (if

# required).

CONFIG_SATELLITE_PROXY=



# User name to authenticate with the Satellite-server HTTP proxy.

CONFIG_SATELLITE_PROXY_USER=



# User password to authenticate with the Satellite-server HTTP proxy.

CONFIG_SATELLITE_PROXY_PW=



# Specify filepath for CA cert file. If CONFIG_SSL_CACERT_SELFSIGN is

# set to 'n' it has to be preexisting file.

CONFIG_SSL_CACERT_FILE=/etc/pki/tls/certs/selfcert.crt



# Specify filepath for CA cert key file. If

# CONFIG_SSL_CACERT_SELFSIGN is set to 'n' it has to be preexisting

# file.

CONFIG_SSL_CACERT_KEY_FILE=/etc/pki/tls/private/selfkey.key



# Enter the path to use to store generated SSL certificates in.

CONFIG_SSL_CERT_DIR=~/packstackca/



# Specify 'y' if you want Packstack to pregenerate the CA

# Certificate.

CONFIG_SSL_CACERT_SELFSIGN=y



# Enter the selfsigned CAcert subject country.

CONFIG_SELFSIGN_CACERT_SUBJECT_C=--



# Enter the selfsigned CAcert subject state.

CONFIG_SELFSIGN_CACERT_SUBJECT_ST=State



# Enter the selfsigned CAcert subject location.

CONFIG_SELFSIGN_CACERT_SUBJECT_L=City



# Enter the selfsigned CAcert subject organization.

CONFIG_SELFSIGN_CACERT_SUBJECT_O=openstack



# Enter the selfsigned CAcert subject organizational unit.

CONFIG_SELFSIGN_CACERT_SUBJECT_OU=packstack



# Enter the selfsigned CAcert subject common name.

CONFIG_SELFSIGN_CACERT_SUBJECT_CN=packstack



CONFIG_SELFSIGN_CACERT_SUBJECT_MAIL=admin@packstack



# Service to be used as the AMQP broker. Allowed values are: rabbitmq

# ['rabbitmq']

CONFIG_AMQP_BACKEND=rabbitmq



# IP address of the server on which to install the AMQP service.

CONFIG_AMQP_HOST=10.0.2.15



# Specify 'y' to enable SSL for the AMQP service. ['y', 'n']

CONFIG_AMQP_ENABLE_SSL=n



# Specify 'y' to enable authentication for the AMQP service. ['y',

# 'n']

CONFIG_AMQP_ENABLE_AUTH=n



# Password for the NSS certificate database of the AMQP service.

CONFIG_AMQP_NSS_CERTDB_PW=PW_PLACEHOLDER



# User for AMQP authentication.

CONFIG_AMQP_AUTH_USER=amqp_user



# Password for AMQP authentication.

CONFIG_AMQP_AUTH_PASSWORD=PW_PLACEHOLDER



# IP address of the server on which to install MariaDB. If a MariaDB

# installation was not specified in CONFIG_MARIADB_INSTALL, specify

# the IP address of an existing database server (a MariaDB cluster can

# also be specified).

CONFIG_MARIADB_HOST=10.0.2.15



# User name for the MariaDB administrative user.

CONFIG_MARIADB_USER=root



# Password for the MariaDB administrative user.

CONFIG_MARIADB_PW=67910d76942f4616



# Password to use for the Identity service (keystone) to access the

# database.

CONFIG_KEYSTONE_DB_PW=0f7395897231422d



# Enter y if cron job for removing soft deleted DB rows should be

# created.

CONFIG_KEYSTONE_DB_PURGE_ENABLE=True



# Default region name to use when creating tenants in the Identity

# service.

CONFIG_KEYSTONE_REGION=RegionOne



# Token to use for the Identity service API.

CONFIG_KEYSTONE_ADMIN_TOKEN=abb21145a01448e288e25bfac854d7aa



# Email address for the Identity service 'admin' user.  Defaults to

CONFIG_KEYSTONE_ADMIN_EMAIL=root@localhost



# User name for the Identity service 'admin' user.  Defaults to

# 'admin'.

CONFIG_KEYSTONE_ADMIN_USERNAME=admin



# Password to use for the Identity service 'admin' user.

CONFIG_KEYSTONE_ADMIN_PW=admin



# Password to use for the Identity service 'demo' user.

CONFIG_KEYSTONE_DEMO_PW=demo



# Identity service API version string. ['v2.0', 'v3']

CONFIG_KEYSTONE_API_VERSION=v2.0



# Identity service token format (UUID or PKI). The recommended format

# for new deployments is UUID. ['UUID', 'PKI']

CONFIG_KEYSTONE_TOKEN_FORMAT=UUID



# Name of service to use to run the Identity service (keystone or

# httpd). ['keystone', 'httpd']

CONFIG_KEYSTONE_SERVICE_NAME=httpd



# Type of Identity service backend (sql or ldap). ['sql', 'ldap']

CONFIG_KEYSTONE_IDENTITY_BACKEND=sql



# URL for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_URL=ldap://10.0.2.15



# User DN for the Identity service LDAP backend.  Used to bind to the

# LDAP server if the LDAP server does not allow anonymous

# authentication.

CONFIG_KEYSTONE_LDAP_USER_DN=



# User DN password for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_PASSWORD=



# Base suffix for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_SUFFIX=



# Query scope for the Identity service LDAP backend. Use 'one' for

# onelevel/singleLevel or 'sub' for subtree/wholeSubtree ('base' is

# not actually used by the Identity service and is therefore

# deprecated). ['base', 'one', 'sub']

CONFIG_KEYSTONE_LDAP_QUERY_SCOPE=one



# Query page size for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_PAGE_SIZE=-1



# User subtree for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_SUBTREE=



# User query filter for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_FILTER=



# User object class for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_OBJECTCLASS=



# User ID attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_ID_ATTRIBUTE=



# User name attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_NAME_ATTRIBUTE=



# User email address attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_MAIL_ATTRIBUTE=



# User-enabled attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE=



# Bit mask integer applied to user-enabled attribute for the Identity

# service LDAP backend. Indicate the bit that the enabled value is

# stored in if the LDAP server represents "enabled" as a bit on an

# integer rather than a boolean. A value of "0" indicates the mask is

# not used (default). If this is not set to "0", the typical value is

# "2", typically used when

# "CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE = userAccountControl".

CONFIG_KEYSTONE_LDAP_USER_ENABLED_MASK=-1



# Value of enabled attribute which indicates user is enabled for the

# Identity service LDAP backend. This should match an appropriate

# integer value if the LDAP server uses non-boolean (bitmask) values

# to indicate whether a user is enabled or disabled. If this is not

# set as 'y', the typical value is "512". This is typically used when

# "CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE = userAccountControl".

CONFIG_KEYSTONE_LDAP_USER_ENABLED_DEFAULT=TRUE



# Specify 'y' if users are disabled (not enabled) in the Identity

# service LDAP backend (inverts boolean-enalbed values).  Some LDAP

# servers use a boolean lock attribute where "y" means an account is

# disabled. Setting this to 'y' allows these lock attributes to be

# used. This setting will have no effect if

# "CONFIG_KEYSTONE_LDAP_USER_ENABLED_MASK" is in use. ['n', 'y']

CONFIG_KEYSTONE_LDAP_USER_ENABLED_INVERT=n



# Comma-separated list of attributes stripped from LDAP user entry

# upon update.

CONFIG_KEYSTONE_LDAP_USER_ATTRIBUTE_IGNORE=



# Identity service LDAP attribute mapped to default_project_id for

# users.

CONFIG_KEYSTONE_LDAP_USER_DEFAULT_PROJECT_ID_ATTRIBUTE=



# Specify 'y' if you want to be able to create Identity service users

# through the Identity service interface; specify 'n' if you will

# create directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_USER_ALLOW_CREATE=n



# Specify 'y' if you want to be able to update Identity service users

# through the Identity service interface; specify 'n' if you will

# update directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_USER_ALLOW_UPDATE=n



# Specify 'y' if you want to be able to delete Identity service users

# through the Identity service interface; specify 'n' if you will

# delete directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_USER_ALLOW_DELETE=n



# Identity service LDAP attribute mapped to password.

CONFIG_KEYSTONE_LDAP_USER_PASS_ATTRIBUTE=



# DN of the group entry to hold enabled LDAP users when using enabled

# emulation.

CONFIG_KEYSTONE_LDAP_USER_ENABLED_EMULATION_DN=



# List of additional LDAP attributes for mapping additional attribute

# mappings for users. The attribute-mapping format is

# <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the

# LDAP entry and user_attr is the Identity API attribute.

CONFIG_KEYSTONE_LDAP_USER_ADDITIONAL_ATTRIBUTE_MAPPING=



# Group subtree for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_SUBTREE=



# Group query filter for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_FILTER=



# Group object class for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_OBJECTCLASS=



# Group ID attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_ID_ATTRIBUTE=



# Group name attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_NAME_ATTRIBUTE=



# Group member attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_MEMBER_ATTRIBUTE=



# Group description attribute for the Identity service LDAP backend.

CONFIG_KEYSTONE_LDAP_GROUP_DESC_ATTRIBUTE=



# Comma-separated list of attributes stripped from LDAP group entry

# upon update.

CONFIG_KEYSTONE_LDAP_GROUP_ATTRIBUTE_IGNORE=



# Specify 'y' if you want to be able to create Identity service

# groups through the Identity service interface; specify 'n' if you

# will create directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_CREATE=n



# Specify 'y' if you want to be able to update Identity service

# groups through the Identity service interface; specify 'n' if you

# will update directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_UPDATE=n



# Specify 'y' if you want to be able to delete Identity service

# groups through the Identity service interface; specify 'n' if you

# will delete directly in the LDAP backend. ['n', 'y']

CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_DELETE=n



# List of additional LDAP attributes used for mapping additional

# attribute mappings for groups. The attribute=mapping format is

# <ldap_attr>:<group_attr>, where ldap_attr is the attribute in the

# LDAP entry and group_attr is the Identity API attribute.

CONFIG_KEYSTONE_LDAP_GROUP_ADDITIONAL_ATTRIBUTE_MAPPING=



# Specify 'y' if the Identity service LDAP backend should use TLS.

# ['n', 'y']

CONFIG_KEYSTONE_LDAP_USE_TLS=n



# CA certificate directory for Identity service LDAP backend (if TLS

# is used).

CONFIG_KEYSTONE_LDAP_TLS_CACERTDIR=



# CA certificate file for Identity service LDAP backend (if TLS is

# used).

CONFIG_KEYSTONE_LDAP_TLS_CACERTFILE=



# Certificate-checking strictness level for Identity service LDAP

# backend; valid options are: never, allow, demand. ['never', 'allow',

# 'demand']

CONFIG_KEYSTONE_LDAP_TLS_REQ_CERT=demand



# Password to use for the Image service (glance) to access the

# database.

CONFIG_GLANCE_DB_PW=ab6b7d5882bf4bcd



# Password to use for the Image service to authenticate with the

# Identity service.

CONFIG_GLANCE_KS_PW=cca0c6076d8a4849



# Storage backend for the Image service (controls how the Image

# service stores disk images). Valid options are: file or swift

# (Object Storage). The Object Storage service must be enabled to use

# it as a working backend; otherwise, Packstack falls back to 'file'.

# ['file', 'swift']

CONFIG_GLANCE_BACKEND=file



# Password to use for the Block Storage service (cinder) to access

# the database.

CONFIG_CINDER_DB_PW=9a41e1c3ec5146dd



# Enter y if cron job for removing soft deleted DB rows should be

# created.

CONFIG_CINDER_DB_PURGE_ENABLE=True



# Password to use for the Block Storage service to authenticate with

# the Identity service.

CONFIG_CINDER_KS_PW=c8a9cda31b6d47eb



# Storage backend to use for the Block Storage service; valid options

# are: lvm, gluster, nfs, vmdk, netapp. ['lvm', 'gluster', 'nfs',

# 'vmdk', 'netapp']

CONFIG_CINDER_BACKEND=lvm



# Specify 'y' to create the Block Storage volumes group. That is,

# Packstack creates a raw disk image in /var/lib/cinder, and mounts it

# using a loopback device. This should only be used for testing on a

# proof-of-concept installation of the Block Storage service (a file-

# backed volume group is not suitable for production usage). ['y',

# 'n']

CONFIG_CINDER_VOLUMES_CREATE=y



# Size of Block Storage volumes group. Actual volume size will be

# extended with 3% more space for VG metadata. Remember that the size

# of the volume group will restrict the amount of disk space that you

# can expose to Compute instances, and that the specified amount must

# be available on the device used for /var/lib/cinder.

CONFIG_CINDER_VOLUMES_SIZE=20G



# A single or comma-separated list of Red Hat Storage (gluster)

# volume shares to mount. Example: 'ip-address:/vol-name', 'domain

# :/vol-name'

CONFIG_CINDER_GLUSTER_MOUNTS=



# A single or comma-separated list of NFS exports to mount. Example:

# 'ip-address:/export-name'

CONFIG_CINDER_NFS_MOUNTS=



# Administrative user account name used to access the NetApp storage

# system or proxy server.

CONFIG_CINDER_NETAPP_LOGIN=



# Password for the NetApp administrative user account specified in

# the CONFIG_CINDER_NETAPP_LOGIN parameter.

CONFIG_CINDER_NETAPP_PASSWORD=



# Hostname (or IP address) for the NetApp storage system or proxy

# server.

CONFIG_CINDER_NETAPP_HOSTNAME=



# The TCP port to use for communication with the storage system or

# proxy. If not specified, Data ONTAP drivers will use 80 for HTTP and

# 443 for HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS.

# Defaults to 80.

CONFIG_CINDER_NETAPP_SERVER_PORT=80



# Storage family type used on the NetApp storage system; valid

# options are ontap_7mode for using Data ONTAP operating in 7-Mode,

# ontap_cluster for using clustered Data ONTAP, or E-Series for NetApp

# E-Series. Defaults to ontap_cluster. ['ontap_7mode',

# 'ontap_cluster', 'eseries']

CONFIG_CINDER_NETAPP_STORAGE_FAMILY=ontap_cluster



# The transport protocol used when communicating with the NetApp

# storage system or proxy server. Valid values are http or https.

# Defaults to 'http'. ['http', 'https']

CONFIG_CINDER_NETAPP_TRANSPORT_TYPE=http



# Storage protocol to be used on the data path with the NetApp

# storage system; valid options are iscsi, fc, nfs. Defaults to nfs.

# ['iscsi', 'fc', 'nfs']

CONFIG_CINDER_NETAPP_STORAGE_PROTOCOL=nfs



# Quantity to be multiplied by the requested volume size to ensure

# enough space is available on the virtual storage server (Vserver) to

# fulfill the volume creation request.  Defaults to 1.0.

CONFIG_CINDER_NETAPP_SIZE_MULTIPLIER=1.0



# Time period (in minutes) that is allowed to elapse after the image

# is last accessed, before it is deleted from the NFS image cache.

# When a cache-cleaning cycle begins, images in the cache that have

# not been accessed in the last M minutes, where M is the value of

# this parameter, are deleted from the cache to create free space on

# the NFS share. Defaults to 720.

CONFIG_CINDER_NETAPP_EXPIRY_THRES_MINUTES=720



# If the percentage of available space for an NFS share has dropped

# below the value specified by this parameter, the NFS image cache is

# cleaned.  Defaults to 20.

CONFIG_CINDER_NETAPP_THRES_AVL_SIZE_PERC_START=20



# When the percentage of available space on an NFS share has reached

# the percentage specified by this parameter, the driver stops

# clearing files from the NFS image cache that have not been accessed

# in the last M minutes, where M is the value of the

# CONFIG_CINDER_NETAPP_EXPIRY_THRES_MINUTES parameter. Defaults to 60.

CONFIG_CINDER_NETAPP_THRES_AVL_SIZE_PERC_STOP=60



# Single or comma-separated list of NetApp NFS shares for Block

# Storage to use.  Format: ip-address:/export-name. Defaults to ''.

CONFIG_CINDER_NETAPP_NFS_SHARES=



# File with the list of available NFS shares.   Defaults to

# '/etc/cinder/shares.conf'.

CONFIG_CINDER_NETAPP_NFS_SHARES_CONFIG=/etc/cinder/shares.conf



# This parameter is only utilized when the storage protocol is

# configured to use iSCSI or FC. This parameter is used to restrict

# provisioning to the specified controller volumes. Specify the value

# of this parameter to be a comma separated list of NetApp controller

# volume names to be used for provisioning. Defaults to ''.

CONFIG_CINDER_NETAPP_VOLUME_LIST=



# The vFiler unit on which provisioning of block storage volumes will

# be done. This parameter is only used by the driver when connecting

# to an instance with a storage family of Data ONTAP operating in

# 7-Mode Only use this parameter when utilizing the MultiStore feature

# on the NetApp storage system. Defaults to ''.

CONFIG_CINDER_NETAPP_VFILER=



# The name of the config.conf stanza for a Data ONTAP (7-mode) HA

# partner.  This option is only used by the driver when connecting to

# an instance with a storage family of Data ONTAP operating in 7-Mode,

# and it is required if the storage protocol selected is FC. Defaults

# to ''.

CONFIG_CINDER_NETAPP_PARTNER_BACKEND_NAME=



# This option specifies the virtual storage server (Vserver) name on

# the storage cluster on which provisioning of block storage volumes

# should occur. Defaults to ''.

CONFIG_CINDER_NETAPP_VSERVER=



# Restricts provisioning to the specified controllers. Value must be

# a comma-separated list of controller hostnames or IP addresses to be

# used for provisioning. This option is only utilized when the storage

# family is configured to use E-Series. Defaults to ''.

CONFIG_CINDER_NETAPP_CONTROLLER_IPS=



# Password for the NetApp E-Series storage array. Defaults to ''.

CONFIG_CINDER_NETAPP_SA_PASSWORD=



# This option is used to define how the controllers in the E-Series

# storage array will work with the particular operating system on the

# hosts that are connected to it. Defaults to 'linux_dm_mp'

CONFIG_CINDER_NETAPP_ESERIES_HOST_TYPE=linux_dm_mp



# Path to the NetApp E-Series proxy application on a proxy server.

# The value is combined with the value of the

# CONFIG_CINDER_NETAPP_TRANSPORT_TYPE, CONFIG_CINDER_NETAPP_HOSTNAME,

# and CONFIG_CINDER_NETAPP_HOSTNAME options to create the URL used by

# the driver to connect to the proxy application. Defaults to

# '/devmgr/v2'.

CONFIG_CINDER_NETAPP_WEBSERVICE_PATH=/devmgr/v2



# Restricts provisioning to the specified storage pools. Only dynamic

# disk pools are currently supported. The value must be a comma-

# separated list of disk pool names to be used for provisioning.

# Defaults to ''.

CONFIG_CINDER_NETAPP_STORAGE_POOLS=



# Password to use for OpenStack Bare Metal Provisioning (ironic) to

# access the database.

CONFIG_IRONIC_DB_PW=PW_PLACEHOLDER



# Password to use for OpenStack Bare Metal Provisioning to

# authenticate with the Identity service.

CONFIG_IRONIC_KS_PW=PW_PLACEHOLDER



# Enter y if cron job for removing soft deleted DB rows should be

# created.

CONFIG_NOVA_DB_PURGE_ENABLE=True



# Password to use for the Compute service (nova) to access the

# database.

CONFIG_NOVA_DB_PW=2b413313b40c4cef



# Password to use for the Compute service to authenticate with the

# Identity service.

CONFIG_NOVA_KS_PW=de17a9d0e3984bae



# Overcommitment ratio for virtual to physical CPUs. Specify 1.0 to

# disable CPU overcommitment.

CONFIG_NOVA_SCHED_CPU_ALLOC_RATIO=16.0



# Overcommitment ratio for virtual to physical RAM. Specify 1.0 to

# disable RAM overcommitment.

CONFIG_NOVA_SCHED_RAM_ALLOC_RATIO=1.5



# Protocol used for instance migration. Valid options are: tcp and

# ssh. Note that by default, the Compute user is created with the

# /sbin/nologin shell so that the SSH protocol will not work. To make

# the SSH protocol work, you must configure the Compute user on

# compute hosts manually. ['tcp', 'ssh']

CONFIG_NOVA_COMPUTE_MIGRATE_PROTOCOL=tcp



# Manager that runs the Compute service.

CONFIG_NOVA_COMPUTE_MANAGER=nova.compute.manager.ComputeManager



# PEM encoded certificate to be used for ssl on the https server,

# leave blank if one should be generated, this certificate should not

# require a passphrase. If CONFIG_HORIZON_SSL is set to 'n' this

# parameter is ignored.

CONFIG_VNC_SSL_CERT=



# SSL keyfile corresponding to the certificate if one was entered. If

# CONFIG_HORIZON_SSL is set to 'n' this parameter is ignored.

CONFIG_VNC_SSL_KEY=



# Enter the PCI passthrough array of hash in JSON style for

# controller eg. [{"vendor_id":"1234", "product_id":"5678",

# "name":"default"}, {...}]

CONFIG_NOVA_PCI_ALIAS=



# Enter the PCI passthrough whitelist array of hash in JSON style for

# controller eg. [{"vendor_id":"1234", "product_id":"5678",

# "name':"default"}, {...}]

CONFIG_NOVA_PCI_PASSTHROUGH_WHITELIST=



# Private interface for flat DHCP on the Compute servers.

CONFIG_NOVA_COMPUTE_PRIVIF=



# Compute Network Manager. ['^nova\.network\.manager\.\w+Manager$']

CONFIG_NOVA_NETWORK_MANAGER=nova.network.manager.FlatDHCPManager



# Public interface on the Compute network server.

CONFIG_NOVA_NETWORK_PUBIF=eth0



# Private interface for flat DHCP on the Compute network server.

CONFIG_NOVA_NETWORK_PRIVIF=



# IP Range for flat DHCP. ['^[\:\.\da-fA-f]+(\/\d+){0,1}$']

CONFIG_NOVA_NETWORK_FIXEDRANGE=192.168.32.0/22



# IP Range for floating IP addresses. ['^[\:\.\da-

# fA-f]+(\/\d+){0,1}$']

CONFIG_NOVA_NETWORK_FLOATRANGE=10.3.4.0/22



# Specify 'y' to automatically assign a floating IP to new instances.

# ['y', 'n']

CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n



# First VLAN for private networks (Compute networking).

CONFIG_NOVA_NETWORK_VLAN_START=100



# Number of networks to support (Compute networking).

CONFIG_NOVA_NETWORK_NUMBER=1



# Number of addresses in each private subnet (Compute networking).

CONFIG_NOVA_NETWORK_SIZE=255



# Password to use for OpenStack Networking (neutron) to authenticate

# with the Identity service.

CONFIG_NEUTRON_KS_PW=0f93966d6de04e8d



# The password to use for OpenStack Networking to access the

# database.

CONFIG_NEUTRON_DB_PW=6d506e19899e4a3f



# The name of the Open vSwitch bridge (or empty for linuxbridge) for

# the OpenStack Networking L3 agent to use for external  traffic.

# Specify 'provider' if you intend to use a provider network to handle

# external traffic.

CONFIG_NEUTRON_L3_EXT_BRIDGE=br-ex



# Password for the OpenStack Networking metadata agent.

CONFIG_NEUTRON_METADATA_PW=f7db67c5f3024050



# Specify 'y' to install OpenStack Networking's Load-Balancing-

# as-a-Service (LBaaS). ['y', 'n']

CONFIG_LBAAS_INSTALL=n



# Specify 'y' to install OpenStack Networking's L3 Metering agent

# ['y', 'n']

CONFIG_NEUTRON_METERING_AGENT_INSTALL=y



# Specify 'y' to configure OpenStack Networking's Firewall-

# as-a-Service (FWaaS). ['y', 'n']

CONFIG_NEUTRON_FWAAS=n



# Specify 'y' to configure OpenStack Networking's VPN-as-a-Service

# (VPNaaS). ['y', 'n']

CONFIG_NEUTRON_VPNAAS=n



# Comma-separated list of network-type driver entry points to be

# loaded from the neutron.ml2.type_drivers namespace. ['local',

# 'flat', 'vlan', 'gre', 'vxlan']

CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vxlan



# Comma-separated, ordered list of network types to allocate as

# tenant networks. The 'local' value is only useful for single-box

# testing and provides no connectivity between hosts. ['local',

# 'vlan', 'gre', 'vxlan']

CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vxlan



# Comma-separated ordered list of networking mechanism driver entry

# points to be loaded from the neutron.ml2.mechanism_drivers

# namespace. ['logger', 'test', 'linuxbridge', 'openvswitch',

# 'hyperv', 'ncs', 'arista', 'cisco_nexus', 'mlnx', 'l2population',

# 'sriovnicswitch']

CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS=openvswitch



# Comma-separated list of physical_network names with which flat

# networks can be created. Use * to allow flat networks with arbitrary

# physical_network names.

CONFIG_NEUTRON_ML2_FLAT_NETWORKS=*



# Comma-separated list of <physical_network>:<vlan_min>:<vlan_max> or

# <physical_network> specifying physical_network names usable for VLAN

# provider and tenant networks, as well as ranges of VLAN tags on each

# available for allocation to tenant networks.

CONFIG_NEUTRON_ML2_VLAN_RANGES=



# Comma-separated list of <tun_min>:<tun_max> tuples enumerating

# ranges of GRE tunnel IDs that are available for tenant-network

# allocation. A tuple must be an array with tun_max +1 - tun_min >

# 1000000.

CONFIG_NEUTRON_ML2_TUNNEL_ID_RANGES=



# Comma-separated list of addresses for VXLAN multicast group. If

# left empty, disables VXLAN from sending allocate broadcast traffic

# (disables multicast VXLAN mode). Should be a Multicast IP (v4 or v6)

# address.

CONFIG_NEUTRON_ML2_VXLAN_GROUP=



# Comma-separated list of <vni_min>:<vni_max> tuples enumerating

# ranges of VXLAN VNI IDs that are available for tenant network

# allocation. Minimum value is 0 and maximum value is 16777215.

CONFIG_NEUTRON_ML2_VNI_RANGES=10:100



# Name of the L2 agent to be used with OpenStack Networking.

# ['linuxbridge', 'openvswitch']

CONFIG_NEUTRON_L2_AGENT=openvswitch



# Comma separated list of supported PCI vendor devices defined by

# vendor_id:product_id according to the PCI ID Repository.

CONFIG_NEUTRON_ML2_SUPPORTED_PCI_VENDOR_DEVS=['15b3:1004', '8086:10ca']



# Specify 'y' if the sriov agent is required

CONFIG_NEUTRON_ML2_SRIOV_AGENT_REQUIRED=n



# Comma-separated list of interface mappings for the OpenStack

# Networking ML2 SRIOV agent. Each tuple in the list must be in the

# format <physical_network>:<net_interface>. Example:

# physnet1:eth1,physnet2:eth2,physnet3:eth3.

CONFIG_NEUTRON_ML2_SRIOV_INTERFACE_MAPPINGS=



# Comma-separated list of interface mappings for the OpenStack

# Networking linuxbridge plugin. Each tuple in the list must be in the

# format <physical_network>:<net_interface>. Example:

# physnet1:eth1,physnet2:eth2,physnet3:eth3.

CONFIG_NEUTRON_LB_INTERFACE_MAPPINGS=



# Comma-separated list of bridge mappings for the OpenStack

# Networking Open vSwitch plugin. Each tuple in the list must be in

# the format <physical_network>:<ovs_bridge>. Example: physnet1:br-

# eth1,physnet2:br-eth2,physnet3:br-eth3

CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=



# Comma-separated list of colon-separated Open vSwitch

# <bridge>:<interface> pairs. The interface will be added to the

# associated bridge. If you desire the bridge to be persistent a value

# must be added to this directive, also

# CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS must be set in order to create

# the proper port. This can be achieved from the command line by

# issuing the following command: packstack --allinone --os-neutron-

# ovs-bridge-mappings=ext-net:br-ex --os-neutron-ovs-bridge-interfaces

# =br-ex:eth0

CONFIG_NEUTRON_OVS_BRIDGE_IFACES=



# Comma-separated list of Open vSwitch bridges that must be created

# and connected to interfaces in compute nodes when flat or vlan type

# drivers are enabled. These bridges must exist in

# CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS and

# CONFIG_NEUTRON_OVS_BRIDGE_IFACES. Example: --os-neutron-ovs-bridges-

# compute=br-vlan --os-neutron-ovs-bridge-mappings="extnet:br-

# ex,physnet1:br-vlan" --os-neutron-ovs-bridge-interfaces="br-ex:eth1

# ,br-vlan:eth2"

CONFIG_NEUTRON_OVS_BRIDGES_COMPUTE=



# Interface for the Open vSwitch tunnel. Packstack overrides the IP

# address used for tunnels on this hypervisor to the IP found on the

# specified interface (for example, eth1).

CONFIG_NEUTRON_OVS_TUNNEL_IF=



# Comma-separated list of subnets (for example,

# 192.168.10.0/24,192.168.11.0/24) used for sending tunneling packets.

# This is used to configure IP filtering to accept tunneling packets

# from these subnets instead of specific IP addresses of peer nodes.

# This is useful when you add existing nodes to EXCLUDE_SERVERS

# because, in this case, packstack cannot modify the IP filtering of

# the existing nodes.

CONFIG_NEUTRON_OVS_TUNNEL_SUBNETS=



# VXLAN UDP port.

CONFIG_NEUTRON_OVS_VXLAN_UDP_PORT=4789



# Password to use for the OpenStack File Share service (manila) to

# access the database.

CONFIG_MANILA_DB_PW=05a1afde52ee4dca



# Password to use for the OpenStack File Share service (manila) to

# authenticate with the Identity service.

CONFIG_MANILA_KS_PW=d68b8a1e35c54d89



# Backend for the OpenStack File Share service (manila); valid

# options are: generic, netapp, glusternative, or glusternfs.

# ['generic', 'netapp', 'glusternative', 'glusternfs']

CONFIG_MANILA_BACKEND=generic



# Denotes whether the driver should handle the responsibility of

# managing share servers. This must be set to false if the driver is

# to operate without managing share servers. Defaults to 'false'

# ['true', 'false']

CONFIG_MANILA_NETAPP_DRV_HANDLES_SHARE_SERVERS=false



# The transport protocol used when communicating with the storage

# system or proxy server. Valid values are 'http' and 'https'.

# Defaults to 'https'. ['https', 'http']

CONFIG_MANILA_NETAPP_TRANSPORT_TYPE=https



# Administrative user account name used to access the NetApp storage

# system.  Defaults to ''.

CONFIG_MANILA_NETAPP_LOGIN=admin



# Password for the NetApp administrative user account specified in

# the CONFIG_MANILA_NETAPP_LOGIN parameter. Defaults to ''.

CONFIG_MANILA_NETAPP_PASSWORD=



# Hostname (or IP address) for the NetApp storage system or proxy

# server. Defaults to ''.

CONFIG_MANILA_NETAPP_SERVER_HOSTNAME=



# The storage family type used on the storage system; valid values

# are ontap_cluster for clustered Data ONTAP. Defaults to

# 'ontap_cluster'. ['ontap_cluster']

CONFIG_MANILA_NETAPP_STORAGE_FAMILY=ontap_cluster



# The TCP port to use for communication with the storage system or

# proxy server. If not specified, Data ONTAP drivers will use 80 for

# HTTP and 443 for HTTPS. Defaults to '443'.

CONFIG_MANILA_NETAPP_SERVER_PORT=443



# Pattern for searching available aggregates for NetApp provisioning.

# Defaults to '(.*)'.

CONFIG_MANILA_NETAPP_AGGREGATE_NAME_SEARCH_PATTERN=(.*)



# Name of aggregate on which to create the NetApp root volume. This

# option only applies when the option

# CONFIG_MANILA_NETAPP_DRV_HANDLES_SHARE_SERVERS is set to True.

CONFIG_MANILA_NETAPP_ROOT_VOLUME_AGGREGATE=



# NetApp root volume name. Defaults to 'root'.

CONFIG_MANILA_NETAPP_ROOT_VOLUME_NAME=root



# This option specifies the storage virtual machine (previously

# called a Vserver) name on the storage cluster on which provisioning

# of shared file systems should occur. This option only applies when

# the option driver_handles_share_servers is set to False. Defaults to

# ''.

CONFIG_MANILA_NETAPP_VSERVER=



# Denotes whether the driver should handle the responsibility of

# managing share servers. This must be set to false if the driver is

# to operate without managing share servers. Defaults to 'true'.

# ['true', 'false']

CONFIG_MANILA_GENERIC_DRV_HANDLES_SHARE_SERVERS=true



# Volume name template for Manila service. Defaults to 'manila-

# share-%s'.

CONFIG_MANILA_GENERIC_VOLUME_NAME_TEMPLATE=manila-share-%s



# Share mount path for Manila service. Defaults to '/shares'.

CONFIG_MANILA_GENERIC_SHARE_MOUNT_PATH=/shares



# Location of disk image for Manila service instance. Defaults to '

CONFIG_MANILA_SERVICE_IMAGE_LOCATION=http://192.168.117.129/centos/help/files/manila-service-image.qcow2



# User in Manila service instance.

CONFIG_MANILA_SERVICE_INSTANCE_USER=manila



# Password to service instance user.

CONFIG_MANILA_SERVICE_INSTANCE_PASSWORD=manila



# Type of networking that the backend will use. A more detailed

# description of each option is available in the Manila docs. Defaults

# to 'neutron'. ['neutron', 'nova-network', 'standalone']

CONFIG_MANILA_NETWORK_TYPE=neutron



# Gateway IPv4 address that should be used. Required. Defaults to ''.

CONFIG_MANILA_NETWORK_STANDALONE_GATEWAY=



# Network mask that will be used. Can be either decimal like '24' or

# binary like '255.255.255.0'. Required. Defaults to ''.

CONFIG_MANILA_NETWORK_STANDALONE_NETMASK=



# Set it if network has segmentation (VLAN, VXLAN, etc). It will be

# assigned to share-network and share drivers will be able to use this

# for network interfaces within provisioned share servers. Optional.

# Example: 1001. Defaults to ''.

CONFIG_MANILA_NETWORK_STANDALONE_SEG_ID=



# Can be IP address, range of IP addresses or list of addresses or

# ranges. Contains addresses from IP network that are allowed to be

# used. If empty, then will be assumed that all host addresses from

# network can be used. Optional. Examples: 10.0.0.10 or

# 10.0.0.10-10.0.0.20 or

# 10.0.0.10-10.0.0.20,10.0.0.30-10.0.0.40,10.0.0.50. Defaults to ''.

CONFIG_MANILA_NETWORK_STANDALONE_IP_RANGE=



# IP version of network. Optional. Defaults to '4'. ['4', '6']

CONFIG_MANILA_NETWORK_STANDALONE_IP_VERSION=4



# List of GlusterFS servers that can be used to create shares. Each

# GlusterFS server should be of the form [remoteuser@]<volserver>, and

# they are assumed to belong to distinct Gluster clusters.

CONFIG_MANILA_GLUSTERFS_SERVERS=



# Path of Manila host's private SSH key file.

CONFIG_MANILA_GLUSTERFS_NATIVE_PATH_TO_PRIVATE_KEY=



# Regular expression template used to filter GlusterFS volumes for

# share creation. The regex template can optionally (ie. with support

# of the GlusterFS backend) contain the #{size} parameter which

# matches an integer (sequence of digits) in which case the value

# shall be intepreted as size of the volume in GB. Examples: "manila-

# share-volume-d+$", "manila-share-volume-#{size}G-d+$"; with matching

# volume names, respectively: "manila-share-volume-12", "manila-share-

# volume-3G-13". In latter example, the number that matches "#{size}",

# that is, 3, is an indication that the size of volume is 3G.

CONFIG_MANILA_GLUSTERFS_VOLUME_PATTERN=



# Specifies the GlusterFS volume to be mounted on the Manila host.

# For e.g: [remoteuser@]<volserver>:/<volid>

CONFIG_MANILA_GLUSTERFS_TARGET=



# Base directory containing mount points for Gluster volumes.

CONFIG_MANILA_GLUSTERFS_MOUNT_POINT_BASE=



# Type of NFS server that mediate access to the Gluster volumes

# (Gluster or Ganesha).

CONFIG_MANILA_GLUSTERFS_NFS_SERVER_TYPE=gluster



# Path of Manila host's private SSH key file.

CONFIG_MANILA_GLUSTERFS_PATH_TO_PRIVATE_KEY=



# Remote Ganesha server node's IP address.

CONFIG_MANILA_GLUSTERFS_GANESHA_SERVER_IP=



# Specify 'y' to set up Horizon communication over https. ['y', 'n']

CONFIG_HORIZON_SSL=n



# Secret key to use for Horizon Secret Encryption Key.

CONFIG_HORIZON_SECRET_KEY=4c5dae8f4f124d68bf2516083b38b292



# PEM-encoded certificate to be used for SSL connections on the https

# server. To generate a certificate, leave blank.

CONFIG_HORIZON_SSL_CERT=



# SSL keyfile corresponding to the certificate if one was specified.

# The certificate should not require a passphrase.

CONFIG_HORIZON_SSL_KEY=



CONFIG_HORIZON_SSL_CACERT=



# Password to use for the Object Storage service to authenticate with

# the Identity service.

CONFIG_SWIFT_KS_PW=dff5fe32de494c99



# Comma-separated list of devices to use as storage device for Object

# Storage. Each entry must take the format /path/to/dev (for example,

# specifying /dev/vdb installs /dev/vdb as the Object Storage storage

# device; Packstack does not create the filesystem, you must do this

# first). If left empty, Packstack creates a loopback device for test

# setup.

CONFIG_SWIFT_STORAGES=



# Number of Object Storage storage zones; this number MUST be no

# larger than the number of configured storage devices.

CONFIG_SWIFT_STORAGE_ZONES=1



# Number of Object Storage storage replicas; this number MUST be no

# larger than the number of configured storage zones.

CONFIG_SWIFT_STORAGE_REPLICAS=1



# File system type for storage nodes. ['xfs', 'ext4']

CONFIG_SWIFT_STORAGE_FSTYPE=ext4



# Custom seed number to use for swift_hash_path_suffix in

# /etc/swift/swift.conf. If you do not provide a value, a seed number

# is automatically generated.

CONFIG_SWIFT_HASH=01da2433204e416b



# Size of the Object Storage loopback file storage device.

CONFIG_SWIFT_STORAGE_SIZE=2G



# Password used by Orchestration service user to authenticate against

# the database.

CONFIG_HEAT_DB_PW=PW_PLACEHOLDER



# Encryption key to use for authentication in the Orchestration

# database (16, 24, or 32 chars).

CONFIG_HEAT_AUTH_ENC_KEY=8aecdfeb31124de5



# Password to use for the Orchestration service to authenticate with

# the Identity service.

CONFIG_HEAT_KS_PW=PW_PLACEHOLDER



# Specify 'y' to install the Orchestration CloudWatch API. ['y', 'n']

CONFIG_HEAT_CLOUDWATCH_INSTALL=n



# Specify 'y' to install the Orchestration CloudFormation API. ['y',

# 'n']

CONFIG_HEAT_CFN_INSTALL=n



# Name of the Identity domain for Orchestration.

CONFIG_HEAT_DOMAIN=heat



# Name of the Identity domain administrative user for Orchestration.

CONFIG_HEAT_DOMAIN_ADMIN=heat_admin



# Password for the Identity domain administrative user for

# Orchestration.

CONFIG_HEAT_DOMAIN_PASSWORD=PW_PLACEHOLDER



# Specify 'y' to provision for demo usage and testing. ['y', 'n']

CONFIG_PROVISION_DEMO=y



# Specify 'y' to configure the OpenStack Integration Test Suite

# (tempest) for testing. The test suite requires OpenStack Networking

# to be installed. ['y', 'n']

CONFIG_PROVISION_TEMPEST=n



# CIDR network address for the floating IP subnet.

CONFIG_PROVISION_DEMO_FLOATRANGE=172.24.4.224/28



# The name to be assigned to the demo image in Glance (default

# "cirros").

CONFIG_PROVISION_IMAGE_NAME=cirros



# A URL or local file location for an image to download and provision

# in Glance (defaults to a URL for a recent "cirros" image).

CONFIG_PROVISION_IMAGE_URL=http://192.168.117.129/centos/help/files/cirros-0.3.4-x86_64-disk.img



# Format for the demo image (default "qcow2").

CONFIG_PROVISION_IMAGE_FORMAT=qcow2



# User to use when connecting to instances booted from the demo

# image.

CONFIG_PROVISION_IMAGE_SSH_USER=cirros



CONFIG_TEMPEST_HOST=



# Name of the Integration Test Suite provisioning user. If you do not

# provide a user name, Tempest is configured in a standalone mode.

CONFIG_PROVISION_TEMPEST_USER=



# Password to use for the Integration Test Suite provisioning user.

CONFIG_PROVISION_TEMPEST_USER_PW=PW_PLACEHOLDER



# CIDR network address for the floating IP subnet.

CONFIG_PROVISION_TEMPEST_FLOATRANGE=172.24.4.224/28



# URI of the Integration Test Suite git repository.

CONFIG_PROVISION_TEMPEST_REPO_URI=https://github.com/openstack/tempest.git



# Revision (branch) of the Integration Test Suite git repository.

CONFIG_PROVISION_TEMPEST_REPO_REVISION=master



# Specify 'y' to run Tempest smoke test as last step of installation.

CONFIG_RUN_TEMPEST=n



# Test suites to run, example: "smoke dashboard TelemetryAlarming".

# Optional, defaults to "smoke".

CONFIG_RUN_TEMPEST_TESTS=smoke



# Specify 'y' to configure the Open vSwitch external bridge for an

# all-in-one deployment (the L3 external bridge acts as the gateway

# for virtual machines). ['y', 'n']

CONFIG_PROVISION_OVS_BRIDGE=y



# Password to use for Gnocchi to access the database.

CONFIG_GNOCCHI_DB_PW=f40e4c770e3b4d1c



# Password to use for Gnocchi to authenticate with the Identity

# service.

CONFIG_GNOCCHI_KS_PW=314a530c538048f9



# Secret key for signing Telemetry service (ceilometer) messages.

CONFIG_CEILOMETER_SECRET=e0dccc8ed8024c16



# Password to use for Telemetry to authenticate with the Identity

# service.

CONFIG_CEILOMETER_KS_PW=4c2b90ee71664e5e



# Ceilometer service name. ['httpd', 'ceilometer']

CONFIG_CEILOMETER_SERVICE_NAME=httpd



# Backend driver for Telemetry's group membership coordination.

# ['redis', 'none']

CONFIG_CEILOMETER_COORDINATION_BACKEND=redis



# Backend driver for Telemetry's metering backend configuration.

# ['database', 'gnocchi']

CONFIG_CEILOMETER_METERING_BACKEND=database



# IP address of the server on which to install MongoDB.

CONFIG_MONGODB_HOST=10.0.2.15



# IP address of the server on which to install the Redis master

# server.

CONFIG_REDIS_MASTER_HOST=10.0.2.15



# Port on which the Redis server(s) listens.

CONFIG_REDIS_PORT=6379



# Specify 'y' to have Redis try to use HA. ['y', 'n']

CONFIG_REDIS_HA=n



# Hosts on which to install Redis slaves.

CONFIG_REDIS_SLAVE_HOSTS=10.0.2.15



# Hosts on which to install Redis sentinel servers.

CONFIG_REDIS_SENTINEL_HOSTS=10.0.2.15



# Host to configure as the Redis coordination sentinel.

CONFIG_REDIS_SENTINEL_CONTACT_HOST=10.0.2.15



# Port on which Redis sentinel servers listen.

CONFIG_REDIS_SENTINEL_PORT=26379



# Quorum value for Redis sentinel servers.

CONFIG_REDIS_SENTINEL_QUORUM=2



# Name of the master server watched by the Redis sentinel. ['[a-z]+']

CONFIG_REDIS_MASTER_NAME=mymaster



# Password to use for Telemetry Alarming to authenticate with the

# Identity service.

CONFIG_AODH_KS_PW=739a1dae2a254e6a



# Password to use for OpenStack Database-as-a-Service (trove) to

# access the database.

CONFIG_TROVE_DB_PW=PW_PLACEHOLDER



# Password to use for OpenStack Database-as-a-Service to authenticate

# with the Identity service.

CONFIG_TROVE_KS_PW=PW_PLACEHOLDER



# User name to use when OpenStack Database-as-a-Service connects to

# the Compute service.

CONFIG_TROVE_NOVA_USER=trove



# Tenant to use when OpenStack Database-as-a-Service connects to the

# Compute service.

CONFIG_TROVE_NOVA_TENANT=services



# Password to use when OpenStack Database-as-a-Service connects to

# the Compute service.

CONFIG_TROVE_NOVA_PW=PW_PLACEHOLDER



# Password to use for OpenStack Data Processing (sahara) to access

# the database.

CONFIG_SAHARA_DB_PW=PW_PLACEHOLDER



# Password to use for OpenStack Data Processing to authenticate with

# the Identity service.

CONFIG_SAHARA_KS_PW=PW_PLACEHOLDER



# Password of the nagiosadmin user on the Nagios server.

CONFIG_NAGIOS_PW=d346f2fb71ef489a
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332
  • 333
  • 334
  • 335
  • 336
  • 337
  • 338
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • 356
  • 357
  • 358
  • 359
  • 360
  • 361
  • 362
  • 363
  • 364
  • 365
  • 366
  • 367
  • 368
  • 369
  • 370
  • 371
  • 372
  • 373
  • 374
  • 375
  • 376
  • 377
  • 378
  • 379
  • 380
  • 381
  • 382
  • 383
  • 384
  • 385
  • 386
  • 387
  • 388
  • 389
  • 390
  • 391
  • 392
  • 393
  • 394
  • 395
  • 396
  • 397
  • 398
  • 399
  • 400
  • 401
  • 402
  • 403
  • 404
  • 405
  • 406
  • 407
  • 408
  • 409
  • 410
  • 411
  • 412
  • 413
  • 414
  • 415
  • 416
  • 417
  • 418
  • 419
  • 420
  • 421
  • 422
  • 423
  • 424
  • 425
  • 426
  • 427
  • 428
  • 429
  • 430
  • 431
  • 432
  • 433
  • 434
  • 435
  • 436
  • 437
  • 438
  • 439
  • 440
  • 441
  • 442
  • 443
  • 444
  • 445
  • 446
  • 447
  • 448
  • 449
  • 450
  • 451
  • 452
  • 453
  • 454
  • 455
  • 456
  • 457
  • 458
  • 459
  • 460
  • 461
  • 462
  • 463
  • 464
  • 465
  • 466
  • 467
  • 468
  • 469
  • 470
  • 471
  • 472
  • 473
  • 474
  • 475
  • 476
  • 477
  • 478
  • 479
  • 480
  • 481
  • 482
  • 483
  • 484
  • 485
  • 486
  • 487
  • 488
  • 489
  • 490
  • 491
  • 492
  • 493
  • 494
  • 495
  • 496
  • 497
  • 498
  • 499
  • 500
  • 501
  • 502
  • 503
  • 504
  • 505
  • 506
  • 507
  • 508
  • 509
  • 510
  • 511
  • 512
  • 513
  • 514
  • 515
  • 516
  • 517
  • 518
  • 519
  • 520
  • 521
  • 522
  • 523
  • 524
  • 525
  • 526
  • 527
  • 528
  • 529
  • 530
  • 531
  • 532
  • 533
  • 534
  • 535
  • 536
  • 537
  • 538
  • 539
  • 540
  • 541
  • 542
  • 543
  • 544
  • 545
  • 546
  • 547
  • 548
  • 549
  • 550
  • 551
  • 552
  • 553
  • 554
  • 555
  • 556
  • 557
  • 558
  • 559
  • 560
  • 561
  • 562
  • 563
  • 564
  • 565
  • 566
  • 567
  • 568
  • 569
  • 570
  • 571
  • 572
  • 573
  • 574
  • 575
  • 576
  • 577
  • 578
  • 579
  • 580
  • 581
  • 582
  • 583
  • 584
  • 585
  • 586
  • 587
  • 588
  • 589
  • 590
  • 591
  • 592
  • 593
  • 594
  • 595
  • 596
  • 597
  • 598
  • 599
  • 600
  • 601
  • 602
  • 603
  • 604
  • 605
  • 606
  • 607
  • 608
  • 609
  • 610
  • 611
  • 612
  • 613
  • 614
  • 615
  • 616
  • 617
  • 618
  • 619
  • 620
  • 621
  • 622
  • 623
  • 624
  • 625
  • 626
  • 627
  • 628
  • 629
  • 630
  • 631
  • 632
  • 633
  • 634
  • 635
  • 636
  • 637
  • 638
  • 639
  • 640
  • 641
  • 642
  • 643
  • 644
  • 645
  • 646
  • 647
  • 648
  • 649
  • 650
  • 651
  • 652
  • 653
  • 654
  • 655
  • 656
  • 657
  • 658
  • 659
  • 660
  • 661
  • 662
  • 663
  • 664
  • 665
  • 666
  • 667
  • 668
  • 669
  • 670
  • 671
  • 672
  • 673
  • 674
  • 675
  • 676
  • 677
  • 678
  • 679
  • 680
  • 681
  • 682
  • 683
  • 684
  • 685
  • 686
  • 687
  • 688
  • 689
  • 690
  • 691
  • 692
  • 693
  • 694
  • 695
  • 696
  • 697
  • 698
  • 699
  • 700
  • 701
  • 702
  • 703
  • 704
  • 705
  • 706
  • 707
  • 708
  • 709
  • 710
  • 711
  • 712
  • 713
  • 714
  • 715
  • 716
  • 717
  • 718
  • 719
  • 720
  • 721
  • 722
  • 723
  • 724
  • 725
  • 726
  • 727
  • 728
  • 729
  • 730
  • 731
  • 732
  • 733
  • 734
  • 735
  • 736
  • 737
  • 738
  • 739
  • 740
  • 741
  • 742
  • 743
  • 744
  • 745
  • 746
  • 747
  • 748
  • 749
  • 750
  • 751
  • 752
  • 753
  • 754
  • 755
  • 756
  • 757
  • 758
  • 759
  • 760
  • 761
  • 762
  • 763
  • 764
  • 765
  • 766
  • 767
  • 768
  • 769
  • 770
  • 771
  • 772
  • 773
  • 774
  • 775
  • 776
  • 777
  • 778
  • 779
  • 780
  • 781
  • 782
  • 783
  • 784
  • 785
  • 786
  • 787
  • 788
  • 789
  • 790
  • 791
  • 792
  • 793
  • 794
  • 795
  • 796
  • 797
  • 798
  • 799
  • 800
  • 801
  • 802
  • 803
  • 804
  • 805
  • 806
  • 807
  • 808
  • 809
  • 810
  • 811
  • 812
  • 813
  • 814
  • 815
  • 816
  • 817
  • 818
  • 819
  • 820
  • 821
  • 822
  • 823
  • 824
  • 825
  • 826
  • 827
  • 828
  • 829
  • 830
  • 831
  • 832
  • 833
  • 834
  • 835
  • 836
  • 837
  • 838
  • 839
  • 840
  • 841
  • 842
  • 843
  • 844
  • 845
  • 846
  • 847
  • 848
  • 849
  • 850
  • 851
  • 852
  • 853
  • 854
  • 855
  • 856
  • 857
  • 858
  • 859
  • 860
  • 861
  • 862
  • 863
  • 864
  • 865
  • 866
  • 867
  • 868
  • 869
  • 870
  • 871
  • 872
  • 873
  • 874
  • 875
  • 876
  • 877
  • 878
  • 879
  • 880
  • 881
  • 882
  • 883
  • 884
  • 885
  • 886
  • 887
  • 888
  • 889
  • 890
  • 891
  • 892
  • 893
  • 894
  • 895
  • 896
  • 897
  • 898
  • 899
  • 900
  • 901
  • 902
  • 903
  • 904
  • 905
  • 906
  • 907
  • 908
  • 909
  • 910
  • 911
  • 912
  • 913
  • 914
  • 915
  • 916
  • 917
  • 918
  • 919
  • 920
  • 921
  • 922
  • 923
  • 924
  • 925
  • 926
  • 927
  • 928
  • 929
  • 930
  • 931
  • 932
  • 933
  • 934
  • 935
  • 936
  • 937
  • 938
  • 939
  • 940
  • 941
  • 942
  • 943
  • 944
  • 945
  • 946
  • 947
  • 948
  • 949
  • 950
  • 951
  • 952
  • 953
  • 954
  • 955
  • 956
  • 957
  • 958
  • 959
  • 960
  • 961
  • 962
  • 963
  • 964
  • 965
  • 966
  • 967
  • 968
  • 969
  • 970
  • 971
  • 972
  • 973
  • 974
  • 975
  • 976
  • 977
  • 978
  • 979
  • 980
  • 981
  • 982
  • 983
  • 984
  • 985
  • 986
  • 987
  • 988
  • 989
  • 990
  • 991
  • 992
  • 993
  • 994
  • 995
  • 996
  • 997
  • 998
  • 999
  • 1000
  • 1001
  • 1002
  • 1003
  • 1004
  • 1005
  • 1006
  • 1007
  • 1008
  • 1009
  • 1010
  • 1011
  • 1012
  • 1013
  • 1014
  • 1015
  • 1016
  • 1017
  • 1018
  • 1019
  • 1020
  • 1021
  • 1022
  • 1023
  • 1024
  • 1025
  • 1026
  • 1027
  • 1028
  • 1029
  • 1030
  • 1031
  • 1032
  • 1033
  • 1034
  • 1035
  • 1036
  • 1037
  • 1038
  • 1039
  • 1040
  • 1041
  • 1042
  • 1043
  • 1044
  • 1045
  • 1046
  • 1047
  • 1048
  • 1049
  • 1050
  • 1051
  • 1052
  • 1053
  • 1054
  • 1055
  • 1056
  • 1057
  • 1058
  • 1059
  • 1060
  • 1061
  • 1062
  • 1063
  • 1064
  • 1065
  • 1066
  • 1067
  • 1068
  • 1069
  • 1070
  • 1071
  • 1072
  • 1073
  • 1074
  • 1075
  • 1076
  • 1077
  • 1078
  • 1079
  • 1080
  • 1081
  • 1082
  • 1083
  • 1084
  • 1085
  • 1086
  • 1087
  • 1088
  • 1089
  • 1090
  • 1091
  • 1092
  • 1093
  • 1094
  • 1095
  • 1096
  • 1097
  • 1098
  • 1099
  • 1100
  • 1101
  • 1102
  • 1103
  • 1104
  • 1105
  • 1106
  • 1107
  • 1108
  • 1109
  • 1110
  • 1111
  • 1112
  • 1113
  • 1114
  • 1115
  • 1116
  • 1117
  • 1118
  • 1119
  • 1120
  • 1121
  • 1122
  • 1123
  • 1124
  • 1125
  • 1126
  • 1127
  • 1128
  • 1129
  • 1130
  • 1131
  • 1132
  • 1133
  • 1134
  • 1135
  • 1136
  • 1137
  • 1138
  • 1139
  • 1140
  • 1141
  • 1142
  • 1143
  • 1144
  • 1145
  • 1146
  • 1147
  • 1148
  • 1149
  • 1150
  • 1151
  • 1152
  • 1153
  • 1154
  • 1155
  • 1156
  • 1157
  • 1158
  • 1159
  • 1160
  • 1161
  • 1162
  • 1163
  • 1164
  • 1165
  • 1166
  • 1167
  • 1168
  • 1169
  • 1170
  • 1171
  • 1172
  • 1173
  • 1174
  • 1175
  • 1176
  • 1177
  • 1178
  • 1179
  • 1180
  • 1181
  • 1182
  • 1183
  • 1184
  • 1185
  • 1186
  • 1187
  • 1188
  • 1189
  • 1190
  • 1191
  • 1192
  • 1193
  • 1194
  • 1195
  • 1196
  • 1197
  • 1198
  • 1199
  • 1200
  • 1201
  • 1202
  • 1203
  • 1204
  • 1205
  • 1206
  • 1207
  • 1208
  • 1209
  • 1210
  • 1211
  • 1212
  • 1213
  • 1214
  • 1215
  • 1216
  • 1217
  • 1218
  • 1219
  • 1220
  • 1221
  • 1222
  • 1223
  • 1224
  • 1225
  • 1226
  • 1227
  • 1228
  • 1229
  • 1230
  • 1231
  • 1232
  • 1233
  • 1234
  • 1235
  • 1236
  • 1237
  • 1238
  • 1239
  • 1240
  • 1241
  • 1242
  • 1243
  • 1244
  • 1245
  • 1246
  • 1247
  • 1248
  • 1249
  • 1250
  • 1251
  • 1252
  • 1253
  • 1254
  • 1255
  • 1256
  • 1257
  • 1258
  • 1259
  • 1260
  • 1261
  • 1262
  • 1263
  • 1264
  • 1265
  • 1266
  • 1267
  • 1268
  • 1269
  • 1270
  • 1271
  • 1272
  • 1273
  • 1274
  • 1275
  • 1276
  • 1277
  • 1278
  • 1279
  • 1280
  • 1281
  • 1282
  • 1283
  • 1284
  • 1285
  • 1286
  • 1287
  • 1288
  • 1289
  • 1290
  • 1291
  • 1292
  • 1293
  • 1294
  • 1295
  • 1296
  • 1297
  • 1298
  • 1299
  • 1300
  • 1301
  • 1302
  • 1303
  • 1304
  • 1305
  • 1306
  • 1307
  • 1308
  • 1309
  • 1310
  • 1311
  • 1312
  • 1313
  • 1314
  • 1315
  • 1316
  • 1317
  • 1318
  • 1319
  • 1320
  • 1321
  • 1322
  • 1323
  • 1324
  • 1325
  • 1326
  • 1327
  • 1328
  • 1329
  • 1330
  • 1331
  • 1332
  • 1333
  • 1334
  • 1335
  • 1336
  • 1337
  • 1338
  • 1339
  • 1340
  • 1341
  • 1342
  • 1343
  • 1344
  • 1345
  • 1346
  • 1347
  • 1348
  • 1349
  • 1350
  • 1351
  • 1352
  • 1353
  • 1354
  • 1355
  • 1356
  • 1357
  • 1358
  • 1359
  • 1360
  • 1361
  • 1362
  • 1363
  • 1364
  • 1365
  • 1366
  • 1367
  • 1368
  • 1369
  • 1370
  • 1371
  • 1372
  • 1373
  • 1374
  • 1375
  • 1376
  • 1377
  • 1378
  • 1379
  • 1380
  • 1381
  • 1382
  • 1383
  • 1384
  • 1385
  • 1386
  • 1387
  • 1388
  • 1389
  • 1390
  • 1391
  • 1392
  • 1393
  • 1394
  • 1395
  • 1396
  • 1397
  • 1398
  • 1399
  • 1400
  • 1401
  • 1402
  • 1403
  • 1404
  • 1405
  • 1406
  • 1407
  • 1408
  • 1409
  • 1410
  • 1411
  • 1412
  • 1413
  • 1414
  • 1415
  • 1416
  • 1417
  • 1418
  • 1419
  • 1420
  • 1421
  • 1422
  • 1423
  • 1424
  • 1425
  • 1426
  • 1427
  • 1428
  • 1429
  • 1430
  • 1431
  • 1432
  • 1433
  • 1434
  • 1435
  • 1436
  • 1437
  • 1438
  • 1439
  • 1440
  • 1441
  • 1442
  • 1443
  • 1444
  • 1445
  • 1446
  • 1447
  • 1448
  • 1449
  • 1450
  • 1451
  • 1452
  • 1453
  • 1454
  • 1455
  • 1456
  • 1457
  • 1458
  • 1459
  • 1460
  • 1461
  • 1462
  • 1463
  • 1464
  • 1465
  • 1466
  • 1467
  • 1468
  • 1469
  • 1470
  • 1471
  • 1472
  • 1473
  • 1474
  • 1475
  • 1476
  • 1477
  • 1478
  • 1479
  • 1480
  • 1481
  • 1482
  • 1483
  • 1484
  • 1485
  • 1486
  • 1487
  • 1488
  • 1489
  • 1490
  • 1491
  • 1492
  • 1493
  • 1494
  • 1495
  • 1496
  • 1497
  • 1498
  • 1499
  • 1500
  • 1501
  • 1502
  • 1503
  • 1504
  • 1505
  • 1506
  • 1507
  • 1508
  • 1509
  • 1510
  • 1511
  • 1512
  • 1513
  • 1514
  • 1515
  • 1516
  • 1517
  • 1518
  • 1519
  • 1520
  • 1521
  • 1522
  • 1523
  • 1524
  • 1525
  • 1526
  • 1527
  • 1528
  • 1529
  • 1530
  • 1531
  • 1532
  • 1533
  • 1534
  • 1535
  • 1536
  • 1537
  • 1538
  • 1539
  • 1540
  • 1541
  • 1542
  • 1543
  • 1544
  • 1545
  • 1546
  • 1547
  • 1548
  • 1549
  • 1550
  • 1551
  • 1552
  • 1553
  • 1554
  • 1555
  • 1556
  • 1557
  • 1558
  • 1559
  • 1560
  • 1561
  • 1562
  • 1563
  • 1564
  • 1565
  • 1566
  • 1567
  • 1568
  • 1569
  • 1570
  • 1571
  • 1572
  • 1573
  • 1574
  • 1575
  • 1576
  • 1577
  • 1578
  • 1579
  • 1580
  • 1581
  • 1582
  • 1583
  • 1584
  • 1585
  • 1586
  • 1587
  • 1588
  • 1589
  • 1590
  • 1591
  • 1592
  • 1593
  • 1594
  • 1595
  • 1596
  • 1597
  • 1598
  • 1599
  • 1600
  • 1601
  • 1602
  • 1603
  • 1604
  • 1605
  • 1606
  • 1607
  • 1608
  • 1609
  • 1610
  • 1611
  • 1612
  • 1613
  • 1614
  • 1615
  • 1616
  • 1617
  • 1618
  • 1619
  • 1620
  • 1621
  • 1622
  • 1623
  • 1624
  • 1625
  • 1626
  • 1627
  • 1628
  • 1629
  • 1630
  • 1631
  • 1632
  • 1633
  • 1634
  • 1635
  • 1636
  • 1637
  • 1638
  • 1639
  • 1640
  • 1641
  • 1642
  • 1643
  • 1644
  • 1645
  • 1646
  • 1647
  • 1648
  • 1649
  • 1650
  • 1651
  • 1652
  • 1653
  • 1654
  • 1655
  • 1656
  • 1657
  • 1658
  • 1659
  • 1660
  • 1661
  • 1662
  • 1663
  • 1664
  • 1665
  • 1666
  • 1667
  • 1668
  • 1669
  • 1670
  • 1671
  • 1672
  • 1673
  • 1674
  • 1675
  • 1676
  • 1677
  • 1678
  • 1679
  • 1680
  • 1681
  • 1682
  • 1683
  • 1684
  • 1685
  • 1686
  • 1687
  • 1688
  • 1689
  • 1690
  • 1691
  • 1692
  • 1693
  • 1694
  • 1695
  • 1696
  • 1697
  • 1698
  • 1699
  • 1700
  • 1701
  • 1702
  • 1703
  • 1704
  • 1705
  • 1706
  • 1707
  • 1708
  • 1709
  • 1710
  • 1711
  • 1712
  • 1713
  • 1714
  • 1715
  • 1716
  • 1717
  • 1718
  • 1719
  • 1720
  • 1721
  • 1722
  • 1723
  • 1724
  • 1725
  • 1726
  • 1727
  • 1728
  • 1729
  • 1730
  • 1731
  • 1732
  • 1733
  • 1734
  • 1735
  • 1736
  • 1737
  • 1738
  • 1739
  • 1740
  • 1741
  • 1742
  • 1743
  • 1744
  • 1745
  • 1746
  • 1747
  • 1748
  • 1749
  • 1750
  • 1751
  • 1752
  • 1753
  • 1754
  • 1755
  • 1756
  • 1757
  • 1758
  • 1759
  • 1760
  • 1761
  • 1762
  • 1763
  • 1764
  • 1765
  • 1766
  • 1767
  • 1768
  • 1769
  • 1770
  • 1771
  • 1772
  • 1773
  • 1774
  • 1775
  • 1776
  • 1777
  • 1778
  • 1779
  • 1780
  • 1781
  • 1782
  • 1783
  • 1784
  • 1785
  • 1786
  • 1787
  • 1788
  • 1789
  • 1790
  • 1791
  • 1792
  • 1793
  • 1794
  • 1795
  • 1796
  • 1797
  • 1798
  • 1799
  • 1800
  • 1801
  • 1802
  • 1803
  • 1804
  • 1805
  • 1806
  • 1807
  • 1808
  • 1809
  • 1810
  • 1811
  • 1812
  • 1813
  • 1814
  • 1815
  • 1816
  • 1817
  • 1818
  • 1819
  • 1820
  • 1821
  • 1822
  • 1823
  • 1824
  • 1825
  • 1826
  • 1827
  • 1828
  • 1829
  • 1830
  • 1831
  • 1832
  • 1833
  • 1834
  • 1835
  • 1836
  • 1837
  • 1838
  • 1839
  • 1840
  • 1841
  • 1842
  • 1843
  • 1844
  • 1845
  • 1846
  • 1847
  • 1848
  • 1849
  • 1850
  • 1851
  • 1852
  • 1853
  • 1854
  • 1855
  • 1856
  • 1857
  • 1858
  • 1859
  • 1860
  • 1861
  • 1862
  • 1863
  • 1864
  • 1865
  • 1866
  • 1867
  • 1868
  • 1869
  • 1870
  • 1871
  • 1872
  • 1873
  • 1874
  • 1875
  • 1876
  • 1877
  • 1878
  • 1879
  • 1880
  • 1881
  • 1882
  • 1883
  • 1884
  • 1885
  • 1886
  • 1887
  • 1888
  • 1889
  • 1890
  • 1891
  • 1892
  • 1893
  • 1894
  • 1895
  • 1896
  • 1897
  • 1898
  • 1899
  • 1900
  • 1901
  • 1902
  • 1903
  • 1904
  • 1905
  • 1906
  • 1907
  • 1908
  • 1909
  • 1910
  • 1911
  • 1912
  • 1913
  • 1914
  • 1915
  • 1916
  • 1917
  • 1918
  • 1919
  • 1920
  • 1921
  • 1922
  • 1923
  • 1924
  • 1925
  • 1926
  • 1927
  • 1928
  • 1929
  • 1930
  • 1931
  • 1932
  • 1933
  • 1934
  • 1935
  • 1936
  • 1937
  • 1938
  • 1939
  • 1940
  • 1941
  • 1942
  • 1943
  • 1944
  • 1945
  • 1946
  • 1947
  • 1948
  • 1949
  • 1950
  • 1951
  • 1952
  • 1953
  • 1954
  • 1955
  • 1956
  • 1957
  • 1958
  • 1959
  • 1960
  • 1961
  • 1962
  • 1963
  • 1964
  • 1965
  • 1966
  • 1967
  • 1968
  • 1969
  • 1970
  • 1971
  • 1972
  • 1973
  • 1974
  • 1975
  • 1976
  • 1977
  • 1978
  • 1979
  • 1980
  • 1981
  • 1982
  • 1983
  • 1984
  • 1985
  • 1986
  • 1987
  • 1988
  • 1989
  • 1990
  • 1991
  • 1992
  • 1993
  • 1994
  • 1995
  • 1996
  • 1997
  • 1998
  • 1999
  • 2000
  • 2001
  • 2002
  • 2003
  • 2004
  • 2005
  • 2006
  • 2007
  • 2008
  • 2009
  • 2010
  • 2011
  • 2012
  • 2013
  • 2014
  • 2015
  • 2016
  • 2017
  • 2018
  • 2019
  • 2020
  • 2021
  • 2022
  • 2023
  • 2024
  • 2025
  • 2026
  • 2027
  • 2028
  • 2029
  • 2030
  • 2031
  • 2032
  • 2033
  • 2034
  • 2035
  • 2036
  • 2037
  • 2038
  • 2039
  • 2040
  • 2041
  • 2042
  • 2043
  • 2044
  • 2045
  • 2046
  • 2047
  • 2048
  • 2049
  • 2050
  • 2051
  • 2052
  • 2053
  • 2054
  • 2055
  • 2056
  • 2057
  • 2058
  • 2059
  • 2060
  • 2061
  • 2062
  • 2063
  • 2064
  • 2065
  • 2066
  • 2067
  • 2068
  • 2069
  • 2070
  • 2071
  • 2072
  • 2073
  • 2074
  • 2075
  • 2076
  • 2077
  • 2078
  • 2079
  • 2080
  • 2081
  • 2082
  • 2083
  • 2084
  • 2085
  • 2086
  • 2087
  • 2088
  • 2089
  • 2090
  • 2091
  • 2092
  • 2093
  • 2094
  • 2095
  • 2096
  • 2097
  • 2098
  • 2099
  • 2100
  • 2101
  • 2102
  • 2103
  • 2104
  • 2105
  • 2106
  • 2107
  • 2108
  • 2109
  • 2110
  • 2111
  • 2112
  • 2113
  • 2114
  • 2115
  • 2116
  • 2117
  • 2118
  • 2119
  • 2120
  • 2121
  • 2122
  • 2123
  • 2124
  • 2125
  • 2126
  • 2127
  • 2128
  • 2129
  • 2130
  • 2131
  • 2132
  • 2133
  • 2134
  • 2135
  • 2136
  • 2137
  • 2138
  • 2139
  • 2140
  • 2141
  • 2142
  • 2143
  • 2144
  • 2145
  • 2146
  • 2147
  • 2148
  • 2149
  • 2150
  • 2151
  • 2152
  • 2153
  • 2154
  • 2155
  • 2156
  • 2157
  • 2158
  • 2159
  • 2160
  • 2161
  • 2162
  • 2163
  • 2164
  • 2165
  • 2166
  • 2167
  • 2168
  • 2169
  • 2170
  • 2171
  • 2172
  • 2173
  • 2174
  • 2175
  • 2176
  • 2177
  • 2178
  • 2179
  • 2180
  • 2181
  • 2182
  • 2183
  • 2184
  • 2185
  • 2186
  • 2187
  • 2188
  • 2189
  • 2190
  • 2191
  • 2192
  • 2193
  • 2194
  • 2195
  • 2196
  • 2197
  • 2198
  • 2199
  • 2200
  • 2201
  • 2202
  • 2203
  • 2204
  • 2205
  • 2206
  • 2207
  • 2208
  • 2209
  • 2210
  • 2211
  • 2212
  • 2213
  • 2214
  • 2215
  • 2216
  • 2217
  • 2218
  • 2219
  • 2220
  • 2221
  • 2222
  • 2223
  • 2224
  • 2225
  • 2226
  • 2227
  • 2228
  • 2229
  • 2230
  • 2231
  • 2232
  • 2233
  • 2234
  • 2235
  • 2236
  • 2237
  • 2238
  • 2239
  • 2240
  • 2241
  • 2242
  • 2243
  • 2244
  • 2245
  • 2246
  • 2247
  • 2248
  • 2249
  • 2250
  • 2251
  • 2252
  • 2253
  • 2254
  • 2255
  • 2256
  • 2257
  • 2258
  • 2259
  • 2260
  • 2261
  • 2262
  • 2263
  • 2264
  • 2265
  • 2266
  • 2267
  • 2268
  • 2269
  • 2270
  • 2271
  • 2272
  • 2273
  • 2274
  • 2275
  • 2276
  • 2277
  • 2278
  • 2279
  • 2280
  • 2281
  • 2282
  • 2283
  • 2284
  • 2285
  • 2286
  • 2287
  • 2288
  • 2289
  • 2290
  • 2291
  • 2292
  • 2293
  • 2294
  • 2295
  • 2296
  • 2297
  • 2298
  • 2299
  • 2300
  • 2301
  • 2302
  • 2303
  • 2304
  • 2305
  • 2306
  • 2307
  • 2308
  • 2309
  • 2310
  • 2311
  • 2312
  • 2313
  • 2314
  • 2315
  • 2316
  • 2317
  • 2318
  • 2319
  • 2320
  • 2321
  • 2322
  • 2323
  • 2324
  • 2325
  • 2326
  • 2327
  • 2328
  • 2329
  • 2330
  • 2331
  • 2332
  • 2333
  • 2334
  • 2335
  • 2336
  • 2337
  • 2338
  • 2339
  • 2340
  • 2341
  • 2342
  • 2343
  • 2344
  • 2345
  • 2346
  • 2347
  • 2348
  • 2349
  • 2350
  • 2351
  • 2352
  • 2353
  • 2354
  • 2355
  • 2356
  • 2357
  • 2358
  • 2359
  • 2360
  • 2361
  • 2362
  • 2363
  • 2364
  • 2365
  • 2366
  • 2367
  • 2368
  • 2369
  • 2370
  • 2371
  • 2372
  • 2373
  • 2374
  • 2375
  • 2376
  • 2377
  • 2378
  • 2379
  • 2380
  • 2381
  • 2382
  • 2383
  • 2384
  • 2385
  • 2386
  • 2387
  • 2388
  • 2389
  • 2390
  • 2391
  • 2392
  • 2393
  • 2394
  • 2395
  • 2396
  • 2397
  • 2398
  • 2399
  • 2400
  • 2401
  • 2402
  • 2403
  • 2404
  • 2405
  • 2406
  • 2407
  • 2408
  • 2409
  • 2410
  • 2411
  • 2412
  • 2413
  • 2414
  • 2415
  • 2416
  • 2417
  • 2418
  • 2419
  • 2420
  • 2421
  • 2422
  • 2423
  • 2424
  • 2425
  • 2426
  • 2427
  • 2428
  • 2429
  • 2430
  • 2431
  • 2432
  • 2433
  • 2434
  • 2435
  • 2436
  • 2437
  • 2438
  • 2439
  • 2440
  • 2441
  • 2442
  • 2443
  • 2444
  • 2445
  • 2446
  • 2447
  • 2448
  • 2449
  • 2450
  • 2451
  • 2452
  • 2453
  • 2454
  • 2455
  • 2456
  • 2457
  • 2458
  • 2459
  • 2460
  • 2461
  • 2462
  • 2463
  • 2464
  • 2465
  • 2466
  • 2467
  • 2468
  • 2469
  • 2470
  • 2471
  • 2472
  • 2473
  • 2474
  • 2475
  • 2476
  • 2477
  • 2478
  • 2479
  • 2480
  • 2481
  • 2482
  • 2483
  • 2484
  • 2485
  • 2486
  • 2487
  • 2488
  • 2489
  • 2490
  • 2491
  • 2492
  • 2493
  • 2494
  • 2495
  • 2496
  • 2497
  • 2498
  • 2499
  • 2500
  • 2501
  • 2502
  • 2503
  • 2504
  • 2505
  • 2506
  • 2507
  • 2508
  • 2509
  • 2510
  • 2511
  • 2512
  • 2513
  • 2514
  • 2515
  • 2516
  • 2517
  • 2518
  • 2519
  • 2520
  • 2521
  • 2522
  • 2523
  • 2524
  • 2525
  • 2526
  • 2527
  • 2528
  • 2529
  • 2530
  • 2531
  • 2532
  • 2533
  • 2534
  • 2535
  • 2536
  • 2537
  • 2538
  • 2539
  • 2540
  • 2541
  • 2542
  • 2543
  • 2544
  • 2545
  • 2546
  • 2547
  • 2548
  • 2549
  • 2550
  • 2551
  • 2552
  • 2553
  • 2554
  • 2555
  • 2556
  • 2557
  • 2558
  • 2559
  • 2560
  • 2561
  • 2562
  • 2563
  • 2564
  • 2565
  • 2566
  • 2567
  • 2568
  • 2569
  • 2570
  • 2571
  • 2572
  • 2573
  • 2574
  • 2575
  • 2576
  • 2577
  • 2578
  • 2579
  • 2580
  • 2581
  • 2582
  • 2583
  • 2584
  • 2585
  • 2586
  • 2587
  • 2588
  • 2589
  • 2590
  • 2591
  • 2592
  • 2593
  • 2594
  • 2595
  • 2596
  • 2597
  • 2598
  • 2599
  • 2600
  • 2601
  • 2602
  • 2603
  • 2604
  • 2605
  • 2606
  • 2607
  • 2608
  • 2609
  • 2610
  • 2611
  • 2612
  • 2613

其中, 需要根据自己的情况修改的部分包括:

1. IP地址:

我的主机地址为: 10.0.2.15. 全部替换为你的主机IP.

2. 镜像地址:
CONFIG_PROVISION_IMAGE_URL=http://192.168.117.129/centos/help/files/cirros-0.3.4-x86_64-disk.img
CONFIG_MANILA_SERVICE_IMAGE_LOCATION=http://192.168.117.129/centos/help/files/manila-service-image.qcow2
  • 1
  • 2

需要改成你的镜像存放地址.

应该就这两个地方. 其余部分可以根据自己的需求来定制.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/328392
推荐阅读
相关标签
  

闽ICP备14008679号