<div dir="ltr">Dear All,<div><br></div><div><br></div><div>I trying to install openstack with vCenter on CentOS 6.5.</div><div><br></div><div>I am getting below error:</div><div><br></div><div><div><div><div><b>SequenceError: Error appeared during Puppet run: 10.10.2.2_neutron.pp</b></div><div><b>Error: sysctl -p /etc/sysctl.conf returned 255 instead of one of [0]</b></div><div><b>You will find full trace in log /var/tmp/packstack/20140916-191749-_fyhX5/manifests/10.10.2.2_neutron.pp.log</b></div><div><b><br></b></div><div><b>2014-09-16 19:21:57::INFO::shell::81::root:: [10.10.2.2] Executing script:</b></div><div><b>rm -rf /var/tmp/packstack/9d8561bfd26c44b392473e9f0e601bbb</b></div></div></div><div><br></div><div><br></div><div>Here is detailed error message and answer file:</div><div><br></div><div><br></div><div><div>2014-09-16 19:21:57::INFO::shell::81::root:: [10.10.2.2] Executing script:</div><div>rm -rf /var/tmp/packstack/9d8561bfd26c44b392473e9f0e601bbb</div><div>[root@vCenter-OS-Dev ~]# tail -n 30 /var/tmp/packstack/20140916-191749-_fyhX5/openstack-setup.log</div><div>rpm -q --whatprovides puppet || yum install -y puppet</div><div>rpm -q --whatprovides openssh-clients || yum install -y openssh-clients</div><div>rpm -q --whatprovides tar || yum install -y tar</div><div>rpm -q --whatprovides nc || yum install -y nc</div><div>rpm -q --whatprovides rubygem-json || yum install -y rubygem-json</div><div>2014-09-16 19:18:13::INFO::shell::81::root:: [localhost] Executing script:</div><div>cd /usr/lib/python2.6/site-packages/packstack/puppet</div><div>cd /var/tmp/packstack/20140916-191749-_fyhX5/manifests</div><div>tar --dereference -cpzf - ../manifests | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null <a href="mailto:root@10.10.2.2">root@10.10.2.2</a> tar -C /var/tmp/packstack/9d8561bfd26c44b392473e9f0e601bbb -xpzf -</div><div>cd /usr/share/openstack-puppet/modules</div><div>tar --dereference -cpzf - apache ceilometer certmonger cinder concat firewall glance heat horizon inifile keystone memcached mongodb mysql neutron nova nssdb openstack packstack qpid rabbitmq remote rsync ssh stdlib swift sysctl tempest vcsrepo vlan vswitch xinetd | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null <a href="mailto:root@10.10.2.2">root@10.10.2.2</a> tar -C /var/tmp/packstack/9d8561bfd26c44b392473e9f0e601bbb/modules -xpzf -</div><div>2014-09-16 19:21:57::ERROR::run_setup::921::root:: Traceback (most recent call last):</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 916, in main</div><div>    _main(confFile)</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 605, in _main</div><div>    runSequences()</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 584, in runSequences</div><div>    controller.runAllSequences()</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/setup_controller.py", line 68, in runAllSequences</div><div>    sequence.run(config=self.CONF, messages=self.MESSAGES)</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 98, in run</div><div>    step.run(config=config, messages=messages)</div><div>  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 44, in run</div><div>    raise SequenceError(str(ex))</div><div>SequenceError: Error appeared during Puppet run: 10.10.2.2_neutron.pp</div><div>Error: sysctl -p /etc/sysctl.conf returned 255 instead of one of [0]</div><div>You will find full trace in log /var/tmp/packstack/20140916-191749-_fyhX5/manifests/10.10.2.2_neutron.pp.log</div><div><br></div><div>2014-09-16 19:21:57::INFO::shell::81::root:: [10.10.2.2] Executing script:</div><div>rm -rf /var/tmp/packstack/9d8561bfd26c44b392473e9f0e601bbb</div></div><div><br></div><div><br></div><div><div># cat all-in-one.conf</div><div><br></div><div><br></div><div>[general]</div><div><br></div><div># Path to a Public key to install on servers. If a usable key has not</div><div># been installed on the remote servers the user will be prompted for a</div><div># password and this key will be installed so the password will not be</div><div># required again</div><div>CONFIG_SSH_KEY=</div><div><br></div><div># Set to 'y' if you would like Packstack to install MySQL</div><div>CONFIG_MYSQL_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack Image</div><div># Service (Glance)</div><div>CONFIG_GLANCE_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack Block</div><div># Storage (Cinder)</div><div>CONFIG_CINDER_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack Compute</div><div># (Nova)</div><div>CONFIG_NOVA_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack</div><div># Networking (Neutron). Otherwise Nova Network will be used.</div><div>CONFIG_NEUTRON_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack</div><div># Dashboard (Horizon)</div><div>CONFIG_HORIZON_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack Object</div><div># Storage (Swift)</div><div>CONFIG_SWIFT_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack</div><div># Metering (Ceilometer)</div><div>CONFIG_CEILOMETER_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install OpenStack</div><div># Orchestration (Heat)</div><div>CONFIG_HEAT_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install the OpenStack</div><div># Client packages. An admin "rc" file will also be installed</div><div>CONFIG_CLIENT_INSTALL=y</div><div><br></div><div># Comma separated list of NTP servers. Leave plain if Packstack</div><div># should not install ntpd on instances.</div><div>CONFIG_NTP_SERVERS=</div><div><br></div><div># Set to 'y' if you would like Packstack to install Nagios to monitor</div><div># OpenStack hosts</div><div>CONFIG_NAGIOS_INSTALL=y</div><div><br></div><div># Comma separated list of servers to be excluded from installation in</div><div># case you are running Packstack the second time with the same answer</div><div># file and don't want Packstack to touch these servers. Leave plain if</div><div># you don't need to exclude any server.</div><div>EXCLUDE_SERVERS=</div><div><br></div><div># Set to 'y' if you want to run OpenStack services in debug mode.</div><div># Otherwise set to 'n'.</div><div>CONFIG_DEBUG_MODE=n</div><div><br></div><div># The IP address of the server on which to install OpenStack services</div><div># specific to controller role such as API servers, Horizon, etc.</div><div>CONFIG_CONTROLLER_HOST=10.10.2.2</div><div><br></div><div># The list of IP addresses of the server on which to install the Nova</div><div># compute service</div><div>CONFIG_COMPUTE_HOSTS=10.10.2.2</div><div><br></div><div># The list of IP addresses of the server on which to install the</div><div># network service such as Nova network or Neutron</div><div>CONFIG_NETWORK_HOSTS=10.10.2.2</div><div><br></div><div># Set to 'y' if you want to use VMware vCenter as hypervisor and</div><div># storage. Otherwise set to 'n'.</div><div>CONFIG_VMWARE_BACKEND=y</div><div><br></div><div># The IP address of the VMware vCenter server</div><div>CONFIG_VCENTER_HOST=192.168.1.9</div><div><br></div><div># The username to authenticate to VMware vCenter server</div><div>CONFIG_VCENTER_USER=root</div><div><br></div><div># The password to authenticate to VMware vCenter server</div><div>CONFIG_VCENTER_PASSWORD=tcl@123</div><div><br></div><div># The name of the vCenter cluster</div><div>CONFIG_VCENTER_CLUSTER_NAME=ssoccluster</div><div><br></div><div># To subscribe each server to EPEL enter "y"</div><div>CONFIG_USE_EPEL=y</div><div><br></div><div># A comma separated list of URLs to any additional yum repositories</div><div># to install</div><div>CONFIG_REPO=</div><div><br></div><div># To subscribe each server with Red Hat subscription manager, include</div><div># this with CONFIG_RH_PW</div><div>CONFIG_RH_USER=</div><div><br></div><div># To subscribe each server with Red Hat subscription manager, include</div><div># this with CONFIG_RH_USER</div><div>CONFIG_RH_PW=</div><div><br></div><div># To enable RHEL optional repos use value "y"</div><div>CONFIG_RH_OPTIONAL=y</div><div><br></div><div># To subscribe each server with RHN Satellite,fill Satellite's URL</div><div># here. Note that either satellite's username/password or activation</div><div># key has to be provided</div><div>CONFIG_SATELLITE_URL=</div><div><br></div><div># Username to access RHN Satellite</div><div>CONFIG_SATELLITE_USER=</div><div><br></div><div># Password to access RHN Satellite</div><div>CONFIG_SATELLITE_PW=</div><div><br></div><div># Activation key for subscription to RHN Satellite</div><div>CONFIG_SATELLITE_AKEY=</div><div><br></div><div># Specify a path or URL to a SSL CA certificate to use</div><div>CONFIG_SATELLITE_CACERT=</div><div><br></div><div># If required specify the profile name that should be used as an</div><div># identifier for the system in RHN Satellite</div><div>CONFIG_SATELLITE_PROFILE=</div><div><br></div><div># Comma separated list of flags passed to rhnreg_ks. Valid flags are:</div><div># novirtinfo, norhnsd, nopackages</div><div>CONFIG_SATELLITE_FLAGS=</div><div><br></div><div># Specify a HTTP proxy to use with RHN Satellite</div><div>CONFIG_SATELLITE_PROXY=</div><div><br></div><div># Specify a username to use with an authenticated HTTP proxy</div><div>CONFIG_SATELLITE_PROXY_USER=</div><div><br></div><div># Specify a password to use with an authenticated HTTP proxy.</div><div>CONFIG_SATELLITE_PROXY_PW=</div><div><br></div><div># Set the AMQP service backend. Allowed values are: qpid, rabbitmq</div><div>CONFIG_AMQP_BACKEND=rabbitmq</div><div><br></div><div># The IP address of the server on which to install the AMQP service</div><div>CONFIG_AMQP_HOST=10.10.2.2</div><div><br></div><div># Enable SSL for the AMQP service</div><div>CONFIG_AMQP_ENABLE_SSL=n</div><div><br></div><div># Enable Authentication for the AMQP service</div><div>CONFIG_AMQP_ENABLE_AUTH=n</div><div><br></div><div># The password for the NSS certificate database of the AMQP service</div><div>CONFIG_AMQP_NSS_CERTDB_PW=changeme</div><div><br></div><div># The port in which the AMQP service listens to SSL connections</div><div>CONFIG_AMQP_SSL_PORT=5671</div><div><br></div><div># The filename of the certificate that the AMQP service is going to</div><div># use</div><div>CONFIG_AMQP_SSL_CERT_FILE=/etc/pki/tls/certs/amqp_selfcert.pem</div><div><br></div><div># The filename of the private key that the AMQP service is going to</div><div># use</div><div>CONFIG_AMQP_SSL_KEY_FILE=/etc/pki/tls/private/amqp_selfkey.pem</div><div><br></div><div># Auto Generates self signed SSL certificate and key</div><div>CONFIG_AMQP_SSL_SELF_SIGNED=y</div><div><br></div><div># User for amqp authentication</div><div>CONFIG_AMQP_AUTH_USER=amqp_user</div><div><br></div><div># Password for user authentication</div><div>CONFIG_AMQP_AUTH_PASSWORD=changeme</div><div><br></div><div># The IP address of the server on which to install MySQL or IP</div><div># address of DB server to use if MySQL installation was not selected</div><div>CONFIG_MYSQL_HOST=10.10.2.2</div><div><br></div><div># Username for the MySQL admin user</div><div>CONFIG_MYSQL_USER=root</div><div><br></div><div># Password for the MySQL admin user</div><div>CONFIG_MYSQL_PW=changeme</div><div><br></div><div># The password to use for the Keystone to access DB</div><div>CONFIG_KEYSTONE_DB_PW=changeme</div><div><br></div><div># The token to use for the Keystone service api</div><div>CONFIG_KEYSTONE_ADMIN_TOKEN=changeme</div><div><br></div><div># The password to use for the Keystone admin user</div><div>CONFIG_KEYSTONE_ADMIN_PW=changeme</div><div><br></div><div># The password to use for the Keystone demo user</div><div>CONFIG_KEYSTONE_DEMO_PW=changeme</div><div><br></div><div># Kestone token format. Use either UUID or PKI</div><div>CONFIG_KEYSTONE_TOKEN_FORMAT=UUID</div><div><br></div><div># The password to use for the Glance to access DB</div><div>CONFIG_GLANCE_DB_PW=changeme</div><div><br></div><div># The password to use for the Glance to authenticate with Keystone</div><div>CONFIG_GLANCE_KS_PW=changeme</div><div><br></div><div># The password to use for the Cinder to access DB</div><div>CONFIG_CINDER_DB_PW=changeme</div><div><br></div><div># The password to use for the Cinder to authenticate with Keystone</div><div>CONFIG_CINDER_KS_PW=changeme</div><div><br></div><div># The Cinder backend to use, valid options are: lvm, gluster, nfs</div><div>CONFIG_CINDER_BACKEND=lvm</div><div><br></div><div># Create Cinder's volumes group. This should only be done for testing</div><div># on a proof-of-concept installation of Cinder. This will create a</div><div># file-backed volume group and is not suitable for production usage.</div><div>CONFIG_CINDER_VOLUMES_CREATE=y</div><div><br></div><div># Cinder's volumes group size. Note that actual volume size will be</div><div># extended with 3% more space for VG metadata.</div><div>CONFIG_CINDER_VOLUMES_SIZE=8G</div><div><br></div><div># A single or comma separated list of gluster volume shares to mount,</div><div># eg: ip-address:/vol-name, domain:/vol-name</div><div>CONFIG_CINDER_GLUSTER_MOUNTS=</div><div><br></div><div># A single or comma seprated list of NFS exports to mount, eg: ip-</div><div># address:/export-name</div><div>CONFIG_CINDER_NFS_MOUNTS=</div><div><br></div><div># The password to use for the Nova to access DB</div><div>CONFIG_NOVA_DB_PW=changeme</div><div><br></div><div># The password to use for the Nova to authenticate with Keystone</div><div>CONFIG_NOVA_KS_PW=changeme</div><div><br></div><div># The overcommitment ratio for virtual to physical CPUs. Set to 1.0</div><div># to disable CPU overcommitment</div><div>CONFIG_NOVA_SCHED_CPU_ALLOC_RATIO=16.0</div><div><br></div><div># The overcommitment ratio for virtual to physical RAM. Set to 1.0 to</div><div># disable RAM overcommitment</div><div>CONFIG_NOVA_SCHED_RAM_ALLOC_RATIO=1.5</div><div><br></div><div># Private interface for Flat DHCP on the Nova compute servers</div><div>CONFIG_NOVA_COMPUTE_PRIVIF=eth1</div><div><br></div><div># Nova network manager</div><div>CONFIG_NOVA_NETWORK_MANAGER=nova.network.manager.FlatDHCPManager</div><div><br></div><div># Public interface on the Nova network server</div><div>CONFIG_NOVA_NETWORK_PUBIF=</div><div><br></div><div># Private interface for network manager on the Nova network server</div><div>CONFIG_NOVA_NETWORK_PRIVIF=</div><div><br></div><div># IP Range for network manager</div><div>CONFIG_NOVA_NETWORK_FIXEDRANGE=</div><div><br></div><div># IP Range for Floating IP's</div><div>CONFIG_NOVA_NETWORK_FLOATRANGE=</div><div><br></div><div># Name of the default floating pool to which the specified floating</div><div># ranges are added to</div><div>CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=nova</div><div><br></div><div># Automatically assign a floating IP to new instances</div><div>CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n</div><div><br></div><div># First VLAN for private networks</div><div>CONFIG_NOVA_NETWORK_VLAN_START=</div><div><br></div><div># Number of networks to support</div><div>CONFIG_NOVA_NETWORK_NUMBER=</div><div><br></div><div># Number of addresses in each private subnet</div><div>CONFIG_NOVA_NETWORK_SIZE=</div><div><br></div><div># The password to use for Neutron to authenticate with Keystone</div><div>CONFIG_NEUTRON_KS_PW=changeme</div><div><br></div><div># The password to use for Neutron to access DB</div><div>CONFIG_NEUTRON_DB_PW=changeme</div><div><br></div><div># The name of the bridge that the Neutron L3 agent will use for</div><div># external traffic, or 'provider' if using provider networks</div><div>CONFIG_NEUTRON_L3_EXT_BRIDGE=br-ex</div><div><br></div><div># The name of the L2 plugin to be used with Neutron</div><div>CONFIG_NEUTRON_L2_PLUGIN=ml2</div><div><br></div><div># Neutron metadata agent password</div><div>CONFIG_NEUTRON_METADATA_PW=changeme</div><div><br></div><div># Set to 'y' if you would like Packstack to install Neutron LBaaS</div><div>CONFIG_LBAAS_INSTALL=y</div><div><br></div><div># Set to 'y' if you would like Packstack to install Neutron L3</div><div># Metering agent</div><div>CONFIG_NEUTRON_METERING_AGENT_INSTALL=n</div><div><br></div><div># Whether to configure neutron Firewall as a Service</div><div>CONFIG_NEUTRON_FWAAS=y</div><div><br></div><div># A comma separated list of network type driver entrypoints to be</div><div># loaded from the neutron.ml2.type_drivers namespace.</div><div>CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vlan,vxlan</div><div><br></div><div># A comma separated ordered list of network_types to allocate as</div><div># tenant networks. The value 'local' is only useful for single-box</div><div># testing but provides no connectivity between hosts.</div><div>CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vlan</div><div><br></div><div># A comma separated ordered list of networking mechanism driver</div><div># entrypoints to be loaded from the neutron.ml2.mechanism_drivers</div><div># namespace.</div><div>CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS=openvswitch,cisco_nexus</div><div><br></div><div># A comma separated  list of physical_network names with which flat</div><div># networks can be created. Use * to allow flat networks with arbitrary</div><div># physical_network names.</div><div>CONFIG_NEUTRON_ML2_FLAT_NETWORKS=*</div><div><br></div><div># A comma separated list of <physical_network>:<vlan_min>:<vlan_max></div><div># or <physical_network> specifying physical_network names usable for</div><div># VLAN provider and tenant networks, as well as ranges of VLAN tags on</div><div># each available for allocation to tenant networks.</div><div>CONFIG_NEUTRON_ML2_VLAN_RANGES=</div><div><br></div><div># A comma separated list of <tun_min>:<tun_max> tuples enumerating</div><div># ranges of GRE tunnel IDs that are available for tenant network</div><div># allocation. Should be an array with tun_max +1 - tun_min > 1000000</div><div>CONFIG_NEUTRON_ML2_TUNNEL_ID_RANGES=</div><div><br></div><div># Multicast group for VXLAN. If unset, disables VXLAN enable sending</div><div># allocate broadcast traffic to this multicast group. When left</div><div># unconfigured, will disable multicast VXLAN mode. Should be an</div><div># Multicast IP (v4 or v6) address.</div><div>CONFIG_NEUTRON_ML2_VXLAN_GROUP=</div><div><br></div><div># A comma separated list of <vni_min>:<vni_max> tuples enumerating</div><div># ranges of VXLAN VNI IDs that are available for tenant network</div><div># allocation. Min value is 0 and Max value is 16777215.</div><div>CONFIG_NEUTRON_ML2_VNI_RANGES=</div><div><br></div><div># The name of the L2 agent to be used with Neutron</div><div>CONFIG_NEUTRON_L2_AGENT=openvswitch</div><div><br></div><div># The type of network to allocate for tenant networks (eg. vlan,</div><div># local)</div><div>CONFIG_NEUTRON_LB_TENANT_NETWORK_TYPE=local</div><div><br></div><div># A comma separated list of VLAN ranges for the Neutron linuxbridge</div><div># plugin (eg. physnet1:1:4094,physnet2,physnet3:3000:3999)</div><div>CONFIG_NEUTRON_LB_VLAN_RANGES=</div><div><br></div><div># A comma separated list of interface mappings for the Neutron</div><div># linuxbridge plugin (eg. physnet1:br-eth1,physnet2:br-eth2,physnet3</div><div># :br-eth3)</div><div>CONFIG_NEUTRON_LB_INTERFACE_MAPPINGS=</div><div><br></div><div># Type of network to allocate for tenant networks (eg. vlan, local,</div><div># gre, vxlan)</div><div>CONFIG_NEUTRON_OVS_TENANT_NETWORK_TYPE=vlan</div><div><br></div><div># A comma separated list of VLAN ranges for the Neutron openvswitch</div><div># plugin (eg. physnet1:1:4094,physnet2,physnet3:3000:3999)</div><div>CONFIG_NEUTRON_OVS_VLAN_RANGES=</div><div><br></div><div># A comma separated list of bridge mappings for the Neutron</div><div># openvswitch plugin (eg. physnet1:br-eth1,physnet2:br-eth2,physnet3</div><div># :br-eth3)</div><div>CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=</div><div><br></div><div># A comma separated list of colon-separated OVS bridge:interface</div><div># pairs. The interface will be added to the associated bridge.</div><div>CONFIG_NEUTRON_OVS_BRIDGE_IFACES=</div><div><br></div><div># A comma separated list of tunnel ranges for the Neutron openvswitch</div><div># plugin (eg. 1:1000)</div><div>CONFIG_NEUTRON_OVS_TUNNEL_RANGES=</div><div><br></div><div># The interface for the OVS tunnel. Packstack will override the IP</div><div># address used for tunnels on this hypervisor to the IP found on the</div><div># specified interface. (eg. eth1)</div><div>CONFIG_NEUTRON_OVS_TUNNEL_IF=</div><div><br></div><div># VXLAN UDP port</div><div>CONFIG_NEUTRON_OVS_VXLAN_UDP_PORT=4789</div><div><br></div><div># To set up Horizon communication over https set this to 'y'</div><div>CONFIG_HORIZON_SSL=n</div><div><br></div><div># PEM encoded certificate to be used for ssl on the https server,</div><div># leave blank if one should be generated, this certificate should not</div><div># require a passphrase</div><div>CONFIG_SSL_CERT=</div><div><br></div><div># SSL keyfile corresponding to the certificate if one was entered</div><div>CONFIG_SSL_KEY=</div><div><br></div><div># PEM encoded CA certificates from which the certificate chain of the</div><div># server certificate can be assembled.</div><div>CONFIG_SSL_CACHAIN=</div><div><br></div><div># The password to use for the Swift to authenticate with Keystone</div><div>CONFIG_SWIFT_KS_PW=changeme</div><div><br></div><div># A comma separated list of devices which to use as Swift Storage</div><div># device. Each entry should take the format /path/to/dev, for example</div><div># /dev/vdb will install /dev/vdb as Swift storage device (packstack</div><div># does not create the filesystem, you must do this first). If value is</div><div># omitted Packstack will create a loopback device for test setup</div><div>CONFIG_SWIFT_STORAGES=</div><div><br></div><div># Number of swift storage zones, this number MUST be no bigger than</div><div># the number of storage devices configured</div><div>CONFIG_SWIFT_STORAGE_ZONES=1</div><div><br></div><div># Number of swift storage replicas, this number MUST be no bigger</div><div># than the number of storage zones configured</div><div>CONFIG_SWIFT_STORAGE_REPLICAS=1</div><div><br></div><div># FileSystem type for storage nodes</div><div>CONFIG_SWIFT_STORAGE_FSTYPE=ext4</div><div><br></div><div># Shared secret for Swift</div><div>CONFIG_SWIFT_HASH=changeme</div><div><br></div><div># Size of the swift loopback file storage device</div><div>CONFIG_SWIFT_STORAGE_SIZE=2G</div><div><br></div><div># Whether to provision for demo usage and testing. Note that</div><div># provisioning is only supported for all-in-one installations.</div><div>CONFIG_PROVISION_DEMO=y</div><div><br></div><div># Whether to configure tempest for testing</div><div>CONFIG_PROVISION_TEMPEST=n</div><div><br></div><div># The name of the Tempest Provisioning user. If you don't provide a</div><div># user name, Tempest will be configured in a standalone mode</div><div>CONFIG_PROVISION_TEMPEST_USER=</div><div><br></div><div># The password to use for the Tempest Provisioning user</div><div>CONFIG_PROVISION_TEMPEST_USER_PW=changeme</div><div><br></div><div># The CIDR network address for the floating IP subnet</div><div>CONFIG_PROVISION_DEMO_FLOATRANGE=<a href="http://10.10.4.0/24">10.10.4.0/24</a></div><div><br></div><div># The uri of the tempest git repository to use</div><div>CONFIG_PROVISION_TEMPEST_REPO_URI=<a href="https://github.com/openstack/tempest.git">https://github.com/openstack/tempest.git</a></div><div><br></div><div># The revision of the tempest git repository to use</div><div>CONFIG_PROVISION_TEMPEST_REPO_REVISION=master</div><div><br></div><div># Whether to configure the ovs external bridge in an all-in-one</div><div># deployment</div><div>CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE=n</div><div><br></div><div># The password used by Heat user to authenticate against MySQL</div><div>CONFIG_HEAT_DB_PW=changeme</div><div><br></div><div># The encryption key to use for authentication info in database</div><div>CONFIG_HEAT_AUTH_ENC_KEY=changeme</div><div><br></div><div># The password to use for the Heat to authenticate with Keystone</div><div>CONFIG_HEAT_KS_PW=changeme</div><div><br></div><div># Set to 'y' if you would like Packstack to install Heat CloudWatch</div><div># API</div><div>CONFIG_HEAT_CLOUDWATCH_INSTALL=n</div><div><br></div><div># Set to 'y' if you would like Packstack to install Heat</div><div># CloudFormation API</div><div>CONFIG_HEAT_CFN_INSTALL=n</div><div><br></div><div># Name of Keystone domain for Heat</div><div>CONFIG_HEAT_DOMAIN=heat</div><div><br></div><div># Name of Keystone domain admin user for Heat</div><div>CONFIG_HEAT_DOMAIN_ADMIN=heat_admin</div><div><br></div><div># Password for Keystone domain admin user for Heat</div><div>CONFIG_HEAT_DOMAIN_PASSWORD=changeme</div><div><br></div><div># Secret key for signing metering messages</div><div>CONFIG_CEILOMETER_SECRET=changeme</div><div><br></div><div># The password to use for Ceilometer to authenticate with Keystone</div><div>CONFIG_CEILOMETER_KS_PW=changeme</div><div><br></div><div># The IP address of the server on which to install MongoDB</div><div>CONFIG_MONGODB_HOST=10.10.2.2</div><div><br></div><div># The password of the nagiosadmin user on the Nagios server</div><div>CONFIG_NAGIOS_PW=changeme</div></div><div><br></div><div>==============</div></div></div>