Yan, thank you for making this very clear.
As I read this, the puppet modules we use for the openstack clients are several releases old and the update to the Train version would be painful, er I mean lots of fun.
I think we need some input from the broader community.
What are the costs / risks of upgrading to puppet 5.0?
Should we try to upgrade the client puppet modules ourselves (and contribute the changes upstream)? Or is there a better long way we should launch these clients, e.g. should we just write Ansible installers
for them?
My thanks to Dean for helping me understand what questions to ask
J
brucej
Hi,
I’m now trying to upgrade the openstack clients installed on StarlingX to Train version.
Currently I see the clients are Stein version, but the puppet packages (for those modules that we need to config on StarlingX host) are still old versions. [See the list below.]
But for Train, I met a problem when I wanted to upgrade python-openstackclient/keystone to Train (4.0.0), the old puppet packages cannot work with Train clients and failed when running puppet-manifest-apply.sh.
See from Stein keystone log, some of the deprecated cmds and options are planned to be removed in Train.
If we want to make Train clients work, we may need to do the following steps:
So is it possible that we keep on using Stein clients with limited test now (need test with Train images, but suppose old functions should still work)?
Here’s the list of the puppet packages and StarlingX patches (for Stein it should be 14.1.0 – 14.4.0, and for Train 15.0.0 – 15.4.0):
Pkg |
Current Version |
Train Upgrade to |
Meta Patch |
Patch |
puppet |
4.8.2 |
5.x |
2 |
5 |
puppet-keystone |
11.3.0 |
15.x |
6 |
5 |
puppet-oslo |
11.3.0 |
15.x |
3 |
2 |
puppet-openstacklib |
11.5.0 |
15.x |
2 |
1 |
puppet-horizon |
11.5.0 |
15.x |
2 |
1 |
puppet-barbican |
11.3.0 |
15.x |
0 |
0 |
Stein Keystone client logs:
keystone:log 2019-10-10 10:04:44.050 111346 WARNING keystone.server.flask.request_processing.middleware.auth_context [-] The use of the '[DEFAULT] admin_token' configurationoption presents a significant security
risk and should not be set. This option is deprecated in favor of using 'keystone-manage bootstrap' and will be removed in a future release.
Yan