Commit Graph

33 Commits

Author SHA1 Message Date
Adw8
a137161fa8 Add utf8 encoding to ansible playbook command 2024-10-01 04:47:17 +00:00
Adw8
0635869073 Set min-required-payment to 0 when publishing webapp deployer record 2024-10-01 04:47:17 +00:00
Adw8
1b50f0c549 Add separate entry in hosts file for setting up user 2024-10-01 04:47:17 +00:00
Adw8
c89f3b3941 Add playbook to setup gpg key 2024-10-01 04:47:17 +00:00
Adw8
3ad7e98e55 Add rpc and gql endpoints to laconic console config 2024-10-01 04:47:17 +00:00
Adw8
157e3a0f0a Couple domain name and domain extension in var 2024-10-01 04:47:17 +00:00
Adw8
3af7f61dfa Add task to setup passwordless sudo for user 2024-10-01 04:47:17 +00:00
Adw8
1b5458cd79 Add playbook for setting up service provider 2024-10-01 04:47:17 +00:00
Adw8
22cbfe73e9 Update README 2024-10-01 04:47:17 +00:00
Adw8
db227e3d21 Add playbook to setup and start webapp-ui 2024-10-01 04:47:17 +00:00
Adw8
4b7d47184a Add directory for vars files 2024-10-01 04:47:17 +00:00
Adw8
206ffcc970 Add playbook to setup webapp deployer backend 2024-10-01 04:47:17 +00:00
Adw8
7af4dc70e9 Add steps to reserve authority 2024-10-01 04:47:17 +00:00
Adw8
98027d4562 Add playbooks to setup fixturenet-laconicd and laconic-console 2024-10-01 04:47:17 +00:00
Adw8
400cbcdfb8 Add playbook to setup container-registry 2024-10-01 04:47:17 +00:00
Adw8
23bb995e8e Add README steps to create user dev 2024-10-01 04:47:17 +00:00
Adw8
f40ca9ac83 Add tasks to deploy k8s to hosts 2024-10-01 04:47:17 +00:00
Adw8
9e404d7299 Add tasks to modify service-provider-template repo 2024-10-01 04:47:17 +00:00
Adw8
69fe5284bd Add template files for modifying service-provider-template repo 2024-10-01 04:47:17 +00:00
Adw8
73fcc2ea89 Add tasks to setup gpg agent 2024-10-01 04:47:17 +00:00
Adw8
884de5a637 Add tasks to install laconic-so, python, pip and ansible on remote host 2024-10-01 04:47:17 +00:00
Adw8
dd641079b4 Add playbook to setup so user 2024-10-01 04:47:17 +00:00
Adw8
d8eb7d5c98 Add README for setting up DNS in DigitalOcean 2024-10-01 04:47:17 +00:00
Adw8
0d83ee3199 Add playbook to setup dns entries 2024-10-01 04:47:17 +00:00
631a859080 Remove use of L2 chain & contracts for running nitro nodes with playbook (#9)
Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270)

Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
Reviewed-on: #9
2024-10-01 03:47:46 +00:00
40428cdaa3 Add Ansible task to fetch nitro node config file (#8)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)
- Added ansible tasks to:
  - Install yq
  - Download nitro node config file
- Modified playbooks to handle prompts when cloning repositories

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #8
2024-09-17 13:55:18 +00:00
bcbd175f00 Update playbook for Nitro bridge setup (#7)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)

Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
Reviewed-on: #7
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-16 06:49:46 +00:00
cd314d2fdf Add Ansible playbooks to setup Docker and stack orchestrator (#6)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)

Add Ansible playbooks to:
- Setup Docker if not present
- Setup Stack Orchestrator if not present

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
Reviewed-on: #6
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-12 04:43:53 +00:00
23f3a4c8ed Add instructions to run Ansible playbooks on remote machines (#5)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #5
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-09 13:37:41 +00:00
88e0b48540 Add ansible playbook to setup and run Nitro bridge (#4)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)
Implement Ansible playbook to:
  - Deploy nitro contracts on L1
  - Deploy bridge contract on L2
  - Setup and run nitro bridge

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #4
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-09 06:11:31 +00:00
e142357428 Add ansible playbook to setup and run L2 deployment (#3)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #3
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-05 07:58:00 +00:00
a7af33a45b Add ansible playbooks to setup and run nitro nodes (#2)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)
- Add playbooks to setup and run L1 and L2 nitro nodes

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #2
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-05 07:27:35 +00:00
0640331e5b Init readme 2024-09-03 10:30:56 +05:30