-
Notifications
You must be signed in to change notification settings - Fork 77
Remove postLookup() logic, and fix the failure of installing Esxi when setting static IP. #500
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
Conversation
…n setting static IP.
|
@RackHD/corecommitters please review. |
|
@lanchongyizu I m not sure ssh validation will pass in this case. I probably missed something here? |
|
@lanchongyizu : could you please explain why this can solve the static IP issue? |
|
@keedya For now, ssh validation fails for all OSes, so it is not caused by this PR. |
|
:+0: :-) looks good. just questions: (1) so in %pre, the "/vmfs/volumes/datastore1" has not been established or is not accessible ? (2) can you help: why wget works in %pre but not in %firstboot ? |
|
@panpan0000 |
|
@lanchongyizu I tested it on my end and found that the lookup table is getting updated. 👍 |
|
My comment purely depends on the test result. I eagerly to remove the "ugly" code to POST lookup in ESXi kickstart file, if the testing is OK, this is definitely 👍 |
6b6d5e5 to
ef83387
Compare
|
Since the issue https://github.com/RackHD/RackHD/issues/467 exists, we can't remove postLookups() currently. |
ef83387 to
6b6d5e5
Compare
|
This has been solved by #531, so close the PR. |
The solution is
@RackHD/corecommitters @panpan0000 @keedya