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

Hide the hostname field #903

Open
1 task done
Alslinet opened this issue Jan 4, 2025 · 2 comments
Open
1 task done

Hide the hostname field #903

Alslinet opened this issue Jan 4, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Alslinet
Copy link

Alslinet commented Jan 4, 2025

Is there an existing issue for this?

  • I have searched the existing issues and found none matching what I'm reporting.

Is the feature related to a problem or existing issue?

No response

Describe the feature, why the feature matters to you, and what benefits the feature will bring about.

I sometimes want the use to be able to provide a username but not the hostname during installations. I need a way to hide the hostname field.

Describe any alternatives you've considered.

No response

Additional context

No response

@Alslinet Alslinet added the enhancement New feature or request label Jan 4, 2025
@d-loose
Copy link
Member

d-loose commented Jan 7, 2025

I'm not sure I fully understand the use case. I suspect you're using an autoinstall.yaml that looks something like this

version: 1
interactive-sections:
  - identity
identity:
  realname: ""
  username: ""
  password: ""
  hostname: ubuntu

which would run the semi-automated UI flow that shows the identity page with the hostname pre-filled like this:

image

If I understand correctly you'd like to be able to hide the hostname field here, is that correct?

@Alslinet
Copy link
Author

Alslinet commented Jan 8, 2025

Yes thats what im saying. Tried doing an install where the user only needs to create their user account. There is a naming convention i have to follow for the hostname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants