forked from hyperledger-bevel/bevel
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mywork #2
Open
sailajakommineni
wants to merge
54
commits into
mywork1
Choose a base branch
from
mywork
base: mywork1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Mywork #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Roy,Sownak <[email protected]>
Signed-off-by: Roy,Sownak <[email protected]>
[quorum] Upgrade and Add support for Ambassador v3
This pull request enables one Prometheus server to be used for all organizations in a network. Changes: • The Prometheus code has been migrated to the setup-k8s-environment.yaml playbook in the shared platform. • Unwanted variables have been removed from the Prometheus Ansible role. • The Prometheus code has been modified to first fetch all the targets from different organizations and then deploy Prometheus in the default namespace with the same fetched targets. • Introduced "prometheus-routing.tpl" file to create Ambassador routing rules dynamically for prometheus server. Benefits: • This feature reduces the complexity of managing Prometheus by eliminating the need to deploy separate Prometheus servers for each organization. • It also improves the efficiency of Prometheus by allowing it to collect metrics from all organizations in a single place. fixes hyperledger-bevel#1416 Signed-off-by: saurabhkumarkardam <[email protected]>
…u-1416 [besu] enable one prometheus for all organizations of a network
Signed-off-by: Roy,Sownak <[email protected]>
[fabric] update docs regarding using sequence in network.yaml
Signed-off-by: Wardy <[email protected]>
[fabric] Added 'node' option to fabric_chaincode network schema
Signed-off-by: Roy,Sownak <[email protected]>
…el#2379) This PR will provide the support of using latest ambassador edge-stack changes: • Updated all services to use the latest Ambassador Edge Stack routing rules. fixes hyperledger-bevel#2359 Signed-off-by: saurabhkumarkardam <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
changes: • Updated all services to use the latest Ambassador Edge Stack routing rules. fixes hyperledger-bevel#2359 Signed-off-by: saikumarbommakanti <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
update(docs): add readthedocs config file
…orda-2359 feat(r3-corda): enable latest ambassador edge-stack
Primary Changes -------------- 1. Updated confitx.yaml 2. Updated genesis file creation command. 3. Updatded orderer node 4. Created channel using the osnadmin commands 5. Updated anchorpeer job using configtxlator 6. Tested that version 2.2.2 still works. Modifications in charts ----------------------- platforms/hyperledger-fabric/charts/anchorpeer platforms/hyperledger-fabric/charts/create_channel platforms/hyperledger-fabric/charts/orderernode platforms/hyperledger-fabric/charts/osn_create_channel Modifications in roles and tpl files ----------------------- platforms/hyperledger-fabric/configuration/deploy-network.yaml platforms/hyperledger-fabric/configuration/roles/create/channels_join platforms/hyperledger-fabric/configuration/roles/create/configtx platforms/hyperledger-fabric/configuration/roles/create/genesis platforms/hyperledger-fabric/configuration/roles/create/osnchannels platforms/hyperledger-fabric/configuration/roles/helm_component/templates/anchorpeer_job.tpl platforms/hyperledger-fabric/configuration/roles/helm_component/templates/create_channel_job.tpl platforms/hyperledger-fabric/configuration/roles/helm_component/templates/orderernode.tpl platforms/hyperledger-fabric/configuration/roles/helm_component/templates/osn_create_channel_job.tpl platforms/hyperledger-fabric/configuration/roles/helm_component/vars/main.yaml platforms/shared/configuration/roles/helm_lint/vars/main.yaml Others Modifications ---------------------------------------- platforms/network-schema.json platforms/hyperledger-fabric/configuration/samples/network-fabricv2_5.yaml fixes hyperledger-bevel#2357 Signed-off-by: mgCepeda <[email protected]>
[fabric] Channel creation with osnadmin commands
Signed-off-by: suvajit-sarkar <[email protected]>
fix:(corda-ent, shared) chart liniting errors, aes host ns hardcoding
9ad0549
to
467a1d2
Compare
This PR improves the handling of OS-specific commands within Helm charts. Changes: - Introduced a script to check the Operating System and its supporting package manager for efficient package installation. - Added a ConfigMap object to insert the same above-mentioned script into the container, improving flexibility and compatibility. Additional change: - Updated the StorageClass Helm chart to resolve the node affinity issue. There are only 3 platforms that are currently using OS-Specific Command in Helm Charts directly, and this PR is also made for these 3 platforms only: - Quorum - Hyperledger-Fabric - Substrate fixes hyperledger-bevel#2366 Signed-off-by: saurabhkumarkardam <[email protected]>
…elm charts Description: - In the PR titled "feat(shared): enable OS-specific command handling in Helm charts," I forgot to include certain files. - I thought that changing the name of the Helm chart would override the updated file only, not the entire chart, but I was wrong. - This PR will address the missing file and fulfill the purpose of the original PR. fixes #quick-fix Signed-off-by: saurabhkumarkardam <[email protected]>
16d269e
to
4719fed
Compare
…work reset (hyperledger-bevel#2393) This pull request addresses the need to delete HashiCorp Vault access and policies when performing a network reset. changes made in: 1. platforms/r3-corda-ent/configuration/cleanup.yaml 2. platforms/r3-corda-ent/configuration/roles/delete/vault_secrets/tasks/main.yaml fixes:hyperledger-bevel#2390 Signed-off-by: sailajakommineni <[email protected]>
Primary Changes -------------- 1. Updated chaincode charts 2. Fixed a bug that occurred when creating the genesis file with an incorrect channel name 3. Removed $NAME variables from charts due to conflicts Modifications in docs ----------------------- docs/source/_static/TopLevelClass-Fabric.png docs/source/operations/fabric_networkyaml.md Modifications in charts ----------------------- platforms/hyperledger-fabric/charts/commit_chaincode/templates/commit_chaincode.yaml platforms/hyperledger-fabric/charts/install_chaincode/templates/install_chaincode.yaml Modifications in roles and tpl files ----------------------- platforms/hyperledger-fabric/configuration/chaincode-ops.yaml platforms/hyperledger-fabric/configuration/deploy-network.yaml platforms/hyperledger-fabric/configuration/roles/helm_component/templates/commit_chaincode_job.tpl Others Modifications ---------------------------------------- platforms/hyperledger-fabric/configuration/samples/network-fabricv2.yaml fixes hyperledger-bevel#2385 Signed-off-by: mgCepeda <[email protected]>
Primary Changes -------------- 1. Updated README and values.yaml files with more realistic values than those currently used on the network 2. Added new values that weren't described fixes hyperledger-bevel#2391 Signed-off-by: mgCepeda <[email protected]>
…yperledger-bevel#2396) This PR enhances the readability and understanding of our roles by adding comment messages throughout the code. Changes: - Added clear and concise comment messages in ansible roles. - Maintained proper code indentation for increased code reliability. - Removed the roles' Readme.md if it existed. Additional changes: - Added comments to all the Besu Helm chart's bash code. - Deleted the entire storageclass role along with its tpl as we have already migrated it to the shared platform. fixes hyperledger-bevel#2326 Signed-off-by: saurabhkumarkardam <[email protected]>
…ments (hyperledger-bevel#2404) This PR enhances the readability and understanding of our roles by adding comment messages throughout the code. Changes: - Added clear and concise comment messages in ansible roles. - Maintained proper code indentation for increased code reliability. - Removed the roles' Readme.md if it existed. Additional changes: - Deleted entire storageclass ansible role along with its tpl as we have already migrated it to the shared platform. fixes hyperledger-bevel#2326 Signed-off-by: saurabhkumarkardam <[email protected]>
…el#2409) Signed-off-by: Aditya Joshi <[email protected]>
Changes: - Added clear and concise comment messages in ansible roles. - Maintained proper code indentation for increased code reliability. - Removed the roles' Readme.md \ if it existed. Additional changes: - Deleted storageclass ansible role as we already migrated it to the shared platform. fixes hyperledger-bevel#2326 Signed-off-by: saurabhkumarkardam <[email protected]>
This PR enhances the readability and understanding of our roles by adding comment messages throughout the code. Changes: - Added clear and concise comment messages in ansible roles. - Maintained proper code indentation for increased code reliability. - Removed the roles' Readme.md if it existed. fixes hyperledger-bevel#2326 Signed-off-by: saurabhkumarkardam <[email protected]>
…ts (hyperledger-bevel#2413) This PR enhances the readability and understanding of our roles by adding comment messages throughout the code. Changes: - Added clear and concise comment messages in ansible roles. - Maintained proper code indentation for increased code reliability. - Removed the roles' Readme.md if it existed. fixes hyperledger-bevel#2326 Signed-off-by: saurabhkumarkardam <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
hyperledger-bevel#2410) changes: • Updated all services to use the latest Ambassador Edge Stack routing rules. fixes hyperledger-bevel#2359 Signed-off-by: saikumarbommakanti <[email protected]>
Signed-off-by: mgCepeda <[email protected]>
ae88a1a
to
ce6030e
Compare
Primary Changes -------------- 1. All tpl have been modified so that all images are under the same registry 2. All image references in the roles have been removed 3. Fixed an error that occurs in Fabric deployment 1.4.8 4. The values.yaml and readme files have been updated with the new values of the images fixes hyperledger-bevel#2386 Signed-off-by: mgCepeda <[email protected]>
A when condition has been added to ensure that elasticIp is only fetched when it is actually available. fixes: quick-fix Signed-off-by: saurabhkumarkardam <[email protected]>
* chart name and version update Signed-off-by: suvajit-sarkar <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
ce6030e
to
9b6d504
Compare
Fixed the chart name at following locations: - Ansible role. - Template file (.tpl) file. - Helm Chart name itself. Linting issue: -Fixed for the "corda-ent-node" Helm chart. fixes: quick-fixes Signed-off-by: saurabhkumarkardam <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
Primary Changes -------------- Removed the platforms/hyperledger-fabric/configuration/roles/create/new_organization/syschannel_block role. Since this playbook is used to add a peer organization. To set up an orderer type organization, the add-orderer-organization.yaml playbook will be executed. Therefore it never runs. Modifications ----------------------- platforms/hyperledger-fabric/configuration/add-organization.yaml platforms/hyperledger-fabric/configuration/roles/k8_component/templates/existing_peer_cli.tpl fixes hyperledger-bevel#2399 Signed-off-by: mgCepeda <[email protected]>
…l request. This pull request implements the GitHub Spellcheck feature to automatically check the spelling and grammar in commit messages for all Pull Requests (PRs). Changes Made: - Added GitHub Spellcheck and grammar linting integration to the repository - Configured the spellcheck tool to check commit messages in PRs - Configured the language tool for grammar linting. Fixes: hyperledger-bevel#2327 Signed-off-by: sailajakommineni <[email protected]>
9b6d504
to
1f247fb
Compare
feat(shared): Implement GitHub Spellcheck and grammar linting for Pull request.
8f11ebe
to
49a08a6
Compare
Signed-off-by: suvajit-sarkar <[email protected]>
Signed-off-by: suvajit-sarkar <[email protected]>
Signed-off-by: Aditya Joshi <[email protected]>
Changes: - 'Node' and 'Notary' nodes have been upgraded to version 4.10 (specifically, version 4.10.3) from 4.7. - Introduced a new Dockerfile, named node4.10.dockerfile, to build the version 4.10 image. - Updated the codebase to fetch the latest version 4.10 properly when the user defines it in the network configuration file. Additional changes: - Added the missing vault delete commands. - Fixed the code to delete the vault policy correctly. - Updated sample network configuration files to facilitate smooth deployment. fixes hyperledger-bevel#2398 Signed-off-by: saurabhkumarkardam <[email protected]>
…2431) Primary Changes -------------- 1.add_peer updated for version 2.5.4 2.add_orderer updated for version 2.5.4 Modifications ----------------------- platforms/hyperledger-fabric/charts/fabric-orderernode platforms/hyperledger-fabric/charts/fabric-osnadmin-channel-create platforms/hyperledger-fabric/configuration/add-orderer.yaml platforms/hyperledger-fabric/configuration/add-peer.yaml platforms/hyperledger-fabric/configuration/roles/create/new_orderer/create_appchannel_block/templates/update_channel_script.tpl platforms/hyperledger-fabric/configuration/roles/create/orderers/tasks/main.yaml platforms/hyperledger-fabric/configuration/roles/create/osnchannels/tasks/valuefile.yaml platforms/hyperledger-fabric/configuration/roles/create/peers/tasks/main.yaml platforms/hyperledger-fabric/configuration/roles/create/peers/tasks/nested_main.yaml platforms/hyperledger-fabric/configuration/roles/helm_component/templates/orderernode.tpl platforms/hyperledger-fabric/configuration/roles/helm_component/templates/osn_create_channel_job.tpl fixes hyperledger-bevel#2430 Signed-off-by: mgCepeda <[email protected]>
49a08a6
to
d4abf5f
Compare
…l request. This pull request implements the GitHub Spellcheck feature to automatically check the spelling and grammar in commit messages for all Pull Requests (PRs). Changes Made: - modified the code to check the grammar errors at exact line numbers. -In docs/README.md file corrected the grammar errors. Fixes: hyperledger-bevel#2327 Signed-off-by: sailajakommineni <[email protected]>
d4abf5f
to
5da1fa9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.