Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 695979 Details for
Bug 909832
Deploying VM on initial packstack installation fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Packstack answer file
ans.txt (text/plain), 4.96 KB, created by
Gary Kotton
on 2013-02-11 09:27:54 UTC
(
hide
)
Description:
Packstack answer file
Filename:
MIME Type:
Creator:
Gary Kotton
Created:
2013-02-11 09:27:54 UTC
Size:
4.96 KB
patch
obsolete
>[general] > ># Path to a Public key to install on servers. If a usable key has not ># been installed on the remote servers the user will be prompted for a ># password and this key will be installed so the password will not be ># required again >CONFIG_SSH_KEY= > ># Set to 'y' if you would like Packstack to install Glance >CONFIG_GLANCE_INSTALL=y > ># Set to 'y' if you would like Packstack to install Cinder >CONFIG_CINDER_INSTALL=n > ># Set to 'y' if you would like Packstack to install Nova >CONFIG_NOVA_INSTALL=y > ># Set to 'y' if you would like Packstack to install Horizon >CONFIG_HORIZON_INSTALL=y > ># Set to 'y' if you would like Packstack to install Swift >CONFIG_SWIFT_INSTALL=n > ># Set to 'y' if you would like Packstack to install the openstack ># client packages. An admin "rc" file will also be installed >CONFIG_CLIENT_INSTALL=y > ># Comma separated list of NTP servers. Leave plain if packstack ># should not install ntpd on instances. >CONFIG_NTP_SERVERS= > ># The IP address of the server on which to install MySQL >CONFIG_MYSQL_HOST=10.35.4.83 > ># Username for the MySQL admin user >CONFIG_MYSQL_USER=root > ># Password for the MySQL admin user >CONFIG_MYSQL_PW=openstack > ># The IP address of the server on which to install the QPID service >CONFIG_QPID_HOST=10.35.4.83 > ># The IP address of the server on which to install Keystone >CONFIG_KEYSTONE_HOST=10.35.4.83 > ># The password to use for the Keystone to access DB >CONFIG_KEYSTONE_DB_PW=844e2c7b994d40bd > ># The token to use for the Keystone service api >CONFIG_KEYSTONE_ADMINTOKEN=e420efab8a4846d39f4c96be853fc353 > ># The password to use for the Keystone admin user >CONFIG_KEYSTONE_ADMINPASSWD=openstack > ># The IP address of the server on which to install Glance >CONFIG_GLANCE_HOST=10.35.4.83 > ># The password to use for the Glance to access DB >CONFIG_GLANCE_DB_PW=958aa5b5a85e4313 > ># The password to use for the Glance to authenticate with Keystone >CONFIG_GLANCE_KS_PW=90aa4fa764a94c5c > ># The IP address of the server on which to install Cinder >CONFIG_CINDER_HOST=10.35.4.83 > ># The password to use for the Cinder to access DB >CONFIG_CINDER_DB_PW=9eb80e7d29a64690 > ># The password to use for the Cinder to authenticate with Keystone >CONFIG_CINDER_KS_PW=a25f49c379bd485d > ># The IP address of the server on which to install the Nova API ># service >CONFIG_NOVA_API_HOST=10.35.4.83 > ># The IP address of the server on which to install the Nova Cert ># service >CONFIG_NOVA_CERT_HOST=10.35.4.83 > ># The IP address of the server on which to install the Nova VNC proxy >CONFIG_NOVA_VNCPROXY_HOST=10.35.4.83 > ># A comma separated list of IP addresses on which to install the Nova ># Compute services >CONFIG_NOVA_COMPUTE_HOSTS=10.35.4.83 > ># Private interface for Flat DHCP on the Nova compute servers >CONFIG_NOVA_COMPUTE_PRIVIF=eth1 > ># The IP address of the server on which to install the Nova Network ># service >CONFIG_NOVA_NETWORK_HOST=10.35.4.83 > ># The password to use for the Nova to access DB >CONFIG_NOVA_DB_PW=166751ae2e4041f5 > ># The password to use for the Nova to authenticate with Keystone >CONFIG_NOVA_KS_PW=773a2ecd39fd49b4 > ># Public interface on the Nova network server >CONFIG_NOVA_NETWORK_PUBIF=eth0 > ># Private interface for Flat DHCP on the Nova network server >CONFIG_NOVA_NETWORK_PRIVIF=eth1 > ># IP Range for Flat DHCP >CONFIG_NOVA_NETWORK_FIXEDRANGE=192.168.32.0/22 > ># IP Range for Floating IP's >CONFIG_NOVA_NETWORK_FLOATRANGE=10.3.4.0/22 > ># The IP address of the server on which to install the Nova Scheduler ># service >CONFIG_NOVA_SCHED_HOST=10.35.4.83 > ># The IP address of the server on which to install the openstack ># client packages. An admin "rc" file will also be installed >CONFIG_OSCLIENT_HOST=10.35.4.83 > ># The IP address of the server on which to install Horizon >CONFIG_HORIZON_HOST=10.35.4.83 > ># The IP address on which to install the Swift proxy service >CONFIG_SWIFT_PROXY_HOSTS=10.35.4.83 > ># The password to use for the Swift to authenticate with Keystone >CONFIG_SWIFT_KS_PW=9dffefd54d85401c > ># A comma separated list of IP addresses on which to install the ># Swift Storage services, each entry should take the format ># <ipaddress>[/dev], for example 127.0.0.1/vdb will install /dev/vdb ># on 127.0.0.1 as a swift storage device, if /dev is omitted Packstack ># will create a loopback device for a test setup >CONFIG_SWIFT_STORAGE_HOSTS=10.35.4.83 > ># Number of swift storage zones, this number MUST be no bigger than ># the number of storage devices configured >CONFIG_SWIFT_STORAGE_ZONES=1 > ># Number of swift storage replicas, this number MUST be no bigger ># than the number of storage zones configured >CONFIG_SWIFT_STORAGE_REPLICAS=1 > ># FileSystem type for storage nodes >CONFIG_SWIFT_STORAGE_FSTYPE=ext4 > ># Install OpenStack from EPEL. If set to "y" EPEL will be installed ># on each server >CONFIG_USE_EPEL=n > ># A comma separated list of URLs to any additional yum repositories ># to install >CONFIG_REPO= > ># To subscribe each server with Red Hat subscription manager, include ># this with CONFIG_RH_PASSWORD >CONFIG_RH_USERNAME= > ># To subscribe each server with Red Hat subscription manager, include ># this with CONFIG_RH_USERNAME >CONFIG_RH_PASSWORD=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 909832
: 695979 |
695980