stable/wallaby
stable/zed
master
stable/train
20.0.0
wallaby-em
19.0.0
16.5.0
victoria-eol
victoria-em
14.3.0
ussuri-eol
18.0.0
ussuri-em
13.4.6
17.1.0
14.2.3
16.4.0
13.4.5
stein-eol
14.2.2
16.3.0
queens-eol
17.0.0
13.4.4
16.2.1
train-em
12.6.0
14.2.1
16.2.0
16.1.0
16.0.0
13.4.3
12.5.0
14.2.0
rocky-eol
12.4.0
13.4.2
15.0.0
14.1.0
stein-em
14.0.0
13.4.1
13.7.0
13.6.0
13.5.0
13.4.0
13.3.0
13.2.0
rocky-em
13.1.0
12.3.1
11.5.2
13.0.0
queens-em
12.3.0
12.2.0
9.3.1
10.7.1
11.5.1
pike-eol
ocata-eol
12.1.0
11.5.0
9.3.0
10.7.0
12.0.0
pike-em
7.3.15
ocata-em
11.4.0
9.2.7
10.6.1
11.3.0
11.2.0
11.1.0
11.0.0
9.2.6
7.3.14
10.6.0
9.2.5
7.3.13
10.5.0
9.2.4
7.3.12
newton-eol
10.4.0
10.3.0
7.3.11
9.2.3
10.2.0
9.2.2
6.2.5
10.1.0
7.3.10
9.2.1
10.0.0
9.2.0
5.4.6
7.3.9
7.3.8
6.2.4
9.1.0
7.3.7
9.0.0
7.3.6
6.2.3
5.4.5
8.1.0
7.3.5
5.4.4
6.2.2
7.3.4
7.3.3
8.0.0
7.3.2
7.3.1
7.3.0
6.2.1
5.4.3
7.2.0
7.1.0
mitaka-eol
6.2.0
5.4.2
2.2.0
7.0.0
6.1.0
6.0.0
5.4.1
5.7.0
liberty-eol
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
2.1.0
5.0.0.0b2
5.0.0.0b1
0.3.4
2.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
1.0.0
0.0.10
0.0.7
0.0.6
0.0.8
0.0.9
${ noResults }
3 Commits (4b0b290ec17325b1ea6dcf2914bb8d9edd0c1f49)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
dc9ae1ac5b |
Remove mistral from the config_download deploy workflow
This change removes all of mistral from the config_download_deploy function by calling the required functions directly. - All of the inputs within this function have been cleaned up and documented. - New log entires will be created when using this method giving the deployer a better overall user experience. - To ensure we're able to support the ability to reproduce commands, the ssh args extravar has been moved to an environment variable. - The methods get_config and get_key have been moved to the utils module. This was done to help avoid circular imports. Update methods have been changed to execute without running within a mistral workflow. This was changed because there's no need to support the multiple code paths anymore given config_download is now running directly. Test classes have been updated to reduce duplication. With the new streamlined execution process we should see improved deployment times and better visability into the deployment process. Task: 38422 Story: 2007212 Depends-On: I006291a2465aa4c950abce76f9e5f9459b76e330 Change-Id: Ide1a4503dd2bdd2d5e494cd1eac483b842a21acf Co-authored-by: Luke Short <ekultails@gmail.com> Co-authored-by: Dougal Matthews <dougal@dougalmatthews.com> Signed-off-by: Kevin Carter <kecarter@redhat.com> |
3 years ago |
![]() |
92a2fda8e6 |
Make mistral optional for Ansible Update and Upgrade
Add option: --no-workflow to enable running ansible update and upgrade outside of mistral. Depends-On: I0c106cf795a6830a87790f1075889a6a4db65d22 Change-Id: I77f1a4efb5c60ffb5d7363d0343101fb6e702292 |
4 years ago |
![]() |
457ffd753f |
Update/upgrade commands for services with external installers
New `openstack overcloud external-update run` and `openstack overcloud external-upgrade run` commands are defined. These are meant to perform updates and upgrades for services deployed via external_deploy_tasks. A separate command is used because external installers don't fit well within the --nodes and --roles selection pattern we've established for the normal `update run` and `upgrade run` commands. Partial-Bug: #1783949 Depends-On: Ib2474e8f69711cd6610a78884d5032ffd19ad249 Depends-On: I982032a0eadfbfb7f1eadee9cae26c8cd5fcdbba Change-Id: Ib2f32ae8ac234b0c25b0e1ff1f8f8d8e041185e0 |
5 years ago |