stable/wallaby
stable/train
stable/zed
master
18.0.0
wallaby-em
17.0.0
victoria-eol
victoria-em
13.6.0
ussuri-eol
16.0.0
ussuri-em
12.4.6
15.1.0
13.5.0
14.3.0
12.4.5
stein-eol
13.4.0
14.2.0
queens-eol
15.0.0
12.4.4
14.1.2
train-em
11.6.0
13.3.0
14.1.1
14.1.0
12.4.3
11.5.0
13.2.0
rocky-eol
11.4.0
12.4.2
14.0.0
13.1.0
stein-em
13.0.0
12.4.1
12.7.0
12.6.0
12.5.0
12.4.0
12.3.0
12.2.0
rocky-em
12.1.0
11.3.1
10.6.2
12.0.0
queens-em
11.3.0
11.2.0
8.4.1
9.4.1
10.6.1
pike-eol
ocata-eol
11.1.0
10.6.0
8.4.0
9.4.0
11.0.0
pike-em
7.0.18
10.5.0
ocata-em
8.3.1
9.3.0
10.4.0
8.3.0
10.3.0
9.2.0
8.2.0
9.1.0
8.1.0
10.2.0
10.1.0
10.0.0
9.0.0
8.0.7
7.0.17
9.0.0.0rc2
8.0.6
7.0.16
9.0.0.0rc1
8.0.5
7.0.15
6.2.16
newton-eol
9.0.0.0b4
7.0.14
6.2.15
8.0.4
5.3.13
9.0.0.0b3
8.0.3
6.2.14
7.0.13
5.3.12
6.2.13
7.0.12
8.0.2
9.0.0.0b2
8.0.1
9.0.0.0b1
5.3.11
7.0.11
6.2.12
8.0.0
5.3.10
6.2.11
7.0.10
8.0.0.0rc1
7.0.9
6.2.10
8.0.0.0b3
6.2.9
7.0.8
5.3.9
7.0.7
5.3.8
6.2.8
7.0.6
6.2.7
5.3.7
8.0.0.0b2
7.0.5
5.3.6
6.2.6
6.2.5
7.0.4
5.3.5
7.0.3
6.2.4
5.3.4
8.0.0.0b1
5.3.3
7.0.2
6.2.3
6.2.2
5.3.2
7.0.1
7.0.0
7.0.0.0rc2
6.2.1
5.3.1
7.0.0.0rc1
7.0.0.0b3
6.2.0
7.0.0.0b2
mitaka-eol
6.1.0
5.3.0
2.2.0
7.0.0.0b1
6.0.0
6.0.0.0rc2
6.0.0.0rc1
5.2.0
6.0.0.0b2
liberty-eol
6.0.0.0b1
5.1.0
5.0.0
5.0.0.0rc3
5.0.0.0rc2
5.0.0.0rc1
5.0.0.0b3
2.1.0
5.0.0.0b2
5.0.0.0b1
2.0.0
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
1.0.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
${ noResults }
5 Commits (b19b88bd1c9944aec1ba96e6d8b99099d54a95f0)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
0a0e2ee629 |
Update the template_version alias for all the templates to pike.
Master is now the development branch for pike changing the release alias name. Change-Id: I938e4a983e361aefcaa0bd9a4226c296c5823127 |
6 years ago |
![]() |
3c6ec654b4 |
Bump template version for all templates to "ocata"
Heat now supports release name aliases, so we can replace the inconsistent mix of date related versions with one consistent version that aligns with the supported version of heat for this t-h-t branch. This should also help new users who sometimes copy/paste old templates and discover intrinsic functions in the t-h-t docs don't work because their template version is too old. Change-Id: Ib415e7290fea27447460baa280291492df197e54 |
6 years ago |
![]() |
2985cd9a3a |
Apply os-net-config with a script instead of element
Wire in os-net-config via a normal script heat deployment, which has the following advantages: 1. Improved error path, currently o-a-c deployments don't report any errors, thus hang and eventually the deployment times out 2. It's far more hackable from a deployer perspective, e.g it's much easier to change the os-net-config options or include a mapping file 3. Reduces our dependencies on o-a-c (it's only os-net-config and hiera which requires it), although the script does currently still use oac to get the metadata IP. 4. May enable passing os-net-config yaml via a json parameter in future, reducing the need for resource_registry mappings (although we'll have to support that for backwards compatibility) The script used is based directly on 20-os-net-config (from t-i-e at cf94c5e, we can probably improve this now that we have an error path, but for this initial commit it's a straight copy other than the changes to replace o-a-c for rendering the json config file. Co-Authored-By: Steven Hardy <shardy@redhat.com> Change-Id: I0ed08332cfc49a579de2e83960f0d8047690b97a |
6 years ago |
![]() |
5aabce1091 |
Updates and fixes to NIC config template routes
This change adds the ManagementInterfaceDefaultRoute parameter for setting the Management network as the default route in some deployments. Notes were added to indicate that if the Management network is used as the default gateway, then the default route on the control plane should be commented out. The sample network-environment.yaml was modified to include the ManagementInterfaceDefaultRoute, but this is commented out like the rest of the Management network parameters. This change also adds the ControlPlaneDefaultRoute and ExternalInterfaceDefaultRoute to all templates, so that if the networks are customized, the NIC configs can be modified without having to modify the parameters section of the template. The default for the ExternalInterfaceDefaultRoute is '10.0.0.1', and the default for ManagementInterfaceDefaultRoute is set to 'unset'. This change also converts the single-nic-linux-bridge-vlans from DHCP to static IPs on the Control Plane Interface, bringing these templates in line with the rest of the NIC config templates. The parameters needed to be updated in these templates as well. The controller-v6.yaml templates had a default value of "10.0.0.1" for the ExternalInterfaceDefaultRoute. This was confusing, and is now undefined. This change also sets a default gateway on the Control Plane in controller-no-external.yaml templates. Change-Id: I8ea6733fe46902e1baeff4ccfbcd42ecc5a1825f |
7 years ago |
![]() |
9d13f73a75 |
Create linux bridge vlans environments
Define environments to create VLANs attached to a single physical nic as 'single-nic-vlans' does, but using linux_bridge instead of ovs_bridge Change-Id: I8c6fe9ec7028178f783e7d9c0a1cc67a1517eb3d |
7 years ago |