Skip to content

Conversation

@kalikiana
Copy link
Member

Comment on lines 6 to 13
system("zypper in -y os-autoinst-openvswitch");
system("systemctl enable --now os-autoinst-openvswitch");

my $bridge = 1;
my $openvswitch = "/etc/sysconfig/os-autoinst-openvswitch";
open(file, '>', $openvswitch) or die "Failed to open $openvswitch for writing!";
print file "OS_AUTOINST_USE_BRIDGE=br$bridge";
close(file);
Copy link
Member

Choose a reason for hiding this comment

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

as this is opensuse/suse specific, make sure to check that too

Copy link
Member Author

Choose a reason for hiding this comment

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

Check what?

Copy link
Member

Choose a reason for hiding this comment

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

The commands used to install packages

Copy link
Member

@okurz okurz left a comment

Choose a reason for hiding this comment

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

Good idea! Just the day before yesterday I semi-automated the multi-machine setup on qa-power8-3 within bash. How do you like https://progress.opensuse.org/issues/119008#note-17?

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 this pull request may close these issues.

5 participants