Update service provider setup to configure laconicd chain id #12

Merged
nabarun merged 17 commits from deep-stack/testnet-ops:pm-update-laconicd into main 2024-10-21 10:22:33 +00:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit b9969d8050 - Show all commits

View File

@ -44,7 +44,7 @@
- name: Create laconic config file - name: Create laconic config file
template: template:
src: "./templates/laconic.yml.j2" src: "./templates/laconic.yml.j2"
dest: "config/laconic.yml" dest: "{{ ansible_env.HOME }}/config/laconic.yml"
- name: Copy the gpg private key file to config dir - name: Copy the gpg private key file to config dir
copy: copy:

View File

@ -18,7 +18,7 @@
- name: Build container images - name: Build container images
command: laconic-so --stack ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd build-containers --force-rebuild command: laconic-so --stack ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd build-containers --force-rebuild
- name: Generate over spec file for laconicd deployment - name: Generate spec file for laconicd deployment
template: template:
src: "./templates/specs/fixturenet-laconicd-spec.yml.j2" src: "./templates/specs/fixturenet-laconicd-spec.yml.j2"
dest: "fixturenet-laconicd-spec.yml" dest: "fixturenet-laconicd-spec.yml"

View File

@ -1,2 +1 @@
MONIKER=localtestnet-node
CHAINID={{ chain_id }} CHAINID={{ chain_id }}