Uh oh!
There was an error while loading. Please reload this page.
ci: deploy operator with ansible - #1382
Conversation
…ansible # Conflicts: # infra/ansible/eigenlayer-cli.yaml # infra/ansible/rust.yaml # infra/ansible/setup.yaml
fix: run playbooks as ansible_user
| - name: Run setup playbook | ||
| ansible.builtin.import_playbook: setup.yaml | ||
| vars: | ||
| host: operator |
There was a problem hiding this comment.
For a future improvement: parametrize this variable so it's not repeated so much
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
klaus993
left a comment
There was a problem hiding this comment.
It's really important that in the short term we also parametrize the playbook to send it the stage which we want to deploy (stage, testnet or mainnet) so default values can be set automatically.
Right now the ini files need to be populated manually and many of the values can be easily filled in automatically according to the stage (the values shown in the table of the README).
We need to have as minimal setup as possible so it's easier if we're in a hurry, and these values I'm talking about are stuff that doesn't change, so it should be really easy to set them automatically.
# Conflicts: # Makefile # infra/ansible/README.md # infra/ansible/playbooks/batcher.yaml # infra/ansible/playbooks/docker.yaml # infra/ansible/playbooks/ini/config-batcher.ini.example # infra/ansible/playbooks/operator.yaml # infra/ansible/playbooks/templates/config-files/config-batcher.yaml.j2 # infra/ansible/stage_inventory.yaml # infra/services/avs-sync.service # infra/services/explorer.service # infra/services/operator-1.service # infra/services/prometheus.service # infra/services/telemetry.service # infra/services/tracker.service
Co-authored-by: Klaus Lungwitz <klaus.lungwitz@lambdaclass.com>
Ansible setup for operator
Note
Merge after #1384
Description
This PR adds the setup for the operator
The current inventory is set to deploy the operator to
aligned-holesky-stage-1server.Then complete the env files.
Deploy the operator
How to Test
Follow the README instructions
Type of change