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

no possibility to set network --activate #146

Open
jnovy opened this issue Oct 23, 2015 · 3 comments
Open

no possibility to set network --activate #146

jnovy opened this issue Oct 23, 2015 · 3 comments

Comments

@jnovy
Copy link

jnovy commented Oct 23, 2015

Hi,

we are using image based builds which in kickstart look like:

liveimg --url=myimage

on RHEL7. The problem is that when anaconda switches to stage2 then it doesn't reactivate network interface leading to image download failure.

Replacing:
network --bootproto=dhcp

with

network --bootproto=dhcp --activate

fixes it.

There is however to my knowledge no way how to force aii-ks to add the --activate option or is it?

Thanks,
Jindrich

@stdweird stdweird added this to the 15.10 milestone Oct 24, 2015
@stdweird
Copy link
Member

should be an easy fix. is --activate and EL7 only option? (and out of interest, why not use static network config in ks/anaconda?)

@jnovy
Copy link
Author

jnovy commented Oct 26, 2015

yep, EL7 only. There is even a possibility to do multiple network statements in ks file like:

network --bootproto=dhcp
...
network --activate

which EL7 anaconda is able to understand and it would make the aii-ks code more readable (just addition).

WRT static net configuration - we need it as described above due to our template side conf/and hw setup.

@jnovy
Copy link
Author

jnovy commented Oct 26, 2015

Also it's worth noting that in case of ordinary "url --url" package installations it's not needed. It's required for image deployments only.

@jrha jrha modified the milestones: 16.2, 15.12 Dec 3, 2015
@jrha jrha removed this from the 16.2 milestone Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants