diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-11 20:06:56 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-12 08:51:48 -0600 |
commit | e3ab84d2d3011c06b9aa638b5ad13f742c38b25a (patch) | |
tree | db9b33572a9076dbfd43fee4e39847926bdb35ff /jjb/opnfv | |
parent | e7ef6ab77f53f59e5dcc9b22af6b5a880c3b4753 (diff) |
include the mutiple Ubuntu distro and architecture
for mitaka we can enable trusty and xenial and wip to include
arm64 and power8 architecture as well.
Change-Id: I7624367fcb6464d9619097775448b9b768a73025
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 " |