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

Swap dokku to ubuntu #196

Closed
wants to merge 1 commit into from
Closed

Swap dokku to ubuntu #196

wants to merge 1 commit into from

Conversation

hexylena
Copy link
Member

@hexylena hexylena commented May 7, 2024

since it was never actually supported on rhel, and this is partially what led to a lot of the problems.

yes i am aware this will delete what is there.

then we can switch to ansible dokku

@mira-miracoli
Copy link
Contributor

it should not replace the volumes, right?

@hexylena
Copy link
Member Author

hexylena commented May 7, 2024

No, just everything on root disk (ssh keys, etc.)

@mira-miracoli
Copy link
Contributor

Oh there is no playbook for it, that was the point right?
Love the branch name btw :D

@sanjaysrikakulam
Copy link
Member

Please do not merge this. My changes need to be merged 1st. I will manually roll out this this evening and update you later. Converting this to a draft for now.

@sanjaysrikakulam sanjaysrikakulam marked this pull request as draft May 7, 2024 13:09
@hexylena
Copy link
Member Author

hexylena commented May 7, 2024

Oh there is no playbook for it, that was the point right?

yeah there has never been a playbook for it, maybe one can be written now, but at minimum we can install it via system packages which will be more reliable than dokku-in-docker.

Love the branch name btw :D

tailscale approved :p

@sanjaysrikakulam
Copy link
Member

sanjaysrikakulam commented May 7, 2024

I rolled it out and then realized that many of our VMs, which were deployed with the regular cloud flavors, are currently not working due to this issue and unfortunately now this VM is also not reachable due to the same. I will update you as soon as the VM is online. However, a new VM has been spawned with Ubuntu 22.04 and the volume that was previously attached is also made available,

resource "openstack_compute_volume_attach_v2" "dokku-va" {
  instance_id = openstack_compute_instance_v2.dokku.id
  volume_id   = "6cbce9f7-1ffd-4848-9ec8-0a2ccfd52225"
  device      = "/dev/vdb"
}

I will close this PR and push my changes to my PR along with the state file updates.

sanjaysrikakulam added a commit to sanjaysrikakulam/usegalaxy-eu_infrastructure that referenced this pull request May 7, 2024
@sanjaysrikakulam
Copy link
Member

Change commit: 589cc31

@sanjaysrikakulam
Copy link
Member

sanjaysrikakulam commented May 8, 2024

@hexylena, your VM is up and running. The username is ubuntu. Please send me your SSH key so I can add it to the VM directly, or I can recreate the VM with a cloud-init this time and add your key to the TF file itself.

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.

3 participants