Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2 - Add final ops image references #113

Draft
wants to merge 1 commit into
base: aap-clouds-2.2.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
12 changes: 10 additions & 2 deletions stories/topics/proc-aap-aws-application-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,20 @@ The following instructions describe how to run the upgrade playbook.

[NOTE]
=====
The Ansible on Clouds operational image tag must match with the version which you want to upgrade to. For example, if your foundation deployment version is 2.2.0, pull operational image with tag 2.2.20230215 to upgrade to version 2.2.20230215.
The Ansible on Clouds operational image tag must match with the version which you want to upgrade to. For example, if your foundation deployment version is 2.2.0, pull operational image with tag 2.2.20230211 to upgrade to version 2.2.20230211.
=====

[source,bash]
----
$ export IMAGE=<image-path>
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down
18 changes: 10 additions & 8 deletions stories/topics/proc-aap-aws-backup-and-recovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ Can use the AWS Backup Default Service Role for this which has the format `arn:a
+
[source,bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.20230215-00
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----
for EMEA regions (Europe, Middle East, Africa) run the command below instead
+

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.20230215-00-limited
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----
+
Expand Down Expand Up @@ -151,14 +152,15 @@ The keypair used must exist in the aws region you are restoring to.
+
[source,bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.20230215-00
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----
for EMEA regions (Europe, Middle East, Africa) run the command below instead
+

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.20230215-00-limited
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----
+
Expand Down
10 changes: 9 additions & 1 deletion stories/topics/proc-aap-aws-create-extension-nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ The following procedure describes how to run the playbook to create the extensio
+
[source,bash]
----
$ export IMAGE=<image-path>
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down
10 changes: 9 additions & 1 deletion stories/topics/proc-aap-aws-removing-extension-nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,15 @@ The `ansible-on-clouds-ops` container image tag must match the current installed

[source,bash]
----
$ export IMAGE=<image-path>
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down
10 changes: 9 additions & 1 deletion stories/topics/proc-aap-gcp-application-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,15 @@ For example, if your foundation deployment version is 2.2.1, pull the `ansible-o
+
[source,bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.1
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down
10 changes: 9 additions & 1 deletion stories/topics/proc-aap-gcp-backup-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@ For example, if your foundation deployment version is 2.2.1, pull the `ansible-o
+
[source,bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.1
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down
10 changes: 9 additions & 1 deletion stories/topics/proc-aap-gcp-restore-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ For example, if your foundation deployment version is 2.2.1, pull the `ansible-o
+
[source,bash]
----
$ export IMAGE=quay.io/ansible-on-clouds/ansible-on-clouds-ops:2.2.1
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-rhel8:2.2.20230215
$ docker pull $IMAGE
----

For EMEA regions (Europe, Middle East, Africa) run the following command instead:

[source, bash]
----
$ export IMAGE=registry.redhat.io/ansible-on-clouds/ansible-on-clouds-ops-emea-rhel8:2.2.20230215
$ docker pull $IMAGE
----

Expand Down