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

PE-4692: update template for user-data #227

Closed
wants to merge 1 commit into from

Conversation

gabelchinmay
Copy link
Contributor

No description provided.

@rishi-anand
Copy link
Collaborator

@gabelchinmay We should also add comments for most of the input in user-data


# Optional: Configurations for the edge host
install:
bind_mounts:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Few additional examples for bind mounts.

# bind mount for rook-ceph
  - /var/lib/ceph
  - /var/lib/osd
  - /var/lib/rook

# bind mount for longhorn
  - /var/lib/longhorn

# bind mount for calico
  - /var/lib/calico

# bind mount for portworx
  - /etc/pwx
  - /var/lib/osd
  - /var/cores

# bind mount for tailscale
  - /var/lib/tailscale

# bind mount for ubuntu advantage
  - /var/lib/ubuntu-advantage

# bind mount for wpa_supplicant?
  - /var/lib/wpa

TODO: Check if we can always keep these bind mounts in user-data and mention it in template

install:
bind_mounts:
- /axone
partitions:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please mention a bit about persistent partition and the defaults too in comments

@@ -1,14 +1,51 @@
#cloud-config

# Optional: Configurations for the edge host
install:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add some comment about install section

@abhinavnagaraj abhinavnagaraj changed the title update template for user-data PE-4692: update template for user-data Jul 11, 2024
@gabelchinmay gabelchinmay deleted the update-userdata-tempelate branch October 29, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants