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

Support federated API deployment #27

Merged
merged 24 commits into from
Dec 4, 2023
Merged

Support federated API deployment #27

merged 24 commits into from
Dec 4, 2023

Conversation

Ndpnt
Copy link
Member

@Ndpnt Ndpnt commented Nov 29, 2023

No description provided.

@Ndpnt Ndpnt requested a review from MattiSG November 29, 2023 08:17
Copy link
Member

@MattiSG MattiSG left a comment

Choose a reason for hiding this comment

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

This is… just… beautiful! 🥲 👏

I encounter some obstacles testing locally with Vagrant. The obstacles do not seem related to this changeset. I thus approve this PR after thorough review as it reads great, but I have not yet been able to test properly and hope to do so before merge.

CHANGELOG.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved

- name: Read the production config
shell: cat '/home/{{ ansible_user }}/{{ ota_federated_api_directory }}/config/production.json'
register: cat_config
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
register: cat_config
register: read_config

roles/federated-api/tasks/main.yml Outdated Show resolved Hide resolved
roles/engine/tasks/main.yml Outdated Show resolved Hide resolved
roles/infrastructure/chromium/README.md Show resolved Hide resolved
Comment on lines +28 to +29
- name: Install PM2 to latest version 5
ansible.builtin.command: npm install -g pm2@5 --production=true
Copy link
Member

Choose a reason for hiding this comment

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

I'd argue this is not really node/main conceptually 😉

@Ndpnt Ndpnt merged commit 087f801 into main Dec 4, 2023
1 check passed
@Ndpnt Ndpnt deleted the deploy-federated-api branch December 4, 2023 13:28
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.

2 participants