4 Commits

Author SHA1 Message Date
Vasyl Saienko
357ad5c081 Update sample config
Update sample config with latest updates from
libraries.

Change-Id: Ia5670cb77b414aaf099295ca9ad3325ac59a0eea
2017-11-14 09:20:22 +02:00
Pavlo Shchelokovskyy
fdd11b54a5 Configure and use SSL-related requests options
This patch adds standard SSL options to IPA config and makes use of them
when making HTTP requests.

For now, a single set of certificates is used when needed.
In the future configuration can be expanded to allow per-service
certificates.

Besides, the 'insecure' option (defaults to False) can be overridden
through kernel command line parameter 'ipa-insecure'.
This will allow running IPA in CI-like environments with self-signed SSL
certificates.

Change-Id: I259d9b3caa9ba1dc3d7382f375b8e086a5348d80
Closes-Bug: #1642515
2017-01-13 11:33:44 +02:00
Pavlo Shchelokovskyy
762f3bf4e6 Use oslo-config-generator for sample config
The old generate_sample.sh is broken already as it refers to
non-existing openstack/common path.

Let's use oslo-config-generator as many other OpenStack projects do.

Also, where applicable, option descriptions are updated with the
corresponding kernel parameters to set those options durig pxe boot.

Change-Id: Id4a0df30ea573d52f3b359f357fe8f4a29751939
2016-12-09 21:01:02 +02:00
Vladimir Kozhukalov
74ba66568e Added some infrastructure tools
Copied generate_sample.sh and with_venv.sh
scripts from openstack/ironic. Generated
sample config.

Change-Id: I1beab119499156c711d838a3a1ecc3316b655900
2014-04-03 21:09:11 +04:00