Skip to content
Merged
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
1 change: 0 additions & 1 deletion build/bin/copy-role-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ copyDoc aiservice
copyDoc aiservice_odh
copyDoc aiservice_tenant
copyDoc ansible_version_check
copyDoc appconnect
copyDoc arcgis
copyDoc aws_bucket_access_point
copyDoc aws_documentdb_user
Expand Down
30 changes: 4 additions & 26 deletions ibm/mas_devops/playbooks/mirror_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,11 @@
# -------------------------------------------------------------------------
mirror_cognos: "{{ lookup('env', 'MIRROR_COGNOS') | default ('False', True) | bool }}"

# 12. App Connect
# -------------------------------------------------------------------------
mirror_appconnect: "{{ lookup('env', 'MIRROR_APPCONNECT') | default ('False', True) | bool }}"

# 13. ODF
# 12. ODF
# -------------------------------------------------------------------------
mirror_odf: "{{ lookup('env', 'MIRROR_ODF') | default ('False', True) | bool }}"

# 14. Minio and opendatahub (for AI Service)
# 13. Minio and opendatahub (for AI Service)
mirror_minio: "{{ lookup('env', 'MIRROR_MINIO') | default ('False', True) | bool }}"
mirror_opendatahub: "{{ lookup('env', 'MIRROR_OPENDATAHUB') | default ('False', True) | bool }}"

Expand Down Expand Up @@ -541,25 +537,7 @@
manifest_name: ibm-cognos-analytics-prod
manifest_version: "{{ mas_catalog_metadata.cognos_version }}"

# 12. App Connect
# -------------------------------------------------------------------------
- role: ibm.mas_devops.mirror_case_prepare
when:
- mirror_appconnect
- mirror_mode != "from-filesystem"
vars:
case_name: ibm-appconnect
case_version: "{{ mas_catalog_metadata.appconnect_version }}"
exclude_images: []
ibmpak_skip_dependencies: false

- role: ibm.mas_devops.mirror_images
when: mirror_appconnect
vars:
manifest_name: ibm-appconnect
manifest_version: "{{ mas_catalog_metadata.appconnect_version }}"

# 13. ODF - some extras needed
# 12. ODF - some extras needed
# -------------------------------------------------------------------------
- role: ibm.mas_devops.mirror_extras_prepare
when:
Expand All @@ -569,7 +547,7 @@
extras_name: odf
extras_version: 4.15

# 14. Minio and opendatahub - needed by AI Service
# 13. Minio and opendatahub - needed by AI Service
# -------------------------------------------------------------------------
- role: ibm.mas_devops.mirror_extras_prepare
when:
Expand Down
141 changes: 0 additions & 141 deletions ibm/mas_devops/roles/appconnect/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions ibm/mas_devops/roles/appconnect/defaults/main.yml

This file was deleted.

21 changes: 0 additions & 21 deletions ibm/mas_devops/roles/appconnect/meta/main.yml

This file was deleted.

8 changes: 0 additions & 8 deletions ibm/mas_devops/roles/appconnect/tasks/appconnectcfg.yml

This file was deleted.

This file was deleted.

Loading
Loading