Skip to content

Commit

Permalink
Deploying to gh-pages from @ ccd5734 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
modemn committed Feb 27, 2024
1 parent e2c35c2 commit a172e3c
Show file tree
Hide file tree
Showing 139 changed files with 14,189 additions and 1,104 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: aeca5b6490bcc4e83c04d563228c7ce6
config: 2b64648398a0e001c5a8df383546d197
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/installation.doctree
Binary file not shown.
Binary file modified .doctrees/migrating-v12-v2.doctree
Binary file not shown.
Binary file modified .doctrees/modules.doctree
Binary file not shown.
Binary file modified .doctrees/modules/approved_chaincode.doctree
Binary file not shown.
Binary file modified .doctrees/modules/certificate_authority.doctree
Binary file not shown.
Binary file modified .doctrees/modules/certificate_authority_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/chaincode_list_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_acl.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_block.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_capabilities.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_config.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_consenter.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_consenters.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_member.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_member_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_parameters.doctree
Binary file not shown.
Binary file modified .doctrees/modules/channel_policy.doctree
Binary file not shown.
Binary file modified .doctrees/modules/committed_chaincode.doctree
Binary file not shown.
Binary file modified .doctrees/modules/connection_profile.doctree
Binary file not shown.
Binary file modified .doctrees/modules/console_user.doctree
Binary file not shown.
Binary file modified .doctrees/modules/consortium_member.doctree
Binary file not shown.
Binary file modified .doctrees/modules/consortium_member_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/enrolled_identity.doctree
Binary file not shown.
Binary file modified .doctrees/modules/enrolled_identity_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/external_certificate_authority.doctree
Binary file not shown.
Binary file modified .doctrees/modules/external_ordering_service.doctree
Binary file not shown.
Binary file modified .doctrees/modules/external_ordering_service_node.doctree
Binary file not shown.
Binary file modified .doctrees/modules/external_organization.doctree
Binary file not shown.
Binary file modified .doctrees/modules/external_peer.doctree
Binary file not shown.
Binary file modified .doctrees/modules/installed_chaincode.doctree
Binary file not shown.
Binary file modified .doctrees/modules/instantiated_chaincode.doctree
Binary file not shown.
Binary file modified .doctrees/modules/ordering_service.doctree
Binary file not shown.
Binary file modified .doctrees/modules/ordering_service_admin.doctree
Binary file not shown.
Binary file modified .doctrees/modules/ordering_service_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/ordering_service_node.doctree
Binary file not shown.
Binary file modified .doctrees/modules/ordering_service_node_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/organization.doctree
Binary file not shown.
Binary file modified .doctrees/modules/organization_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/peer.doctree
Binary file not shown.
Binary file modified .doctrees/modules/peer_channel.doctree
Binary file not shown.
Binary file modified .doctrees/modules/peer_info.doctree
Binary file not shown.
Binary file modified .doctrees/modules/registered_identity.doctree
Binary file not shown.
Binary file modified .doctrees/roles.doctree
Binary file not shown.
Binary file modified .doctrees/roles/endorsing_organization.doctree
Binary file not shown.
Binary file modified .doctrees/roles/fabric-console.doctree
Binary file not shown.
Binary file modified .doctrees/roles/fabric-operator-crds.doctree
Binary file not shown.
Binary file modified .doctrees/roles/hlfsupport_console.doctree
Binary file not shown.
Binary file modified .doctrees/roles/hlfsupport_crds.doctree
Binary file not shown.
Binary file modified .doctrees/roles/ordering_organization.doctree
Binary file not shown.
Binary file modified .doctrees/support.doctree
Binary file not shown.
Binary file modified .doctrees/tasks/addadmincert.doctree
Binary file not shown.
Binary file modified .doctrees/tasks/enable-fabricv2-capability.doctree
Binary file not shown.
Binary file modified .doctrees/tasks/haca.doctree
Binary file not shown.
Binary file modified .doctrees/tasks/intermediateCA.doctree
Binary file not shown.
Binary file modified .doctrees/tasks/update-channel-parameters.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/building.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/deploying.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/hlfsupport-installing.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/joining.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/oss-installing.doctree
Binary file not shown.
176 changes: 88 additions & 88 deletions _sources/modules/certificate_authority.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,103 +219,103 @@ Examples

- name: Create certificate authority
hyperledger.fabric_ansible_collection.certificate_authority:
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true

- name: Create certificate authority with custom resources and storage
hyperledger.fabric_ansible_collection.certificate_authority:
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true
resources:
ca:
requests:
cpu: 200m
memory: 400M
storage:
ca:
size: 40Gi
class: ibmc-file-gold
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true
resources:
ca:
requests:
cpu: 200m
memory: 400M
storage:
ca:
size: 40Gi
class: ibmc-file-gold

- name: Create certificate authority that uses an HSM
hyperledger.fabric_ansible_collection.certificate_authority:
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true
hsm:
pkcs11endpoint: tcp://pkcs11-proxy.example.org:2345
label: Org1 CA label
pin: 12345678
state: present
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
config_override:
ca:
registry:
maxenrollments: -1
identities:
- name: admin
pass: adminpw
type: client
maxenrollments: -1
attrs:
hf.Registrar.Roles: "*"
hf.Registrar.DelegateRoles: "*"
hf.Revoker: true
hf.IntermediateCA: true
hf.GenCRL: true
hf.Registrar.Attributes: "*"
hf.AffiliationMgr: true
hsm:
pkcs11endpoint: tcp://pkcs11-proxy.example.org:2345
label: Org1 CA label
pin: 12345678

- name: Destroy certificate authority
hyperledger.fabric_ansible_collection.certificate_authority:
state: absent
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA
state: absent
api_endpoint: https://console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
name: Org1 CA



Expand Down
2 changes: 0 additions & 2 deletions _sources/modules/chaincode_list_info.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ Examples





Return Values
-------------

Expand Down
17 changes: 14 additions & 3 deletions _static/_sphinx_javascript_frameworks_compat.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
/* Compatability shim for jQuery and underscores.js.
/*
* _sphinx_javascript_frameworks_compat.js
* ~~~~~~~~~~
*
* Compatability shim for jQuery and underscores.js.
*
* WILL BE REMOVED IN Sphinx 6.0
* xref RemovedInSphinx60Warning
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* select a different prefix for underscore
*/
$u = _.noConflict();


/**
* small helper function to urldecode strings
*
Expand Down
27 changes: 1 addition & 26 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,10 +237,6 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -328,15 +324,13 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
Expand Down Expand Up @@ -612,7 +606,6 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
float: left;
Expand Down Expand Up @@ -674,16 +667,6 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -752,14 +735,6 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion _static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
3 changes: 2 additions & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const DOCUMENTATION_OPTIONS = {
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
Loading

0 comments on commit a172e3c

Please sign in to comment.