Skip to content

Commit

Permalink
Deploy stf using nightly bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Aug 25, 2023
1 parent f33780d commit d65138c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
pre-run:
- ci/prepare.yml
run:
- ci/build_stf.yml
#- ci/deploy_stf.yml
#- ci/build_stf.yml
- ci/deploy_stf.yml
- ci/test_stf.yml

#stf-1.5-ocp-4.10
Expand Down
8 changes: 4 additions & 4 deletions build/stf-run-ci/tasks/setup_stf_from_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
ansible.builtin.debug:
msg: "Images: {{ images.stdout }}"

- name: "[tmp] Set the values for the bundle image paths"
ansible.builtin.set_fact:
__smart_gateway_bundle_image_path: "{{ sgo_bundle_image_path }}"
__service_telemetry_bundle_image_path: "{{ sto_bundle_image_path }}"
#- name: "[tmp] Set the values for the bundle image paths"
# ansible.builtin.set_fact:
# __smart_gateway_bundle_image_path: "{{ sgo_bundle_image_path }}"
# __service_telemetry_bundle_image_path: "{{ sto_bundle_image_path }}"

- name: "Ensure that the bundle paths are set."
ansible.builtin.assert:
Expand Down
20 changes: 20 additions & 0 deletions ci/deploy_stf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,27 @@
# base_dir: "{{ sto_dir }}/build"
# sgo_branch: "add_logs_to_generate_bundle"
# new_operator_sdk_version: "v1.5.0"

# ansible-playbook -e __service_telemetry_storage_ephemeral_enabled=true -e __local_build_enabled=false -e __deploy_from_bundles_enabled=true -e __service_telemetry_bundle_image_path=quay.io/infrawatch-operators/service-telemetry-operator-bundle:nightly-head -e __smart_gateway_bundle_image_path=quay.io/infrawatch-operators/smart-gateway-operator-bundle:nightly-head --skip-tags bundle_registry_tls_ca --skip-tags bundle_registry_auth build/run-ci.yaml
#
# from: https://github.com/infrawatch/service-telemetry-operator/pull/437
- name: "Deploy STF from the created bundles"
ansible.builtin.import_role:
name: '../build/stf-run-ci'
vars:
__service_telemetry_storage_ephemeral_enabled: true
__local_build_enabled: false
__deploy_from_bundles_enabled: true
__service_telemetry_bundle_image_path: "quay.io/infrawatch-operators/service-telemetry-operator-bundle:nightly-head"
__smart_gateway_bundle_image_path: "quay.io/infrawatch-operators/smart-gateway-operator-bundle:nightly-head"
#--skip-tags bundle_registry_tls_ca
setup_bundle_registry_tls_ca: false
#--skip-tags bundle_registry_auth
setup_bundle_registry_auth: false

base_dir: "{{ sto_dir }}/build"
sgo_branch: "add_logs_to_generate_bundle"

- name: "Check that the STF deployment was successful"
ansible.builtin.shell:
cmd: |
Expand Down

0 comments on commit d65138c

Please sign in to comment.