ONAP needs to use Centos8 build nodes in new automated project
yaml file creation.
Issue: RELENG-4659
Change-Id: I2dad2d7d26dc0690b98c5c15f42075a46b31fa97
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
if fqdn == "gerrit.o-ran-sc.org":
buildnode = "centos7-builder-1c-1g"
+ elif fqdn == "gerrit.onap.org":
+ buildnode = "centos8-builder-2c-1g"
else:
buildnode = "centos7-builder-2c-1g"
if not agent:
if fqdn == "gerrit.o-ran-sc.org":
buildnode = "centos7-builder-1c-1g"
+ elif fqdn == "gerrit.onap.org":
+ buildnode = "centos8-builder-2c-1g"
else:
buildnode = "centos7-builder-2c-1g"
--- /dev/null
+---
+fixes:
+ - |
+ Use Centos8 nodes in ONAP new project creation automated yaml files.