Advertisement
AshrafHassan

Answers File

Feb 15th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 41.69 KB | None | 0 0
  1. [general]
  2.  
  3. # Path to a public key to install on servers. If a usable key has not
  4. # been installed on the remote servers, the user is prompted for a
  5. # password and this key is installed so the password will not be
  6. # required again.
  7. CONFIG_SSH_KEY=/root/.ssh/id_rsa.pub
  8.  
  9. # Default password to be used everywhere (overridden by passwords set
  10. # for individual services or users).
  11. CONFIG_DEFAULT_PASSWORD=redhat
  12.  
  13. # Specify 'y' to install MariaDB.
  14. CONFIG_MARIADB_INSTALL=y
  15.  
  16. # Specify 'y' to install OpenStack Image Service (glance).
  17. CONFIG_GLANCE_INSTALL=y
  18.  
  19. # Specify 'y' to install OpenStack Block Storage (cinder).
  20. CONFIG_CINDER_INSTALL=y
  21.  
  22. # Specify 'y' to install OpenStack Shared File System (manila).
  23. CONFIG_MANILA_INSTALL=n
  24.  
  25. # Specify 'y' to install OpenStack Compute (nova).
  26. CONFIG_NOVA_INSTALL=y
  27.  
  28. # Specify 'y' to install OpenStack Networking (neutron); otherwise,
  29. # Compute Networking (nova) will be used.
  30. CONFIG_NEUTRON_INSTALL=y
  31.  
  32. # Specify 'y' to install OpenStack Dashboard (horizon).
  33. CONFIG_HORIZON_INSTALL=y
  34.  
  35. # Specify 'y' to install OpenStack Object Storage (swift).
  36. CONFIG_SWIFT_INSTALL=y
  37.  
  38. # Specify 'y' to install OpenStack Metering (ceilometer).
  39. CONFIG_CEILOMETER_INSTALL=y
  40.  
  41. # Specify 'y' to install OpenStack Orchestration (heat).
  42. CONFIG_HEAT_INSTALL=y
  43.  
  44. # Specify 'y' to install OpenStack Data Processing (sahara).
  45. CONFIG_SAHARA_INSTALL=n
  46.  
  47. # Specify 'y' to install OpenStack Database (trove).
  48. CONFIG_TROVE_INSTALL=n
  49.  
  50. # Specify 'y' to install OpenStack Bare Metal Provisioning (ironic).
  51. CONFIG_IRONIC_INSTALL=n
  52.  
  53. # Specify 'y' to install the OpenStack Client packages (command-line
  54. # tools). An admin "rc" file will also be installed.
  55. CONFIG_CLIENT_INSTALL=y
  56.  
  57. # Comma-separated list of NTP servers. Leave plain if Packstack
  58. # should not install ntpd on instances.
  59. CONFIG_NTP_SERVERS=192.168.22.7
  60.  
  61. # Specify 'y' to install Nagios to monitor OpenStack hosts. Nagios
  62. # provides additional tools for monitoring the OpenStack environment.
  63. CONFIG_NAGIOS_INSTALL=n
  64.  
  65. # Comma-separated list of servers to be excluded from the
  66. # installation. This is helpful if you are running Packstack a second
  67. # time with the same answer file and do not want Packstack to
  68. # overwrite these server's configurations. Leave empty if you do not
  69. # need to exclude any servers.
  70. EXCLUDE_SERVERS=
  71.  
  72. # Specify 'y' if you want to run OpenStack services in debug mode;
  73. # otherwise, specify 'n'.
  74. CONFIG_DEBUG_MODE=n
  75.  
  76. # Server on which to install OpenStack services specific to the
  77. # controller role (for example, API servers or dashboard).
  78. CONFIG_CONTROLLER_HOST=10.254.102.124
  79.  
  80. # List the servers on which to install the Compute service.
  81. CONFIG_COMPUTE_HOSTS=10.254.102.124,10.254.102.125
  82.  
  83. # List of servers on which to install the network service such as
  84. # Compute networking (nova network) or OpenStack Networking (neutron).
  85. CONFIG_NETWORK_HOSTS=10.254.102.124
  86.  
  87. # Specify 'y' if you want to use VMware vCenter as hypervisor and
  88. # storage; otherwise, specify 'n'.
  89. CONFIG_VMWARE_BACKEND=n
  90.  
  91. # Specify 'y' if you want to use unsupported parameters. This should
  92. # be used only if you know what you are doing. Issues caused by using
  93. # unsupported options will not be fixed before the next major release.
  94. CONFIG_UNSUPPORTED=n
  95.  
  96. # Specify 'y' if you want to use subnet addresses (in CIDR format)
  97. # instead of interface names in following options:
  98. # CONFIG_NOVA_COMPUTE_PRIVIF, CONFIG_NOVA_NETWORK_PRIVIF,
  99. # CONFIG_NOVA_NETWORK_PUBIF, CONFIG_NEUTRON_OVS_BRIDGE_IFACES,
  100. # CONFIG_NEUTRON_LB_INTERFACE_MAPPINGS, CONFIG_NEUTRON_OVS_TUNNEL_IF.
  101. # This is useful for cases when interface names are not same on all
  102. # installation hosts.
  103. CONFIG_USE_SUBNETS=n
  104.  
  105. # IP address of the VMware vCenter server.
  106. CONFIG_VCENTER_HOST=
  107.  
  108. # User name for VMware vCenter server authentication.
  109. CONFIG_VCENTER_USER=
  110.  
  111. # Password for VMware vCenter server authentication.
  112. CONFIG_VCENTER_PASSWORD=
  113.  
  114. # Name of the VMware vCenter cluster.
  115. CONFIG_VCENTER_CLUSTER_NAME=
  116.  
  117. # (Unsupported!) Server on which to install OpenStack services
  118. # specific to storage servers such as Image or Block Storage services.
  119. CONFIG_STORAGE_HOST=10.254.102.124
  120.  
  121. # (Unsupported!) Server on which to install OpenStack services
  122. # specific to OpenStack Data Processing (sahara).
  123. CONFIG_SAHARA_HOST=10.254.102.124
  124.  
  125. # Specify 'y' to enable the EPEL repository (Extra Packages for
  126. # Enterprise Linux).
  127. CONFIG_USE_EPEL=n
  128.  
  129. # Comma-separated list of URLs for any additional yum repositories,
  130. # to use for installation.
  131. CONFIG_REPO=
  132.  
  133. # Specify 'y' to enable the RDO testing repository.
  134. CONFIG_ENABLE_RDO_TESTING=n
  135.  
  136. # To subscribe each server with Red Hat Subscription Manager, include
  137. # this with CONFIG_RH_PW.
  138. CONFIG_RH_USER=
  139.  
  140. # To subscribe each server to receive updates from a Satellite
  141. # server, provide the URL of the Satellite server. You must also
  142. # provide a user name (CONFIG_SATELLITE_USERNAME) and password
  143. # (CONFIG_SATELLITE_PASSWORD) or an access key (CONFIG_SATELLITE_AKEY)
  144. # for authentication.
  145. CONFIG_SATELLITE_URL=
  146.  
  147. # To subscribe each server with Red Hat Subscription Manager, include
  148. # this with CONFIG_RH_USER.
  149. CONFIG_RH_PW=
  150.  
  151. # Specify 'y' to enable RHEL optional repositories.
  152. CONFIG_RH_OPTIONAL=y
  153.  
  154. # HTTP proxy to use with Red Hat Subscription Manager.
  155. CONFIG_RH_PROXY=
  156.  
  157. # Port to use for Red Hat Subscription Manager's HTTP proxy.
  158. CONFIG_RH_PROXY_PORT=
  159.  
  160. # User name to use for Red Hat Subscription Manager's HTTP proxy.
  161. CONFIG_RH_PROXY_USER=
  162.  
  163. # Password to use for Red Hat Subscription Manager's HTTP proxy.
  164. CONFIG_RH_PROXY_PW=
  165.  
  166. # User name to authenticate with the RHN Satellite server; if you
  167. # intend to use an access key for Satellite authentication, leave this
  168. # blank.
  169. CONFIG_SATELLITE_USER=
  170.  
  171. # Password to authenticate with the RHN Satellite server; if you
  172. # intend to use an access key for Satellite authentication, leave this
  173. # blank.
  174. CONFIG_SATELLITE_PW=
  175.  
  176. # Access key for the Satellite server; if you intend to use a user
  177. # name and password for Satellite authentication, leave this blank.
  178. CONFIG_SATELLITE_AKEY=
  179.  
  180. # Certificate path or URL of the certificate authority to verify that
  181. # the connection with the Satellite server is secure. If you are not
  182. # using Satellite in your deployment, leave this blank.
  183. CONFIG_SATELLITE_CACERT=
  184.  
  185. # Profile name that should be used as an identifier for the system in
  186. # RHN Satellite (if required).
  187. CONFIG_SATELLITE_PROFILE=
  188.  
  189. # Comma-separated list of flags passed to the rhnreg_ks command
  190. # (novirtinfo, norhnsd, nopackages).
  191. CONFIG_SATELLITE_FLAGS=
  192.  
  193. # HTTP proxy to use when connecting to the RHN Satellite server (if
  194. # required).
  195. CONFIG_SATELLITE_PROXY=
  196.  
  197. # User name to authenticate with the Satellite-server HTTP proxy.
  198. CONFIG_SATELLITE_PROXY_USER=
  199.  
  200. # User password to authenticate with the Satellite-server HTTP proxy.
  201. CONFIG_SATELLITE_PROXY_PW=
  202.  
  203. # Specify filepath for CA cert file. If CONFIG_SSL_CACERT_SELFSIGN is
  204. # set to 'n' it has to be preexisting file.
  205. CONFIG_SSL_CACERT_FILE=/etc/pki/tls/certs/selfcert.crt
  206.  
  207. # Specify filepath for CA cert key file. If
  208. # CONFIG_SSL_CACERT_SELFSIGN is set to 'n' it has to be preexisting
  209. # file.
  210. CONFIG_SSL_CACERT_KEY_FILE=/etc/pki/tls/private/selfkey.key
  211.  
  212. # Enter the path to use to store generated SSL certificates in.
  213. CONFIG_SSL_CERT_DIR=~/packstackca/
  214.  
  215. # Specify 'y' if you want Packstack to pregenerate the CA
  216. # Certificate.
  217. CONFIG_SSL_CACERT_SELFSIGN=y
  218.  
  219. # Enter the selfsigned CAcert subject country.
  220. CONFIG_SELFSIGN_CACERT_SUBJECT_C=--
  221.  
  222. # Enter the selfsigned CAcert subject state.
  223. CONFIG_SELFSIGN_CACERT_SUBJECT_ST=State
  224.  
  225. # Enter the selfsigned CAcert subject location.
  226. CONFIG_SELFSIGN_CACERT_SUBJECT_L=City
  227.  
  228. # Enter the selfsigned CAcert subject organization.
  229. CONFIG_SELFSIGN_CACERT_SUBJECT_O=openstack
  230.  
  231. # Enter the selfsigned CAcert subject organizational unit.
  232. CONFIG_SELFSIGN_CACERT_SUBJECT_OU=packstack
  233.  
  234. # Enter the selfsigned CAcert subject common name.
  235. CONFIG_SELFSIGN_CACERT_SUBJECT_CN=servera.refmobilecloud.ux.nl.tmo
  236.  
  237. CONFIG_SELFSIGN_CACERT_SUBJECT_MAIL=admin@servera.refmobilecloud.ux.nl.tmo
  238.  
  239. # Service to be used as the AMQP broker (qpid, rabbitmq).
  240. CONFIG_AMQP_BACKEND=rabbitmq
  241.  
  242. # IP address of the server on which to install the AMQP service.
  243. CONFIG_AMQP_HOST=10.254.102.124
  244.  
  245. # Specify 'y' to enable SSL for the AMQP service.
  246. CONFIG_AMQP_ENABLE_SSL=n
  247.  
  248. # Specify 'y' to enable authentication for the AMQP service.
  249. CONFIG_AMQP_ENABLE_AUTH=n
  250.  
  251. # Password for the NSS certificate database of the AMQP service.
  252. CONFIG_AMQP_NSS_CERTDB_PW=PW_PLACEHOLDER
  253.  
  254. # User for AMQP authentication.
  255. CONFIG_AMQP_AUTH_USER=amqp_user
  256.  
  257. # Password for AMQP authentication.
  258. CONFIG_AMQP_AUTH_PASSWORD=PW_PLACEHOLDER
  259.  
  260. # IP address of the server on which to install MariaDB. If a MariaDB
  261. # installation was not specified in CONFIG_MARIADB_INSTALL, specify
  262. # the IP address of an existing database server (a MariaDB cluster can
  263. # also be specified).
  264. CONFIG_MARIADB_HOST=10.254.102.124
  265.  
  266. # User name for the MariaDB administrative user.
  267. CONFIG_MARIADB_USER=root
  268.  
  269. # Password for the MariaDB administrative user.
  270. CONFIG_MARIADB_PW=63e7e99e9fe84c82
  271.  
  272. # Password to use for the Identity service (keystone) to access the
  273. # database.
  274. CONFIG_KEYSTONE_DB_PW=9e46806d42524928
  275.  
  276. # Default region name to use when creating tenants in the Identity
  277. # service.
  278. CONFIG_KEYSTONE_REGION=RegionOne
  279.  
  280. # Token to use for the Identity service API.
  281. CONFIG_KEYSTONE_ADMIN_TOKEN=cf757105be704f73b3f4e750e75a1b96
  282.  
  283. # Email address for the Identity service 'admin' user.  Defaults to:
  284. CONFIG_KEYSTONE_ADMIN_EMAIL=root@localhost
  285.  
  286. # User name for the Identity service 'admin' user.  Defaults to:
  287. # 'admin'.
  288. CONFIG_KEYSTONE_ADMIN_USERNAME=admin
  289.  
  290. # Password to use for the Identity service 'admin' user.
  291. CONFIG_KEYSTONE_ADMIN_PW=redhat
  292.  
  293. # Password to use for the Identity service 'demo' user.
  294. CONFIG_KEYSTONE_DEMO_PW=d92cc9c6204f4ed4
  295.  
  296. # Identity service API version string (v2.0, v3).
  297. CONFIG_KEYSTONE_API_VERSION=v2.0
  298.  
  299. # Identity service token format (UUID or PKI). The recommended format
  300. # for new deployments is UUID.
  301. CONFIG_KEYSTONE_TOKEN_FORMAT=UUID
  302.  
  303. # Name of service to use to run the Identity service (keystone,
  304. # httpd).
  305. CONFIG_KEYSTONE_SERVICE_NAME=httpd
  306.  
  307. # Type of Identity service backend (sql, ldap).
  308. CONFIG_KEYSTONE_IDENTITY_BACKEND=sql
  309.  
  310. # URL for the Identity service LDAP backend.
  311. CONFIG_KEYSTONE_LDAP_URL=ldap://10.254.102.124
  312.  
  313. # User DN for the Identity service LDAP backend.  Used to bind to the
  314. # LDAP server if the LDAP server does not allow anonymous
  315. # authentication.
  316. CONFIG_KEYSTONE_LDAP_USER_DN=
  317.  
  318. # User DN password for the Identity service LDAP backend.
  319. CONFIG_KEYSTONE_LDAP_USER_PASSWORD=
  320.  
  321. # Base suffix for the Identity service LDAP backend.
  322. CONFIG_KEYSTONE_LDAP_SUFFIX=
  323.  
  324. # Query scope for the Identity service LDAP backend. Use 'one' for
  325. # onelevel/singleLevel or 'sub' for subtree/wholeSubtree ('base' is
  326. # not actually used by the Identity service and is therefore
  327. # deprecated) (base, one, sub)
  328. CONFIG_KEYSTONE_LDAP_QUERY_SCOPE=one
  329.  
  330. # Query page size for the Identity service LDAP backend.
  331. CONFIG_KEYSTONE_LDAP_PAGE_SIZE=-1
  332.  
  333. # User subtree for the Identity service LDAP backend.
  334. CONFIG_KEYSTONE_LDAP_USER_SUBTREE=
  335.  
  336. # User query filter for the Identity service LDAP backend.
  337. CONFIG_KEYSTONE_LDAP_USER_FILTER=
  338.  
  339. # User object class for the Identity service LDAP backend.
  340. CONFIG_KEYSTONE_LDAP_USER_OBJECTCLASS=
  341.  
  342. # User ID attribute for the Identity service LDAP backend.
  343. CONFIG_KEYSTONE_LDAP_USER_ID_ATTRIBUTE=
  344.  
  345. # User name attribute for the Identity service LDAP backend.
  346. CONFIG_KEYSTONE_LDAP_USER_NAME_ATTRIBUTE=
  347.  
  348. # User email address attribute for the Identity service LDAP backend.
  349. CONFIG_KEYSTONE_LDAP_USER_MAIL_ATTRIBUTE=
  350.  
  351. # User-enabled attribute for the Identity service LDAP backend.
  352. CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE=
  353.  
  354. # Bit mask integer applied to user-enabled attribute for the Identity
  355. # service LDAP backend. Indicate the bit that the enabled value is
  356. # stored in if the LDAP server represents "enabled" as a bit on an
  357. # integer rather than a boolean. A value of "0" indicates the mask is
  358. # not used (default). If this is not set to "0", the typical value is
  359. # "2", typically used when
  360. # "CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE = userAccountControl".
  361. CONFIG_KEYSTONE_LDAP_USER_ENABLED_MASK=-1
  362.  
  363. # Value of enabled attribute which indicates user is enabled for the
  364. # Identity service LDAP backend. This should match an appropriate
  365. # integer value if the LDAP server uses non-boolean (bitmask) values
  366. # to indicate whether a user is enabled or disabled. If this is not
  367. # set as 'y', the typical value is "512". This is typically used when
  368. # "CONFIG_KEYSTONE_LDAP_USER_ENABLED_ATTRIBUTE = userAccountControl".
  369. CONFIG_KEYSTONE_LDAP_USER_ENABLED_DEFAULT=TRUE
  370.  
  371. # Specify 'y' if users are disabled (not enabled) in the Identity
  372. # service LDAP backend (inverts boolean-enalbed values).  Some LDAP
  373. # servers use a boolean lock attribute where "y" means an account is
  374. # disabled. Setting this to 'y' allows these lock attributes to be
  375. # used. This setting will have no effect if
  376. # "CONFIG_KEYSTONE_LDAP_USER_ENABLED_MASK" is in use (n, y).
  377. CONFIG_KEYSTONE_LDAP_USER_ENABLED_INVERT=n
  378.  
  379. # Comma-separated list of attributes stripped from LDAP user entry
  380. # upon update.
  381. CONFIG_KEYSTONE_LDAP_USER_ATTRIBUTE_IGNORE=
  382.  
  383. # Identity service LDAP attribute mapped to default_project_id for
  384. # users.
  385. CONFIG_KEYSTONE_LDAP_USER_DEFAULT_PROJECT_ID_ATTRIBUTE=
  386.  
  387. # Specify 'y' if you want to be able to create Identity service users
  388. # through the Identity service interface; specify 'n' if you will
  389. # create directly in the LDAP backend (n, y).
  390. CONFIG_KEYSTONE_LDAP_USER_ALLOW_CREATE=n
  391.  
  392. # Specify 'y' if you want to be able to update Identity service users
  393. # through the Identity service interface; specify 'n' if you will
  394. # update directly in the LDAP backend (n, y).
  395. CONFIG_KEYSTONE_LDAP_USER_ALLOW_UPDATE=n
  396.  
  397. # Specify 'y' if you want to be able to delete Identity service users
  398. # through the Identity service interface; specify 'n' if you will
  399. # delete directly in the LDAP backend (n, y).
  400. CONFIG_KEYSTONE_LDAP_USER_ALLOW_DELETE=n
  401.  
  402. # Identity service LDAP attribute mapped to password.
  403. CONFIG_KEYSTONE_LDAP_USER_PASS_ATTRIBUTE=
  404.  
  405. # DN of the group entry to hold enabled LDAP users when using enabled
  406. # emulation.
  407. CONFIG_KEYSTONE_LDAP_USER_ENABLED_EMULATION_DN=
  408.  
  409. # List of additional LDAP attributes for mapping additional attribute
  410. # mappings for users. The attribute-mapping format is
  411. # <ldap_attr>:<user_attr>, where ldap_attr is the attribute in the
  412. # LDAP entry and user_attr is the Identity API attribute.
  413. CONFIG_KEYSTONE_LDAP_USER_ADDITIONAL_ATTRIBUTE_MAPPING=
  414.  
  415. # Group subtree for the Identity service LDAP backend.
  416. CONFIG_KEYSTONE_LDAP_GROUP_SUBTREE=
  417.  
  418. # Group query filter for the Identity service LDAP backend.
  419. CONFIG_KEYSTONE_LDAP_GROUP_FILTER=
  420.  
  421. # Group object class for the Identity service LDAP backend.
  422. CONFIG_KEYSTONE_LDAP_GROUP_OBJECTCLASS=
  423.  
  424. # Group ID attribute for the Identity service LDAP backend.
  425. CONFIG_KEYSTONE_LDAP_GROUP_ID_ATTRIBUTE=
  426.  
  427. # Group name attribute for the Identity service LDAP backend.
  428. CONFIG_KEYSTONE_LDAP_GROUP_NAME_ATTRIBUTE=
  429.  
  430. # Group member attribute for the Identity service LDAP backend.
  431. CONFIG_KEYSTONE_LDAP_GROUP_MEMBER_ATTRIBUTE=
  432.  
  433. # Group description attribute for the Identity service LDAP backend.
  434. CONFIG_KEYSTONE_LDAP_GROUP_DESC_ATTRIBUTE=
  435.  
  436. # Comma-separated list of attributes stripped from LDAP group entry
  437. # upon update.
  438. CONFIG_KEYSTONE_LDAP_GROUP_ATTRIBUTE_IGNORE=
  439.  
  440. # Specify 'y' if you want to be able to create Identity service
  441. # groups through the Identity service interface; specify 'n' if you
  442. # will create directly in the LDAP backend (n, y).
  443. CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_CREATE=n
  444.  
  445. # Specify 'y' if you want to be able to update Identity service
  446. # groups through the Identity service interface; specify 'n' if you
  447. # will update directly in the LDAP backend (n, y).
  448. CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_UPDATE=n
  449.  
  450. # Specify 'y' if you want to be able to delete Identity service
  451. # groups through the Identity service interface; specify 'n' if you
  452. # will delete directly in the LDAP backend (n, y).
  453. CONFIG_KEYSTONE_LDAP_GROUP_ALLOW_DELETE=n
  454.  
  455. # List of additional LDAP attributes used for mapping additional
  456. # attribute mappings for groups. The attribute=mapping format is
  457. # <ldap_attr>:<group_attr>, where ldap_attr is the attribute in the
  458. # LDAP entry and group_attr is the Identity API attribute.
  459. CONFIG_KEYSTONE_LDAP_GROUP_ADDITIONAL_ATTRIBUTE_MAPPING=
  460.  
  461. # Specify 'y' if the Identity service LDAP backend should use TLS (n,
  462. # y).
  463. CONFIG_KEYSTONE_LDAP_USE_TLS=n
  464.  
  465. # CA certificate directory for Identity service LDAP backend (if TLS
  466. # is used).
  467. CONFIG_KEYSTONE_LDAP_TLS_CACERTDIR=
  468.  
  469. # CA certificate file for Identity service LDAP backend (if TLS is
  470. # used).
  471. CONFIG_KEYSTONE_LDAP_TLS_CACERTFILE=
  472.  
  473. # Certificate-checking strictness level for Identity service LDAP
  474. # backend (never, allow, demand).
  475. CONFIG_KEYSTONE_LDAP_TLS_REQ_CERT=demand
  476.  
  477. # Password to use for the Image service (glance) to access the
  478. # database.
  479. CONFIG_GLANCE_DB_PW=7d55527fac12446e
  480.  
  481. # Password to use for the Image service to authenticate with the
  482. # Identity service.
  483. CONFIG_GLANCE_KS_PW=df2aad2e990e4894
  484.  
  485. # Storage backend for the Image service (controls how the Image
  486. # service stores disk images). Valid options are: file or swift
  487. # (Object Storage). The Object Storage service must be enabled to use
  488. # it as a working backend; otherwise, Packstack falls back to 'file'.
  489. # ['file', 'swift']
  490. CONFIG_GLANCE_BACKEND=file
  491.  
  492. # Password to use for the Block Storage service (cinder) to access
  493. # the database.
  494. CONFIG_CINDER_DB_PW=4c1835c00d6b40a2
  495.  
  496. # Password to use for the Block Storage service to authenticate with
  497. # the Identity service.
  498. CONFIG_CINDER_KS_PW=71bd6285ceff4cef
  499.  
  500. # Storage backend to use for the Block Storage service; valid options
  501. # are: lvm, gluster, nfs, vmdk, netapp. ['lvm', 'gluster', 'nfs',
  502. # 'vmdk', 'netapp']
  503. CONFIG_CINDER_BACKEND=lvm
  504.  
  505. # Specify 'y' to create the Block Storage volumes group. That is,
  506. # Packstack creates a raw disk image in /var/lib/cinder, and mounts it
  507. # using a loopback device. This should only be used for testing on a
  508. # proof-of-concept installation of the Block Storage service (a file-
  509. # backed volume group is not suitable for production usage) (y, n).
  510. CONFIG_CINDER_VOLUMES_CREATE=n
  511.  
  512. # Size of Block Storage volumes group. Actual volume size will be
  513. # extended with 3% more space for VG metadata. Remember that the size
  514. # of the volume group will restrict the amount of disk space that you
  515. # can expose to Compute instances, and that the specified amount must
  516. # be available on the device used for /var/lib/cinder.
  517. CONFIG_CINDER_VOLUMES_SIZE=20G
  518.  
  519. # A single or comma-separated list of Red Hat Storage (gluster)
  520. # volume shares to mount. Example: 'ip-address:/vol-name', 'domain
  521. # :/vol-name'
  522. CONFIG_CINDER_GLUSTER_MOUNTS=
  523.  
  524. # A single or comma-separated list of NFS exports to mount. Example:
  525. # 'ip-address:/export-name'
  526. CONFIG_CINDER_NFS_MOUNTS=
  527.  
  528. # Administrative user account name used to access the NetApp storage
  529. # system or proxy server.
  530. CONFIG_CINDER_NETAPP_LOGIN=
  531.  
  532. # Password for the NetApp administrative user account specified in
  533. # the CONFIG_CINDER_NETAPP_LOGIN parameter.
  534. CONFIG_CINDER_NETAPP_PASSWORD=
  535.  
  536. # Hostname (or IP address) for the NetApp storage system or proxy
  537. # server.
  538. CONFIG_CINDER_NETAPP_HOSTNAME=
  539.  
  540. # The TCP port to use for communication with the storage system or
  541. # proxy. If not specified, Data ONTAP drivers will use 80 for HTTP and
  542. # 443 for HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS.
  543. # Defaults to: 80.
  544. CONFIG_CINDER_NETAPP_SERVER_PORT=80
  545.  
  546. # Storage family type used on the NetApp storage system; valid
  547. # options are ontap_7mode for using Data ONTAP operating in 7-Mode,
  548. # ontap_cluster for using clustered Data ONTAP, or E-Series for NetApp
  549. # E-Series. Defaults to: ontap_cluster. ['ontap_7mode',
  550. # 'ontap_cluster', 'eseries']
  551. CONFIG_CINDER_NETAPP_STORAGE_FAMILY=ontap_cluster
  552.  
  553. # The transport protocol used when communicating with the NetApp
  554. # storage system or proxy server. Valid values are http or https.
  555. # Defaults to: 'http' ('http', 'https').
  556. CONFIG_CINDER_NETAPP_TRANSPORT_TYPE=http
  557.  
  558. # Storage protocol to be used on the data path with the NetApp
  559. # storage system; valid options are iscsi, fc, nfs. Defaults to: nfs
  560. # (iscsi, fc, nfs).
  561. CONFIG_CINDER_NETAPP_STORAGE_PROTOCOL=nfs
  562.  
  563. # Quantity to be multiplied by the requested volume size to ensure
  564. # enough space is available on the virtual storage server (Vserver) to
  565. # fulfill the volume creation request.  Defaults to: 1.0.
  566. CONFIG_CINDER_NETAPP_SIZE_MULTIPLIER=1.0
  567.  
  568. # Time period (in minutes) that is allowed to elapse after the image
  569. # is last accessed, before it is deleted from the NFS image cache.
  570. # When a cache-cleaning cycle begins, images in the cache that have
  571. # not been accessed in the last M minutes, where M is the value of
  572. # this parameter, are deleted from the cache to create free space on
  573. # the NFS share. Defaults to: 720.
  574. CONFIG_CINDER_NETAPP_EXPIRY_THRES_MINUTES=720
  575.  
  576. # If the percentage of available space for an NFS share has dropped
  577. # below the value specified by this parameter, the NFS image cache is
  578. # cleaned.  Defaults to: 20.
  579. CONFIG_CINDER_NETAPP_THRES_AVL_SIZE_PERC_START=20
  580.  
  581. # When the percentage of available space on an NFS share has reached
  582. # the percentage specified by this parameter, the driver stops
  583. # clearing files from the NFS image cache that have not been accessed
  584. # in the last M minutes, where M is the value of the
  585. # CONFIG_CINDER_NETAPP_EXPIRY_THRES_MINUTES parameter. Defaults to:
  586. # 60.
  587. CONFIG_CINDER_NETAPP_THRES_AVL_SIZE_PERC_STOP=60
  588.  
  589. # Single or comma-separated list of NetApp NFS shares for Block
  590. # Storage to use.  Format: ip-address:/export-name. Defaults to: ''.
  591. CONFIG_CINDER_NETAPP_NFS_SHARES=
  592.  
  593. # File with the list of available NFS shares.   Defaults to:
  594. # '/etc/cinder/shares.conf'.
  595. CONFIG_CINDER_NETAPP_NFS_SHARES_CONFIG=/etc/cinder/shares.conf
  596.  
  597. # This parameter is only utilized when the storage protocol is
  598. # configured to use iSCSI or FC. This parameter is used to restrict
  599. # provisioning to the specified controller volumes. Specify the value
  600. # of this parameter to be a comma separated list of NetApp controller
  601. # volume names to be used for provisioning. Defaults to: ''.
  602. CONFIG_CINDER_NETAPP_VOLUME_LIST=
  603.  
  604. # The vFiler unit on which provisioning of block storage volumes will
  605. # be done. This parameter is only used by the driver when connecting
  606. # to an instance with a storage family of Data ONTAP operating in
  607. # 7-Mode Only use this parameter when utilizing the MultiStore feature
  608. # on the NetApp storage system. Defaults to: ''.
  609. CONFIG_CINDER_NETAPP_VFILER=
  610.  
  611. # The name of the config.conf stanza for a Data ONTAP (7-mode) HA
  612. # partner.  This option is only used by the driver when connecting to
  613. # an instance with a storage family of Data ONTAP operating in 7-Mode,
  614. # and it is required if the storage protocol selected is FC. Defaults
  615. # to: ''.
  616. CONFIG_CINDER_NETAPP_PARTNER_BACKEND_NAME=
  617.  
  618. # This option specifies the virtual storage server (Vserver) name on
  619. # the storage cluster on which provisioning of block storage volumes
  620. # should occur. Defaults to: ''.
  621. CONFIG_CINDER_NETAPP_VSERVER=
  622.  
  623. # Restricts provisioning to the specified controllers. Value must be
  624. # a comma-separated list of controller hostnames or IP addresses to be
  625. # used for provisioning. This option is only utilized when the storage
  626. # family is configured to use E-Series. Defaults to: ''.
  627. CONFIG_CINDER_NETAPP_CONTROLLER_IPS=
  628.  
  629. # Password for the NetApp E-Series storage array. Defaults to: ''.
  630. CONFIG_CINDER_NETAPP_SA_PASSWORD=
  631.  
  632. # This option is used to define how the controllers in the E-Series
  633. # storage array will work with the particular operating system on the
  634. # hosts that are connected to it. Defaults to: 'linux_dm_mp'
  635. CONFIG_CINDER_NETAPP_ESERIES_HOST_TYPE=linux_dm_mp
  636.  
  637. # Path to the NetApp E-Series proxy application on a proxy server.
  638. # The value is combined with the value of the
  639. # CONFIG_CINDER_NETAPP_TRANSPORT_TYPE, CONFIG_CINDER_NETAPP_HOSTNAME,
  640. # and CONFIG_CINDER_NETAPP_HOSTNAME options to create the URL used by
  641. # the driver to connect to the proxy application. Defaults to:
  642. # '/devmgr/v2'.
  643. CONFIG_CINDER_NETAPP_WEBSERVICE_PATH=/devmgr/v2
  644.  
  645. # Restricts provisioning to the specified storage pools. Only dynamic
  646. # disk pools are currently supported. The value must be a comma-
  647. # separated list of disk pool names to be used for provisioning.
  648. # Defaults to: ''.
  649. CONFIG_CINDER_NETAPP_STORAGE_POOLS=
  650.  
  651. # Password to use for the OpenStack File Share service (manila) to
  652. # access the database.
  653. CONFIG_MANILA_DB_PW=PW_PLACEHOLDER
  654.  
  655. # Password to use for the OpenStack File Share service (manila) to
  656. # authenticate with the Identity service.
  657. CONFIG_MANILA_KS_PW=PW_PLACEHOLDER
  658.  
  659. # Backend for the OpenStack File Share service (manila); valid
  660. # options are: generic or netapp (generic, netapp).
  661. CONFIG_MANILA_BACKEND=generic
  662.  
  663. # Denotes whether the driver should handle the responsibility of
  664. # managing share servers. This must be set to false if the driver is
  665. # to operate without managing share servers. Defaults to: 'false'
  666. # (true, false).
  667. CONFIG_MANILA_NETAPP_DRV_HANDLES_SHARE_SERVERS=false
  668.  
  669. # The transport protocol used when communicating with the storage
  670. # system or proxy server. Valid values are 'http' and 'https'.
  671. # Defaults to: 'https' (https, http).
  672. CONFIG_MANILA_NETAPP_TRANSPORT_TYPE=https
  673.  
  674. # Administrative user account name used to access the NetApp storage
  675. # system.  Defaults to: ''.
  676. CONFIG_MANILA_NETAPP_LOGIN=admin
  677.  
  678. # Password for the NetApp administrative user account specified in
  679. # the CONFIG_MANILA_NETAPP_LOGIN parameter. Defaults to: ''.
  680. CONFIG_MANILA_NETAPP_PASSWORD=
  681.  
  682. # Hostname (or IP address) for the NetApp storage system or proxy
  683. # server. Defaults to: ''.
  684. CONFIG_MANILA_NETAPP_SERVER_HOSTNAME=
  685.  
  686. # The storage family type used on the storage system; valid values
  687. # are ontap_cluster for clustered Data ONTAP. Defaults to:
  688. # 'ontap_cluster'.
  689. CONFIG_MANILA_NETAPP_STORAGE_FAMILY=ontap_cluster
  690.  
  691. # The TCP port to use for communication with the storage system or
  692. # proxy server. If not specified, Data ONTAP drivers will use 80 for
  693. # HTTP and 443 for HTTPS. Defaults to: '443'.
  694. CONFIG_MANILA_NETAPP_SERVER_PORT=443
  695.  
  696. # Pattern for searching available aggregates for NetApp provisioning.
  697. # Defaults to: '(.*)'.
  698. CONFIG_MANILA_NETAPP_AGGREGATE_NAME_SEARCH_PATTERN=(.*)
  699.  
  700. # Name of aggregate on which to create the NetApp root volume. This
  701. # option only applies when the option
  702. # CONFIG_MANILA_NETAPP_DRV_HANDLES_SHARE_SERVERS is set to True.
  703. CONFIG_MANILA_NETAPP_ROOT_VOLUME_AGGREGATE=
  704.  
  705. # NetApp root volume name. Defaults to: 'root'.
  706. CONFIG_MANILA_NETAPP_ROOT_VOLUME_NAME=root
  707.  
  708. # This option specifies the storage virtual machine (previously
  709. # called a Vserver) name on the storage cluster on which provisioning
  710. # of shared file systems should occur. This option only applies when
  711. # the option driver_handles_share_servers is set to False. Defaults
  712. # to: ''.
  713. CONFIG_MANILA_NETAPP_VSERVER=
  714.  
  715. # Denotes whether the driver should handle the responsibility of
  716. # managing share servers. This must be set to false if the driver is
  717. # to operate without managing share servers. Defaults to: 'true'.
  718. # ['true', 'false']
  719. CONFIG_MANILA_GENERIC_DRV_HANDLES_SHARE_SERVERS=true
  720.  
  721. # Volume name template for Manila service. Defaults to: 'manila-
  722. # share-%s'.
  723. CONFIG_MANILA_GENERIC_VOLUME_NAME_TEMPLATE=manila-share-%s
  724.  
  725. # Share mount path for Manila service. Defaults to: '/shares'.
  726. CONFIG_MANILA_GENERIC_SHARE_MOUNT_PATH=/shares
  727.  
  728. # Location of disk image for Manila service instance. Defaults to: '
  729. CONFIG_MANILA_SERVICE_IMAGE_LOCATION=https://www.dropbox.com/s/vi5oeh10q1qkckh/ubuntu_1204_nfs_cifs.qcow2
  730.  
  731. # User in Manila service instance.
  732. CONFIG_MANILA_SERVICE_INSTANCE_USER=ubuntu
  733.  
  734. # Password to service instance user.
  735. CONFIG_MANILA_SERVICE_INSTANCE_PASSWORD=ubuntu
  736.  
  737. # Type of networking that the backend will use. A more detailed
  738. # description of each option is available in the Manila docs. Defaults
  739. # to: 'neutron'. ['neutron', 'nova-network', 'standalone']
  740. CONFIG_MANILA_NETWORK_TYPE=neutron
  741.  
  742. # Gateway IPv4 address that should be used. Required. Defaults to:
  743. # ''.
  744. CONFIG_MANILA_NETWORK_STANDALONE_GATEWAY=
  745.  
  746. # Network mask that will be used. Can be either decimal like '24' or
  747. # binary like '255.255.255.0'. Required. Defaults to: ''.
  748. CONFIG_MANILA_NETWORK_STANDALONE_NETMASK=
  749.  
  750. # Set it if network has segmentation (VLAN, VXLAN, etc). It will be
  751. # assigned to share-network and share drivers will be able to use this
  752. # for network interfaces within provisioned share servers. Optional.
  753. # Example: 1001. Defaults to: ''.
  754. CONFIG_MANILA_NETWORK_STANDALONE_SEG_ID=
  755.  
  756. # Can be IP address, range of IP addresses or list of addresses or
  757. # ranges. Contains addresses from IP network that are allowed to be
  758. # used. If empty, then will be assumed that all host addresses from
  759. # network can be used. Optional. Examples: 10.0.0.10 or
  760. # 10.0.0.10-10.0.0.20 or
  761. # 10.0.0.10-10.0.0.20,10.0.0.30-10.0.0.40,10.0.0.50. Defaults to: ''.
  762. CONFIG_MANILA_NETWORK_STANDALONE_IP_RANGE=
  763.  
  764. # IP version of network. Optional. Defaults to: 4 (4, 6).
  765. CONFIG_MANILA_NETWORK_STANDALONE_IP_VERSION=4
  766.  
  767. # Password to use for OpenStack Bare Metal Provisioning (ironic) to
  768. # access the database.
  769. CONFIG_IRONIC_DB_PW=PW_PLACEHOLDER
  770.  
  771. # Password to use for OpenStack Bare Metal Provisioning to
  772. # authenticate with the Identity service.
  773. CONFIG_IRONIC_KS_PW=PW_PLACEHOLDER
  774.  
  775. # Password to use for the Compute service (nova) to access the
  776. # database.
  777. CONFIG_NOVA_DB_PW=13bd9adad3ed4e07
  778.  
  779. # Password to use for the Compute service to authenticate with the
  780. # Identity service.
  781. CONFIG_NOVA_KS_PW=18828626550c41d5
  782.  
  783. # Overcommitment ratio for virtual to physical CPUs. Specify 1.0 to
  784. # disable CPU overcommitment.
  785. CONFIG_NOVA_SCHED_CPU_ALLOC_RATIO=16.0
  786.  
  787. # Overcommitment ratio for virtual to physical RAM. Specify 1.0 to
  788. # disable RAM overcommitment.
  789. CONFIG_NOVA_SCHED_RAM_ALLOC_RATIO=1.5
  790.  
  791. # Protocol used for instance migration. Valid options are: tcp and
  792. # ssh. Note that by default, the Compute user is created with the
  793. # /sbin/nologin shell so that the SSH protocol will not work. To make
  794. # the SSH protocol work, you must configure the Compute user on
  795. # compute hosts manually (tcp, ssh).
  796. CONFIG_NOVA_COMPUTE_MIGRATE_PROTOCOL=tcp
  797.  
  798. # Manager that runs the Compute service.
  799. CONFIG_NOVA_COMPUTE_MANAGER=nova.compute.manager.ComputeManager
  800.  
  801. # PEM encoded certificate to be used for ssl on the https server,
  802. # leave blank if one should be generated, this certificate should not
  803. # require a passphrase. If CONFIG_HORIZON_SSL is set to 'n' this
  804. # parameter is ignored.
  805. CONFIG_VNC_SSL_CERT=
  806.  
  807. # SSL keyfile corresponding to the certificate if one was entered. If
  808. # CONFIG_HORIZON_SSL is set to 'n' this parameter is ignored.
  809. CONFIG_VNC_SSL_KEY=
  810.  
  811. # Private interface for flat DHCP on the Compute servers.
  812. CONFIG_NOVA_COMPUTE_PRIVIF=eth1
  813.  
  814. # Compute Network Manager. ['^nova\.network\.manager\.\w+Manager$']
  815. CONFIG_NOVA_NETWORK_MANAGER=nova.network.manager.FlatDHCPManager
  816.  
  817. # Public interface on the Compute network server.
  818. CONFIG_NOVA_NETWORK_PUBIF=eno16780032
  819.  
  820. # Private interface for flat DHCP on the Compute network server.
  821. CONFIG_NOVA_NETWORK_PRIVIF=eno33559296
  822.  
  823. # IP Range for flat DHCP. ['^[\:\.\da-fA-f]+(\/\d+){0,1}$']
  824. CONFIG_NOVA_NETWORK_FIXEDRANGE=192.168.32.0/22
  825.  
  826. # IP Range for floating IP addresses. ['^[\:\.\da-
  827. # fA-f]+(\/\d+){0,1}$']
  828. CONFIG_NOVA_NETWORK_FLOATRANGE=10.3.4.0/22
  829.  
  830. # Specify 'y' to automatically assign a floating IP to new instances.
  831. # (y, n)
  832. CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n
  833.  
  834. # First VLAN for private networks (Compute networking).
  835. CONFIG_NOVA_NETWORK_VLAN_START=100
  836.  
  837. # Number of networks to support (Compute networking).
  838. CONFIG_NOVA_NETWORK_NUMBER=1
  839.  
  840. # Number of addresses in each private subnet (Compute networking).
  841. CONFIG_NOVA_NETWORK_SIZE=255
  842.  
  843. # Password to use for OpenStack Networking (neutron) to authenticate
  844. # with the Identity service.
  845. CONFIG_NEUTRON_KS_PW=33bf9ab9a0804809
  846.  
  847. # The password to use for OpenStack Networking to access the
  848. # database.
  849. CONFIG_NEUTRON_DB_PW=c6708142fc66404a
  850.  
  851. # The name of the Open vSwitch bridge (or empty for linuxbridge) for
  852. # the OpenStack Networking L3 agent to use for external  traffic.
  853. # Specify 'provider' if you intend to use a provider network to handle
  854. # external traffic.
  855. CONFIG_NEUTRON_L3_EXT_BRIDGE=br-ex
  856.  
  857. # Password for the OpenStack Networking metadata agent.
  858. CONFIG_NEUTRON_METADATA_PW=7b53b161ded144f4
  859.  
  860. # Specify 'y' to install OpenStack Networking's Load-Balancing-
  861. # as-a-Service (LBaaS) (y, n).
  862. CONFIG_LBAAS_INSTALL=y
  863.  
  864. # Specify 'y' to install OpenStack Networking's L3 Metering agent (y,
  865. # n).
  866. CONFIG_NEUTRON_METERING_AGENT_INSTALL=y
  867.  
  868. # Specify 'y' to configure OpenStack Networking's Firewall-
  869. # as-a-Service (FWaaS) (y, n)
  870. CONFIG_NEUTRON_FWAAS=y
  871.  
  872. # Comma-separated list of network-type driver entry points to be
  873. # loaded from the neutron.ml2.type_drivers namespace (local, flat,
  874. # vlan, gre, vxlan).
  875. CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vlan
  876.  
  877. # Comma-separated, ordered list of network types to allocate as
  878. # tenant networks. The 'local' value is only useful for single-box
  879. # testing and provides no connectivity between hosts (local, vlan,
  880. # gre, vxlan).
  881. CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vlan
  882.  
  883. # Comma-separated ordered list of networking mechanism driver entry
  884. # points to be loaded from the neutron.ml2.mechanism_drivers namespace
  885. # (logger, test, linuxbridge, openvswitch, hyperv, ncs, arista,
  886. # cisco_nexus, mlnx, l2population).
  887. CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS=openvswitch
  888.  
  889. # Comma-separated list of physical_network names with which flat
  890. # networks can be created. Use * to allow flat networks with arbitrary
  891. # physical_network names.
  892. CONFIG_NEUTRON_ML2_FLAT_NETWORKS=*
  893.  
  894. # Comma-separated list of <physical_network>:<vlan_min>:<vlan_max> or
  895. # <physical_network> specifying physical_network names usable for VLAN
  896. # provider and tenant networks, as well as ranges of VLAN tags on each
  897. # available for allocation to tenant networks.
  898. CONFIG_NEUTRON_ML2_VLAN_RANGES=physnet1:1:1000
  899.  
  900. # Comma-separated list of <tun_min>:<tun_max> tuples enumerating
  901. # ranges of GRE tunnel IDs that are available for tenant-network
  902. # allocation. A tuple must be an array with tun_max +1 - tun_min >
  903. # 1000000.
  904. CONFIG_NEUTRON_ML2_TUNNEL_ID_RANGES=
  905.  
  906. # Comma-separated list of addresses for VXLAN multicast group. If
  907. # left empty, disables VXLAN from sending allocate broadcast traffic
  908. # (disables multicast VXLAN mode). Should be a Multicast IP (v4 or v6)
  909. # address.
  910. CONFIG_NEUTRON_ML2_VXLAN_GROUP=
  911.  
  912. # Comma-separated list of <vni_min>:<vni_max> tuples enumerating
  913. # ranges of VXLAN VNI IDs that are available for tenant network
  914. # allocation. Minimum value is 0 and maximum value is 16777215.
  915. CONFIG_NEUTRON_ML2_VNI_RANGES=10:100
  916.  
  917. # Name of the L2 agent to be used with OpenStack Networking
  918. # (linuxbridge, openvswitch).
  919. CONFIG_NEUTRON_L2_AGENT=openvswitch
  920.  
  921. # Comma-separated list of interface mappings for the OpenStack
  922. # Networking linuxbridge plugin. Each tuple in the list must be in the
  923. # format <physical_network>:<net_interface>. Example:
  924. # physnet1:eth1,physnet2:eth2,physnet3:eth3.
  925. CONFIG_NEUTRON_LB_INTERFACE_MAPPINGS=
  926.  
  927. # Comma-separated list of bridge mappings for the OpenStack
  928. # Networking Open vSwitch plugin. Each tuple in the list must be in
  929. # the format <physical_network>:<ovs_bridge>. Example: physnet1:br-
  930. # eth1,physnet2:br-eth2,physnet3:br-eth3
  931. CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=physnet1:br-eno33559296
  932.  
  933. # Comma-separated list of colon-separated Open vSwitch
  934. # <bridge>:<interface> pairs. The interface will be added to the
  935. # associated bridge. If you desire the bridge to be persistent a value
  936. # must be added to this directive, also
  937. # CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS must be set in order to create
  938. # the proper port. This can be achieved from the command line by
  939. # issuing the following command: packstack --allinone --os-neutron-
  940. # ovs-bridge-mappings=ext-net:br-ex --os-neutron-ovs-bridge-interfaces
  941. # =br-ex:eth0
  942. CONFIG_NEUTRON_OVS_BRIDGE_IFACES=br-eno33559296:eno33559296
  943.  
  944. # Interface for the Open vSwitch tunnel. Packstack overrides the IP
  945. # address used for tunnels on this hypervisor to the IP found on the
  946. # specified interface (for example, eth1).
  947. CONFIG_NEUTRON_OVS_TUNNEL_IF=
  948.  
  949. # VXLAN UDP port.
  950. CONFIG_NEUTRON_OVS_VXLAN_UDP_PORT=4789
  951.  
  952. # Specify 'y' to set up Horizon communication over https (y, n).
  953. CONFIG_HORIZON_SSL=y
  954.  
  955. # Secret key to use for Horizon Secret Encryption Key.
  956. CONFIG_HORIZON_SECRET_KEY=232869e3005547f888391c24de1c82c3
  957.  
  958. # PEM-encoded certificate to be used for SSL connections on the https
  959. # server (the certificate should not require a passphrase). To
  960. # generate a certificate, leave blank.
  961. CONFIG_HORIZON_SSL_CERT=
  962.  
  963. # SSL keyfile corresponding to the certificate if one was specified.
  964. CONFIG_HORIZON_SSL_KEY=
  965.  
  966. CONFIG_HORIZON_SSL_CACERT=
  967.  
  968. # Password to use for the Object Storage service to authenticate with
  969. # the Identity service.
  970. CONFIG_SWIFT_KS_PW=588030edbf36478e
  971.  
  972. # Comma-separated list of devices to use as storage device for Object
  973. # Storage. Each entry must take the format /path/to/dev (for example,
  974. # specifying /dev/vdb installs /dev/vdb as the Object Storage storage
  975. # device; Packstack does not create the filesystem, you must do this
  976. # first). If left empty, Packstack creates a loopback device for test
  977. # setup.
  978. CONFIG_SWIFT_STORAGES=/dev/sdb2,/dev/sdb3
  979.  
  980. # Number of Object Storage storage zones; this number MUST be no
  981. # larger than the number of configured storage devices.
  982. CONFIG_SWIFT_STORAGE_ZONES=2
  983.  
  984. # Number of Object Storage storage replicas; this number MUST be no
  985. # larger than the number of configured storage zones.
  986. CONFIG_SWIFT_STORAGE_REPLICAS=2
  987.  
  988. # File system type for storage nodes (xfs, ext4).
  989. CONFIG_SWIFT_STORAGE_FSTYPE=xfs
  990.  
  991. # Custom seed number to use for swift_hash_path_suffix in
  992. # /etc/swift/swift.conf. If you do not provide a value, a seed number
  993. # is automatically generated.
  994. CONFIG_SWIFT_HASH=abbaf9f7da5b4fdb
  995.  
  996. # Size of the Object Storage loopback file storage device.
  997. CONFIG_SWIFT_STORAGE_SIZE=2G
  998.  
  999. # Password used by Orchestration service user to authenticate against
  1000. # the database.
  1001. CONFIG_HEAT_DB_PW=PW_PLACEHOLDER
  1002.  
  1003. # Encryption key to use for authentication in the Orchestration
  1004. # database (16, 24, or 32 chars).
  1005. CONFIG_HEAT_AUTH_ENC_KEY=cd736706983b442c
  1006.  
  1007. # Password to use for the Orchestration service to authenticate with
  1008. # the Identity service.
  1009. CONFIG_HEAT_KS_PW=PW_PLACEHOLDER
  1010.  
  1011. # Specify 'y' to install the Orchestration CloudWatch API (y, n).
  1012. CONFIG_HEAT_CLOUDWATCH_INSTALL=n
  1013.  
  1014. # Specify 'y' to install the Orchestration CloudFormation API (y, n).
  1015. CONFIG_HEAT_CFN_INSTALL=y
  1016.  
  1017. # Name of the Identity domain for Orchestration.
  1018. CONFIG_HEAT_DOMAIN=heat
  1019.  
  1020. # Name of the Identity domain administrative user for Orchestration.
  1021. CONFIG_HEAT_DOMAIN_ADMIN=heat_admin
  1022.  
  1023. # Password for the Identity domain administrative user for
  1024. # Orchestration.
  1025. CONFIG_HEAT_DOMAIN_PASSWORD=PW_PLACEHOLDER
  1026.  
  1027. # Specify 'y' to provision for demo usage and testing (y, n).
  1028. CONFIG_PROVISION_DEMO=n
  1029.  
  1030. # Specify 'y' to configure the OpenStack Integration Test Suite
  1031. # (tempest) for testing. The test suite requires OpenStack Networking
  1032. # to be installed (y, n).
  1033. CONFIG_PROVISION_TEMPEST=n
  1034.  
  1035. # CIDR network address for the floating IP subnet.
  1036. CONFIG_PROVISION_DEMO_FLOATRANGE=172.24.4.224/28
  1037.  
  1038. # The name to be assigned to the demo image in Glance (default
  1039. # "cirros").
  1040. CONFIG_PROVISION_IMAGE_NAME=cirros
  1041.  
  1042. # A URL or local file location for an image to download and provision
  1043. # in Glance (defaults to a URL for a recent "cirros" image).
  1044. CONFIG_PROVISION_IMAGE_URL=http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img
  1045.  
  1046. # Format for the demo image (default "qcow2").
  1047. CONFIG_PROVISION_IMAGE_FORMAT=qcow2
  1048.  
  1049. # User to use when connecting to instances booted from the demo
  1050. # image.
  1051. CONFIG_PROVISION_IMAGE_SSH_USER=cirros
  1052.  
  1053. # Name of the Integration Test Suite provisioning user. If you do not
  1054. # provide a user name, Tempest is configured in a standalone mode.
  1055. CONFIG_PROVISION_TEMPEST_USER=
  1056.  
  1057. # Password to use for the Integration Test Suite provisioning user.
  1058. CONFIG_PROVISION_TEMPEST_USER_PW=PW_PLACEHOLDER
  1059.  
  1060. # CIDR network address for the floating IP subnet.
  1061. CONFIG_PROVISION_TEMPEST_FLOATRANGE=172.24.4.224/28
  1062.  
  1063. # URI of the Integration Test Suite git repository.
  1064. CONFIG_PROVISION_TEMPEST_REPO_URI=https://github.com/openstack/tempest.git
  1065.  
  1066. # Revision (branch) of the Integration Test Suite git repository.
  1067. CONFIG_PROVISION_TEMPEST_REPO_REVISION=master
  1068.  
  1069. # Specify 'y' to configure the Open vSwitch external bridge for an
  1070. # all-in-one deployment (the L3 external bridge acts as the gateway
  1071. # for virtual machines) (y, n).
  1072. CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE=n
  1073.  
  1074. # Secret key for signing Telemetry service (ceilometer) messages.
  1075. CONFIG_CEILOMETER_SECRET=1c413a6fcb6c4246
  1076.  
  1077. # Password to use for Telemetry to authenticate with the Identity
  1078. # service.
  1079. CONFIG_CEILOMETER_KS_PW=7771b8c88a7f4f39
  1080.  
  1081. # Backend driver for Telemetry's group membership coordination
  1082. # (redis, none).
  1083. CONFIG_CEILOMETER_COORDINATION_BACKEND=redis
  1084.  
  1085. # IP address of the server on which to install MongoDB.
  1086. CONFIG_MONGODB_HOST=10.254.102.124
  1087.  
  1088. # IP address of the server on which to install the Redis master
  1089. # server.
  1090. CONFIG_REDIS_MASTER_HOST=10.254.102.124
  1091.  
  1092. # Port on which the Redis server(s) listens.
  1093. CONFIG_REDIS_PORT=6379
  1094.  
  1095. # Specify 'y' to have Redis try to use HA (y, n).
  1096. CONFIG_REDIS_HA=n
  1097.  
  1098. # Hosts on which to install Redis slaves.
  1099. CONFIG_REDIS_SLAVE_HOSTS=
  1100.  
  1101. # Hosts on which to install Redis sentinel servers.
  1102. CONFIG_REDIS_SENTINEL_HOSTS=
  1103.  
  1104. # Host to configure as the Redis coordination sentinel.
  1105. CONFIG_REDIS_SENTINEL_CONTACT_HOST=
  1106.  
  1107. # Port on which Redis sentinel servers listen.
  1108. CONFIG_REDIS_SENTINEL_PORT=26379
  1109.  
  1110. # Quorum value for Redis sentinel servers.
  1111. CONFIG_REDIS_SENTINEL_QUORUM=2
  1112.  
  1113. # Name of the master server watched by the Redis sentinel (eg.
  1114. # master).
  1115. CONFIG_REDIS_MASTER_NAME=mymaster
  1116.  
  1117. # Password to use for OpenStack Data Processing (sahara) to access
  1118. # the database.
  1119. CONFIG_SAHARA_DB_PW=PW_PLACEHOLDER
  1120.  
  1121. # Password to use for OpenStack Data Processing to authenticate with
  1122. # the Identity service.
  1123. CONFIG_SAHARA_KS_PW=PW_PLACEHOLDER
  1124.  
  1125. # Password to use for OpenStack Database-as-a-Service (trove) to
  1126. # access the database.
  1127. CONFIG_TROVE_DB_PW=PW_PLACEHOLDER
  1128.  
  1129. # Password to use for OpenStack Database-as-a-Service to authenticate
  1130. # with the Identity service.
  1131. CONFIG_TROVE_KS_PW=PW_PLACEHOLDER
  1132.  
  1133. # User name to use when OpenStack Database-as-a-Service connects to
  1134. # the Compute service.
  1135. CONFIG_TROVE_NOVA_USER=trove
  1136.  
  1137. # Tenant to use when OpenStack Database-as-a-Service connects to the
  1138. # Compute service.
  1139. CONFIG_TROVE_NOVA_TENANT=services
  1140.  
  1141. # Password to use when OpenStack Database-as-a-Service connects to
  1142. # the Compute service.
  1143. CONFIG_TROVE_NOVA_PW=PW_PLACEHOLDER
  1144.  
  1145. # Password of the nagiosadmin user on the Nagios server.
  1146. CONFIG_NAGIOS_PW=c0ff532e9a2f4b47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement