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 709496 Details for
Bug 921036
OfflineGenerationError after login
[?]
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 answerfile
ans.txt (text/plain), 7.03 KB, created by
Derek Higgins
on 2013-03-13 11:11:19 UTC
(
hide
)
Description:
packstack answerfile
Filename:
MIME Type:
Creator:
Derek Higgins
Created:
2013-03-13 11:11:19 UTC
Size:
7.03 KB
patch
obsolete
>[general] > ># 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=y > ># 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= > ># Set to 'y' if you would like Packstack to install Nagios to monitor ># openstack hosts >CONFIG_NAGIOS_INSTALL=n > ># 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=/root/.ssh/id_rsa.pub > ># The IP address of the server on which to install MySQL >CONFIG_MYSQL_HOST=192.168.0.37 > ># Username for the MySQL admin user >CONFIG_MYSQL_USER=root > ># Password for the MySQL admin user >CONFIG_MYSQL_PW=f098a8469bbe4822 > ># The IP address of the server on which to install the QPID service >CONFIG_QPID_HOST=192.168.0.37 > ># The IP address of the server on which to install Keystone >CONFIG_KEYSTONE_HOST=192.168.0.37 > ># The password to use for the Keystone to access DB >CONFIG_KEYSTONE_DB_PW=8c190dcb273d48ba > ># The token to use for the Keystone service api >CONFIG_KEYSTONE_ADMIN_TOKEN=d84e1a9dcc4f4e618596dbbdcf188494 > ># The password to use for the Keystone admin user >CONFIG_KEYSTONE_ADMIN_PW=8b2e6cb74c764d36 > ># The IP address of the server on which to install Glance >CONFIG_GLANCE_HOST=192.168.0.37 > ># The password to use for the Glance to access DB >CONFIG_GLANCE_DB_PW=9ee2e0d6b1d042ec > ># The password to use for the Glance to authenticate with Keystone >CONFIG_GLANCE_KS_PW=2de7a1d6c930473c > ># The IP address of the server on which to install Cinder >CONFIG_CINDER_HOST=192.168.0.37 > ># The password to use for the Cinder to access DB >CONFIG_CINDER_DB_PW=5dcba724be2c45d8 > ># The password to use for the Cinder to authenticate with Keystone >CONFIG_CINDER_KS_PW=51dbdc1e14844417 > ># Create Cinder's volumes group >CONFIG_CINDER_VOLUMES_CREATE=y > ># Cinder's volumes group size >CONFIG_CINDER_VOLUMES_SIZE=20G > ># The IP address of the server on which to install the Nova API ># service >CONFIG_NOVA_API_HOST=192.168.0.37 > ># The IP address of the server on which to install the Nova Cert ># service >CONFIG_NOVA_CERT_HOST=192.168.0.37 > ># The IP address of the server on which to install the Nova VNC proxy >CONFIG_NOVA_VNCPROXY_HOST=192.168.0.37 > ># A comma separated list of IP addresses on which to install the Nova ># Compute services >CONFIG_NOVA_COMPUTE_HOSTS=192.168.0.37 > ># Private interface for Flat DHCP on the Nova compute servers >CONFIG_NOVA_COMPUTE_PRIVIF=lo > ># The IP address of the server on which to install the Nova Network ># service >CONFIG_NOVA_NETWORK_HOST=192.168.0.37 > ># The IP address of the server on which to install the Nova Conductor ># service >CONFIG_NOVA_CONDUCTOR_HOST=192.168.0.37 > ># The password to use for the Nova to access DB >CONFIG_NOVA_DB_PW=334d89b36d1148c4 > ># The password to use for the Nova to authenticate with Keystone >CONFIG_NOVA_KS_PW=18077c65312442a7 > ># 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=lo > ># 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=192.168.0.37 > ># The overcommitment ratio for virtual to physical CPUs. Set to 1.0 ># to disable CPU overcommitment >CONFIG_NOVA_SCHED_CPU_ALLOC_RATIO=16.0 > ># The overcommitment ratio for virtual to physical RAM. Set to 1.0 to ># disable RAM overcommitment >CONFIG_NOVA_SCHED_RAM_ALLOC_RATIO=1.5 > ># 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=192.168.0.37 > ># The IP address of the server on which to install Horizon >CONFIG_HORIZON_HOST=192.168.0.37 > ># To set up Horizon communication over https set this to "y" >CONFIG_HORIZON_SSL=n > ># The IP address on which to install the Swift proxy service >CONFIG_SWIFT_PROXY_HOSTS=192.168.0.37 > ># The password to use for the Swift to authenticate with Keystone >CONFIG_SWIFT_KS_PW=315e399e617d4de1 > ># 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(packstack does not create the ># filesystem, you must do this first), if /dev is omitted Packstack ># will create a loopback device for a test setup >CONFIG_SWIFT_STORAGE_HOSTS=192.168.0.37 > ># 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_PW >CONFIG_RH_USER= > ># To subscribe each server with Red Hat subscription manager, include ># this with CONFIG_RH_USER >CONFIG_RH_PW= > ># To subscribe each server with Red Hat subscription manager, to Red ># Hat Beta RPM's >CONFIG_RH_BETA_REPO=n > ># To subscribe each server with RHN Satellite,fill Satellite's URL ># here. Note that either satellite's username/password or activtion ># key has to be provided/ >CONFIG_SATELLITE_URL= > ># Username to access RHN Satellite >CONFIG_SATELLITE_USER= > ># Password to access RHN Satellite >CONFIG_SATELLITE_PW= > ># Activation key for subscription to RHN Satellite >CONFIG_SATELLITE_AKEY= > ># Specify a path or URL to a SSL CA certificate to use >CONFIG_SATELLITE_CACERT= > ># If required specify the profile name that should be used as an ># identifier for the system in RHN Satellite >CONFIG_SATELLITE_PROFILE= > ># Comma separated list of flags passed to rhnreg_ks. Valid flags are: ># novirtinfo, norhnsd, nopackages >CONFIG_SATELLITE_FLAGS= > ># Specify a HTTP proxy to use with RHN Satellite >CONFIG_SATELLITE_PROXY= > ># Specify a username to use with an authenticated HTTP proxy >CONFIG_SATELLITE_PROXY_USER= > ># Specify a password to use with an authenticated HTTP proxy. >CONFIG_SATELLITE_PROXY_PW= > ># The IP address of the server on which to install the Nagios server >CONFIG_NAGIOS_HOST=192.168.0.37 > ># The password of the nagiosadmin user on the Nagios server >CONFIG_NAGIOS_PW=cb99ec38ab1744c3
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 921036
:
709493
| 709496 |
709500