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

Install required packages when downbursting VMs #943

Merged
merged 3 commits into from Aug 31, 2016
Merged

Conversation

if os_type in ['centos', 'rhel', 'fedora']:
user_info['runcmd'].extend([
['sed', '-ie', 's/HWADDR=".*"/HWADDR="%s"/' % mac_address,
'/etc/sysconfig/network-scripts/ifcfg-eth0'],
])
if 'packages' not in user_info:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test isn't necessary anymore, because the above is unconditional

David Galloway added 3 commits August 30, 2016 18:22
Fixes: http://tracker.ceph.com/issues/17154

Signed-off-by: David Galloway <dgallowa@redhat.com>
Signed-off-by: David Galloway <dgallowa@redhat.com>
Signed-off-by: David Galloway <dgallowa@redhat.com>
@dmick
Copy link
Member

dmick commented Aug 30, 2016

test this please (jenkins)

@dmick dmick merged commit e737d48 into master Aug 31, 2016
@dmick dmick deleted the wip-downburst-pkgs branch August 31, 2016 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants