|
4 | 4 | [id="deploying-mcg-pattern"] |
5 | 5 | = Demonstrating Retail example applications |
6 | 6 |
|
7 | | -Up until now the Retail validated pattern has focused primarily on |
8 | | -successfully deploying the architectural pattern. Now it is time to see |
| 7 | +Up until now the retail validated pattern has focused primarily on successfully deploying the architectural pattern. Now it is time to see |
9 | 8 | the actual applications running as we have deployed them. |
10 | 9 |
|
11 | | -If you have already deployed the hub cluster, then you have already seen |
12 | | -several applications deployed in the OpenShift GitOps console. If you |
13 | | -haven’t done this then we recommend you deploy the hub after you have |
14 | | -setup the Quay repositories described below. |
| 10 | +If you have already deployed the hub cluster, then you have already seen several applications deployed in the OpenShift GitOps console. If you |
| 11 | +have not done this then we recommend you deploy the hub after you have setup the Quay repositories described below. |
15 | 12 |
|
16 | 13 | == Ordering Items at the Coffeeshop |
17 | 14 |
|
18 | | -The easiest way to get to the coffeeshop store page is from the |
19 | | -OpenShift Console Menu Landing Page entry: |
| 15 | +The easiest way to get to the coffeeshop store page is from the OpenShift Console Menu Landing Page entry: |
20 | 16 |
|
21 | | -link:/images/retail/retail-v1-console-menu.png[image:/images/retail/retail-v1-console-menu.png[retail-v1-console-menu] |
| 17 | +image:/images/retail/retail-v1-console-menu.png[retail-v1-console-menu] |
22 | 18 |
|
23 | | -1. Click the *Quarkus Coffeeshop Landing Page* link will bring you to |
24 | | -this page: |
| 19 | +1. Click the *Quarkus Coffeeshop Landing Page* link will bring you to this page: |
25 | 20 | + |
26 | | -link:/images/retail/retail-v1-landing-page.png[image:/images/retail/retail-v1-landing-page.png[retail-v1-landing-page] |
| 21 | +image:/images/retail/retail-v1-landing-page.png[retail-v1-landing-page] |
27 | 22 |
|
28 | | -2. Select either the `Store Web Page` or "`TEST Store Web Page`" |
29 | | -links brings you to a screen that looks like this: |
| 23 | +2. Select either the `Store Web Page` or `TEST Store Web Page` links brings you to a screen that looks like this: |
30 | 24 | + |
31 | | -link:/images/retail/retail-v1-store-page.png[image:/images/retail/retail-v1-store-page.png[retail-v1-store-page] |
| 25 | +image:/images/retail/retail-v1-store-page.png[retail-v1-store-page] |
32 | 26 | + |
33 | 27 | [NOTE] |
34 | 28 | ==== |
35 | | -The applications are initially identical. The `TEST`" site is |
36 | | -deployed to the `quarkuscoffeeshop-demo` namespace; the regular Store |
37 | | -site is deployed to the `quarkuscoffeeshop-store` namespace. |
| 29 | +The applications are initially identical. The `TEST`" site is deployed to the `quarkuscoffeeshop-demo` namespace; the regular Store site is deployed to the `quarkuscoffeeshop-store` namespace. |
38 | 30 |
|
39 | | -Each store requires supporting services, in PostgreSQL and Kafka. In our |
40 | | -pattern, PostgreSQL is provided by the Crunchy PostgreSQL operator, and |
41 | | -Kafka is provided by the Red Hat AMQ Streams operator. Each instance, |
42 | | -the regular instance and the TEST instance, has its own instance of each |
43 | | -of these supporting services it uses. |
| 31 | +Each store requires supporting services, in PostgreSQL and Kafka. In our pattern, PostgreSQL is provided by the Crunchy PostgreSQL operator, and Kafka is provided by the Red Hat AMQ Streams operator. Each instance, the regular instance and the TEST instance, has its own instance of each of these supporting services it uses. |
44 | 32 | ==== |
45 | 33 |
|
46 | | -. Order by clicking the `Place an Order` button on the front page. The |
47 | | -menu should look like this: |
| 34 | +. Order by clicking the `Place an Order` button on the front page. The menu should look like this: |
48 | 35 | + |
49 | | -link:/images/retail/retail-v1-store-web-menu.png[image:/images/retail/retail-v1-store-web-menu.png[retail-v1-store-web-menu]] |
| 36 | +image:/images/retail/retail-v1-store-web-menu.png[retail-v1-store-web-menu] |
50 | 37 |
|
51 | | -. Click the `Add` button next to a menu item; the item name will appear. |
52 | | -Add a name for the order: |
53 | | - |
54 | | -link:/images/retail/retail-v1-order-p1.png[image:/images/retail/retail-v1-order-p1.png[retail-v1-order-p1]] |
55 | | - |
56 | | -You can add as many orders as you want. On your last item, click the |
57 | | -"`Place Order`" button on the item dialog: |
58 | | - |
59 | | -link:/images/retail/retail-v1-place-order.png[image:/images/retail/retail-v1-place-order.png[retail-v1-place-order]] |
| 38 | +. Click the `Add` button next to a menu item; the item name will appear. Add a name for the order: |
| 39 | ++ |
| 40 | +image:/images/retail/retail-v1-order-p1.png[image:/images/retail/retail-v1-order-p1.png[retail-v1-order-p1] |
60 | 41 |
|
61 | | -As the orders are serviced by the barista and kitchen services, you can |
62 | | -see their status in the "`Orders`" section of the page: |
| 42 | +. Add as many orders as you want. On your last item, click the `Place Order` button on the item dialog: |
| 43 | ++ |
| 44 | +image:/images/retail/retail-v1-place-order.png[image:/images/retail/retail-v1-place-order.png[retail-v1-place-order] |
63 | 45 |
|
64 | | -link:/images/retail/retail-v1-orders-status.png[image:/images/retail/retail-v1-orders-status.png[retail-v1-orders-status] |
| 46 | +As the orders are serviced by the barista and kitchen services, you can see their status in the `Orders` section of the page: |
| 47 | ++ |
| 48 | +image:/images/retail/retail-v1-orders-status.png[retail-v1-orders-status] |
65 | 49 |
|
66 | 50 |
|
0 commit comments