diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-05-12 16:23:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-12 16:23:41 +0000 |
commit | 43577ea6e8c3ef918997156df2654ad781257d0c (patch) | |
tree | a7de9af90353771dbac29aea7d5f57187753df7f /jjb/opnfv | |
parent | ccfee6905c593d028aef03583c7d30e54637ba4f (diff) | |
parent | e3ab84d2d3011c06b9aa638b5ad13f742c38b25a (diff) |
Merge "include the mutiple Ubuntu distro and architecture"
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 57ca9864e..c0223e235 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -85,3 +85,11 @@ name: MAAS_REINSTALL default: 'false' description: "Reinstall MAAS and Bootstrap before deploy [true/false]" + - string: + name: UBUNTU_DISTRO + default: 'trusty' + description: "Ubuntu distribution to use for Openstack (trusty|xenial)" + - string: + name: CPU_ARCHITECTURE + default: 'amd64' + description: "CPU Architecture to use for Ubuntu distro " |