Skip to content

Commit cb1f846

Browse files
committed
deploy: 878aa34
1 parent 197674a commit cb1f846

329 files changed

Lines changed: 344 additions & 341 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

blog/2021-12-31-medical-diagnosis/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@
16691669
Run the following commands:
16701670
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
16711671
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1672-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1672+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
16731673
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
16741674
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
16751675
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-03-23-acm-mustonlyhave/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@
17391739
Run the following commands:
17401740
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
17411741
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1742-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1742+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
17431743
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
17441744
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
17451745
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-03-30-multicloud-gitops/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@
16631663
Run the following commands:
16641664
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
16651665
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1666-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1666+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
16671667
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
16681668
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
16691669
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-06-30-ansible-edge-gitops/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@
16621662
Run the following commands:
16631663
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
16641664
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1665-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1665+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
16661666
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
16671667
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
16681668
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-07-15-push-vs-pull/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@
16631663
Run the following commands:
16641664
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
16651665
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1666-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1666+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
16671667
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
16681668
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
16691669
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-08-24-clustergroups/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@
16621662
Run the following commands:
16631663
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
16641664
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1665-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1665+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
16661666
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
16671667
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
16681668
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-09-02-route/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@
17391739
Run the following commands:
17401740
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
17411741
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1742-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1742+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
17431743
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
17441744
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
17451745
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-10-12-acm-provisioning/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@
17491749
Run the following commands:
17501750
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
17511751
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1752-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1752+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
17531753
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
17541754
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
17551755
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

blog/2022-11-20-argo-rollouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@
18651865
Run the following commands:
18661866
$ cp values-secret.yaml.template ~/values-secret.yaml Populate this file with secrets, or credentials, that are needed to deploy the pattern successfully:
18671867
$ vi ~/values-secret.yaml Edit the aws section to refer to the file containing your AWS credentials:
1868-
- name: aws fields: - name: aws_access_key_id ini_file: ~/.aws/credentials ini_key: aws_access_key_id - name: aws_secret_access_key ini_file: ~/.aws/credentials ini_key: aws_secret_access_key - name: baseDomain value: aws.example.com - name: pullSecret path: ~/pull_secret.json - name: ssh-privatekey path: ~/.ssh/privatekey - name: ssh-publickey path: ~/.ssh/publickey Add a Portworx Enterprise DR license:
1868+
- name: aws-creds vaultPrefixes: - global fields: - name: aws_access_key_id value: "" description: "An aws access key that can provision VMs and manage IAM (if using portworx)" - name: aws_secret_access_key value: "" description: "An aws access secret key that can provision VMs and manage IAM (if using portworx)" Add a Portworx Enterprise DR license:
18691869
- name: portworx vaultPrefixes: - global fields: - name: dr_license path: "/path/to/enterprise+dr/license" description: "The portworx dr license that can be activated with \`pxctl license activate saas --key <license>\`" Add the kubeconfigs for both clusters:
18701870
- name: kubeconfigs vaultPrefixes: - global fields: - name: primary_kubeconfig path: "/path/to/primary/cluster/kubeconfig" description: "path to the the kubeconfig for the primary cluster" - name: secondary_kubeconfig path: "/path/to/secondary/cluster/kubeconfig" description: "path to the the kubeconfig for the secondary (failover) cluster" Add an Ansible Automation Platform manifest:
18711871
- name: aap-manifest vaultPrefixes: - hub fields: - name: b64content path: '~/Downloads/<manifest_filename>.zip' base64: true description: "Manifest obtained from following https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/installing_on_openshift_container_platform/assembly-gateway-licensing-operator-copy#assembly-aap-obtain-manifest-files" Add an Ansible Automation Platform Automation Hub token:

0 commit comments

Comments
 (0)