instack-undercloud/setup.cfg
Ben Nemec a82f4dc363 Pythonize instack-install-undercloud
-Very incomplete testing right now
-Puts the password and stackrc files in the current user's home
 directory during the install.  Given that they now have secure
 permissions and we recommend doing that anyway, I think it's fine,
 but it is a non-trivial change in behavior.

 This was done because it's awkward to read a root-owned file from
 a Python process running as a regular user.
-Uses oslo.config instead of the bash-style answers file. A sample
 conf file created by the oslo.config generator is included (for
 now, although we may want to generate that dynamically at some
 point).  Backwards compatibility with existing answers files is
 maintained for now, but is deprecated.
-Hard-codes the image path in instack-test-overcloud to .  It's
 difficult to extract the value from the conf file in bash (unless
 they overrode the default, there's nothing for ConfigParser to read),
 and since it's just a simple sanity test script I think that's okay,
 at least for now.

Change-Id: I09270997dea7fdad2b40dfb303967ff425b55a9b
2015-05-26 14:02:18 +02:00

47 lines
1.4 KiB
INI

[metadata]
name = instack-undercloud
summary = instack-undercloud
description-file =
README.md
author = James Slagle
author-email = jslagle@redhat.com
home-page = http://www.redhat.com/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[files]
packages =
instack_undercloud
scripts =
scripts/instack-build-images
scripts/instack-create-overcloudrc
scripts/instack-deploy-overcloud
scripts/instack-install-undercloud
scripts/instack-ironic-deployment
scripts/instack-prepare-for-overcloud
scripts/instack-test-overcloud
scripts/instack-virt-setup
data_files =
share/instack-undercloud/ = elements/*
share/instack-undercloud/heat-templates = heat-templates/*
share/instack-undercloud/json-files = json-files/*
share/instack-undercloud/jenkins-jobs = jenkins-jobs/*
share/instack-undercloud/ = undercloud.conf.sample
share/instack-undercloud/ = deploy-baremetal-overcloudrc
[entry_points]
oslo.config.opts =
instack-undercloud = instack_undercloud.undercloud:list_opts