You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file creates a `Subscription` object called `_ansible-automation-platform_` that subscribes the `ansible-automation-platform` namespace to the `ansible-automation-platform-operator` operator.
69
61
+
70
-
It then creates an `AutomationController` object called `_example_` in the `ansible-automation-platform` namespace.
71
-
+
72
-
To change the {ControllerName} name from `_example_`, edit the _name_ field in the `kind: AutomationController` section of [filename]`sub.yaml` and replace `_<automation_controller_name>_` with the name you want to use:
. Run the [command]`*oc apply*` command to create the objects specified in the [filename]`sub.yaml` file:
83
63
+
84
64
-----
85
65
oc apply -f sub.yaml
86
66
-----
67
+
+
68
+
. Verify the CSV PHASE reports "Succeeded" before proceeding using the [command]`oc get csv -n ansible-automation-platform` command:
69
+
+
70
+
-----
71
+
oc get csv -n ansible-automation-platform
87
72
88
-
To verify that the namespace has been successfully subscribed to the `ansible-automation-platform-operator` operator, run the [command]`*oc get subs*` command:
. Create an `AnsibleAutomationPlatform` object called `_example_` in the `ansible-automation-platform` namespace.
78
+
+
79
+
To change the {PlatformNameShort} and its components from from `_example_`, edit the _name_ field in the `metadata:` section and replace example with the name you want to use:
## uncomment if using Azure storage for Content pod
110
+
# storage_type: azure
111
+
# object_storage_azure_secret: azure-secret-name
112
+
lightspeed:
113
+
disabled: true
114
+
EOF
92
115
-----
93
116
94
117
For further information about subscribing namespaces to operators, see link:{BaseURL}/openshift_container_platform/{OCPLatest}/html/operators/user-tasks#olm-installing-operator-from-operatorhub-using-cli_olm-installing-operators-in-namespace[Installing from OperatorHub using the CLI] in the {OCP} _Operators_ guide.
0 commit comments