c04dc5937c
This change takes the overcloud_nodes variable and defines that under config/nodes/foo.yml. This depend on the change to quickstart-extras where a definition of topology (nodes) will be created. Pass the topology in an explicit variable vs. using extra_args. The original configuration files in config/general_config/ will continue to work but are now deprecated. The featureset files that define standard set of feature to test are also added, and should correspond to test configuration for jobs that are typically found upstream Change-Id: Id6dd3f71b33f76a0401fe8a84080fe80de0dbb69 Co-Authored-By: Gabriele Cerami <gcerami@redhat.com>
41 lines
1.0 KiB
INI
41 lines
1.0 KiB
INI
[metadata]
|
|
name = tripleo-quickstart
|
|
summary = tripleo-quickstart - Making it easy to get started with tripleo
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/tripleo-quickstart/
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
usr/local/share/tripleo-quickstart/jenkins = jenkins/*
|
|
usr/local/share/tripleo-quickstart/roles = roles/*
|
|
usr/local/share/tripleo-quickstart/library = library/*
|
|
usr/local/share/tripleo-quickstart/test_plugins = test_plugins/*
|
|
playbooks = playbooks/*
|
|
config/ = config/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|