Skip to content

Commit 6cb51e4

Browse files
authored
Updates required from AAP-33302 (#2361)
* Updates required from AAP-33475 * yaml code indent fix
1 parent f4c1c45 commit 6cb51e4

File tree

2 files changed

+29
-31
lines changed

2 files changed

+29
-31
lines changed

downstream/assemblies/platform/assembly-configure-aap-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you have not installed {OperatorPlatformNameShort} see xref:install-aap-opera
2121
Platform gateway is only available under {OperatorPlatformNameShort} version 2.5. Every component deployed under {OperatorPlatformNameShort} 2.5 will also default to version 2.5.
2222
====
2323

24-
If you have the {OperatorPlatformNameShort} and some or all of the {PlatformNameShort} components installed see xref:operator-deploy-central-config_{context}[Deploying the platform gateway with existing {PlatformNameShort} components]for how to proceed.
24+
If you have the {OperatorPlatformNameShort} and some or all of the {PlatformNameShort} components installed see xref:operator-deploy-central-config_{context}[Deploying the platform gateway with existing {PlatformNameShort} components] for how to proceed.
2525

2626
include::platform/proc-operator-link-components.adoc[leveloffset=+1]
2727
include::platform/proc-operator-access-aap.adoc[leveloffset=+1]

downstream/modules/platform/proc-operator-deploy-central-config.adoc

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,34 @@ The following procedure simulates a scenario where you have {ControllerName} as
1515
. Click btn:[YAML view] and copy in the following:
1616
+
1717
----
18-
apiVersion: aap.ansible.com/v1alpha1
19-
kind: AnsibleAutomationPlatform
20-
metadata:
21-
name: example-aap
22-
namespace: aap
23-
spec:
24-
# Platform
25-
image_pull_policy: IfNotPresent
26-
# Components
27-
controller:
28-
disabled: false
29-
name: existing-controller-name
30-
eda:
31-
disabled: false
32-
hub:
33-
disabled: false
34-
## uncomment if using file storage for Content pod
35-
storage_type: file
36-
file_storage_storage_class: <your-read-write-many-storage-class>
37-
file_storage_size: 10Gi
38-
39-
## uncomment if using S3 storage for Content pod
40-
# storage_type: S3
41-
# object_storage_s3_secret: example-galaxy-object-storage
42-
43-
## uncomment if using Azure storage for Content pod
44-
# storage_type: azure
45-
# object_storage_azure_secret: azure-secret-name
46-
lightspeed:
47-
disabled: true
18+
apiVersion: aap.ansible.com/v1alpha1
19+
kind: AnsibleAutomationPlatform
20+
metadata:
21+
name: example-aap
22+
namespace: aap
23+
spec:
24+
# Platform
25+
image_pull_policy: IfNotPresent
26+
27+
# Components
28+
controller:
29+
disabled: false
30+
name: existing-controller-name
31+
eda:
32+
disabled: false
33+
hub:
34+
disabled: false
35+
## uncomment if using file storage for Content pod
36+
storage_type: file
37+
file_storage_storage_class: <your-read-write-many-storage-class>
38+
file_storage_size: 10Gi
39+
40+
## uncomment if using S3 storage for Content pod
41+
# storage_type: S3
42+
# object_storage_s3_secret: example-galaxy-object-storage
43+
44+
## uncomment if using Azure storage
45+
4846
----
4947
.. For new components, if you do not specify a name, a default name is generated.
5048
. Click btn:[Create].

0 commit comments

Comments
 (0)