Guest User

Untitled

a guest
Oct 17th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.40 KB | None | 0 0
  1. [DEFAULT]
  2.  
  3. #
  4. # From kolla
  5. #
  6.  
  7. # The distro type of the base image. (string value)
  8. # Possible values:
  9. # centos - <No description provided>
  10. # rhel - <No description provided>
  11. # ubuntu - <No description provided>
  12. # oraclelinux - <No description provided>
  13. # debian - <No description provided>
  14. base = ubuntu
  15.  
  16. # The base distro image tag (string value)
  17. # we can specify code 'bionic' or version '18.04 or 'latest'
  18. base_tag = 18.04
  19.  
  20. # The base image name. Default is the same with base. (string value)
  21. #base_image = <None>
  22.  
  23. # The base architecture. Default is same as host. (string value)
  24. # Possible values:
  25. # x86_64 - <No description provided>
  26. # ppc64le - <No description provided>
  27. # aarch64 - <No description provided>
  28. base_arch = x86_64
  29.  
  30. # Use dumb-init as init system in containers (boolean value)
  31. use_dumb_init = true
  32.  
  33. # Turn on debugging log level (boolean value)
  34. #debug = false
  35.  
  36. # Do not rebuild parents of matched images (boolean value)
  37. #skip_parents = false
  38.  
  39. # Do not rebuild images present in the docker cache (boolean value)
  40. #skip_existing = false
  41.  
  42. # Set docker build time variables (dict value)
  43. #build_args = <None>
  44.  
  45. # Keep failed intermediate containers (boolean value)
  46. #keep = false
  47.  
  48. # Show image dependencies (filtering supported) (boolean value)
  49. #list_dependencies = <None>
  50.  
  51. # Show all available images (filtering supported) (boolean value)
  52. #list_images = <None>
  53.  
  54. # The Docker namespace name (string value)
  55. #namespace = itops/expostackv2_stage
  56. namespace = "expostackv2"
  57.  
  58. # The network mode for Docker build. Example: host (string value)
  59. #network_mode = <None>
  60.  
  61. # Use the Docker cache when building (boolean value)
  62. #cache = true
  63.  
  64. # Build a pre-defined set of images, see [profiles] section in config.
  65. # The default profiles are: infra, main, aux, default, gate (string
  66. # value)
  67. #profile = <None>
  68.  
  69. # Push images after building (boolean value)
  70. #push = false
  71. # Currently expodockerregistry is facing issue if push flag is true
  72. # Once image build is complete, need to push images manually
  73. push = false
  74.  
  75. # The number of threads to user while pushing Images. Note: Docker can
  76. # not handle threading push properly (integer value)
  77. # Minimum value: 1
  78. #push_threads = 1
  79.  
  80. # The number of times to retry while building (integer value)
  81. # Minimum value: 0
  82. #retries = 3
  83.  
  84. # Build only images matching regex and its dependencies (string value)
  85. #regex = <None>
  86.  
  87. # The docker registry host. The default registry host is Docker Hub
  88. # (string value)
  89. #registry = <None>
  90. registry = expodockerregistry.tf-net.tribalfusion.com
  91.  
  92. # Path to the file to store the docker image dependency in Graphviz
  93. # dot format (string value)
  94. #save_dependency = <None>
  95.  
  96. # Format to write the final results in (string value)
  97. # Possible values:
  98. # json - <No description provided>
  99. # none - <No description provided>
  100. #format = json
  101.  
  102. # Base url to OpenStack tarballs (string value)
  103. #tarballs_base = https://tarballs.openstack.org
  104.  
  105. # The method of the OpenStack install. (string value)
  106. # Possible values:
  107. # binary - <No description provided>
  108. # source - <No description provided>
  109. # rdo - <No description provided>
  110. # rhos - <No description provided>
  111. install_type = source
  112.  
  113. # The number of threads to use while building. (Note: setting to one
  114. # will allow real time logging) (integer value)
  115. # Minimum value: 1
  116. #threads = 8
  117.  
  118. # The Docker tag (string value)
  119. #tag = 8.0.0
  120. # stable/stein is 8.0.0 as per release tag
  121. tag = stein
  122. #tag = 8.0.1
  123.  
  124. # Don't build images. Generate Dockerfile only (boolean value)
  125. #template_only = false
  126.  
  127. # Time in seconds after which any operation times out (integer value)
  128. #timeout = 120
  129.  
  130. # Path to template override file (string value)
  131. #template_override = <None>
  132.  
  133. # Path to additional docker file template directory, can be specified
  134. # multiple times (string value)
  135. #docker_dir = []
  136.  
  137. # Path to logs directory (string value)
  138. #logs_dir = <None>
  139. logs_dir = /tmp/build_logs/
  140.  
  141. # Attempt to pull a newer version of the base image (boolean value)
  142. #pull = true
  143.  
  144. # Path to be used as working directory. By default, a temporary dir is
  145. # created (string value)
  146. #work_dir = <None>
  147.  
  148. # Squash the image layers. WARNING: it will consume lots of disk IO.
  149. # "docker-squash" tool is required, install it by "pip install docker-
  150. # squash" (boolean value)
  151. #squash = false
  152.  
  153. # Content of the maintainer label (string value)
  154. #maintainer = Kolla Project (https://launchpad.net/kolla)
  155.  
  156. # Use this parameter to override the default package manager used by
  157. # kolla. For example, if you want to use yum on a system with dnf, set
  158. # this to yum which will use yum command in the build process (string
  159. # value)
  160. #distro_package_manager = <None>
  161.  
  162. # Set the package type of the distro. If not set then the packaging
  163. # type is set to "rpm" if a RHEL based distro and "deb" if a Debian
  164. # based distro. (string value)
  165. #base_package_type = <None>
  166.  
  167. # Comma separated list of .rpm or .repo file(s) or URL(s) to install
  168. # before building containers (list value)
  169. #rpm_setup_config =
  170.  
  171. # Path to custom sources.list (string value)
  172. #apt_sources_list = <None>
  173.  
  174. # Path to custom apt/preferences (string value)
  175. #apt_preferences = <None>
  176.  
  177. # Remove source image from Docker after squashing (boolean value)
  178. #squash_cleanup = true
  179.  
  180. # Temporary directory to be used during squashing (string value)
  181. #squash_tmp_dir = <None>
  182.  
  183. # Clean all package cache. (boolean value)
  184. #clean_package_cache = true
  185.  
  186.  
  187. [almanach-base]
  188.  
  189. #
  190. # From kolla
  191. #
  192.  
  193. # Source location type (string value)
  194. # Possible values:
  195. # local - <No description provided>
  196. # git - <No description provided>
  197. # url - <No description provided>
  198. #type = url
  199.  
  200. # The location for source install (string value)
  201. #location = $tarballs_base/almanach/almanach-4.1.0.tar.gz
  202.  
  203. # Git reference to pull, commit sha, tag or branch name (string value)
  204. #reference = <None>
  205.  
  206.  
  207. [almanach-user]
  208.  
  209. #
  210. # From kolla
  211. #
  212.  
  213. # The user id (integer value)
  214. #uid = 42475
  215.  
  216. # The group id (integer value)
  217. #gid = 42475
  218.  
  219.  
  220. [ansible-user]
  221.  
  222. #
  223. # From kolla
  224. #
  225.  
  226. # The user id (integer value)
  227. #uid = 42401
  228.  
  229. # The group id (integer value)
  230. #gid = 42401
  231.  
  232.  
  233. [aodh-base]
  234.  
  235. #
  236. # From kolla
  237. #
  238.  
  239. # Source location type (string value)
  240. # Possible values:
  241. # local - <No description provided>
  242. # git - <No description provided>
  243. # url - <No description provided>
  244. #type = url
  245.  
  246. # The location for source install (string value)
  247. #location = $tarballs_base/aodh/aodh-8.0.0.tar.gz
  248.  
  249. # Git reference to pull, commit sha, tag or branch name (string value)
  250. #reference = <None>
  251.  
  252. type = local
  253. location = /opt/stack/expostackv2/aodh
  254.  
  255. [aodh-user]
  256.  
  257. #
  258. # From kolla
  259. #
  260.  
  261. # The user id (integer value)
  262. #uid = 42402
  263.  
  264. # The group id (integer value)
  265. #gid = 42402
  266.  
  267.  
  268. [barbican-base]
  269.  
  270. #
  271. # From kolla
  272. #
  273.  
  274. # Source location type (string value)
  275. # Possible values:
  276. # local - <No description provided>
  277. # git - <No description provided>
  278. # url - <No description provided>
  279. #type = url
  280.  
  281. # The location for source install (string value)
  282. #location = $tarballs_base/barbican/barbican-8.0.0.tar.gz
  283.  
  284. # Git reference to pull, commit sha, tag or branch name (string value)
  285. #reference = <None>
  286.  
  287.  
  288. [barbican-user]
  289.  
  290. #
  291. # From kolla
  292. #
  293.  
  294. # The user id (integer value)
  295. #uid = 42403
  296.  
  297. # The group id (integer value)
  298. #gid = 42403
  299.  
  300.  
  301. [bifrost-base]
  302.  
  303. #
  304. # From kolla
  305. #
  306.  
  307. # Source location type (string value)
  308. # Possible values:
  309. # local - <No description provided>
  310. # git - <No description provided>
  311. # url - <No description provided>
  312. #type = url
  313.  
  314. # The location for source install (string value)
  315. #location = $tarballs_base/bifrost/bifrost-6.0.2.tar.gz
  316.  
  317. # Git reference to pull, commit sha, tag or branch name (string value)
  318. #reference = <None>
  319.  
  320.  
  321. [bifrost-user]
  322.  
  323. #
  324. # From kolla
  325. #
  326.  
  327. # The user id (integer value)
  328. #uid = 42404
  329.  
  330. # The group id (integer value)
  331. #gid = 42404
  332.  
  333.  
  334. [blazar-base]
  335.  
  336. #
  337. # From kolla
  338. #
  339.  
  340. # Source location type (string value)
  341. # Possible values:
  342. # local - <No description provided>
  343. # git - <No description provided>
  344. # url - <No description provided>
  345. #type = url
  346.  
  347. # The location for source install (string value)
  348. #location = $tarballs_base/blazar/blazar-3.0.0.tar.gz
  349.  
  350. # Git reference to pull, commit sha, tag or branch name (string value)
  351. #reference = <None>
  352.  
  353.  
  354. [blazar-user]
  355.  
  356. #
  357. # From kolla
  358. #
  359.  
  360. # The user id (integer value)
  361. #uid = 42471
  362.  
  363. # The group id (integer value)
  364. #gid = 42471
  365.  
  366.  
  367. [ceilometer-base]
  368.  
  369. #
  370. # From kolla
  371. #
  372.  
  373. # Source location type (string value)
  374. # Possible values:
  375. # local - <No description provided>
  376. # git - <No description provided>
  377. # url - <No description provided>
  378. #type = url
  379.  
  380. # The location for source install (string value)
  381. #location = $tarballs_base/ceilometer/ceilometer-12.0.0.tar.gz
  382.  
  383. # Git reference to pull, commit sha, tag or branch name (string value)
  384. #reference = <None>
  385. type = local
  386. location = /opt/stack/expostackv2/ceilometer
  387.  
  388. [ceilometer-base-plugin-panko]
  389.  
  390. #
  391. # From kolla
  392. #
  393.  
  394. # Source location type (string value)
  395. # Possible values:
  396. # local - <No description provided>
  397. # git - <No description provided>
  398. # url - <No description provided>
  399. #type = url
  400.  
  401. # The location for source install (string value)
  402. #location = $tarballs_base/panko/panko-6.0.0.tar.gz
  403.  
  404. # Git reference to pull, commit sha, tag or branch name (string value)
  405. #reference = <None>
  406.  
  407.  
  408. [ceilometer-user]
  409.  
  410. #
  411. # From kolla
  412. #
  413.  
  414. # The user id (integer value)
  415. #uid = 42405
  416.  
  417. # The group id (integer value)
  418. #gid = 42405
  419.  
  420.  
  421. [ceph-user]
  422.  
  423. #
  424. # From kolla
  425. #
  426.  
  427. # The user id (integer value)
  428. #uid = 64045
  429.  
  430. # The group id (integer value)
  431. #gid = 64045
  432.  
  433.  
  434. [chrony-user]
  435.  
  436. #
  437. # From kolla
  438. #
  439.  
  440. # The user id (integer value)
  441. #uid = 42406
  442.  
  443. # The group id (integer value)
  444. #gid = 42406
  445.  
  446.  
  447. [cinder-base]
  448.  
  449. #
  450. # From kolla
  451. #
  452.  
  453. # Source location type (string value)
  454. # Possible values:
  455. # local - <No description provided>
  456. # git - <No description provided>
  457. # url - <No description provided>
  458. #type = url
  459.  
  460. # The location for source install (string value)
  461. #location = $tarballs_base/cinder/cinder-14.0.0.tar.gz
  462.  
  463. # Git reference to pull, commit sha, tag or branch name (string value)
  464. #reference = <None>
  465. type = local
  466. location = /opt/stack/expostackv2/cinder
  467.  
  468. [cinder-user]
  469.  
  470. #
  471. # From kolla
  472. #
  473.  
  474. # The user id (integer value)
  475. #uid = 42407
  476.  
  477. # The group id (integer value)
  478. #gid = 42407
  479.  
  480.  
  481. [cloudkitty-base]
  482.  
  483. #
  484. # From kolla
  485. #
  486.  
  487. # Source location type (string value)
  488. # Possible values:
  489. # local - <No description provided>
  490. # git - <No description provided>
  491. # url - <No description provided>
  492. #type = url
  493.  
  494. # The location for source install (string value)
  495. #location = $tarballs_base/cloudkitty/cloudkitty-9.0.0.tar.gz
  496.  
  497. # Git reference to pull, commit sha, tag or branch name (string value)
  498. #reference = <None>
  499.  
  500.  
  501. [cloudkitty-user]
  502.  
  503. #
  504. # From kolla
  505. #
  506.  
  507. # The user id (integer value)
  508. #uid = 42408
  509.  
  510. # The group id (integer value)
  511. #gid = 42408
  512.  
  513.  
  514. [collectd-user]
  515.  
  516. #
  517. # From kolla
  518. #
  519.  
  520. # The user id (integer value)
  521. #uid = 42409
  522.  
  523. # The group id (integer value)
  524. #gid = 42409
  525.  
  526.  
  527. [congress-base]
  528.  
  529. #
  530. # From kolla
  531. #
  532.  
  533. # Source location type (string value)
  534. # Possible values:
  535. # local - <No description provided>
  536. # git - <No description provided>
  537. # url - <No description provided>
  538. #type = url
  539.  
  540. # The location for source install (string value)
  541. #location = $tarballs_base/congress/openstack-congress-9.0.0.tar.gz
  542.  
  543. # Git reference to pull, commit sha, tag or branch name (string value)
  544. #reference = <None>
  545. type = local
  546. location = /opt/stack/expostackv2/congress
  547.  
  548. [congress-user]
  549.  
  550. #
  551. # From kolla
  552. #
  553.  
  554. # The user id (integer value)
  555. #uid = 42410
  556.  
  557. # The group id (integer value)
  558. #gid = 42410
  559.  
  560.  
  561. [crane]
  562.  
  563. #
  564. # From kolla
  565. #
  566.  
  567. # Source location type (string value)
  568. # Possible values:
  569. # local - <No description provided>
  570. # git - <No description provided>
  571. # url - <No description provided>
  572. #type = url
  573.  
  574. # The location for source install (string value)
  575. #location = https://github.com/pulp/crane/archive/3.3.0.tar.gz
  576.  
  577. # Git reference to pull, commit sha, tag or branch name (string value)
  578. #reference = <None>
  579.  
  580.  
  581. [cyborg-base]
  582.  
  583. #
  584. # From kolla
  585. #
  586.  
  587. # Source location type (string value)
  588. # Possible values:
  589. # local - <No description provided>
  590. # git - <No description provided>
  591. # url - <No description provided>
  592. #type = url
  593.  
  594. # The location for source install (string value)
  595. #location = $tarballs_base/cyborg/openstack-cyborg-2.0.0.tar.gz
  596.  
  597. # Git reference to pull, commit sha, tag or branch name (string value)
  598. #reference = <None>
  599.  
  600.  
  601. [cyborg-user]
  602.  
  603. #
  604. # From kolla
  605. #
  606.  
  607. # The user id (integer value)
  608. #uid = 42483
  609.  
  610. # The group id (integer value)
  611. #gid = 42483
  612.  
  613.  
  614. [designate-base]
  615.  
  616. #
  617. # From kolla
  618. #
  619.  
  620. # Source location type (string value)
  621. # Possible values:
  622. # local - <No description provided>
  623. # git - <No description provided>
  624. # url - <No description provided>
  625. #type = url
  626.  
  627. # The location for source install (string value)
  628. #location = $tarballs_base/designate/designate-8.0.0.tar.gz
  629.  
  630. # Git reference to pull, commit sha, tag or branch name (string value)
  631. #reference = <None>
  632.  
  633.  
  634. [designate-user]
  635.  
  636. #
  637. # From kolla
  638. #
  639.  
  640. # The user id (integer value)
  641. #uid = 42411
  642.  
  643. # The group id (integer value)
  644. #gid = 42411
  645.  
  646.  
  647. [dragonflow-base]
  648.  
  649. #
  650. # From kolla
  651. #
  652.  
  653. # Source location type (string value)
  654. # Possible values:
  655. # local - <No description provided>
  656. # git - <No description provided>
  657. # url - <No description provided>
  658. #type = url
  659.  
  660. # The location for source install (string value)
  661. #location = $tarballs_base/dragonflow/dragonflow-3.0.0.tar.gz
  662.  
  663. # Git reference to pull, commit sha, tag or branch name (string value)
  664. #reference = <None>
  665.  
  666.  
  667. [dragonflow-user]
  668.  
  669. #
  670. # From kolla
  671. #
  672.  
  673. # The user id (integer value)
  674. #uid = 42464
  675.  
  676. # The group id (integer value)
  677. #gid = 42464
  678.  
  679.  
  680. [ec2-api]
  681.  
  682. #
  683. # From kolla
  684. #
  685.  
  686. # Source location type (string value)
  687. # Possible values:
  688. # local - <No description provided>
  689. # git - <No description provided>
  690. # url - <No description provided>
  691. #type = url
  692.  
  693. # The location for source install (string value)
  694. #location = $tarballs_base/ec2-api/ec2-api-8.0.0.tar.gz
  695.  
  696. # Git reference to pull, commit sha, tag or branch name (string value)
  697. #reference = <None>
  698.  
  699. [ec2api-user]
  700.  
  701. #
  702. # From kolla
  703. #
  704.  
  705. # The user id (integer value)
  706. #uid = 42466
  707.  
  708. # The group id (integer value)
  709. #gid = 42466
  710.  
  711.  
  712. [elasticsearch-user]
  713.  
  714. #
  715. # From kolla
  716. #
  717.  
  718. # The user id (integer value)
  719. #uid = 42412
  720.  
  721. # The group id (integer value)
  722. #gid = 42412
  723.  
  724.  
  725. [etcd-user]
  726.  
  727. #
  728. # From kolla
  729. #
  730.  
  731. # The user id (integer value)
  732. #uid = 42413
  733.  
  734. # The group id (integer value)
  735. #gid = 42413
  736.  
  737.  
  738. [fluentd-user]
  739.  
  740. #
  741. # From kolla
  742. #
  743.  
  744. # The user id (integer value)
  745. #uid = 42474
  746.  
  747. # The group id (integer value)
  748. #gid = 42474
  749.  
  750.  
  751. [freezer-api]
  752.  
  753. #
  754. # From kolla
  755. #
  756.  
  757. # Source location type (string value)
  758. # Possible values:
  759. # local - <No description provided>
  760. # git - <No description provided>
  761. # url - <No description provided>
  762. #type = url
  763.  
  764. # The location for source install (string value)
  765. #location = $tarballs_base/freezer-api/freezer-api-7.1.0.tar.gz
  766.  
  767. # Git reference to pull, commit sha, tag or branch name (string value)
  768. #reference = <None>
  769.  
  770.  
  771. [freezer-base]
  772.  
  773. #
  774. # From kolla
  775. #
  776.  
  777. # Source location type (string value)
  778. # Possible values:
  779. # local - <No description provided>
  780. # git - <No description provided>
  781. # url - <No description provided>
  782. #type = url
  783.  
  784. # The location for source install (string value)
  785. #location = $tarballs_base/freezer/freezer-7.1.0.tar.gz
  786.  
  787. # Git reference to pull, commit sha, tag or branch name (string value)
  788. #reference = <None>
  789.  
  790.  
  791. [freezer-user]
  792.  
  793. #
  794. # From kolla
  795. #
  796.  
  797. # The user id (integer value)
  798. #uid = 42414
  799.  
  800. # The group id (integer value)
  801. #gid = 42414
  802.  
  803.  
  804. [glance-base]
  805.  
  806. #
  807. # From kolla
  808. #
  809.  
  810. # Source location type (string value)
  811. # Possible values:
  812. # local - <No description provided>
  813. # git - <No description provided>
  814. # url - <No description provided>
  815. #type = url
  816.  
  817. # The location for source install (string value)
  818. #location = $tarballs_base/glance/glance-18.0.0.tar.gz
  819.  
  820. # Git reference to pull, commit sha, tag or branch name (string value)
  821. #reference = <None>
  822.  
  823. type = local
  824. location = /opt/stack/expostackv2/glance
  825.  
  826. [glance-user]
  827.  
  828. #
  829. # From kolla
  830. #
  831.  
  832. # The user id (integer value)
  833. #uid = 42415
  834.  
  835. # The group id (integer value)
  836. #gid = 42415
  837.  
  838. [gnocchi-base]
  839.  
  840.  
  841. # From kolla
  842. #
  843.  
  844. # Source location type (string value)
  845. # Possible values:
  846. # local - <No description provided>
  847. # git - <No description provided>
  848. # url - <No description provided>
  849. #type = git
  850.  
  851. # The location for source install (string value)
  852. #location = https://github.com/gnocchixyz/gnocchi.git
  853.  
  854. # Git reference to pull, commit sha, tag or branch name (string value)
  855. #reference = 4.3.2
  856. #type = local
  857. #location = /opt/stack/expostackv2/gnocchi
  858.  
  859. [gnocchi-user]
  860.  
  861. #
  862. # From kolla
  863. #
  864.  
  865. # The user id (integer value)
  866. #uid = 42416
  867.  
  868. # The group id (integer value)
  869. #gid = 42416
  870.  
  871.  
  872. [grafana-user]
  873.  
  874. #
  875. # From kolla
  876. #
  877.  
  878. # The user id (integer value)
  879. #uid = 42417
  880.  
  881. # The group id (integer value)
  882. #gid = 42417
  883.  
  884.  
  885. [haproxy-user]
  886.  
  887. #
  888. # From kolla
  889. #
  890.  
  891. # The user id (integer value)
  892. #uid = 42454
  893.  
  894. # The group id (integer value)
  895. #gid = 42454
  896.  
  897.  
  898. [heat-base]
  899.  
  900. #
  901. # From kolla
  902. #
  903.  
  904. # Source location type (string value)
  905. # Possible values:
  906. # local - <No description provided>
  907. # git - <No description provided>
  908. # url - <No description provided>
  909. #type = url
  910.  
  911. # The location for source install (string value)
  912. #location = $tarballs_base/heat/openstack-heat-12.0.0.tar.gz
  913.  
  914. # Git reference to pull, commit sha, tag or branch name (string value)
  915. #reference = <None>
  916.  
  917. type = local
  918. location = /opt/stack/expostackv2/heat
  919.  
  920. [heat-user]
  921.  
  922. #
  923. # From kolla
  924. #
  925.  
  926. # The user id (integer value)
  927. #uid = 42418
  928.  
  929. # The group id (integer value)
  930. #gid = 42418
  931.  
  932.  
  933. [horizon]
  934.  
  935. #
  936. # From kolla
  937. #
  938.  
  939. # Source location type (string value)
  940. # Possible values:
  941. # local - <No description provided>
  942. # git - <No description provided>
  943. # url - <No description provided>
  944. #type = url
  945.  
  946. # The location for source install (string value)
  947. #location = $tarballs_base/horizon/horizon-15.1.0.tar.gz
  948.  
  949. # Git reference to pull, commit sha, tag or branch name (string value)
  950. #reference = <None>
  951. type = local
  952. #location = /opt/stack/expostackv2/horizon
  953. location = /opt/stack/prashant_test/horizon
  954. [horizon-plugin-blazar-dashboard]
  955.  
  956. #
  957. # From kolla
  958. #
  959.  
  960. # Source location type (string value)
  961. # Possible values:
  962. # local - <No description provided>
  963. # git - <No description provided>
  964. # url - <No description provided>
  965. #type = url
  966.  
  967. # The location for source install (string value)
  968. #location = $tarballs_base/blazar-dashboard/blazar-dashboard-1.3.0.tar.gz
  969.  
  970. # Git reference to pull, commit sha, tag or branch name (string value)
  971. #reference = <None>
  972.  
  973.  
  974. [horizon-plugin-cloudkitty-dashboard]
  975.  
  976. #
  977. # From kolla
  978. #
  979.  
  980. # Source location type (string value)
  981. # Possible values:
  982. # local - <No description provided>
  983. # git - <No description provided>
  984. # url - <No description provided>
  985. #type = url
  986.  
  987. # The location for source install (string value)
  988. #location = $tarballs_base/cloudkitty-dashboard/cloudkitty-dashboard-8.1.0.tar.gz
  989.  
  990. # Git reference to pull, commit sha, tag or branch name (string value)
  991. #reference = <None>
  992.  
  993.  
  994. [horizon-plugin-congress-dashboard]
  995.  
  996. #
  997. # From kolla
  998. #
  999.  
  1000. # Source location type (string value)
  1001. # Possible values:
  1002. # local - <No description provided>
  1003. # git - <No description provided>
  1004. # url - <No description provided>
  1005. #type = url
  1006.  
  1007. # The location for source install (string value)
  1008. #location = $tarballs_base/congress-dashboard/congress-dashboard-4.0.0.tar.gz
  1009.  
  1010. # Git reference to pull, commit sha, tag or branch name (string value)
  1011. #reference = <None>
  1012. #type = local
  1013. #location = /opt/stack/expostackv2/congress-dashboard
  1014.  
  1015. [horizon-plugin-designate-dashboard]
  1016.  
  1017. #
  1018. # From kolla
  1019. #
  1020.  
  1021. # Source location type (string value)
  1022. # Possible values:
  1023. # local - <No description provided>
  1024. # git - <No description provided>
  1025. # url - <No description provided>
  1026. #type = url
  1027.  
  1028. # The location for source install (string value)
  1029. #location = $tarballs_base/designate-dashboard/designate-dashboard-8.0.0.tar.gz
  1030.  
  1031. # Git reference to pull, commit sha, tag or branch name (string value)
  1032. #reference = <None>
  1033.  
  1034.  
  1035. [horizon-plugin-freezer-web-ui]
  1036.  
  1037. #
  1038. # From kolla
  1039. #
  1040.  
  1041. # Source location type (string value)
  1042. # Possible values:
  1043. # local - <No description provided>
  1044. # git - <No description provided>
  1045. # url - <No description provided>
  1046. #type = url
  1047.  
  1048. # The location for source install (string value)
  1049. #location = $tarballs_base/freezer-web-ui/freezer-web-ui-7.1.0.tar.gz
  1050.  
  1051. # Git reference to pull, commit sha, tag or branch name (string value)
  1052. #reference = <None>
  1053.  
  1054.  
  1055. [horizon-plugin-fwaas-dashboard]
  1056.  
  1057. #
  1058. # From kolla
  1059. #
  1060.  
  1061. # Source location type (string value)
  1062. # Possible values:
  1063. # local - <No description provided>
  1064. # git - <No description provided>
  1065. # url - <No description provided>
  1066. #type = url
  1067.  
  1068. # The location for source install (string value)
  1069. #location = $tarballs_base/neutron-fwaas-dashboard/neutron-fwaas-dashboard-2.0.1.tar.gz
  1070.  
  1071. # Git reference to pull, commit sha, tag or branch name (string value)
  1072. #reference = <None>
  1073.  
  1074.  
  1075. [horizon-plugin-heat-dashboard]
  1076.  
  1077. #
  1078. # From kolla
  1079. #
  1080.  
  1081. # Source location type (string value)
  1082. # Possible values:
  1083. # local - <No description provided>
  1084. # git - <No description provided>
  1085. # url - <No description provided>
  1086. #type = url
  1087.  
  1088. # The location for source install (string value)
  1089. #location = $tarballs_base/heat-dashboard/heat-dashboard-1.5.0.tar.gz
  1090.  
  1091. # Git reference to pull, commit sha, tag or branch name (string value)
  1092. #reference = <None>
  1093. type = local
  1094. location = /opt/stack/expostackv2/heat-dashboard
  1095.  
  1096. [horizon-plugin-ironic-ui]
  1097.  
  1098. #
  1099. # From kolla
  1100. #
  1101.  
  1102. # Source location type (string value)
  1103. # Possible values:
  1104. # local - <No description provided>
  1105. # git - <No description provided>
  1106. # url - <No description provided>
  1107. #type = url
  1108.  
  1109. # The location for source install (string value)
  1110. #location = $tarballs_base/ironic-ui/ironic-ui-3.4.0.tar.gz
  1111.  
  1112. # Git reference to pull, commit sha, tag or branch name (string value)
  1113. #reference = <None>
  1114. type = local
  1115. location = /opt/stack/expostackv2/ironic-ui
  1116.  
  1117. [horizon-plugin-karbor-dashboard]
  1118.  
  1119. #
  1120. # From kolla
  1121. #
  1122.  
  1123. # Source location type (string value)
  1124. # Possible values:
  1125. # local - <No description provided>
  1126. # git - <No description provided>
  1127. # url - <No description provided>
  1128. #type = url
  1129.  
  1130. # The location for source install (string value)
  1131. #location = $tarballs_base/karbor-dashboard/karbor-dashboard-1.2.1.tar.gz
  1132.  
  1133. # Git reference to pull, commit sha, tag or branch name (string value)
  1134. #reference = <None>
  1135.  
  1136.  
  1137. [horizon-plugin-magnum-ui]
  1138.  
  1139. #
  1140. # From kolla
  1141. #
  1142.  
  1143. # Source location type (string value)
  1144. # Possible values:
  1145. # local - <No description provided>
  1146. # git - <No description provided>
  1147. # url - <No description provided>
  1148. #type = url
  1149.  
  1150. # The location for source install (string value)
  1151. #location = $tarballs_base/magnum-ui/magnum-ui-5.1.0.tar.gz
  1152.  
  1153. # Git reference to pull, commit sha, tag or branch name (string value)
  1154. #reference = <None>
  1155.  
  1156.  
  1157. [horizon-plugin-manila-ui]
  1158.  
  1159. #
  1160. # From kolla
  1161. #
  1162.  
  1163. # Source location type (string value)
  1164. # Possible values:
  1165. # local - <No description provided>
  1166. # git - <No description provided>
  1167. # url - <No description provided>
  1168. #type = url
  1169.  
  1170. # The location for source install (string value)
  1171. #location = $tarballs_base/manila-ui/manila-ui-2.18.0.tar.gz
  1172.  
  1173. # Git reference to pull, commit sha, tag or branch name (string value)
  1174. #reference = <None>
  1175.  
  1176.  
  1177. [horizon-plugin-mistral-dashboard]
  1178.  
  1179. #
  1180. # From kolla
  1181. #
  1182.  
  1183. # Source location type (string value)
  1184. # Possible values:
  1185. # local - <No description provided>
  1186. # git - <No description provided>
  1187. # url - <No description provided>
  1188. #type = url
  1189.  
  1190. # The location for source install (string value)
  1191. #location = $tarballs_base/mistral-dashboard/mistral-dashboard-8.0.0.tar.gz
  1192.  
  1193. # Git reference to pull, commit sha, tag or branch name (string value)
  1194. #reference = <None>
  1195. type = local
  1196. location = /opt/stack/expostackv2/mistral-dashboard
  1197.  
  1198. [horizon-plugin-monasca-ui]
  1199.  
  1200. #
  1201. # From kolla
  1202. #
  1203.  
  1204. # Source location type (string value)
  1205. # Possible values:
  1206. # local - <No description provided>
  1207. # git - <No description provided>
  1208. # url - <No description provided>
  1209. #type = url
  1210.  
  1211. # The location for source install (string value)
  1212. #location = $tarballs_base/monasca-ui/monasca-ui-1.15.0.tar.gz
  1213.  
  1214. # Git reference to pull, commit sha, tag or branch name (string value)
  1215. #reference = <None>
  1216.  
  1217.  
  1218. [horizon-plugin-murano-dashboard]
  1219.  
  1220. #
  1221. # From kolla
  1222. #
  1223.  
  1224. # Source location type (string value)
  1225. # Possible values:
  1226. # local - <No description provided>
  1227. # git - <No description provided>
  1228. # url - <No description provided>
  1229. #type = url
  1230.  
  1231. # The location for source install (string value)
  1232. #location = $tarballs_base/murano-dashboard/murano-dashboard-7.0.0.tar.gz
  1233.  
  1234. # Git reference to pull, commit sha, tag or branch name (string value)
  1235. #reference = <None>
  1236. #type = local
  1237. #location = /opt/stack/expostackv2/murano-dashboard
  1238.  
  1239. [horizon-plugin-neutron-lbaas-dashboard]
  1240.  
  1241. #
  1242. # From kolla
  1243. #
  1244.  
  1245. # Source location type (string value)
  1246. # Possible values:
  1247. # local - <No description provided>
  1248. # git - <No description provided>
  1249. # url - <No description provided>
  1250. #type = url
  1251.  
  1252. # The location for source install (string value)
  1253. #location = $tarballs_base/neutron-lbaas-dashboard/neutron-lbaas-dashboard-6.0.0.tar.gz
  1254.  
  1255. # Git reference to pull, commit sha, tag or branch name (string value)
  1256. #reference = <None>
  1257.  
  1258.  
  1259. [horizon-plugin-neutron-vpnaas-dashboard]
  1260.  
  1261. #
  1262. # From kolla
  1263. #
  1264.  
  1265. # Source location type (string value)
  1266. # Possible values:
  1267. # local - <No description provided>
  1268. # git - <No description provided>
  1269. # url - <No description provided>
  1270. #type = url
  1271.  
  1272. # The location for source install (string value)
  1273. #location = $tarballs_base/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard-1.5.1.tar.gz
  1274.  
  1275. # Git reference to pull, commit sha, tag or branch name (string value)
  1276. #reference = <None>
  1277.  
  1278.  
  1279. [horizon-plugin-octavia-dashboard]
  1280.  
  1281. #
  1282. # From kolla
  1283. #
  1284.  
  1285. # Source location type (string value)
  1286. # Possible values:
  1287. # local - <No description provided>
  1288. # git - <No description provided>
  1289. # url - <No description provided>
  1290. #type = url
  1291.  
  1292. # The location for source install (string value)
  1293. #location = $tarballs_base/octavia-dashboard/octavia-dashboard-3.0.1.tar.gz
  1294.  
  1295. # Git reference to pull, commit sha, tag or branch name (string value)
  1296. #reference = <None>
  1297.  
  1298.  
  1299. [horizon-plugin-sahara-dashboard]
  1300.  
  1301. #
  1302. # From kolla
  1303. #
  1304.  
  1305. # Source location type (string value)
  1306. # Possible values:
  1307. # local - <No description provided>
  1308. # git - <No description provided>
  1309. # url - <No description provided>
  1310. #type = url
  1311.  
  1312. # The location for source install (string value)
  1313. #location = $tarballs_base/sahara-dashboard/sahara-dashboard-10.0.0.tar.gz
  1314.  
  1315. # Git reference to pull, commit sha, tag or branch name (string value)
  1316. #reference = <None>
  1317.  
  1318.  
  1319. [horizon-plugin-searchlight-ui]
  1320.  
  1321. #
  1322. # From kolla
  1323. #
  1324.  
  1325. # Source location type (string value)
  1326. # Possible values:
  1327. # local - <No description provided>
  1328. # git - <No description provided>
  1329. # url - <No description provided>
  1330. #type = url
  1331.  
  1332. # The location for source install (string value)
  1333. #location = $tarballs_base/searchlight-ui/searchlight-ui-6.0.0.tar.gz
  1334.  
  1335. # Git reference to pull, commit sha, tag or branch name (string value)
  1336. #reference = <None>
  1337.  
  1338.  
  1339. [horizon-plugin-senlin-dashboard]
  1340.  
  1341. #
  1342. # From kolla
  1343. #
  1344.  
  1345. # Source location type (string value)
  1346. # Possible values:
  1347. # local - <No description provided>
  1348. # git - <No description provided>
  1349. # url - <No description provided>
  1350. #type = url
  1351.  
  1352. # The location for source install (string value)
  1353. #location = $tarballs_base/senlin-dashboard/senlin-dashboard-0.10.1.tar.gz
  1354.  
  1355. # Git reference to pull, commit sha, tag or branch name (string value)
  1356. #reference = <None>
  1357.  
  1358.  
  1359. [horizon-plugin-solum-dashboard]
  1360.  
  1361. #
  1362. # From kolla
  1363. #
  1364.  
  1365. # Source location type (string value)
  1366. # Possible values:
  1367. # local - <No description provided>
  1368. # git - <No description provided>
  1369. # url - <No description provided>
  1370. #type = url
  1371.  
  1372. # The location for source install (string value)
  1373. #location = $tarballs_base/solum-dashboard/solum-dashboard-2.6.0.tar.gz
  1374.  
  1375. # Git reference to pull, commit sha, tag or branch name (string value)
  1376. #reference = <None>
  1377. #type = local
  1378. #location = /opt/stack/expostackv2/solum-dashboard
  1379.  
  1380. [horizon-plugin-tacker-dashboard]
  1381.  
  1382. #
  1383. # From kolla
  1384. #
  1385.  
  1386. # Source location type (string value)
  1387. # Possible values:
  1388. # local - <No description provided>
  1389. # git - <No description provided>
  1390. # url - <No description provided>
  1391. #type = url
  1392.  
  1393. # The location for source install (string value)
  1394. #location = $tarballs_base/tacker-horizon/tacker-horizon-0.14.0.tar.gz
  1395.  
  1396. # Git reference to pull, commit sha, tag or branch name (string value)
  1397. #reference = <None>
  1398.  
  1399.  
  1400. [horizon-plugin-trove-dashboard]
  1401.  
  1402. #
  1403. # From kolla
  1404. #
  1405.  
  1406. # Source location type (string value)
  1407. # Possible values:
  1408. # local - <No description provided>
  1409. # git - <No description provided>
  1410. # url - <No description provided>
  1411. #type = url
  1412.  
  1413. # The location for source install (string value)
  1414. #location = $tarballs_base/trove-dashboard/trove-dashboard-12.0.0.tar.gz
  1415.  
  1416. # Git reference to pull, commit sha, tag or branch name (string value)
  1417. #reference = <None>
  1418.  
  1419.  
  1420. [horizon-plugin-vitrage-dashboard]
  1421.  
  1422. #
  1423. # From kolla
  1424. #
  1425.  
  1426. # Source location type (string value)
  1427. # Possible values:
  1428. # local - <No description provided>
  1429. # git - <No description provided>
  1430. # url - <No description provided>
  1431. #type = url
  1432.  
  1433. # The location for source install (string value)
  1434. #location = $tarballs_base/vitrage-dashboard/vitrage-dashboard-1.9.1.tar.gz
  1435.  
  1436. # Git reference to pull, commit sha, tag or branch name (string value)
  1437. #reference = <None>
  1438. #type = local
  1439. #location = /opt/stack/expostackv2/vitrage-dashboard
  1440.  
  1441. [horizon-plugin-watcher-dashboard]
  1442.  
  1443. #
  1444. # From kolla
  1445. #
  1446.  
  1447. # Source location type (string value)
  1448. # Possible values:
  1449. # local - <No description provided>
  1450. # git - <No description provided>
  1451. # url - <No description provided>
  1452. #type = url
  1453.  
  1454. # The location for source install (string value)
  1455. #location = $tarballs_base/watcher-dashboard/watcher-dashboard-1.12.0.tar.gz
  1456.  
  1457. # Git reference to pull, commit sha, tag or branch name (string value)
  1458. #reference = <None>
  1459. #type = local
  1460. #location = /opt/stack/expostackv2/watcher-dashboard
  1461.  
  1462. [horizon-plugin-zaqar-ui]
  1463.  
  1464. #
  1465. # From kolla
  1466. #
  1467.  
  1468. # Source location type (string value)
  1469. # Possible values:
  1470. # local - <No description provided>
  1471. # git - <No description provided>
  1472. # url - <No description provided>
  1473. #type = url
  1474.  
  1475. # The location for source install (string value)
  1476. #location = $tarballs_base/zaqar-ui/zaqar-ui-6.0.0.tar.gz
  1477.  
  1478. # Git reference to pull, commit sha, tag or branch name (string value)
  1479. #reference = <None>
  1480.  
  1481.  
  1482. [horizon-plugin-zun-ui]
  1483.  
  1484. #
  1485. # From kolla
  1486. #
  1487.  
  1488. # Source location type (string value)
  1489. # Possible values:
  1490. # local - <No description provided>
  1491. # git - <No description provided>
  1492. # url - <No description provided>
  1493. #type = url
  1494.  
  1495. # The location for source install (string value)
  1496. #location = $tarballs_base/zun-ui/zun-ui-3.0.0.tar.gz
  1497.  
  1498. # Git reference to pull, commit sha, tag or branch name (string value)
  1499. #reference = <None>
  1500.  
  1501.  
  1502. [horizon-user]
  1503.  
  1504. #
  1505. # From kolla
  1506. #
  1507.  
  1508. # The user id (integer value)
  1509. #uid = 42420
  1510.  
  1511. # The group id (integer value)
  1512. #gid = 42420
  1513.  
  1514.  
  1515. [hugetlbfs-user]
  1516.  
  1517. #
  1518. # From kolla
  1519. #
  1520.  
  1521. # The user id (integer value)
  1522. #uid = 42477
  1523.  
  1524. # The group id (integer value)
  1525. #gid = 42477
  1526.  
  1527.  
  1528. [influxdb-user]
  1529.  
  1530. #
  1531. # From kolla
  1532. #
  1533.  
  1534. # The user id (integer value)
  1535. #uid = 42421
  1536.  
  1537. # The group id (integer value)
  1538. #gid = 42421
  1539.  
  1540.  
  1541. [ironic-base]
  1542.  
  1543. #
  1544. # From kolla
  1545. #
  1546.  
  1547. # Source location type (string value)
  1548. # Possible values:
  1549. # local - <No description provided>
  1550. # git - <No description provided>
  1551. # url - <No description provided>
  1552. #type = url
  1553.  
  1554. # The location for source install (string value)
  1555. #location = $tarballs_base/ironic/ironic-12.1.1.tar.gz
  1556.  
  1557. # Git reference to pull, commit sha, tag or branch name (string value)
  1558. #reference = <None>
  1559. #type = local
  1560. #location = /opt/stack/expostackv2/ironic
  1561.  
  1562. [ironic-inspector]
  1563.  
  1564. #
  1565. # From kolla
  1566. #
  1567.  
  1568. # Source location type (string value)
  1569. # Possible values:
  1570. # local - <No description provided>
  1571. # git - <No description provided>
  1572. # url - <No description provided>
  1573. #type = url
  1574.  
  1575. # The location for source install (string value)
  1576. #location = $tarballs_base/ironic-inspector/ironic-inspector-8.2.2.tar.gz
  1577.  
  1578. # Git reference to pull, commit sha, tag or branch name (string value)
  1579. #reference = <None>
  1580.  
  1581.  
  1582. [ironic-inspector-user]
  1583.  
  1584. #
  1585. # From kolla
  1586. #
  1587.  
  1588. # The user id (integer value)
  1589. #uid = 42461
  1590.  
  1591. # The group id (integer value)
  1592. #gid = 42461
  1593.  
  1594.  
  1595. [ironic-user]
  1596.  
  1597. #
  1598. # From kolla
  1599. #
  1600.  
  1601. # The user id (integer value)
  1602. #uid = 42422
  1603.  
  1604. # The group id (integer value)
  1605. #gid = 42422
  1606.  
  1607.  
  1608. [kafka-user]
  1609.  
  1610. #
  1611. # From kolla
  1612. #
  1613.  
  1614. # The user id (integer value)
  1615. #uid = 42423
  1616.  
  1617. # The group id (integer value)
  1618. #gid = 42423
  1619.  
  1620.  
  1621. [karbor-base]
  1622.  
  1623. #
  1624. # From kolla
  1625. #
  1626.  
  1627. # Source location type (string value)
  1628. # Possible values:
  1629. # local - <No description provided>
  1630. # git - <No description provided>
  1631. # url - <No description provided>
  1632. #type = url
  1633.  
  1634. # The location for source install (string value)
  1635. #location = $tarballs_base/karbor/karbor-1.3.0.tar.gz
  1636.  
  1637. # Git reference to pull, commit sha, tag or branch name (string value)
  1638. #reference = <None>
  1639.  
  1640.  
  1641. [karbor-user]
  1642.  
  1643. #
  1644. # From kolla
  1645. #
  1646.  
  1647. # The user id (integer value)
  1648. #uid = 42458
  1649.  
  1650. # The group id (integer value)
  1651. #gid = 42458
  1652.  
  1653.  
  1654. [keystone-base]
  1655.  
  1656. #
  1657. # From kolla
  1658. #
  1659.  
  1660. # Source location type (string value)
  1661. # Possible values:
  1662. # local - <No description provided>
  1663. # git - <No description provided>
  1664. # url - <No description provided>
  1665. #type = url
  1666.  
  1667. # The location for source install (string value)
  1668. #location = $tarballs_base/keystone/keystone-15.0.0.tar.gz
  1669.  
  1670. # Git reference to pull, commit sha, tag or branch name (string value)
  1671. #reference = <None>
  1672. type = local
  1673. location = /opt/stack/expostackv2/keystone
  1674.  
  1675. [keystone-user]
  1676.  
  1677. #
  1678. # From kolla
  1679. #
  1680.  
  1681. # The user id (integer value)
  1682. #uid = 42425
  1683.  
  1684. # The group id (integer value)
  1685. #gid = 42425
  1686.  
  1687.  
  1688. [kibana-user]
  1689.  
  1690. #
  1691. # From kolla
  1692. #
  1693.  
  1694. # The user id (integer value)
  1695. #uid = 42426
  1696.  
  1697. # The group id (integer value)
  1698. #gid = 42426
  1699.  
  1700.  
  1701. [kolla-user]
  1702.  
  1703. #
  1704. # From kolla
  1705. #
  1706.  
  1707. # The user id (integer value)
  1708. #uid = 42400
  1709.  
  1710. # The group id (integer value)
  1711. #gid = 42400
  1712.  
  1713.  
  1714. [kuryr-base]
  1715.  
  1716. #
  1717. # From kolla
  1718. #
  1719.  
  1720. # Source location type (string value)
  1721. # Possible values:
  1722. # local - <No description provided>
  1723. # git - <No description provided>
  1724. # url - <No description provided>
  1725. #type = url
  1726.  
  1727. # The location for source install (string value)
  1728. #location = $tarballs_base/kuryr/kuryr-lib-0.9.0.tar.gz
  1729.  
  1730. # Git reference to pull, commit sha, tag or branch name (string value)
  1731. #reference = <None>
  1732.  
  1733.  
  1734. [kuryr-libnetwork]
  1735.  
  1736. #
  1737. # From kolla
  1738. #
  1739.  
  1740. # Source location type (string value)
  1741. # Possible values:
  1742. # local - <No description provided>
  1743. # git - <No description provided>
  1744. # url - <No description provided>
  1745. #type = url
  1746.  
  1747. # The location for source install (string value)
  1748. #location = $tarballs_base/kuryr-libnetwork/kuryr-libnetwork-3.0.0.tar.gz
  1749.  
  1750. # Git reference to pull, commit sha, tag or branch name (string value)
  1751. #reference = <None>
  1752.  
  1753.  
  1754. [kuryr-user]
  1755.  
  1756. #
  1757. # From kolla
  1758. #
  1759.  
  1760. # The user id (integer value)
  1761. #uid = 42469
  1762.  
  1763. # The group id (integer value)
  1764. #gid = 42469
  1765.  
  1766.  
  1767. [libvirt-user]
  1768.  
  1769. #
  1770. # From kolla
  1771. #
  1772.  
  1773. # The user id (integer value)
  1774. #uid = 42473
  1775.  
  1776. # The group id (integer value)
  1777. #gid = 42473
  1778.  
  1779.  
  1780. [logstash-user]
  1781.  
  1782. #
  1783. # From kolla
  1784. #
  1785.  
  1786. # The user id (integer value)
  1787. #uid = 42478
  1788.  
  1789. # The group id (integer value)
  1790. #gid = 42478
  1791.  
  1792.  
  1793. [magnum-base]
  1794.  
  1795. #
  1796. # From kolla
  1797. #
  1798.  
  1799. # Source location type (string value)
  1800. # Possible values:
  1801. # local - <No description provided>
  1802. # git - <No description provided>
  1803. # url - <No description provided>
  1804. #type = url
  1805.  
  1806. # The location for source install (string value)
  1807. #location = $tarballs_base/magnum/magnum-8.0.0.tar.gz
  1808.  
  1809. # Git reference to pull, commit sha, tag or branch name (string value)
  1810. #reference = <None>
  1811.  
  1812.  
  1813. [magnum-user]
  1814.  
  1815. #
  1816. # From kolla
  1817. #
  1818.  
  1819. # The user id (integer value)
  1820. #uid = 42428
  1821.  
  1822. # The group id (integer value)
  1823. #gid = 42428
  1824.  
  1825.  
  1826. [manila-base]
  1827.  
  1828. #
  1829. # From kolla
  1830. #
  1831.  
  1832. # Source location type (string value)
  1833. # Possible values:
  1834. # local - <No description provided>
  1835. # git - <No description provided>
  1836. # url - <No description provided>
  1837. #type = url
  1838.  
  1839. # The location for source install (string value)
  1840. #location = $tarballs_base/manila/manila-8.0.0.tar.gz
  1841.  
  1842. # Git reference to pull, commit sha, tag or branch name (string value)
  1843. #reference = <None>
  1844.  
  1845.  
  1846. [manila-user]
  1847.  
  1848. #
  1849. # From kolla
  1850. #
  1851.  
  1852. # The user id (integer value)
  1853. #uid = 42429
  1854.  
  1855. # The group id (integer value)
  1856. #gid = 42429
  1857.  
  1858.  
  1859. [memcached-user]
  1860.  
  1861. #
  1862. # From kolla
  1863. #
  1864.  
  1865. # The user id (integer value)
  1866. #uid = 42457
  1867.  
  1868. # The group id (integer value)
  1869. #gid = 42457
  1870.  
  1871.  
  1872. [mistral-base]
  1873.  
  1874. #
  1875. # From kolla
  1876. #
  1877.  
  1878. # Source location type (string value)
  1879. # Possible values:
  1880. # local - <No description provided>
  1881. # git - <No description provided>
  1882. # url - <No description provided>
  1883. #type = url
  1884.  
  1885. # The location for source install (string value)
  1886. #location = $tarballs_base/mistral/mistral-8.0.0.tar.gz
  1887.  
  1888. # Git reference to pull, commit sha, tag or branch name (string value)
  1889. #reference = <None>
  1890. type = local
  1891. location = /opt/stack/expostackv2/mistral
  1892.  
  1893. [mistral-base-plugin-tacker]
  1894.  
  1895. #
  1896. # From kolla
  1897. #
  1898.  
  1899. # Source location type (string value)
  1900. # Possible values:
  1901. # local - <No description provided>
  1902. # git - <No description provided>
  1903. # url - <No description provided>
  1904. #type = url
  1905.  
  1906. # The location for source install (string value)
  1907. #location = $tarballs_base/tacker/tacker-1.0.0.tar.gz
  1908.  
  1909. # Git reference to pull, commit sha, tag or branch name (string value)
  1910. #reference = <None>
  1911.  
  1912.  
  1913. [mistral-user]
  1914.  
  1915. #
  1916. # From kolla
  1917. #
  1918.  
  1919. # The user id (integer value)
  1920. #uid = 42430
  1921.  
  1922. # The group id (integer value)
  1923. #gid = 42430
  1924.  
  1925.  
  1926. [monasca-agent]
  1927.  
  1928. #
  1929. # From kolla
  1930. #
  1931.  
  1932. # Source location type (string value)
  1933. # Possible values:
  1934. # local - <No description provided>
  1935. # git - <No description provided>
  1936. # url - <No description provided>
  1937. #type = url
  1938.  
  1939. # The location for source install (string value)
  1940. #location = $tarballs_base/monasca-agent/monasca-agent-2.10.0.tar.gz
  1941.  
  1942. # Git reference to pull, commit sha, tag or branch name (string value)
  1943. #reference = <None>
  1944.  
  1945.  
  1946. [monasca-api]
  1947.  
  1948. #
  1949. # From kolla
  1950. #
  1951.  
  1952. # Source location type (string value)
  1953. # Possible values:
  1954. # local - <No description provided>
  1955. # git - <No description provided>
  1956. # url - <No description provided>
  1957. #type = url
  1958.  
  1959. # The location for source install (string value)
  1960. #location = $tarballs_base/monasca-api/monasca-api-3.0.0.tar.gz
  1961.  
  1962. # Git reference to pull, commit sha, tag or branch name (string value)
  1963. #reference = <None>
  1964.  
  1965.  
  1966. [monasca-log-api]
  1967.  
  1968. #
  1969. # From kolla
  1970. #
  1971.  
  1972. # Source location type (string value)
  1973. # Possible values:
  1974. # local - <No description provided>
  1975. # git - <No description provided>
  1976. # url - <No description provided>
  1977. #type = url
  1978.  
  1979. # The location for source install (string value)
  1980. #location = $tarballs_base/monasca-log-api/monasca-log-api-2.9.0.tar.gz
  1981.  
  1982. # Git reference to pull, commit sha, tag or branch name (string value)
  1983. #reference = <None>
  1984.  
  1985.  
  1986. [monasca-notification]
  1987.  
  1988. #
  1989. # From kolla
  1990. #
  1991.  
  1992. # Source location type (string value)
  1993. # Possible values:
  1994. # local - <No description provided>
  1995. # git - <No description provided>
  1996. # url - <No description provided>
  1997. #type = url
  1998.  
  1999. # The location for source install (string value)
  2000. #location = $tarballs_base/monasca-notification/monasca-notification-1.17.0.tar.gz
  2001.  
  2002. # Git reference to pull, commit sha, tag or branch name (string value)
  2003. #reference = <None>
  2004.  
  2005.  
  2006. [monasca-persister]
  2007.  
  2008. #
  2009. # From kolla
  2010. #
  2011.  
  2012. # Source location type (string value)
  2013. # Possible values:
  2014. # local - <No description provided>
  2015. # git - <No description provided>
  2016. # url - <No description provided>
  2017. #type = url
  2018.  
  2019. # The location for source install (string value)
  2020. #location = $tarballs_base/monasca-persister/monasca-persister-1.14.0.tar.gz
  2021.  
  2022. # Git reference to pull, commit sha, tag or branch name (string value)
  2023. #reference = <None>
  2024.  
  2025.  
  2026. [monasca-statsd]
  2027.  
  2028. #
  2029. # From kolla
  2030. #
  2031.  
  2032. # Source location type (string value)
  2033. # Possible values:
  2034. # local - <No description provided>
  2035. # git - <No description provided>
  2036. # url - <No description provided>
  2037. #type = url
  2038.  
  2039. # The location for source install (string value)
  2040. #location = $tarballs_base/monasca-statsd/monasca-statsd-1.11.0.tar.gz
  2041.  
  2042. # Git reference to pull, commit sha, tag or branch name (string value)
  2043. #reference = <None>
  2044.  
  2045.  
  2046. [monasca-thresh]
  2047.  
  2048. #
  2049. # From kolla
  2050. #
  2051.  
  2052. # Source location type (string value)
  2053. # Possible values:
  2054. # local - <No description provided>
  2055. # git - <No description provided>
  2056. # url - <No description provided>
  2057. #type = url
  2058.  
  2059. # The location for source install (string value)
  2060. #location = https://github.com/openstack/monasca-thresh/archive/2.3.0.tar.gz
  2061.  
  2062. # Git reference to pull, commit sha, tag or branch name (string value)
  2063. #reference = <None>
  2064.  
  2065.  
  2066. [monasca-thresh-additions-monasca-common]
  2067.  
  2068. #
  2069. # From kolla
  2070. #
  2071.  
  2072. # Source location type (string value)
  2073. # Possible values:
  2074. # local - <No description provided>
  2075. # git - <No description provided>
  2076. # url - <No description provided>
  2077. #type = url
  2078.  
  2079. # The location for source install (string value)
  2080. #location = $tarballs_base/monasca-common/monasca-common-2.13.0.tar.gz
  2081.  
  2082. # Git reference to pull, commit sha, tag or branch name (string value)
  2083. #reference = <None>
  2084.  
  2085.  
  2086. [monasca-user]
  2087.  
  2088. #
  2089. # From kolla
  2090. #
  2091.  
  2092. # The user id (integer value)
  2093. #uid = 42431
  2094.  
  2095. # The group id (integer value)
  2096. #gid = 42431
  2097.  
  2098.  
  2099. [mongodb-user]
  2100.  
  2101. #
  2102. # From kolla
  2103. #
  2104.  
  2105. # The user id (integer value)
  2106. #uid = 42432
  2107.  
  2108. # The group id (integer value)
  2109. #gid = 65534
  2110.  
  2111.  
  2112. [murano-base]
  2113.  
  2114. #
  2115. # From kolla
  2116. #
  2117.  
  2118. # Source location type (string value)
  2119. # Possible values:
  2120. # local - <No description provided>
  2121. # git - <No description provided>
  2122. # url - <No description provided>
  2123. #type = url
  2124.  
  2125. # The location for source install (string value)
  2126. #location = $tarballs_base/murano/murano-7.0.0.tar.gz
  2127.  
  2128. # Git reference to pull, commit sha, tag or branch name (string value)
  2129. #reference = <None>
  2130. type = local
  2131. location = /opt/stack/expostackv2/murano
  2132.  
  2133. [murano-user]
  2134.  
  2135. #
  2136. # From kolla
  2137. #
  2138.  
  2139. # The user id (integer value)
  2140. #uid = 42433
  2141.  
  2142. # The group id (integer value)
  2143. #gid = 42433
  2144.  
  2145.  
  2146. [mysql-user]
  2147.  
  2148. #
  2149. # From kolla
  2150. #
  2151.  
  2152. # The user id (integer value)
  2153. #uid = 42434
  2154.  
  2155. # The group id (integer value)
  2156. #gid = 42434
  2157.  
  2158.  
  2159. [neutron-base]
  2160.  
  2161. #
  2162. # From kolla
  2163. #
  2164.  
  2165. # Source location type (string value)
  2166. # Possible values:
  2167. # local - <No description provided>
  2168. # git - <No description provided>
  2169. # url - <No description provided>
  2170. #type = url
  2171.  
  2172. # The location for source install (string value)
  2173. #location = $tarballs_base/neutron/neutron-14.0.2.tar.gz
  2174.  
  2175. # Git reference to pull, commit sha, tag or branch name (string value)
  2176. #reference = <None>
  2177. type = local
  2178. location = /opt/stack/expostackv2/neutron
  2179.  
  2180. [neutron-base-plugin-networking-ansible]
  2181.  
  2182. #
  2183. # From kolla
  2184. #
  2185.  
  2186. # Source location type (string value)
  2187. # Possible values:
  2188. # local - <No description provided>
  2189. # git - <No description provided>
  2190. # url - <No description provided>
  2191. #type = url
  2192.  
  2193. # The location for source install (string value)
  2194. #location = $tarballs_base/networking-ansible/networking-ansible-1.1.0.tar.gz
  2195.  
  2196. # Git reference to pull, commit sha, tag or branch name (string value)
  2197. #reference = <None>
  2198.  
  2199.  
  2200. [neutron-base-plugin-networking-baremetal]
  2201.  
  2202. #
  2203. # From kolla
  2204. #
  2205.  
  2206. # Source location type (string value)
  2207. # Possible values:
  2208. # local - <No description provided>
  2209. # git - <No description provided>
  2210. # url - <No description provided>
  2211. #type = url
  2212.  
  2213. # The location for source install (string value)
  2214. #location = $tarballs_base/networking-baremetal/networking-baremetal-1.3.0.tar.gz
  2215.  
  2216. # Git reference to pull, commit sha, tag or branch name (string value)
  2217. #reference = <None>
  2218.  
  2219.  
  2220. [neutron-base-plugin-networking-generic-switch]
  2221.  
  2222. #
  2223. # From kolla
  2224. #
  2225.  
  2226. # Source location type (string value)
  2227. # Possible values:
  2228. # local - <No description provided>
  2229. # git - <No description provided>
  2230. # url - <No description provided>
  2231. #type = url
  2232.  
  2233. # The location for source install (string value)
  2234. #location = $tarballs_base/networking-generic-switch/networking-generic-switch-1.3.1.tar.gz
  2235.  
  2236. # Git reference to pull, commit sha, tag or branch name (string value)
  2237. #reference = <None>
  2238.  
  2239.  
  2240. [neutron-base-plugin-networking-sfc]
  2241.  
  2242. #
  2243. # From kolla
  2244. #
  2245.  
  2246. # Source location type (string value)
  2247. # Possible values:
  2248. # local - <No description provided>
  2249. # git - <No description provided>
  2250. # url - <No description provided>
  2251. #type = url
  2252.  
  2253. # The location for source install (string value)
  2254. #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz
  2255.  
  2256. # Git reference to pull, commit sha, tag or branch name (string value)
  2257. #reference = <None>
  2258.  
  2259.  
  2260. [neutron-base-plugin-neutron-fwaas]
  2261.  
  2262. #
  2263. # From kolla
  2264. #
  2265.  
  2266. # Source location type (string value)
  2267. # Possible values:
  2268. # local - <No description provided>
  2269. # git - <No description provided>
  2270. # url - <No description provided>
  2271. #type = url
  2272.  
  2273. # The location for source install (string value)
  2274. #location = $tarballs_base/neutron-fwaas/neutron-fwaas-14.0.0.tar.gz
  2275.  
  2276. # Git reference to pull, commit sha, tag or branch name (string value)
  2277. #reference = <None>
  2278.  
  2279.  
  2280. [neutron-base-plugin-vmware-nsx]
  2281.  
  2282. #
  2283. # From kolla
  2284. #
  2285.  
  2286. # Source location type (string value)
  2287. # Possible values:
  2288. # local - <No description provided>
  2289. # git - <No description provided>
  2290. # url - <No description provided>
  2291. #type = url
  2292.  
  2293. # The location for source install (string value)
  2294. #location = $tarballs_base/vmware-nsx/vmware-nsx-master.tar.gz
  2295.  
  2296. # Git reference to pull, commit sha, tag or branch name (string value)
  2297. #reference = <None>
  2298.  
  2299.  
  2300. [neutron-base-plugin-vpnaas-agent]
  2301.  
  2302. #
  2303. # From kolla
  2304. #
  2305.  
  2306. # Source location type (string value)
  2307. # Possible values:
  2308. # local - <No description provided>
  2309. # git - <No description provided>
  2310. # url - <No description provided>
  2311. #type = url
  2312.  
  2313. # The location for source install (string value)
  2314. #location = $tarballs_base/neutron-vpnaas/neutron-vpnaas-14.0.0.tar.gz
  2315.  
  2316. # Git reference to pull, commit sha, tag or branch name (string value)
  2317. #reference = <None>
  2318.  
  2319.  
  2320. [neutron-bgp-dragent]
  2321.  
  2322. #
  2323. # From kolla
  2324. #
  2325.  
  2326. # Source location type (string value)
  2327. # Possible values:
  2328. # local - <No description provided>
  2329. # git - <No description provided>
  2330. # url - <No description provided>
  2331. #type = url
  2332.  
  2333. # The location for source install (string value)
  2334. #location = $tarballs_base/neutron-dynamic-routing/neutron-dynamic-routing-14.0.0.tar.gz
  2335.  
  2336. # Git reference to pull, commit sha, tag or branch name (string value)
  2337. #reference = <None>
  2338.  
  2339.  
  2340. [neutron-lbaas-agent]
  2341.  
  2342. #
  2343. # From kolla
  2344. #
  2345.  
  2346. # Source location type (string value)
  2347. # Possible values:
  2348. # local - <No description provided>
  2349. # git - <No description provided>
  2350. # url - <No description provided>
  2351. #type = url
  2352.  
  2353. # The location for source install (string value)
  2354. #location = $tarballs_base/neutron-lbaas/neutron-lbaas-14.0.0.tar.gz
  2355.  
  2356. # Git reference to pull, commit sha, tag or branch name (string value)
  2357. #reference = <None>
  2358.  
  2359.  
  2360. [neutron-metadata-agent-ovn-plugin-networking-ovn]
  2361.  
  2362. #
  2363. # From kolla
  2364. #
  2365.  
  2366. # Source location type (string value)
  2367. # Possible values:
  2368. # local - <No description provided>
  2369. # git - <No description provided>
  2370. # url - <No description provided>
  2371. #type = url
  2372.  
  2373. # The location for source install (string value)
  2374. #location = $tarballs_base/networking-ovn/networking-ovn-6.0.0.tar.gz
  2375.  
  2376. # Git reference to pull, commit sha, tag or branch name (string value)
  2377. #reference = <None>
  2378.  
  2379.  
  2380. [neutron-server-opendaylight-plugin-networking-bgpvpn]
  2381.  
  2382. #
  2383. # From kolla
  2384. #
  2385.  
  2386. # Source location type (string value)
  2387. # Possible values:
  2388. # local - <No description provided>
  2389. # git - <No description provided>
  2390. # url - <No description provided>
  2391. #type = url
  2392.  
  2393. # The location for source install (string value)
  2394. #location = $tarballs_base/networking-bgpvpn/networking-bgpvpn-10.0.0.tar.gz
  2395.  
  2396. # Git reference to pull, commit sha, tag or branch name (string value)
  2397. #reference = <None>
  2398.  
  2399.  
  2400. [neutron-server-opendaylight-plugin-networking-l2gw]
  2401.  
  2402. #
  2403. # From kolla
  2404. #
  2405.  
  2406. # Source location type (string value)
  2407. # Possible values:
  2408. # local - <No description provided>
  2409. # git - <No description provided>
  2410. # url - <No description provided>
  2411. #type = url
  2412.  
  2413. # The location for source install (string value)
  2414. #location = $tarballs_base/networking-l2gw/networking-l2gw-14.0.0.tar.gz
  2415.  
  2416. # Git reference to pull, commit sha, tag or branch name (string value)
  2417. #reference = <None>
  2418.  
  2419.  
  2420. [neutron-server-opendaylight-plugin-networking-odl]
  2421.  
  2422. #
  2423. # From kolla
  2424. #
  2425.  
  2426. # Source location type (string value)
  2427. # Possible values:
  2428. # local - <No description provided>
  2429. # git - <No description provided>
  2430. # url - <No description provided>
  2431. #type = url
  2432.  
  2433. # The location for source install (string value)
  2434. #location = $tarballs_base/networking-odl/networking-odl-14.0.0.tar.gz
  2435.  
  2436. # Git reference to pull, commit sha, tag or branch name (string value)
  2437. #reference = <None>
  2438.  
  2439.  
  2440. [neutron-server-opendaylight-plugin-networking-sfc]
  2441.  
  2442. #
  2443. # From kolla
  2444. #
  2445.  
  2446. # Source location type (string value)
  2447. # Possible values:
  2448. # local - <No description provided>
  2449. # git - <No description provided>
  2450. # url - <No description provided>
  2451. #type = url
  2452.  
  2453. # The location for source install (string value)
  2454. #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz
  2455.  
  2456. # Git reference to pull, commit sha, tag or branch name (string value)
  2457. #reference = <None>
  2458.  
  2459.  
  2460. [neutron-server-ovn-plugin-networking-ovn]
  2461.  
  2462. #
  2463. # From kolla
  2464. #
  2465.  
  2466. # Source location type (string value)
  2467. # Possible values:
  2468. # local - <No description provided>
  2469. # git - <No description provided>
  2470. # url - <No description provided>
  2471. #type = url
  2472.  
  2473. # The location for source install (string value)
  2474. #location = $tarballs_base/networking-ovn/networking-ovn-6.0.0.tar.gz
  2475.  
  2476. # Git reference to pull, commit sha, tag or branch name (string value)
  2477. #reference = <None>
  2478.  
  2479.  
  2480. [neutron-server-plugin-networking-infoblox]
  2481.  
  2482. #
  2483. # From kolla
  2484. #
  2485.  
  2486. # Source location type (string value)
  2487. # Possible values:
  2488. # local - <No description provided>
  2489. # git - <No description provided>
  2490. # url - <No description provided>
  2491. #type = url
  2492.  
  2493. # The location for source install (string value)
  2494. #location = $tarballs_base/networking-infoblox/networking-infoblox-12.0.0.tar.gz
  2495.  
  2496. # Git reference to pull, commit sha, tag or branch name (string value)
  2497. #reference = <None>
  2498.  
  2499.  
  2500. [neutron-server-plugin-neutron-dynamic-routing]
  2501.  
  2502. #
  2503. # From kolla
  2504. #
  2505.  
  2506. # Source location type (string value)
  2507. # Possible values:
  2508. # local - <No description provided>
  2509. # git - <No description provided>
  2510. # url - <No description provided>
  2511. #type = url
  2512.  
  2513. # The location for source install (string value)
  2514. #location = $tarballs_base/neutron-dynamic-routing/neutron-dynamic-routing-14.0.0.tar.gz
  2515.  
  2516. # Git reference to pull, commit sha, tag or branch name (string value)
  2517. #reference = <None>
  2518.  
  2519.  
  2520. [neutron-server-plugin-neutron-lbaas]
  2521.  
  2522. #
  2523. # From kolla
  2524. #
  2525.  
  2526. # Source location type (string value)
  2527. # Possible values:
  2528. # local - <No description provided>
  2529. # git - <No description provided>
  2530. # url - <No description provided>
  2531. #type = url
  2532.  
  2533. # The location for source install (string value)
  2534. #location = $tarballs_base/neutron-lbaas/neutron-lbaas-14.0.0.tar.gz
  2535.  
  2536. # Git reference to pull, commit sha, tag or branch name (string value)
  2537. #reference = <None>
  2538.  
  2539.  
  2540. [neutron-server-plugin-vmware-nsxlib]
  2541.  
  2542. #
  2543. # From kolla
  2544. #
  2545.  
  2546. # Source location type (string value)
  2547. # Possible values:
  2548. # local - <No description provided>
  2549. # git - <No description provided>
  2550. # url - <No description provided>
  2551. #type = url
  2552.  
  2553. # The location for source install (string value)
  2554. #location = $tarballs_base/vmware-nsxlib/vmware-nsxlib-13.1.0.tar.gz
  2555.  
  2556. # Git reference to pull, commit sha, tag or branch name (string value)
  2557. #reference = <None>
  2558.  
  2559.  
  2560. [neutron-user]
  2561.  
  2562. #
  2563. # From kolla
  2564. #
  2565.  
  2566. # The user id (integer value)
  2567. #uid = 42435
  2568.  
  2569. # The group id (integer value)
  2570. #gid = 42435
  2571.  
  2572.  
  2573. [neutron-vpnaas-agent]
  2574.  
  2575. #
  2576. # From kolla
  2577. #
  2578.  
  2579. # Source location type (string value)
  2580. # Possible values:
  2581. # local - <No description provided>
  2582. # git - <No description provided>
  2583. # url - <No description provided>
  2584. #type = url
  2585.  
  2586. # The location for source install (string value)
  2587. #location = $tarballs_base/neutron-vpnaas/neutron-vpnaas-14.0.0.tar.gz
  2588.  
  2589. # Git reference to pull, commit sha, tag or branch name (string value)
  2590. #reference = <None>
  2591.  
  2592.  
  2593. [nfast-user]
  2594.  
  2595. #
  2596. # From kolla
  2597. #
  2598.  
  2599. # The user id (integer value)
  2600. #uid = 42481
  2601.  
  2602. # The group id (integer value)
  2603. #gid = 42481
  2604.  
  2605.  
  2606. [nova-base]
  2607.  
  2608. #
  2609. # From kolla
  2610. #
  2611.  
  2612. # Source location type (string value)
  2613. # Possible values:
  2614. # local - <No description provided>
  2615. # git - <No description provided>
  2616. # url - <No description provided>
  2617. #type = url
  2618.  
  2619. # The location for source install (string value)
  2620. #location = $tarballs_base/nova/nova-19.0.1.tar.gz
  2621.  
  2622. # Git reference to pull, commit sha, tag or branch name (string value)
  2623. #reference = <None>
  2624.  
  2625. type = local
  2626. location = /opt/stack/expostackv2/nova
  2627.  
  2628. [nova-base-plugin-blazar]
  2629.  
  2630. #
  2631. # From kolla
  2632. #
  2633.  
  2634. # Source location type (string value)
  2635. # Possible values:
  2636. # local - <No description provided>
  2637. # git - <No description provided>
  2638. # url - <No description provided>
  2639. #type = url
  2640.  
  2641. # The location for source install (string value)
  2642. #location = $tarballs_base/blazar-nova/blazar-nova-1.2.0.tar.gz
  2643.  
  2644. # Git reference to pull, commit sha, tag or branch name (string value)
  2645. #reference = <None>
  2646.  
  2647.  
  2648. [nova-base-plugin-mksproxy]
  2649.  
  2650. #
  2651. # From kolla
  2652. #
  2653.  
  2654. # Source location type (string value)
  2655. # Possible values:
  2656. # local - <No description provided>
  2657. # git - <No description provided>
  2658. # url - <No description provided>
  2659. #type = url
  2660.  
  2661. # The location for source install (string value)
  2662. #location = $tarballs_base/nova-mksproxy/nova-mksproxy-master.tar.gz
  2663.  
  2664. # Git reference to pull, commit sha, tag or branch name (string value)
  2665. #reference = <None>
  2666.  
  2667.  
  2668. [nova-user]
  2669.  
  2670. #
  2671. # From kolla
  2672. #
  2673.  
  2674. # The user id (integer value)
  2675. #uid = 42436
  2676.  
  2677. # The group id (integer value)
  2678. #gid = 42436
  2679.  
  2680.  
  2681. [novajoin-base]
  2682.  
  2683. #
  2684. # From kolla
  2685. #
  2686.  
  2687. # Source location type (string value)
  2688. # Possible values:
  2689. # local - <No description provided>
  2690. # git - <No description provided>
  2691. # url - <No description provided>
  2692. #type = url
  2693.  
  2694. # The location for source install (string value)
  2695. #location = $tarballs_base/novajoin/novajoin-1.1.1.tar.gz
  2696.  
  2697. # Git reference to pull, commit sha, tag or branch name (string value)
  2698. #reference = <None>
  2699.  
  2700.  
  2701. [novajoin-user]
  2702.  
  2703. #
  2704. # From kolla
  2705. #
  2706.  
  2707. # The user id (integer value)
  2708. #uid = 42470
  2709.  
  2710. # The group id (integer value)
  2711. #gid = 42470
  2712.  
  2713.  
  2714. [octavia-base]
  2715.  
  2716. #
  2717. # From kolla
  2718. #
  2719.  
  2720. # Source location type (string value)
  2721. # Possible values:
  2722. # local - <No description provided>
  2723. # git - <No description provided>
  2724. # url - <No description provided>
  2725. #type = url
  2726.  
  2727. # The location for source install (string value)
  2728. #location = $tarballs_base/octavia/octavia-4.0.1.tar.gz
  2729.  
  2730. # Git reference to pull, commit sha, tag or branch name (string value)
  2731. #reference = <None>
  2732.  
  2733.  
  2734. [octavia-user]
  2735.  
  2736. #
  2737. # From kolla
  2738. #
  2739.  
  2740. # The user id (integer value)
  2741. #uid = 42437
  2742.  
  2743. # The group id (integer value)
  2744. #gid = 42437
  2745.  
  2746.  
  2747. [odl-user]
  2748.  
  2749. #
  2750. # From kolla
  2751. #
  2752.  
  2753. # The user id (integer value)
  2754. #uid = 42462
  2755.  
  2756. # The group id (integer value)
  2757. #gid = 42462
  2758.  
  2759.  
  2760. [openstack-base]
  2761.  
  2762. #
  2763. # From kolla
  2764. #
  2765.  
  2766. # Source location type (string value)
  2767. # Possible values:
  2768. # local - <No description provided>
  2769. # git - <No description provided>
  2770. # url - <No description provided>
  2771. #type = url
  2772.  
  2773. # The location for source install (string value)
  2774. #location = $tarballs_base/requirements/requirements-stable-stein.tar.gz
  2775.  
  2776. # Git reference to pull, commit sha, tag or branch name (string value)
  2777. #reference = <None>
  2778. type = local
  2779. location = /opt/stack/expostackv2/requirements
  2780.  
  2781. [openvswitch-user]
  2782.  
  2783. #
  2784. # From kolla
  2785. #
  2786.  
  2787. # The user id (integer value)
  2788. #uid = 42476
  2789.  
  2790. # The group id (integer value)
  2791. #gid = 42476
  2792.  
  2793.  
  2794. [panko-base]
  2795.  
  2796. #
  2797. # From kolla
  2798. #
  2799.  
  2800. # Source location type (string value)
  2801. # Possible values:
  2802. # local - <No description provided>
  2803. # git - <No description provided>
  2804. # url - <No description provided>
  2805. #type = url
  2806.  
  2807. # The location for source install (string value)
  2808. #location = $tarballs_base/panko/panko-6.0.0.tar.gz
  2809.  
  2810. # Git reference to pull, commit sha, tag or branch name (string value)
  2811. #reference = <None>
  2812.  
  2813.  
  2814. [panko-user]
  2815.  
  2816. #
  2817. # From kolla
  2818. #
  2819.  
  2820. # The user id (integer value)
  2821. #uid = 42438
  2822.  
  2823. # The group id (integer value)
  2824. #gid = 42438
  2825.  
  2826.  
  2827. [placement-base]
  2828.  
  2829. #
  2830. # From kolla
  2831. #
  2832.  
  2833. # Source location type (string value)
  2834. # Possible values:
  2835. # local - <No description provided>
  2836. # git - <No description provided>
  2837. # url - <No description provided>
  2838. #type = url
  2839.  
  2840. # The location for source install (string value)
  2841. #location = $tarballs_base/placement/openstack-placement-1.0.0.tar.gz
  2842.  
  2843. # Git reference to pull, commit sha, tag or branch name (string value)
  2844. #reference = <None>
  2845. type = local
  2846. location = /opt/stack/expostackv2/placement
  2847.  
  2848. [placement-user]
  2849.  
  2850. #
  2851. # From kolla
  2852. #
  2853.  
  2854. # The user id (integer value)
  2855. #uid = 42482
  2856.  
  2857. # The group id (integer value)
  2858. #gid = 42482
  2859.  
  2860.  
  2861. [profiles]
  2862.  
  2863. #
  2864. # From kolla
  2865. #
  2866.  
  2867. # Infra images (list value)
  2868. #infra = ceph,certmonger,cron,elasticsearch,etcd,fluentd,haproxy,keepalived,kibana,kolla-toolbox,logstash,mariadb,memcached,mongodb,opendaylight,openvswitch,ptp,qdrouterd,rabbitmq,redis,rsyslog,skydive,storm,tgtd
  2869.  
  2870. # Main images (list value)
  2871. #main = ceilometer,cinder,glance,heat,horizon,iscsi,keystone,neutron,nova-,swift
  2872.  
  2873. # Aux Images (list value)
  2874. #aux = almanach,aodh,blazar,cloudkitty,congress,designate,dragonflow,ec2-api,freezer,gnocchi,influxdb,ironic,kafka,karbor,kuryr,magnum,manila,mistral,monasca,murano,novajoin,octavia,panko,rally,redis,sahara,searchlight,senlin,solum,tacker,telegraf,trove,vitrage,zaqar,zookeeper,zun
  2875.  
  2876. # Default images (list value)
  2877. #default = chrony,cron,kolla-toolbox,fluentd,glance,haproxy,heat,horizon,keepalived,keystone,mariadb,memcached,neutron,nova-,openvswitch,rabbitmq
  2878.  
  2879. # Gate images (list value)
  2880. #gate = chrony,cron,fluentd,glance,haproxy,horizon,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,openvswitch,rabbitmq
  2881.  
  2882. # ExpostackV2 images (list value)
  2883. #ExpoV2Profile = ceilometer,cinder,congress,cron,glance,gnocchi,heat,horizon,kafka,keepalived,keystone,kolla-toolbox,mariadb,memcached,mistral,murano,neutron,nova-,rabbitmq,senlin,solum,swift,vitrage
  2884.  
  2885. expotest = cinder,cron,glance,heat,horizon,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,placement,rabbitmq
  2886.  
  2887. #expostagingv2 = aodh,ceilometer,cinder,cron,glance,heat,horizon,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,placement,rabbitmq,swift
  2888.  
  2889. #expoHorizon = horizon
  2890.  
  2891. [prometheus-user]
  2892.  
  2893. #
  2894. # From kolla
  2895. #
  2896.  
  2897. # The user id (integer value)
  2898. #uid = 42472
  2899.  
  2900. # The group id (integer value)
  2901. #gid = 42472
  2902.  
  2903.  
  2904. [qdrouterd-user]
  2905.  
  2906. #
  2907. # From kolla
  2908. #
  2909.  
  2910. # The user id (integer value)
  2911. #uid = 42465
  2912.  
  2913. # The group id (integer value)
  2914. #gid = 42465
  2915.  
  2916.  
  2917. [qemu-user]
  2918.  
  2919. #
  2920. # From kolla
  2921. #
  2922.  
  2923. # The user id (integer value)
  2924. #uid = 42427
  2925.  
  2926. # The group id (integer value)
  2927. #gid = 42427
  2928.  
  2929.  
  2930. [rabbitmq-user]
  2931.  
  2932. #
  2933. # From kolla
  2934. #
  2935.  
  2936. # The user id (integer value)
  2937. #uid = 42439
  2938.  
  2939. # The group id (integer value)
  2940. #gid = 42439
  2941.  
  2942.  
  2943. [rally]
  2944.  
  2945. #
  2946. # From kolla
  2947. #
  2948.  
  2949. # Source location type (string value)
  2950. # Possible values:
  2951. # local - <No description provided>
  2952. # git - <No description provided>
  2953. # url - <No description provided>
  2954. #type = url
  2955.  
  2956. # The location for source install (string value)
  2957. #location = $tarballs_base/rally/rally-1.4.1.tar.gz
  2958.  
  2959. # Git reference to pull, commit sha, tag or branch name (string value)
  2960. #reference = <None>
  2961.  
  2962.  
  2963. [rally-user]
  2964.  
  2965. #
  2966. # From kolla
  2967. #
  2968.  
  2969. # The user id (integer value)
  2970. #uid = 42440
  2971.  
  2972. # The group id (integer value)
  2973. #gid = 42440
  2974.  
  2975.  
  2976. [redis-user]
  2977.  
  2978. #
  2979. # From kolla
  2980. #
  2981.  
  2982. # The user id (integer value)
  2983. #uid = 42460
  2984.  
  2985. # The group id (integer value)
  2986. #gid = 42460
  2987.  
  2988.  
  2989. [sahara-base]
  2990.  
  2991. #
  2992. # From kolla
  2993. #
  2994.  
  2995. # Source location type (string value)
  2996. # Possible values:
  2997. # local - <No description provided>
  2998. # git - <No description provided>
  2999. # url - <No description provided>
  3000. #type = url
  3001.  
  3002. # The location for source install (string value)
  3003. #location = $tarballs_base/sahara/sahara-10.0.0.tar.gz
  3004.  
  3005. # Git reference to pull, commit sha, tag or branch name (string value)
  3006. #reference = <None>
  3007.  
  3008.  
  3009. [sahara-base-plugin-ambari]
  3010.  
  3011. #
  3012. # From kolla
  3013. #
  3014.  
  3015. # Source location type (string value)
  3016. # Possible values:
  3017. # local - <No description provided>
  3018. # git - <No description provided>
  3019. # url - <No description provided>
  3020. #type = url
  3021.  
  3022. # The location for source install (string value)
  3023. #location = $tarballs_base/sahara-plugin-ambari/sahara-plugin-ambari-1.0.0.tar.gz
  3024.  
  3025. # Git reference to pull, commit sha, tag or branch name (string value)
  3026. #reference = <None>
  3027.  
  3028.  
  3029. [sahara-base-plugin-cdh]
  3030.  
  3031. #
  3032. # From kolla
  3033. #
  3034.  
  3035. # Source location type (string value)
  3036. # Possible values:
  3037. # local - <No description provided>
  3038. # git - <No description provided>
  3039. # url - <No description provided>
  3040. #type = url
  3041.  
  3042. # The location for source install (string value)
  3043. #location = $tarballs_base/sahara-plugin-cdh/sahara-plugin-cdh-1.0.0.tar.gz
  3044.  
  3045. # Git reference to pull, commit sha, tag or branch name (string value)
  3046. #reference = <None>
  3047.  
  3048.  
  3049. [sahara-base-plugin-mapr]
  3050.  
  3051. #
  3052. # From kolla
  3053. #
  3054.  
  3055. # Source location type (string value)
  3056. # Possible values:
  3057. # local - <No description provided>
  3058. # git - <No description provided>
  3059. # url - <No description provided>
  3060. #type = url
  3061.  
  3062. # The location for source install (string value)
  3063. #location = $tarballs_base/sahara-plugin-mapr/sahara-plugin-mapr-1.0.0.tar.gz
  3064.  
  3065. # Git reference to pull, commit sha, tag or branch name (string value)
  3066. #reference = <None>
  3067.  
  3068.  
  3069. [sahara-base-plugin-spark]
  3070.  
  3071. #
  3072. # From kolla
  3073. #
  3074.  
  3075. # Source location type (string value)
  3076. # Possible values:
  3077. # local - <No description provided>
  3078. # git - <No description provided>
  3079. # url - <No description provided>
  3080. #type = url
  3081.  
  3082. # The location for source install (string value)
  3083. #location = $tarballs_base/sahara-plugin-spark/sahara-plugin-spark-1.0.0.tar.gz
  3084.  
  3085. # Git reference to pull, commit sha, tag or branch name (string value)
  3086. #reference = <None>
  3087.  
  3088.  
  3089. [sahara-base-plugin-storm]
  3090.  
  3091. #
  3092. # From kolla
  3093. #
  3094.  
  3095. # Source location type (string value)
  3096. # Possible values:
  3097. # local - <No description provided>
  3098. # git - <No description provided>
  3099. # url - <No description provided>
  3100. #type = url
  3101.  
  3102. # The location for source install (string value)
  3103. #location = $tarballs_base/sahara-plugin-storm/sahara-plugin-storm-1.0.0.tar.gz
  3104.  
  3105. # Git reference to pull, commit sha, tag or branch name (string value)
  3106. #reference = <None>
  3107.  
  3108.  
  3109. [sahara-base-plugin-vanilla]
  3110.  
  3111. #
  3112. # From kolla
  3113. #
  3114.  
  3115. # Source location type (string value)
  3116. # Possible values:
  3117. # local - <No description provided>
  3118. # git - <No description provided>
  3119. # url - <No description provided>
  3120. #type = url
  3121.  
  3122. # The location for source install (string value)
  3123. #location = $tarballs_base/sahara-plugin-vanilla/sahara-plugin-vanilla-1.0.0.tar.gz
  3124.  
  3125. # Git reference to pull, commit sha, tag or branch name (string value)
  3126. #reference = <None>
  3127.  
  3128.  
  3129. [sahara-user]
  3130.  
  3131. #
  3132. # From kolla
  3133. #
  3134.  
  3135. # The user id (integer value)
  3136. #uid = 42441
  3137.  
  3138. # The group id (integer value)
  3139. #gid = 42441
  3140.  
  3141.  
  3142. [searchlight-base]
  3143.  
  3144. #
  3145. # From kolla
  3146. #
  3147.  
  3148. # Source location type (string value)
  3149. # Possible values:
  3150. # local - <No description provided>
  3151. # git - <No description provided>
  3152. # url - <No description provided>
  3153. #type = url
  3154.  
  3155. # The location for source install (string value)
  3156. #location = $tarballs_base/searchlight/searchlight-6.0.0.tar.gz
  3157.  
  3158. # Git reference to pull, commit sha, tag or branch name (string value)
  3159. #reference = <None>
  3160.  
  3161.  
  3162. [searchlight-user]
  3163.  
  3164. #
  3165. # From kolla
  3166. #
  3167.  
  3168. # The user id (integer value)
  3169. #uid = 42442
  3170.  
  3171. # The group id (integer value)
  3172. #gid = 42442
  3173.  
  3174.  
  3175. [senlin-base]
  3176.  
  3177. #
  3178. # From kolla
  3179. #
  3180.  
  3181. # Source location type (string value)
  3182. # Possible values:
  3183. # local - <No description provided>
  3184. # git - <No description provided>
  3185. # url - <No description provided>
  3186. #type = url
  3187.  
  3188. # The location for source install (string value)
  3189. #location = $tarballs_base/senlin/senlin-7.0.0.tar.gz
  3190.  
  3191. # Git reference to pull, commit sha, tag or branch name (string value)
  3192. #reference = <None>
  3193. #type = local
  3194. #location = /opt/stack/expostackv2/senlin
  3195.  
  3196. [senlin-user]
  3197.  
  3198. #
  3199. # From kolla
  3200. #
  3201.  
  3202. # The user id (integer value)
  3203. #uid = 42443
  3204.  
  3205. # The group id (integer value)
  3206. #gid = 42443
  3207.  
  3208.  
  3209. [sensu-user]
  3210.  
  3211. #
  3212. # From kolla
  3213. #
  3214.  
  3215. # The user id (integer value)
  3216. #uid = 42467
  3217.  
  3218. # The group id (integer value)
  3219. #gid = 42467
  3220.  
  3221.  
  3222. [skydive-user]
  3223.  
  3224. #
  3225. # From kolla
  3226. #
  3227.  
  3228. # The user id (integer value)
  3229. #uid = 42468
  3230.  
  3231. # The group id (integer value)
  3232. #gid = 42468
  3233.  
  3234.  
  3235. [solum-base]
  3236.  
  3237. #
  3238. # From kolla
  3239. #
  3240.  
  3241. # Source location type (string value)
  3242. # Possible values:
  3243. # local - <No description provided>
  3244. # git - <No description provided>
  3245. # url - <No description provided>
  3246. #type = url
  3247.  
  3248. # The location for source install (string value)
  3249. #location = $tarballs_base/solum/solum-6.0.0.tar.gz
  3250.  
  3251. # Git reference to pull, commit sha, tag or branch name (string value)
  3252. #reference = <None>
  3253. #type = local
  3254. #location = /opt/stack/expostackv2/solum
  3255.  
  3256. [solum-user]
  3257.  
  3258. #
  3259. # From kolla
  3260. #
  3261.  
  3262. # The user id (integer value)
  3263. #uid = 42444
  3264.  
  3265. # The group id (integer value)
  3266. #gid = 42444
  3267.  
  3268.  
  3269. [storm-user]
  3270.  
  3271. #
  3272. # From kolla
  3273. #
  3274.  
  3275. # The user id (integer value)
  3276. #uid = 42479
  3277.  
  3278. # The group id (integer value)
  3279. #gid = 42479
  3280.  
  3281.  
  3282. [swift-base]
  3283.  
  3284. #
  3285. # From kolla
  3286. #
  3287.  
  3288. # Source location type (string value)
  3289. # Possible values:
  3290. # local - <No description provided>
  3291. # git - <No description provided>
  3292. # url - <No description provided>
  3293. #type = url
  3294.  
  3295. # The location for source install (string value)
  3296. #location = $tarballs_base/swift/swift-2.21.0.tar.gz
  3297.  
  3298. # Git reference to pull, commit sha, tag or branch name (string value)
  3299. #reference = <None>
  3300. type = local
  3301. location = /opt/stack/expostackv2/swift
  3302.  
  3303. [swift-user]
  3304.  
  3305. #
  3306. # From kolla
  3307. #
  3308.  
  3309. # The user id (integer value)
  3310. #uid = 42445
  3311.  
  3312. # The group id (integer value)
  3313. #gid = 42445
  3314.  
  3315.  
  3316. [tacker-base]
  3317.  
  3318. #
  3319. # From kolla
  3320. #
  3321.  
  3322. # Source location type (string value)
  3323. # Possible values:
  3324. # local - <No description provided>
  3325. # git - <No description provided>
  3326. # url - <No description provided>
  3327. #type = url
  3328.  
  3329. # The location for source install (string value)
  3330. #location = $tarballs_base/tacker/tacker-1.0.0.tar.gz
  3331.  
  3332. # Git reference to pull, commit sha, tag or branch name (string value)
  3333. #reference = <None>
  3334.  
  3335.  
  3336. [tacker-base-plugin-networking-sfc]
  3337.  
  3338. #
  3339. # From kolla
  3340. #
  3341.  
  3342. # Source location type (string value)
  3343. # Possible values:
  3344. # local - <No description provided>
  3345. # git - <No description provided>
  3346. # url - <No description provided>
  3347. #type = url
  3348.  
  3349. # The location for source install (string value)
  3350. #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz
  3351.  
  3352. # Git reference to pull, commit sha, tag or branch name (string value)
  3353. #reference = <None>
  3354.  
  3355.  
  3356. [tacker-user]
  3357.  
  3358. #
  3359. # From kolla
  3360. #
  3361.  
  3362. # The user id (integer value)
  3363. #uid = 42446
  3364.  
  3365. # The group id (integer value)
  3366. #gid = 42446
  3367.  
  3368.  
  3369. [td-agent-user]
  3370.  
  3371. #
  3372. # From kolla
  3373. #
  3374.  
  3375. # The user id (integer value)
  3376. #uid = 42447
  3377.  
  3378. # The group id (integer value)
  3379. #gid = 42447
  3380.  
  3381.  
  3382. [telegraf-user]
  3383.  
  3384. #
  3385. # From kolla
  3386. #
  3387.  
  3388. # The user id (integer value)
  3389. #uid = 42448
  3390.  
  3391. # The group id (integer value)
  3392. #gid = 42448
  3393.  
  3394.  
  3395. [tempest]
  3396.  
  3397. #
  3398. # From kolla
  3399. #
  3400.  
  3401. # Source location type (string value)
  3402. # Possible values:
  3403. # local - <No description provided>
  3404. # git - <No description provided>
  3405. # url - <No description provided>
  3406. #type = url
  3407.  
  3408. # The location for source install (string value)
  3409. #location = $tarballs_base/tempest/tempest-20.0.0.tar.gz
  3410.  
  3411. # Git reference to pull, commit sha, tag or branch name (string value)
  3412. #reference = <None>
  3413.  
  3414.  
  3415. [tempest-plugin-barbican]
  3416.  
  3417. #
  3418. # From kolla
  3419. #
  3420.  
  3421. # Source location type (string value)
  3422. # Possible values:
  3423. # local - <No description provided>
  3424. # git - <No description provided>
  3425. # url - <No description provided>
  3426. #type = url
  3427.  
  3428. # The location for source install (string value)
  3429. #location = $tarballs_base/barbican-tempest-plugin/barbican_tempest_plugin-0.2.0.tar.gz
  3430.  
  3431. # Git reference to pull, commit sha, tag or branch name (string value)
  3432. #reference = <None>
  3433.  
  3434.  
  3435. [tempest-plugin-blazar]
  3436.  
  3437. #
  3438. # From kolla
  3439. #
  3440.  
  3441. # Source location type (string value)
  3442. # Possible values:
  3443. # local - <No description provided>
  3444. # git - <No description provided>
  3445. # url - <No description provided>
  3446. #type = url
  3447.  
  3448. # The location for source install (string value)
  3449. #location = $tarballs_base/blazar-tempest-plugin/blazar_tempest_plugin-0.2.0.tar.gz
  3450.  
  3451. # Git reference to pull, commit sha, tag or branch name (string value)
  3452. #reference = <None>
  3453.  
  3454.  
  3455. [tempest-plugin-cinder]
  3456.  
  3457. #
  3458. # From kolla
  3459. #
  3460.  
  3461. # Source location type (string value)
  3462. # Possible values:
  3463. # local - <No description provided>
  3464. # git - <No description provided>
  3465. # url - <No description provided>
  3466. #type = url
  3467.  
  3468. # The location for source install (string value)
  3469. #location = $tarballs_base/cinder-tempest-plugin/cinder_tempest_plugin-0.2.0.tar.gz
  3470.  
  3471. # Git reference to pull, commit sha, tag or branch name (string value)
  3472. #reference = <None>
  3473.  
  3474.  
  3475. [tempest-plugin-congress]
  3476.  
  3477. #
  3478. # From kolla
  3479. #
  3480.  
  3481. # Source location type (string value)
  3482. # Possible values:
  3483. # local - <No description provided>
  3484. # git - <No description provided>
  3485. # url - <No description provided>
  3486. #type = url
  3487.  
  3488. # The location for source install (string value)
  3489. #location = $tarballs_base/congress-tempest-plugin/congress-tempest-plugin-0.2.0.tar.gz
  3490.  
  3491. # Git reference to pull, commit sha, tag or branch name (string value)
  3492. #reference = <None>
  3493.  
  3494.  
  3495. [tempest-plugin-ec2api]
  3496.  
  3497. #
  3498. # From kolla
  3499. #
  3500.  
  3501. # Source location type (string value)
  3502. # Possible values:
  3503. # local - <No description provided>
  3504. # git - <No description provided>
  3505. # url - <No description provided>
  3506. #type = url
  3507.  
  3508. # The location for source install (string value)
  3509. #location = $tarballs_base/ec2api-tempest-plugin/ec2api-tempest-plugin-0.2.0.tar.gz
  3510.  
  3511. # Git reference to pull, commit sha, tag or branch name (string value)
  3512. #reference = <None>
  3513.  
  3514.  
  3515. [tempest-plugin-heat]
  3516.  
  3517. #
  3518. # From kolla
  3519. #
  3520.  
  3521. # Source location type (string value)
  3522. # Possible values:
  3523. # local - <No description provided>
  3524. # git - <No description provided>
  3525. # url - <No description provided>
  3526. #type = url
  3527.  
  3528. # The location for source install (string value)
  3529. #location = $tarballs_base/heat-tempest-plugin/heat-tempest-plugin-0.3.0.tar.gz
  3530.  
  3531. # Git reference to pull, commit sha, tag or branch name (string value)
  3532. #reference = <None>
  3533.  
  3534.  
  3535. [tempest-plugin-ironic]
  3536.  
  3537. #
  3538. # From kolla
  3539. #
  3540.  
  3541. # Source location type (string value)
  3542. # Possible values:
  3543. # local - <No description provided>
  3544. # git - <No description provided>
  3545. # url - <No description provided>
  3546. #type = url
  3547.  
  3548. # The location for source install (string value)
  3549. #location = $tarballs_base/ironic-tempest-plugin/ironic-tempest-plugin-1.3.0.tar.gz
  3550.  
  3551. # Git reference to pull, commit sha, tag or branch name (string value)
  3552. #reference = <None>
  3553.  
  3554.  
  3555. [tempest-plugin-keystone]
  3556.  
  3557. #
  3558. # From kolla
  3559. #
  3560.  
  3561. # Source location type (string value)
  3562. # Possible values:
  3563. # local - <No description provided>
  3564. # git - <No description provided>
  3565. # url - <No description provided>
  3566. #type = url
  3567.  
  3568. # The location for source install (string value)
  3569. #location = $tarballs_base/keystone-tempest-plugin/keystone_tempest_plugin-0.2.0.tar.gz
  3570.  
  3571. # Git reference to pull, commit sha, tag or branch name (string value)
  3572. #reference = <None>
  3573.  
  3574.  
  3575. [tempest-plugin-magnum]
  3576.  
  3577. #
  3578. # From kolla
  3579. #
  3580.  
  3581. # Source location type (string value)
  3582. # Possible values:
  3583. # local - <No description provided>
  3584. # git - <No description provided>
  3585. # url - <No description provided>
  3586. #type = url
  3587.  
  3588. # The location for source install (string value)
  3589. #location = $tarballs_base/magnum-tempest-plugin/magnum_tempest_plugin-0.2.0.tar.gz
  3590.  
  3591. # Git reference to pull, commit sha, tag or branch name (string value)
  3592. #reference = <None>
  3593.  
  3594.  
  3595. [tempest-plugin-manila]
  3596.  
  3597. #
  3598. # From kolla
  3599. #
  3600.  
  3601. # Source location type (string value)
  3602. # Possible values:
  3603. # local - <No description provided>
  3604. # git - <No description provided>
  3605. # url - <No description provided>
  3606. #type = url
  3607.  
  3608. # The location for source install (string value)
  3609. #location = $tarballs_base/manila-tempest-plugin/manila-tempest-plugin-0.2.0.tar.gz
  3610.  
  3611. # Git reference to pull, commit sha, tag or branch name (string value)
  3612. #reference = <None>
  3613.  
  3614.  
  3615. [tempest-plugin-mistral]
  3616.  
  3617. #
  3618. # From kolla
  3619. #
  3620.  
  3621. # Source location type (string value)
  3622. # Possible values:
  3623. # local - <No description provided>
  3624. # git - <No description provided>
  3625. # url - <No description provided>
  3626. #type = url
  3627.  
  3628. # The location for source install (string value)
  3629. #location = $tarballs_base/mistral-tempest-plugin/mistral_tempest_tests-0.2.0.tar.gz
  3630.  
  3631. # Git reference to pull, commit sha, tag or branch name (string value)
  3632. #reference = <None>
  3633.  
  3634.  
  3635. [tempest-plugin-monasca]
  3636.  
  3637. #
  3638. # From kolla
  3639. #
  3640.  
  3641. # Source location type (string value)
  3642. # Possible values:
  3643. # local - <No description provided>
  3644. # git - <No description provided>
  3645. # url - <No description provided>
  3646. #type = url
  3647.  
  3648. # The location for source install (string value)
  3649. #location = $tarballs_base/monasca-tempest-plugin/monasca-tempest-plugin-1.0.0.tar.gz
  3650.  
  3651. # Git reference to pull, commit sha, tag or branch name (string value)
  3652. #reference = <None>
  3653.  
  3654.  
  3655. [tempest-plugin-murano]
  3656.  
  3657. #
  3658. # From kolla
  3659. #
  3660.  
  3661. # Source location type (string value)
  3662. # Possible values:
  3663. # local - <No description provided>
  3664. # git - <No description provided>
  3665. # url - <No description provided>
  3666. #type = url
  3667.  
  3668. # The location for source install (string value)
  3669. #location = $tarballs_base/murano-tempest-plugin/murano-tempest-plugin-1.0.0.tar.gz
  3670.  
  3671. # Git reference to pull, commit sha, tag or branch name (string value)
  3672. #reference = <None>
  3673.  
  3674.  
  3675. [tempest-plugin-neutron]
  3676.  
  3677. #
  3678. # From kolla
  3679. #
  3680.  
  3681. # Source location type (string value)
  3682. # Possible values:
  3683. # local - <No description provided>
  3684. # git - <No description provided>
  3685. # url - <No description provided>
  3686. #type = url
  3687.  
  3688. # The location for source install (string value)
  3689. #location = $tarballs_base/neutron-tempest-plugin/neutron-tempest-plugin-0.3.0.tar.gz
  3690.  
  3691. # Git reference to pull, commit sha, tag or branch name (string value)
  3692. #reference = <None>
  3693.  
  3694.  
  3695. [tempest-plugin-patrole]
  3696.  
  3697. #
  3698. # From kolla
  3699. #
  3700.  
  3701. # Source location type (string value)
  3702. # Possible values:
  3703. # local - <No description provided>
  3704. # git - <No description provided>
  3705. # url - <No description provided>
  3706. #type = url
  3707.  
  3708. # The location for source install (string value)
  3709. #location = $tarballs_base/patrole/patrole-0.5.0.tar.gz
  3710.  
  3711. # Git reference to pull, commit sha, tag or branch name (string value)
  3712. #reference = <None>
  3713.  
  3714.  
  3715. [tempest-plugin-telemetry]
  3716.  
  3717. #
  3718. # From kolla
  3719. #
  3720.  
  3721. # Source location type (string value)
  3722. # Possible values:
  3723. # local - <No description provided>
  3724. # git - <No description provided>
  3725. # url - <No description provided>
  3726. #type = url
  3727.  
  3728. # The location for source install (string value)
  3729. #location = $tarballs_base/telemetry-tempest-plugin/telemetry_tempest_plugin-0.3.0.tar.gz
  3730.  
  3731. # Git reference to pull, commit sha, tag or branch name (string value)
  3732. #reference = <None>
  3733.  
  3734.  
  3735. [tempest-plugin-tempest-conf]
  3736.  
  3737. #
  3738. # From kolla
  3739. #
  3740.  
  3741. # Source location type (string value)
  3742. # Possible values:
  3743. # local - <No description provided>
  3744. # git - <No description provided>
  3745. # url - <No description provided>
  3746. #type = url
  3747.  
  3748. # The location for source install (string value)
  3749. #location = $tarballs_base/python-tempestconf/python-tempestconf-2.1.0.tar.gz
  3750.  
  3751. # Git reference to pull, commit sha, tag or branch name (string value)
  3752. #reference = <None>
  3753.  
  3754.  
  3755. [tempest-plugin-tripleo-common]
  3756.  
  3757. #
  3758. # From kolla
  3759. #
  3760.  
  3761. # Source location type (string value)
  3762. # Possible values:
  3763. # local - <No description provided>
  3764. # git - <No description provided>
  3765. # url - <No description provided>
  3766. #type = url
  3767.  
  3768. # The location for source install (string value)
  3769. #location = $tarballs_base/tripleo-common-tempest-plugin/tripleo-common-tempest-plugin-master.tar.gz
  3770.  
  3771. # Git reference to pull, commit sha, tag or branch name (string value)
  3772. #reference = <None>
  3773.  
  3774.  
  3775. [tempest-plugin-trove]
  3776.  
  3777. #
  3778. # From kolla
  3779. #
  3780.  
  3781. # Source location type (string value)
  3782. # Possible values:
  3783. # local - <No description provided>
  3784. # git - <No description provided>
  3785. # url - <No description provided>
  3786. #type = url
  3787.  
  3788. # The location for source install (string value)
  3789. #location = $tarballs_base/trove-tempest-plugin/trove_tempest_plugin-0.2.0.tar.gz
  3790.  
  3791. # Git reference to pull, commit sha, tag or branch name (string value)
  3792. #reference = <None>
  3793.  
  3794.  
  3795. [tempest-plugin-vitrage]
  3796.  
  3797. #
  3798. # From kolla
  3799. #
  3800.  
  3801. # Source location type (string value)
  3802. # Possible values:
  3803. # local - <No description provided>
  3804. # git - <No description provided>
  3805. # url - <No description provided>
  3806. #type = url
  3807.  
  3808. # The location for source install (string value)
  3809. #location = $tarballs_base/vitrage-tempest-plugin/vitrage-tempest-plugin-2.2.1.tar.gz
  3810.  
  3811. # Git reference to pull, commit sha, tag or branch name (string value)
  3812. #reference = <None>
  3813.  
  3814.  
  3815. [tempest-plugin-watcher]
  3816.  
  3817. #
  3818. # From kolla
  3819. #
  3820.  
  3821. # Source location type (string value)
  3822. # Possible values:
  3823. # local - <No description provided>
  3824. # git - <No description provided>
  3825. # url - <No description provided>
  3826. #type = url
  3827.  
  3828. # The location for source install (string value)
  3829. #location = $tarballs_base/watcher-tempest-plugin/watcher-tempest-plugin-1.1.0.tar.gz
  3830.  
  3831. # Git reference to pull, commit sha, tag or branch name (string value)
  3832. #reference = <None>
  3833.  
  3834.  
  3835. [tempest-plugin-zaqar]
  3836.  
  3837. #
  3838. # From kolla
  3839. #
  3840.  
  3841. # Source location type (string value)
  3842. # Possible values:
  3843. # local - <No description provided>
  3844. # git - <No description provided>
  3845. # url - <No description provided>
  3846. #type = url
  3847.  
  3848. # The location for source install (string value)
  3849. #location = $tarballs_base/zaqar-tempest-plugin/zaqar_tempest_plugin-0.2.0.tar.gz
  3850.  
  3851. # Git reference to pull, commit sha, tag or branch name (string value)
  3852. #reference = <None>
  3853.  
  3854.  
  3855. [tempest-user]
  3856.  
  3857. #
  3858. # From kolla
  3859. #
  3860.  
  3861. # The user id (integer value)
  3862. #uid = 42480
  3863.  
  3864. # The group id (integer value)
  3865. #gid = 42480
  3866.  
  3867.  
  3868. [tripleo-ui]
  3869.  
  3870. #
  3871. # From kolla
  3872. #
  3873.  
  3874. # Source location type (string value)
  3875. # Possible values:
  3876. # local - <No description provided>
  3877. # git - <No description provided>
  3878. # url - <No description provided>
  3879. #type = url
  3880.  
  3881. # The location for source install (string value)
  3882. #location = $tarballs_base/tripleo-ui/tripleo-ui-10.3.0.tar.gz
  3883.  
  3884. # Git reference to pull, commit sha, tag or branch name (string value)
  3885. #reference = <None>
  3886.  
  3887.  
  3888. [tripleoclient]
  3889.  
  3890. #
  3891. # From kolla
  3892. #
  3893.  
  3894. # Source location type (string value)
  3895. # Possible values:
  3896. # local - <No description provided>
  3897. # git - <No description provided>
  3898. # url - <No description provided>
  3899. #type = url
  3900.  
  3901. # The location for source install (string value)
  3902. #location = $tarballs_base/python-tripleoclient/tripleoclient-11.3.0.tar.gz
  3903.  
  3904. # Git reference to pull, commit sha, tag or branch name (string value)
  3905. #reference = <None>
  3906.  
  3907.  
  3908. [trove-base]
  3909.  
  3910. #
  3911. # From kolla
  3912. #
  3913.  
  3914. # Source location type (string value)
  3915. # Possible values:
  3916. # local - <No description provided>
  3917. # git - <No description provided>
  3918. # url - <No description provided>
  3919. #type = url
  3920.  
  3921. # The location for source install (string value)
  3922. #location = $tarballs_base/trove/trove-11.0.0.tar.gz
  3923.  
  3924. # Git reference to pull, commit sha, tag or branch name (string value)
  3925. #reference = <None>
  3926.  
  3927.  
  3928. [trove-user]
  3929.  
  3930. #
  3931. # From kolla
  3932. #
  3933.  
  3934. # The user id (integer value)
  3935. #uid = 42449
  3936.  
  3937. # The group id (integer value)
  3938. #gid = 42449
  3939.  
  3940.  
  3941. [vitrage-base]
  3942.  
  3943. #
  3944. # From kolla
  3945. #
  3946.  
  3947. # Source location type (string value)
  3948. # Possible values:
  3949. # local - <No description provided>
  3950. # git - <No description provided>
  3951. # url - <No description provided>
  3952. #type = url
  3953.  
  3954. # The location for source install (string value)
  3955. #location = $tarballs_base/vitrage/vitrage-4.3.1.tar.gz
  3956.  
  3957. # Git reference to pull, commit sha, tag or branch name (string value)
  3958. #reference = <None>
  3959. #type = local
  3960. #location = /opt/stack/expostackv2/vitrage
  3961.  
  3962.  
  3963. [vitrage-user]
  3964.  
  3965. #
  3966. # From kolla
  3967. #
  3968.  
  3969. # The user id (integer value)
  3970. #uid = 42459
  3971.  
  3972. # The group id (integer value)
  3973. #gid = 42459
  3974.  
  3975.  
  3976. [vmtp]
  3977.  
  3978. #
  3979. # From kolla
  3980. #
  3981.  
  3982. # Source location type (string value)
  3983. # Possible values:
  3984. # local - <No description provided>
  3985. # git - <No description provided>
  3986. # url - <No description provided>
  3987. #type = url
  3988.  
  3989. # The location for source install (string value)
  3990. #location = $tarballs_base/vmtp/vmtp-2.5.0.tar.gz
  3991.  
  3992. # Git reference to pull, commit sha, tag or branch name (string value)
  3993. #reference = <None>
  3994.  
  3995.  
  3996. [vmtp-user]
  3997.  
  3998. #
  3999. # From kolla
  4000. #
  4001.  
  4002. # The user id (integer value)
  4003. #uid = 42450
  4004.  
  4005. # The group id (integer value)
  4006. #gid = 42450
  4007.  
  4008.  
  4009. [watcher-base]
  4010.  
  4011. #
  4012. # From kolla
  4013. #
  4014.  
  4015. # Source location type (string value)
  4016. # Possible values:
  4017. # local - <No description provided>
  4018. # git - <No description provided>
  4019. # url - <No description provided>
  4020. #type = url
  4021.  
  4022. # The location for source install (string value)
  4023. #location = $tarballs_base/watcher/python-watcher-2.0.0.tar.gz
  4024.  
  4025. # Git reference to pull, commit sha, tag or branch name (string value)
  4026. #reference = <None>
  4027. #type = local
  4028. #location = /opt/stack/expostackv2/watcher
  4029.  
  4030. [watcher-user]
  4031.  
  4032. #
  4033. # From kolla
  4034. #
  4035.  
  4036. # The user id (integer value)
  4037. #uid = 42451
  4038.  
  4039. # The group id (integer value)
  4040. #gid = 42451
  4041.  
  4042.  
  4043. [zaqar-base]
  4044.  
  4045. #
  4046. # From kolla
  4047. #
  4048.  
  4049. # Source location type (string value)
  4050. # Possible values:
  4051. # local - <No description provided>
  4052. # git - <No description provided>
  4053. # url - <No description provided>
  4054. #type = url
  4055.  
  4056. # The location for source install (string value)
  4057. #location = $tarballs_base/zaqar/zaqar-8.0.0.tar.gz
  4058.  
  4059. # Git reference to pull, commit sha, tag or branch name (string value)
  4060. #reference = <None>
  4061.  
  4062.  
  4063. [zaqar-user]
  4064.  
  4065. #
  4066. # From kolla
  4067. #
  4068.  
  4069. # The user id (integer value)
  4070. #uid = 42452
  4071.  
  4072. # The group id (integer value)
  4073. #gid = 42452
  4074.  
  4075.  
  4076. [zookeeper-user]
  4077.  
  4078. #
  4079. # From kolla
  4080. #
  4081.  
  4082. # The user id (integer value)
  4083. #uid = 42453
  4084.  
  4085. # The group id (integer value)
  4086. #gid = 42453
  4087.  
  4088.  
  4089. [zun-base]
  4090.  
  4091. #
  4092. # From kolla
  4093. #
  4094.  
  4095. # Source location type (string value)
  4096. # Possible values:
  4097. # local - <No description provided>
  4098. # git - <No description provided>
  4099. # url - <No description provided>
  4100. #type = url
  4101.  
  4102. # The location for source install (string value)
  4103. #location = $tarballs_base/zun/zun-3.0.0.tar.gz
  4104.  
  4105. # Git reference to pull, commit sha, tag or branch name (string value)
  4106. #reference = <None>
  4107.  
  4108.  
  4109. [zun-user]
  4110.  
  4111. #
  4112. # From kolla
  4113. #
  4114.  
  4115. # The user id (integer value)
  4116. #uid = 42463
  4117.  
  4118. # The group id (integer value)
  4119. #gid = 42463
Add Comment
Please, Sign In to add comment