This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-heat-templates
Code
Issues
Proposed changes
Browse Source
Merge "[update][upgrade] Use container-tools:3.0"
changes/27/785027/2
Zuul
1 week ago
committed by
Gerrit Code Review
parent
cbddc5c367
9098450076
commit
9915cd53b3
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
environments/lifecycle/undercloud-upgrade-prepare.yaml
+1
-1
environments/lifecycle/update-prepare.yaml
+1
-1
environments/lifecycle/upgrade-prepare.yaml
+ 1
- 1
environments/lifecycle/undercloud-upgrade-prepare.yaml
View File
@ -6,4 +6,4 @@ resource_registry:
parameter_defaults:
UndercloudUpgrade
:
true
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
2
.0'
}
]
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
3
.0'
}
]
+ 1
- 1
environments/lifecycle/update-prepare.yaml
View File
@ -7,4 +7,4 @@ resource_registry:
parameter_defaults:
CephAnsiblePlaybook
:
default
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
2
.0'
}
]
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
3
.0'
}
]
+ 1
- 1
environments/lifecycle/upgrade-prepare.yaml
View File
@ -17,4 +17,4 @@ parameter_defaults:
UpgradeInitCommonCommand
:
|
#!/bin/bash
set -eu
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
2
.0'
}
]
DnfStreams
:
[
{
'module'
:
'container-tools'
,
'stream'
:
'
3
.0'
}
]
Write
Preview
Loading…
Cancel
Save