-
Notifications
You must be signed in to change notification settings - Fork 57
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
Adds os_cloud_name variable for development_environment role #397
Conversation
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
@@ -6,5 +6,5 @@ | |||
EDPM_PRIVATEKEY_PATH: "{{ edpm_privatekey_path }}" | |||
ansible.builtin.shell: | |||
cmd: | | |||
alias openstack="ssh -i {{ edpm_privatekey_path }} root@{{ edpm_node_ip }} OS_CLOUD=standalone openstack" | |||
alias openstack="ssh -i {{ edpm_privatekey_path }} root@{{ edpm_node_ip }} OS_CLOUD={{ os_cloud_name }} openstack" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a new var to point to undercloud here... keep edpm_node_ip for the compute node.
EDIT: (as discussed in a call today with Gibi and Joan)
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Patch Set 17: Verified-1 This change depends on a change that failed to merge. Change openstack-k8s-operators/data-plane-adoption#397 is needed. Patch-set: 17 Reviewer: Gerrit User 499 <499@270e2033-b340-4cff-9539-693957ebf0e7> Label: Verified=-1, b28d4b37e55c08a30cf5a8eb251577aafdd6a4f0 Attention: {"person_ident":"Gerrit User 192 \u003c192@270e2033-b340-4cff-9539-693957ebf0e7\u003e","operation":"ADD","reason":"A robot voted negatively on a label"}
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Patch Set 18: Verified-1 This change depends on a change that failed to merge. Change openstack-k8s-operators/data-plane-adoption#397 is needed. Patch-set: 18 Reviewer: Gerrit User 499 <499@270e2033-b340-4cff-9539-693957ebf0e7> Label: Verified=-1, fd134704ea5710c0264857ad2f346c9011fa8e7b Attention: {"person_ident":"Gerrit User 192 \u003c192@270e2033-b340-4cff-9539-693957ebf0e7\u003e","operation":"ADD","reason":"A robot voted negatively on a label"}
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
ee241e5
to
36a5128
Compare
As part of [1] this adds a new os_cloud_name var for the development_environment role to be used with the prelaunch vm test instance creation. This retains current behaviour OS_CLOUD=standalone. Needed by [2]. https://issues.redhat.com/browse/OSPRH-5754 [1] https://issues.redhat.com/browse/OSPRH-3038 [2] https://review.rdoproject.org/r/c/rdo-jobs/+/52452
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. The periodic-data-plane-adoption-multinode-osp-17-to-extracted-crc-no-ceph is wired up to run next to the existing job, but not yet in promotion criteria. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. The periodic-data-plane-adoption-multinode-osp-17-to-extracted-crc-no-ceph is wired up to run next to the existing job, but not yet in promotion criteria. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
as discussed today we are going to merge this and the patch that depends-on it at https://review.rdoproject.org/r/c/rdo-jobs/+/52452 so we'll start running the non-ceph 3 control 1 compute job in the periodic line, even though it isn't green yet. it makes life easier moving forward with the remaining tasks and multiple ongoing parallel efforts |
Merging as it has twice the amount of approvals needed :) |
Wires up the test-minimal target from the data plane adoption tests repo for the new tripleo multinode job. The overcloud/tripleo deployment was added in the parent patch [1] and its depenencies. This is part of [2]. The periodic-data-plane-adoption-multinode-osp-17-to-extracted-crc-no-ceph is wired up to run next to the existing job, but not yet in promotion criteria. https://issues.redhat.com/browse/OSPRH-5754 Depends-On: openstack-k8s-operators/data-plane-adoption#397 [1] https://review.rdoproject.org/r/c/rdo-jobs/+/51916 [2] https://issues.redhat.com/browse/OSPRH-3038 Change-Id: I104399d783a46cd58b245a0aab0aa2e9ab6ffa0e
As part of [1] this adds a new os_cloud_name var for the development_environment role to be used with the prelaunch vm test instance creation. This retains current behaviour OS_CLOUD=standalone. Needed by [2].
https://issues.redhat.com/browse/OSPRH-5754
[1] https://issues.redhat.com/browse/OSPRH-3038
[2] https://review.rdoproject.org/r/c/rdo-jobs/+/52452