[DEFAULT] # # From kolla # # The distro type of the base image. (string value) # Possible values: # centos - # rhel - # ubuntu - # oraclelinux - # debian - base = ubuntu # The base distro image tag (string value) # we can specify code 'bionic' or version '18.04 or 'latest' base_tag = 18.04 # The base image name. Default is the same with base. (string value) #base_image = # The base architecture. Default is same as host. (string value) # Possible values: # x86_64 - # ppc64le - # aarch64 - base_arch = x86_64 # Use dumb-init as init system in containers (boolean value) use_dumb_init = true # Turn on debugging log level (boolean value) #debug = false # Do not rebuild parents of matched images (boolean value) #skip_parents = false # Do not rebuild images present in the docker cache (boolean value) #skip_existing = false # Set docker build time variables (dict value) #build_args = # Keep failed intermediate containers (boolean value) #keep = false # Show image dependencies (filtering supported) (boolean value) #list_dependencies = # Show all available images (filtering supported) (boolean value) #list_images = # The Docker namespace name (string value) #namespace = itops/expostackv2_stage namespace = "expostackv2" # The network mode for Docker build. Example: host (string value) #network_mode = # Use the Docker cache when building (boolean value) #cache = true # Build a pre-defined set of images, see [profiles] section in config. # The default profiles are: infra, main, aux, default, gate (string # value) #profile = # Push images after building (boolean value) #push = false # Currently expodockerregistry is facing issue if push flag is true # Once image build is complete, need to push images manually push = false # The number of threads to user while pushing Images. Note: Docker can # not handle threading push properly (integer value) # Minimum value: 1 #push_threads = 1 # The number of times to retry while building (integer value) # Minimum value: 0 #retries = 3 # Build only images matching regex and its dependencies (string value) #regex = # The docker registry host. The default registry host is Docker Hub # (string value) #registry = registry = expodockerregistry.tf-net.tribalfusion.com # Path to the file to store the docker image dependency in Graphviz # dot format (string value) #save_dependency = # Format to write the final results in (string value) # Possible values: # json - # none - #format = json # Base url to OpenStack tarballs (string value) #tarballs_base = https://tarballs.openstack.org # The method of the OpenStack install. (string value) # Possible values: # binary - # source - # rdo - # rhos - install_type = source # The number of threads to use while building. (Note: setting to one # will allow real time logging) (integer value) # Minimum value: 1 #threads = 8 # The Docker tag (string value) #tag = 8.0.0 # stable/stein is 8.0.0 as per release tag tag = stein #tag = 8.0.1 # Don't build images. Generate Dockerfile only (boolean value) #template_only = false # Time in seconds after which any operation times out (integer value) #timeout = 120 # Path to template override file (string value) #template_override = # Path to additional docker file template directory, can be specified # multiple times (string value) #docker_dir = [] # Path to logs directory (string value) #logs_dir = logs_dir = /tmp/build_logs/ # Attempt to pull a newer version of the base image (boolean value) #pull = true # Path to be used as working directory. By default, a temporary dir is # created (string value) #work_dir = # Squash the image layers. WARNING: it will consume lots of disk IO. # "docker-squash" tool is required, install it by "pip install docker- # squash" (boolean value) #squash = false # Content of the maintainer label (string value) #maintainer = Kolla Project (https://launchpad.net/kolla) # Use this parameter to override the default package manager used by # kolla. For example, if you want to use yum on a system with dnf, set # this to yum which will use yum command in the build process (string # value) #distro_package_manager = # Set the package type of the distro. If not set then the packaging # type is set to "rpm" if a RHEL based distro and "deb" if a Debian # based distro. (string value) #base_package_type = # Comma separated list of .rpm or .repo file(s) or URL(s) to install # before building containers (list value) #rpm_setup_config = # Path to custom sources.list (string value) #apt_sources_list = # Path to custom apt/preferences (string value) #apt_preferences = # Remove source image from Docker after squashing (boolean value) #squash_cleanup = true # Temporary directory to be used during squashing (string value) #squash_tmp_dir = # Clean all package cache. (boolean value) #clean_package_cache = true [almanach-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/almanach/almanach-4.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [almanach-user] # # From kolla # # The user id (integer value) #uid = 42475 # The group id (integer value) #gid = 42475 [ansible-user] # # From kolla # # The user id (integer value) #uid = 42401 # The group id (integer value) #gid = 42401 [aodh-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/aodh/aodh-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/aodh [aodh-user] # # From kolla # # The user id (integer value) #uid = 42402 # The group id (integer value) #gid = 42402 [barbican-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/barbican/barbican-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [barbican-user] # # From kolla # # The user id (integer value) #uid = 42403 # The group id (integer value) #gid = 42403 [bifrost-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/bifrost/bifrost-6.0.2.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [bifrost-user] # # From kolla # # The user id (integer value) #uid = 42404 # The group id (integer value) #gid = 42404 [blazar-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/blazar/blazar-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [blazar-user] # # From kolla # # The user id (integer value) #uid = 42471 # The group id (integer value) #gid = 42471 [ceilometer-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ceilometer/ceilometer-12.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/ceilometer [ceilometer-base-plugin-panko] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/panko/panko-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [ceilometer-user] # # From kolla # # The user id (integer value) #uid = 42405 # The group id (integer value) #gid = 42405 [ceph-user] # # From kolla # # The user id (integer value) #uid = 64045 # The group id (integer value) #gid = 64045 [chrony-user] # # From kolla # # The user id (integer value) #uid = 42406 # The group id (integer value) #gid = 42406 [cinder-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/cinder/cinder-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/cinder [cinder-user] # # From kolla # # The user id (integer value) #uid = 42407 # The group id (integer value) #gid = 42407 [cloudkitty-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/cloudkitty/cloudkitty-9.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [cloudkitty-user] # # From kolla # # The user id (integer value) #uid = 42408 # The group id (integer value) #gid = 42408 [collectd-user] # # From kolla # # The user id (integer value) #uid = 42409 # The group id (integer value) #gid = 42409 [congress-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/congress/openstack-congress-9.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/congress [congress-user] # # From kolla # # The user id (integer value) #uid = 42410 # The group id (integer value) #gid = 42410 [crane] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = https://github.com/pulp/crane/archive/3.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [cyborg-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/cyborg/openstack-cyborg-2.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [cyborg-user] # # From kolla # # The user id (integer value) #uid = 42483 # The group id (integer value) #gid = 42483 [designate-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/designate/designate-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [designate-user] # # From kolla # # The user id (integer value) #uid = 42411 # The group id (integer value) #gid = 42411 [dragonflow-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/dragonflow/dragonflow-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [dragonflow-user] # # From kolla # # The user id (integer value) #uid = 42464 # The group id (integer value) #gid = 42464 [ec2-api] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ec2-api/ec2-api-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [ec2api-user] # # From kolla # # The user id (integer value) #uid = 42466 # The group id (integer value) #gid = 42466 [elasticsearch-user] # # From kolla # # The user id (integer value) #uid = 42412 # The group id (integer value) #gid = 42412 [etcd-user] # # From kolla # # The user id (integer value) #uid = 42413 # The group id (integer value) #gid = 42413 [fluentd-user] # # From kolla # # The user id (integer value) #uid = 42474 # The group id (integer value) #gid = 42474 [freezer-api] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/freezer-api/freezer-api-7.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [freezer-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/freezer/freezer-7.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [freezer-user] # # From kolla # # The user id (integer value) #uid = 42414 # The group id (integer value) #gid = 42414 [glance-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/glance/glance-18.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/glance [glance-user] # # From kolla # # The user id (integer value) #uid = 42415 # The group id (integer value) #gid = 42415 [gnocchi-base] # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = git # The location for source install (string value) #location = https://github.com/gnocchixyz/gnocchi.git # Git reference to pull, commit sha, tag or branch name (string value) #reference = 4.3.2 #type = local #location = /opt/stack/expostackv2/gnocchi [gnocchi-user] # # From kolla # # The user id (integer value) #uid = 42416 # The group id (integer value) #gid = 42416 [grafana-user] # # From kolla # # The user id (integer value) #uid = 42417 # The group id (integer value) #gid = 42417 [haproxy-user] # # From kolla # # The user id (integer value) #uid = 42454 # The group id (integer value) #gid = 42454 [heat-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/heat/openstack-heat-12.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/heat [heat-user] # # From kolla # # The user id (integer value) #uid = 42418 # The group id (integer value) #gid = 42418 [horizon] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/horizon/horizon-15.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local #location = /opt/stack/expostackv2/horizon location = /opt/stack/prashant_test/horizon [horizon-plugin-blazar-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/blazar-dashboard/blazar-dashboard-1.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-cloudkitty-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/cloudkitty-dashboard/cloudkitty-dashboard-8.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-congress-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/congress-dashboard/congress-dashboard-4.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/congress-dashboard [horizon-plugin-designate-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/designate-dashboard/designate-dashboard-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-freezer-web-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/freezer-web-ui/freezer-web-ui-7.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-fwaas-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-fwaas-dashboard/neutron-fwaas-dashboard-2.0.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-heat-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/heat-dashboard/heat-dashboard-1.5.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/heat-dashboard [horizon-plugin-ironic-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ironic-ui/ironic-ui-3.4.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/ironic-ui [horizon-plugin-karbor-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/karbor-dashboard/karbor-dashboard-1.2.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-magnum-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/magnum-ui/magnum-ui-5.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-manila-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/manila-ui/manila-ui-2.18.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-mistral-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/mistral-dashboard/mistral-dashboard-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/mistral-dashboard [horizon-plugin-monasca-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-ui/monasca-ui-1.15.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-murano-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/murano-dashboard/murano-dashboard-7.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/murano-dashboard [horizon-plugin-neutron-lbaas-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-lbaas-dashboard/neutron-lbaas-dashboard-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-neutron-vpnaas-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard-1.5.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-octavia-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/octavia-dashboard/octavia-dashboard-3.0.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-sahara-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-dashboard/sahara-dashboard-10.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-searchlight-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/searchlight-ui/searchlight-ui-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-senlin-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/senlin-dashboard/senlin-dashboard-0.10.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-solum-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/solum-dashboard/solum-dashboard-2.6.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/solum-dashboard [horizon-plugin-tacker-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tacker-horizon/tacker-horizon-0.14.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-trove-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/trove-dashboard/trove-dashboard-12.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-vitrage-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vitrage-dashboard/vitrage-dashboard-1.9.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/vitrage-dashboard [horizon-plugin-watcher-dashboard] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/watcher-dashboard/watcher-dashboard-1.12.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/watcher-dashboard [horizon-plugin-zaqar-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/zaqar-ui/zaqar-ui-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-plugin-zun-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/zun-ui/zun-ui-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [horizon-user] # # From kolla # # The user id (integer value) #uid = 42420 # The group id (integer value) #gid = 42420 [hugetlbfs-user] # # From kolla # # The user id (integer value) #uid = 42477 # The group id (integer value) #gid = 42477 [influxdb-user] # # From kolla # # The user id (integer value) #uid = 42421 # The group id (integer value) #gid = 42421 [ironic-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ironic/ironic-12.1.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/ironic [ironic-inspector] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ironic-inspector/ironic-inspector-8.2.2.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [ironic-inspector-user] # # From kolla # # The user id (integer value) #uid = 42461 # The group id (integer value) #gid = 42461 [ironic-user] # # From kolla # # The user id (integer value) #uid = 42422 # The group id (integer value) #gid = 42422 [kafka-user] # # From kolla # # The user id (integer value) #uid = 42423 # The group id (integer value) #gid = 42423 [karbor-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/karbor/karbor-1.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [karbor-user] # # From kolla # # The user id (integer value) #uid = 42458 # The group id (integer value) #gid = 42458 [keystone-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/keystone/keystone-15.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/keystone [keystone-user] # # From kolla # # The user id (integer value) #uid = 42425 # The group id (integer value) #gid = 42425 [kibana-user] # # From kolla # # The user id (integer value) #uid = 42426 # The group id (integer value) #gid = 42426 [kolla-user] # # From kolla # # The user id (integer value) #uid = 42400 # The group id (integer value) #gid = 42400 [kuryr-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/kuryr/kuryr-lib-0.9.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [kuryr-libnetwork] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/kuryr-libnetwork/kuryr-libnetwork-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [kuryr-user] # # From kolla # # The user id (integer value) #uid = 42469 # The group id (integer value) #gid = 42469 [libvirt-user] # # From kolla # # The user id (integer value) #uid = 42473 # The group id (integer value) #gid = 42473 [logstash-user] # # From kolla # # The user id (integer value) #uid = 42478 # The group id (integer value) #gid = 42478 [magnum-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/magnum/magnum-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [magnum-user] # # From kolla # # The user id (integer value) #uid = 42428 # The group id (integer value) #gid = 42428 [manila-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/manila/manila-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [manila-user] # # From kolla # # The user id (integer value) #uid = 42429 # The group id (integer value) #gid = 42429 [memcached-user] # # From kolla # # The user id (integer value) #uid = 42457 # The group id (integer value) #gid = 42457 [mistral-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/mistral/mistral-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/mistral [mistral-base-plugin-tacker] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tacker/tacker-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [mistral-user] # # From kolla # # The user id (integer value) #uid = 42430 # The group id (integer value) #gid = 42430 [monasca-agent] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-agent/monasca-agent-2.10.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-api] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-api/monasca-api-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-log-api] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-log-api/monasca-log-api-2.9.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-notification] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-notification/monasca-notification-1.17.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-persister] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-persister/monasca-persister-1.14.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-statsd] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-statsd/monasca-statsd-1.11.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-thresh] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = https://github.com/openstack/monasca-thresh/archive/2.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-thresh-additions-monasca-common] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-common/monasca-common-2.13.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [monasca-user] # # From kolla # # The user id (integer value) #uid = 42431 # The group id (integer value) #gid = 42431 [mongodb-user] # # From kolla # # The user id (integer value) #uid = 42432 # The group id (integer value) #gid = 65534 [murano-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/murano/murano-7.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/murano [murano-user] # # From kolla # # The user id (integer value) #uid = 42433 # The group id (integer value) #gid = 42433 [mysql-user] # # From kolla # # The user id (integer value) #uid = 42434 # The group id (integer value) #gid = 42434 [neutron-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron/neutron-14.0.2.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/neutron [neutron-base-plugin-networking-ansible] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-ansible/networking-ansible-1.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-networking-baremetal] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-baremetal/networking-baremetal-1.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-networking-generic-switch] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-generic-switch/networking-generic-switch-1.3.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-networking-sfc] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-neutron-fwaas] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-fwaas/neutron-fwaas-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-vmware-nsx] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vmware-nsx/vmware-nsx-master.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-base-plugin-vpnaas-agent] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-vpnaas/neutron-vpnaas-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-bgp-dragent] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-dynamic-routing/neutron-dynamic-routing-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-lbaas-agent] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-lbaas/neutron-lbaas-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-metadata-agent-ovn-plugin-networking-ovn] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-ovn/networking-ovn-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-opendaylight-plugin-networking-bgpvpn] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-bgpvpn/networking-bgpvpn-10.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-opendaylight-plugin-networking-l2gw] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-l2gw/networking-l2gw-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-opendaylight-plugin-networking-odl] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-odl/networking-odl-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-opendaylight-plugin-networking-sfc] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-ovn-plugin-networking-ovn] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-ovn/networking-ovn-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-plugin-networking-infoblox] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-infoblox/networking-infoblox-12.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-plugin-neutron-dynamic-routing] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-dynamic-routing/neutron-dynamic-routing-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-plugin-neutron-lbaas] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-lbaas/neutron-lbaas-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-server-plugin-vmware-nsxlib] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vmware-nsxlib/vmware-nsxlib-13.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [neutron-user] # # From kolla # # The user id (integer value) #uid = 42435 # The group id (integer value) #gid = 42435 [neutron-vpnaas-agent] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-vpnaas/neutron-vpnaas-14.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [nfast-user] # # From kolla # # The user id (integer value) #uid = 42481 # The group id (integer value) #gid = 42481 [nova-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/nova/nova-19.0.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/nova [nova-base-plugin-blazar] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/blazar-nova/blazar-nova-1.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [nova-base-plugin-mksproxy] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/nova-mksproxy/nova-mksproxy-master.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [nova-user] # # From kolla # # The user id (integer value) #uid = 42436 # The group id (integer value) #gid = 42436 [novajoin-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/novajoin/novajoin-1.1.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [novajoin-user] # # From kolla # # The user id (integer value) #uid = 42470 # The group id (integer value) #gid = 42470 [octavia-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/octavia/octavia-4.0.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [octavia-user] # # From kolla # # The user id (integer value) #uid = 42437 # The group id (integer value) #gid = 42437 [odl-user] # # From kolla # # The user id (integer value) #uid = 42462 # The group id (integer value) #gid = 42462 [openstack-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/requirements/requirements-stable-stein.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/requirements [openvswitch-user] # # From kolla # # The user id (integer value) #uid = 42476 # The group id (integer value) #gid = 42476 [panko-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/panko/panko-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [panko-user] # # From kolla # # The user id (integer value) #uid = 42438 # The group id (integer value) #gid = 42438 [placement-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/placement/openstack-placement-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/placement [placement-user] # # From kolla # # The user id (integer value) #uid = 42482 # The group id (integer value) #gid = 42482 [profiles] # # From kolla # # Infra images (list value) #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 # Main images (list value) #main = ceilometer,cinder,glance,heat,horizon,iscsi,keystone,neutron,nova-,swift # Aux Images (list value) #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 # Default images (list value) #default = chrony,cron,kolla-toolbox,fluentd,glance,haproxy,heat,horizon,keepalived,keystone,mariadb,memcached,neutron,nova-,openvswitch,rabbitmq # Gate images (list value) #gate = chrony,cron,fluentd,glance,haproxy,horizon,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,openvswitch,rabbitmq # ExpostackV2 images (list value) #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 expotest = cinder,cron,glance,heat,horizon,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,placement,rabbitmq #expostagingv2 = aodh,ceilometer,cinder,cron,glance,heat,horizon,keystone,kolla-toolbox,mariadb,memcached,neutron,nova-,placement,rabbitmq,swift #expoHorizon = horizon [prometheus-user] # # From kolla # # The user id (integer value) #uid = 42472 # The group id (integer value) #gid = 42472 [qdrouterd-user] # # From kolla # # The user id (integer value) #uid = 42465 # The group id (integer value) #gid = 42465 [qemu-user] # # From kolla # # The user id (integer value) #uid = 42427 # The group id (integer value) #gid = 42427 [rabbitmq-user] # # From kolla # # The user id (integer value) #uid = 42439 # The group id (integer value) #gid = 42439 [rally] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/rally/rally-1.4.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [rally-user] # # From kolla # # The user id (integer value) #uid = 42440 # The group id (integer value) #gid = 42440 [redis-user] # # From kolla # # The user id (integer value) #uid = 42460 # The group id (integer value) #gid = 42460 [sahara-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara/sahara-10.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-ambari] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-ambari/sahara-plugin-ambari-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-cdh] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-cdh/sahara-plugin-cdh-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-mapr] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-mapr/sahara-plugin-mapr-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-spark] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-spark/sahara-plugin-spark-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-storm] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-storm/sahara-plugin-storm-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-base-plugin-vanilla] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/sahara-plugin-vanilla/sahara-plugin-vanilla-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [sahara-user] # # From kolla # # The user id (integer value) #uid = 42441 # The group id (integer value) #gid = 42441 [searchlight-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/searchlight/searchlight-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [searchlight-user] # # From kolla # # The user id (integer value) #uid = 42442 # The group id (integer value) #gid = 42442 [senlin-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/senlin/senlin-7.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/senlin [senlin-user] # # From kolla # # The user id (integer value) #uid = 42443 # The group id (integer value) #gid = 42443 [sensu-user] # # From kolla # # The user id (integer value) #uid = 42467 # The group id (integer value) #gid = 42467 [skydive-user] # # From kolla # # The user id (integer value) #uid = 42468 # The group id (integer value) #gid = 42468 [solum-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/solum/solum-6.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/solum [solum-user] # # From kolla # # The user id (integer value) #uid = 42444 # The group id (integer value) #gid = 42444 [storm-user] # # From kolla # # The user id (integer value) #uid = 42479 # The group id (integer value) #gid = 42479 [swift-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/swift/swift-2.21.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = type = local location = /opt/stack/expostackv2/swift [swift-user] # # From kolla # # The user id (integer value) #uid = 42445 # The group id (integer value) #gid = 42445 [tacker-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tacker/tacker-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tacker-base-plugin-networking-sfc] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/networking-sfc/networking-sfc-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tacker-user] # # From kolla # # The user id (integer value) #uid = 42446 # The group id (integer value) #gid = 42446 [td-agent-user] # # From kolla # # The user id (integer value) #uid = 42447 # The group id (integer value) #gid = 42447 [telegraf-user] # # From kolla # # The user id (integer value) #uid = 42448 # The group id (integer value) #gid = 42448 [tempest] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tempest/tempest-20.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-barbican] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/barbican-tempest-plugin/barbican_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-blazar] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/blazar-tempest-plugin/blazar_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-cinder] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/cinder-tempest-plugin/cinder_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-congress] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/congress-tempest-plugin/congress-tempest-plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-ec2api] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ec2api-tempest-plugin/ec2api-tempest-plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-heat] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/heat-tempest-plugin/heat-tempest-plugin-0.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-ironic] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/ironic-tempest-plugin/ironic-tempest-plugin-1.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-keystone] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/keystone-tempest-plugin/keystone_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-magnum] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/magnum-tempest-plugin/magnum_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-manila] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/manila-tempest-plugin/manila-tempest-plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-mistral] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/mistral-tempest-plugin/mistral_tempest_tests-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-monasca] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/monasca-tempest-plugin/monasca-tempest-plugin-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-murano] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/murano-tempest-plugin/murano-tempest-plugin-1.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-neutron] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/neutron-tempest-plugin/neutron-tempest-plugin-0.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-patrole] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/patrole/patrole-0.5.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-telemetry] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/telemetry-tempest-plugin/telemetry_tempest_plugin-0.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-tempest-conf] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/python-tempestconf/python-tempestconf-2.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-tripleo-common] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tripleo-common-tempest-plugin/tripleo-common-tempest-plugin-master.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-trove] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/trove-tempest-plugin/trove_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-vitrage] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vitrage-tempest-plugin/vitrage-tempest-plugin-2.2.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-watcher] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/watcher-tempest-plugin/watcher-tempest-plugin-1.1.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-plugin-zaqar] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/zaqar-tempest-plugin/zaqar_tempest_plugin-0.2.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tempest-user] # # From kolla # # The user id (integer value) #uid = 42480 # The group id (integer value) #gid = 42480 [tripleo-ui] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/tripleo-ui/tripleo-ui-10.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [tripleoclient] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/python-tripleoclient/tripleoclient-11.3.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [trove-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/trove/trove-11.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [trove-user] # # From kolla # # The user id (integer value) #uid = 42449 # The group id (integer value) #gid = 42449 [vitrage-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vitrage/vitrage-4.3.1.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/vitrage [vitrage-user] # # From kolla # # The user id (integer value) #uid = 42459 # The group id (integer value) #gid = 42459 [vmtp] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/vmtp/vmtp-2.5.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [vmtp-user] # # From kolla # # The user id (integer value) #uid = 42450 # The group id (integer value) #gid = 42450 [watcher-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/watcher/python-watcher-2.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = #type = local #location = /opt/stack/expostackv2/watcher [watcher-user] # # From kolla # # The user id (integer value) #uid = 42451 # The group id (integer value) #gid = 42451 [zaqar-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/zaqar/zaqar-8.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [zaqar-user] # # From kolla # # The user id (integer value) #uid = 42452 # The group id (integer value) #gid = 42452 [zookeeper-user] # # From kolla # # The user id (integer value) #uid = 42453 # The group id (integer value) #gid = 42453 [zun-base] # # From kolla # # Source location type (string value) # Possible values: # local - # git - # url - #type = url # The location for source install (string value) #location = $tarballs_base/zun/zun-3.0.0.tar.gz # Git reference to pull, commit sha, tag or branch name (string value) #reference = [zun-user] # # From kolla # # The user id (integer value) #uid = 42463 # The group id (integer value) #gid = 42463