Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions downstream/modules/platform/ref-operator-crs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -362,76 +362,6 @@ spec:
You can follow the link:{BaseURL}/red_hat_ansible_lightspeed_with_ibm_watsonx_code_assistant/2.x_latest/html/red_hat_ansible_lightspeed_with_ibm_watsonx_code_assistant_user_guide/index[Red Hat Ansible Lightspeed with IBM watsonx Code Assistant User Guide] for help with creating the model and auth secrets.
====

== aap-fresh-install-local-management.yml

[subs="+attributes"]
----
---
apiVersion: aap.ansible.com/v1alpha1
kind: AnsibleAutomationPlatform
metadata:
name: myaap
spec:
# Development purposes only
no_log: false

# Platform
## uncomment to test bundle certs
# bundle_cacert_secret: gateway-custom-certs

# Components
controller:
disabled: false
extra_settings:
- setting: ALLOW_LOCAL_RESOURCE_MANAGEMENT
value: 'True'

eda:
disabled: false

extra_settings:
- setting: EDA_ALLOW_LOCAL_RESOURCE_MANAGEMENT
value: '@bool True'

hub:
disabled: false
## uncomment if using file storage for Content pod
storage_type: file
file_storage_storage_class: nfs-local-rwx
file_storage_size: 10Gi


pulp_settings:
ALLOW_LOCAL_RESOURCE_MANAGEMENT: True

# cache_enabled: false
# redirect_to_object_storage: "False"
# analytics: false
# galaxy_collection_signing_service: ""
# galaxy_container_signing_service: ""
# token_auth_disabled: 'False'
# token_signature_algorithm: 'ES256'

## uncomment if using S3 storage for Content pod
# storage_type: S3
# object_storage_s3_secret: example-galaxy-object-storage

## uncomment if using Azure storage for Content pod
# storage_type: azure
# object_storage_azure_secret: azure-secret-name

# Development purposes only
no_log: false

# lightspeed:
# disabled: true

# End state:
# * {ControllerNameStart} deployed and named: myaap-controller
# * * {EDAName} deployed and named: myaap-eda
# * * {HubNameStart} deployed and named: myaap-hub
----

== aap-fresh-install-with-settings.yml

[subs="+attributes"]
Expand Down