Skip to content

Commit

Permalink
Fixed issue with Camel K operator for SAP serverless ex. in SAP Digit…
Browse files Browse the repository at this point in the history
…al Platform Summit lab (#4107)

* Added Pacemaker cluster creation to the Tower workflows in SAP E2E lab

* add lifecycle_hook_post_start.yml to sap-integration lab to fix the issues of pods not starting up when the environment is restarted

* add lifecycle_hook_post_start.yml to sap-integration lab to fix the issues of pods not starting up when the environment is restarted

* Use beta repos to match the subscription used

* Updated Camel K operator

* Deleted reference to old Camel K snapshot
  • Loading branch information
rickgcv authored Sep 17, 2021
1 parent d05332d commit cc7515e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
10 changes: 0 additions & 10 deletions ansible/configs/sap-integration/files/k8s/camelk_catalosource.j2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
name: camel-k
source: community-operators-snapshot-christina
sourceNamespace: openshift-marketplace
startingCSV: camel-k-operator.v1.3.1
startingCSV: camel-k-operator.v1.4.0
2 changes: 2 additions & 0 deletions ansible/configs/sap-smart/default_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
rhel8_repos:
- "rhel-8-for-x86_64-baseos-rpms"
- "rhel-8-for-x86_64-appstream-rpms"
- "rhel-8-for-x86_64-sap-netweaver-beta-rpms"
- "rhel-8-for-x86_64-sap-solutions-beta-rpms"
- "ansible-2-for-rhel-8-x86_64-rpms"

rhel7_repos:
Expand Down
12 changes: 6 additions & 6 deletions ansible/configs/sap-smart/sat_workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
--foreman-proxy-tftp true \
--enable-foreman-plugin-discovery
- name: Prevent Satellite to connect to access.redhat.com
lineinfile:
path: /etc/hosts
line: 127.0.0.1 access.redhat.com
create: yes

- name: Get satellite-manifest.zip
when: sap_smart_satellite_manifest_path is undefined
block:
Expand Down Expand Up @@ -128,6 +122,12 @@
with_items:
- "{{ repoids.stdout.split('\n') }}"

- name: Prevent Satellite to connect to access.redhat.com
lineinfile:
path: /etc/hosts
line: 127.0.0.1 access.redhat.com
create: yes

- name: "Create activation key"
command: >
hammer
Expand Down

0 comments on commit cc7515e

Please sign in to comment.