Update service provider setup to configure laconicd chain id #12
@ -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:
|
||||||
|
@ -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"
|
||||||
|
@ -1,2 +1 @@
|
|||||||
MONIKER=localtestnet-node
|
|
||||||
CHAINID={{ chain_id }}
|
CHAINID={{ chain_id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user