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

Ensure ocp is reachable from ocpbm before deploying #2186

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

pablintino
Copy link
Collaborator

@pablintino pablintino commented Aug 1, 2024

Since we now run the shifstack deployment using the reproducer by toggling cifmw_deploy_architecture we must ensure the iptables change we do is done before reaching the deployment step.

As a pull request owner and reviewers, I checked that:

  • Appropriate testing is done and actually running
  • Appropriate documentation exists and/or is up-to-date:
    • README in the role
    • Content of the docs/source is reflecting the changes

@github-actions github-actions bot marked this pull request as draft August 1, 2024 10:38
Copy link

github-actions bot commented Aug 1, 2024

Thanks for the PR! ❤️
I'm marking it as a draft, once your happy with it merging and the PR is passing CI, click the "Ready for review" button below.

@eurijon
Copy link
Contributor

eurijon commented Aug 2, 2024

This PR was successfully tested in a shift on stack deployment

reproducer.yml Outdated
when:
- cifmw_deploy_architecture | default(false) | bool
no_log: "{{ cifmw_nolog | default(true) | bool }}"
async: "{{ 7200 + cifmw_test_operator_timeout|default(3600) }}" # 2h should be enough to deploy EDPM and rest for tests.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
async: "{{ 7200 + cifmw_test_operator_timeout|default(3600) }}" # 2h should be enough to deploy EDPM and rest for tests.
async: "{{ 7200 + cifmw_test_operator_timeout | default(3600) }}" # 2h should be enough to deploy EDPM and rest for tests.

let's improve jinja spacing

@rebtoor
Copy link
Contributor

rebtoor commented Aug 5, 2024

/approve

Copy link
Contributor

openshift-ci bot commented Aug 5, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rebtoor

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Aug 5, 2024
Since we now run the shifstack deployment using the reproducer
by toggling `cifmw_deploy_architecture` we must ensure the
iptables change we do is done before reaching the deployment step.
@raukadah
Copy link
Contributor

raukadah commented Aug 5, 2024

/lgtm

Copy link
Contributor

@rebtoor rebtoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@son-vyas
Copy link
Contributor

son-vyas commented Aug 5, 2024

/lgtm

@openshift-merge-bot openshift-merge-bot bot merged commit 949d903 into main Aug 5, 2024
5 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the shiftstack/ocpbm-connectivity branch August 5, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants