Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leapfrog from K to N uses outdated openstack_hosts role #368

Closed
BjoernT opened this issue Jun 1, 2019 · 4 comments · Fixed by #369
Closed

Leapfrog from K to N uses outdated openstack_hosts role #368

BjoernT opened this issue Jun 1, 2019 · 4 comments · Fixed by #369
Assignees

Comments

@BjoernT
Copy link
Contributor

BjoernT commented Jun 1, 2019

Due to

ESC[0;31mfailed: [infra01] (item=[u'apparmor-utils', u'apt-transport-https', u'bridge-utils', u'build-essential', u'cgroup-lite', u'curl', u'dmeventd', u'dstat', u'ebtable s', u'htop', u'iptables', u'irqbalance', u'libkmod-dev', u'libkmod2', u'linux-modules-extra-4.4.0-127-generic', u'lvm2', u'python-software-properties', u'python-dev', u'rsync', u 'rsyslog', u'sshpass', u'sysstat', u'time', u'vlan', u'wget']) => {"failed": true, "item": ["apparmor-utils", "apt-transport-https", "bridge-utils", "build-essential", "cgroup-li te", "curl", "dmeventd", "dstat", "ebtables", "htop", "iptables", "irqbalance", "libkmod-dev", "libkmod2", "linux-modules-extra-4.4.0-127-generic", "lvm2", "python-software-prope rties", "python-dev", "rsync", "rsyslog", "sshpass", "sysstat", "time", "vlan", "wget"], "msg": "No package matching 'linux-modules-extra-4.4.0-127-generic' is available"}ESC[0m
we should side load the newton eol role or a patched version where the package is not even requested at all due to os/kernel package name issues

https:/openstack/openstack-ansible-openstack_hosts/blob/newton-eol/vars/ubuntu-14.04.yml

@BjoernT
Copy link
Contributor Author

BjoernT commented Jun 1, 2019

That seems to be an issue as we bootstrap ansible in a earlier newton version and then bootstrapping later into newton-eol

@antonym
Copy link
Contributor

antonym commented Jun 3, 2019

I'm thinking I'll just make a new branch off RPC-O, maybe a 14.23.1 tag, that points to the updated branch above, and then we'll just have rpc-upgrades leapfrog checkout the 14.23.1 tag instead. It'll still be 14.23.0 but we won't have to worry about the missing artifacts that weren't created in 14.24.0.

@antonym
Copy link
Contributor

antonym commented Jun 3, 2019

If rcbops/openstack-ansible-openstack_hosts#4 looks good for removing the linux-modules-extras stuff, then we can merge that.

Then we can recheck this PR and see if it skips those packages and checks out the right branches:

#369

@antonym
Copy link
Contributor

antonym commented Jun 13, 2019

Merged the fix for this in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants