Zuul
a4e93c412a
Merge "Download octavia image in tests"
4 years ago
Thomas Herve
4d500932c2
Handle new oslo.service release
...
It changes the way timers are run during unit tests, let's add an
additional mock.
Change-Id: Ia3cd8e13992fd561b88752a2f86ce5eb61ebbefd
4 years ago
Zuul
60b4a3f13f
Merge "Ignore dns domain NotFound when deleting record"
4 years ago
Zuul
1b23f171f7
Merge "Reset resource replaced_by field for rollback"
4 years ago
Zuul
f30900e11f
Merge "Make resource requires a set instead of a list"
4 years ago
Zuul
7206d88869
Merge "Create replacement resources with correct requires"
4 years ago
Zuul
99eb84d3a3
Merge "Calculate the requires list in check_resource"
4 years ago
Zuul
02c9905960
Merge "Don't pass input_data to Resource.delete_convergence()"
4 years ago
Zuul
f12426f777
Merge "Retry on deadlock in purge_deleted"
4 years ago
Zuul
0dcd3e32c6
Merge "Fix gerrit tool query statement"
4 years ago
Zuul
7e15bc21d3
Merge "Increment resource atomic key when storing attributes"
4 years ago
Zuul
60712309b2
Merge "Delete internal ports for ERROR-ed nodes"
4 years ago
Zuul
5bca830cf0
Merge "Update http links for doc migration"
4 years ago
Julia Kreger
5692d59007
Delete internal ports for ERROR-ed nodes
...
Precreated ports are never deleted by nova,
thus heat must delete the ports that it creates
that are internal ports.
This is important when baremetal is used via
ironic where the MAC address of the port must
match the physical node. Neutron does not
permit duplicate MAC addresses, hence ports
can't be orphaned.
Change-Id: I965abefbb10c22a635c35e3a44d227045f33885c
Story: #1766763
Task: #18791
4 years ago
rabi
a544ce43dc
Reset resource replaced_by field for rollback
...
We seem to leave replaced_by field of a resource after rollback
(if a stack cancel is issued before the replacement
resource is added to the stack). This in turn results in the
stack getting stuck in IN_PROGRESS for further updates.
Change-Id: I3361ad90e303d24a16a943408fe0f6c406cf785f
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
Task: #19582
Story: #2001974
4 years ago
Thomas Herve
84bb0a0fe6
Download octavia image in tests
...
Instead of rebuilding one.
Change-Id: I393158a2fac6d4399a7dde6a0f2e482751359072
4 years ago
Zuul
b5a92434b4
Merge "Add retry for resource_purge_deleted call"
4 years ago
huangshan
0fb4a56767
Update http links for doc migration
...
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking ).
Change-Id: I2cf863151579357ca0a3227467fa9758463508b1
4 years ago
Zuul
8315cb4eb7
Merge "Change non-apache job to non-voting"
4 years ago
Zuul
37b14dbe08
Merge "Remove obsolete identity-v3-only job"
4 years ago
ricolin
859fe22b6b
Fix gerrit tool query statement
...
Change-Id: I7707318e445e55751c1af45d5d08d09ddcb50b66
4 years ago
ricolin
566dd9301b
Add retry for resource_purge_deleted call
...
Retry when resource_purge_deleted failed with deadlock or other exceptions.
Change-Id: Iadab7b45e653fc6f465e257d3f450c4eaf509297
Story: #2001997
Task: #19629
4 years ago
ricolin
c28748e2cf
Change non-apache job to non-voting
...
Change `heat-functional-convg-mysql-lbaasv2-non-apache` to non-voting.
Change-Id: I5ddddd0957fd8129b2af71c66fc5578976226c83
4 years ago
Zuul
0f1e2a0bc1
Merge "Remove mox from test-neutron-firewall"
4 years ago
Zuul
7c55b25375
Merge "Log useful information in the API log"
4 years ago
Zuul
b8db93abc4
Merge "Trivial:remove unused import and add reasonable path in import"
4 years ago
Zuul
cb917c983f
Merge "Fix debug logs in _stale_resource_needs_retry()"
4 years ago
Zuul
482ea5dbff
Merge "Sync support network type for provider network"
4 years ago
Zuul
389ecbbdc1
Merge "Remove mox usage from `aws/test_network_interface.py`"
4 years ago
Zuul
1745e0c8ed
Merge "Remove mox usage from `aws/test_instance_network.py`"
4 years ago
Zuul
eca21a28f6
Merge "Remove mox usage from `aws/test_waitcondition.py`"
4 years ago
huangtianhua
4e6bb6febc
Sync support network type for provider network
...
Now heat only supports 'vlan' and 'flat' network type
for OS::Neutron::ProviderNet, this will add all other
supported network types: 'vxlan', 'local', 'gre' and
'geneve'.
Change-Id: If7cb4fbc83f5aa62a0b73e003ff23ec2b40b2ded
Closes-Bug: #1692445
4 years ago
Zuul
86a1cc8c47
Merge "Move context middleware earlier in pipeline"
4 years ago
Zane Bitter
253ae6ce63
Fix debug logs in _stale_resource_needs_retry()
...
Missing parameters introduced by 22eb2e2538
.
Change-Id: I5d49c3ee0d076e2673d0b2bbacf04c2274e56da7
4 years ago
Zuul
26bffd56db
Merge "Remove mox usage from test_stack"
4 years ago
Zuul
0c71d2667a
Merge "Retry resource check if atomic key incremented"
4 years ago
Zuul
74919e5b00
Merge "Add Rocky versions"
4 years ago
Zuul
f9e239ef26
Merge "Add catch-all for property errors in implicit dependencies"
4 years ago
Zuul
49a5e4d676
Merge "Use stack_id of None for service timer"
4 years ago
Zane Bitter
c06a0e469b
Retry on deadlock in purge_deleted
...
Change-Id: I6dc7429b2564ab07dd66bf0cf0c8657ac1928508
Closes-Bug: #1721695
4 years ago
Zuul
485281e503
Merge "Remove mox from test_neutron_loadbalancer 4/4 - all rest tests"
4 years ago
Zuul
cff24227f0
Merge "Merge before/after 'requires' list on update failure"
4 years ago
Zuul
e880be32b3
Merge "Ignore property errors in implicit dependencies"
4 years ago
Zuul
39e8e63703
Merge "Log traversal ID when beginning"
4 years ago
Zuul
3fa4eb4873
Merge "Docs: Make stack domain users docs visible"
4 years ago
Zuul
08c426817f
Merge "Avoid double-write when updating FAILED rsrc with no change"
4 years ago
Zuul
7d4b0e2adb
Merge "Docs: modernise links"
4 years ago
Zuul
ac8bb29cd3
Merge "Docs: Fix broken external links"
4 years ago
Zuul
0ae3b75439
Merge "Docs: use local references for internal links"
4 years ago
ricolin
23649cd811
Remove mox usage from test_stack
...
Change-Id: I56c27156536465fdfb594b9cc8cdf2a6c631141e
goal: mox-removal
4 years ago