-
Notifications
You must be signed in to change notification settings - Fork 722
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
update(substrate): ansible playbooks and roles to use the new standalone helm charts #2547
Labels
Comments
I would like to work on it. |
7 tasks
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 13, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`network.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 13, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`network.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 13, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`network.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 13, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`network.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 13, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`network.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 14, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (substrate-network-config.yaml) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 14, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`substrate-network-config.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
saurabhkumarkardam
added a commit
to saurabhkumarkardam/S-bevel
that referenced
this issue
May 15, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`substrate-network-config.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes hyperledger-bevel#2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
suvajit-sarkar
pushed a commit
that referenced
this issue
May 22, 2024
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include: - Added a new network configuration file (`substrate-network-config.yaml`) to define nodes (Bootnode, Validator, Member, IPFS) within a single organization. - Updated the `deployment-network.yaml` to support the new network configuration. - Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration. - Updated the user guide documentation to assist users/developers in correctly configuring the network. fixes #2547 Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
As a developer I want to cleanup, update and test ansible playbooks and roles so that the Substrate network can be deployed using the new standalone helm charts
Acceptance Criteria
The text was updated successfully, but these errors were encountered: