Advertisement
Guest User

answer

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