Commit Graph

6 Commits

Author SHA1 Message Date
Spyros Trigazis 45273110cc [doc-migration] Consolidate install guide
The legacy install-guide directory is removed, projects
host thei install-guide under /doc/source/install/.

It should have been done in:
Ifdeb7c669e7f2351aff837f43f2fa3515a89e086

Change-Id: Ia65804cd01ada25f6b61c1c4bcb246d5a4c9c570
2017-12-12 08:14:04 +00:00
yatin 67a48749c7 Fix magnum TLS cert generation
TLS enabled k8s cluster are not created if admin_user, admin_password
and admin_tenant_name are not set in [keystone_authtoken] section,
This patch updates the install guide for the same.

Change-Id: Id58bbbda34d52f60c174630400ae469c48a7d115
Closes-Bug: #1717798
Related-Bug: #1670355
2017-10-05 14:21:32 +00:00
Kevin Lefevre 4c241a683f Enable custom keystone endpoint_type in templates
Allow to specify a custom AUTH_URL for the templates in case instances
cannot reach internalURL which is the case in mose deployment.

A new variable in trust section: trustee_keystone_interface which
default to public is introduced.

Change-Id: I2a908c0752387e4ff4ad2b0fdf0c1025a73ce806
Closes-Bug: #1643197
2017-05-01 18:15:58 +02:00
yatin 5d35b6611f [doc|install_guide] Fix 'host' config param in [api] section
Currently 'host' param in [api] section is set to hostname which
is not correct because 'host' under [api] is of type IPOpt.
It should be set to the IP address on which magnum api service
should listen.

Change-Id: I3e9672eaa6425293c5429aceafc9be3f07e0bf45
Closes-Bug: #1647560
2016-12-07 11:06:27 +05:30
chenxing 3a20556b2d [instll] Update a more simple rabbitmq configuration
Update from this commit https://review.openstack.org/#/c/389971/1
in the openstack-manuals project.

Change-Id: I54a104662081ab7b81e200cf6c23f5a8a1e28d61
2016-11-01 03:33:37 +00:00
Spyros Trigazis f64551489e [install] Refactor configuration in IG
* move common prerequisities and configure in the common directory
* remove lock_path from common configuration, only rdo packages need
  it -- debian, obs and ubuntu packages configure it by default
* use trust_domain_name and trust_domain_admin_name instead of id
* update finalize message in obs and rdo IGs
* fix bullet-list in filanize services
* add x509keypair configuration option

Partially-Implements: blueprint projectspecificinstallguides
Partially-Implements: blueprint magnum-installation-guide
Change-Id: I67376938f1a118c2b1f1f7326c14158178ab71ea
2016-07-19 20:15:39 +02:00