Skip to content

Provide a script to bootstrap mm devices#190

Draft
kalikiana wants to merge 1 commit into
os-autoinst:masterfrom
kalikiana:prepare_mm_devices
Draft

Provide a script to bootstrap mm devices#190
kalikiana wants to merge 1 commit into
os-autoinst:masterfrom
kalikiana:prepare_mm_devices

Conversation

@kalikiana
Copy link
Copy Markdown
Member

Comment thread openqa-prepare-mm-setup Outdated
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Copy link
Copy Markdown
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?

Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup Outdated
Comment thread openqa-prepare-mm-setup
Comment thread openqa-prepare-mm-setup
Comment thread openqa-prepare-mm-setup
Comment thread openqa-prepare-mm-setup
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