Commit Graph

10 Commits

Author SHA1 Message Date
Vu Cong Tuan 7db12e58df Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

[1] https://review.openstack.org/#/c/508522

Change-Id: I7f6b2e27aff6cd45ddb900cd75249b0afae024cb
2018-05-11 09:19:37 +07:00
Rob Crittenden 552eb7c2ee Use proper default port, set paste config, service creds
The old default port, 9999, was being set in a few places.

In novajoin-install, the standalone installer, a few things
were not being configure.

- The join api_paste_config option wasn't being set
- The service credentials section was incomplete

Change-Id: I3169c68d29be11edea52c74535ae43b75884fb66
2017-03-27 15:05:50 +00:00
Rob Crittenden 8848888bd0 Update and clarify installer man pages to include all options
The precreate options were missing from novajoin-install and
the precreate options weren't separated in novajoin-ipa-setup

Change-Id: Ic2cb12b9468e624346e3cc6db9677009776b80d0
2017-02-02 10:57:34 -05:00
Rob Crittenden 3de3e6b847 Extend the novajoin-ipa-setup script to precreate IPA entries
For the case of Triple-O we don't want to pass IPA admin
credentials to the undercloud so instead pre-create the IPA
entries for undercloud and pass in an OTP that can be used to
enroll it using ipa-client-install.

Another feature of --precreate is that it doesn't require the
machine to be enrolled as an IPA client. The required options must
be provided on the command-line.

Change-Id: Ia69b5b4fbc275c04f5e07e9d2ef62e3547725ac8
2016-12-16 01:41:09 -05:00
Rob Crittenden f178718979 Remove deprecated url configuration option
This used to handle IPA connectivity manually by using
python-requests so the URL was necessary. This was replaced
by using the IPA framework instead and the host(s) to
contact are handled by that.

Change-Id: I4009b044ad079fd97591a28d8f47d18621506d6e
2016-12-08 19:25:30 +00:00
Rob Crittenden 54dcbc323d Complete changes to use /etc/nova/join.conf
Fix the remaining places that referenced /etc/join/join.conf to
use /etc/nova/join.conf instead.
2016-11-30 04:36:08 +00:00
Rob Crittenden 91499c11f7 Remove references to deprecated service_name config option 2016-11-10 14:39:41 +00:00
Rob Crittenden 78002011af Update the novajoin-install.1 man page 2016-09-20 09:02:32 -04:00
Rob Crittenden 6195105026 Don't configure keystone_authtoken section, drop keystone_auth_uri
The paste configuration doesn't include authentication so there
is no need for keystone_authtoken. This also means that
the option keystone_auth_uri can be removed.

Also drop man page reference to the keystone_identity option.
2016-09-19 17:41:28 -04:00
Rob Crittenden 25ebda9a3c Installation fixups and add man pages for the scripts
Most of these changes were discovered during rpm packaging.
2016-08-18 13:45:52 -04:00