diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-01-13 17:38:49 +0100 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2016-01-14 09:35:47 +0100 |
commit | 749d23a65ded5e305d013df553082534831376e3 (patch) | |
tree | f386efcbae2ab8aaa3b90c9c41af07f8726ee77b /jjb/opnfv | |
parent | 52035e5bd2487f998d2a59d0e44722654eb17f9e (diff) |
joid: add juniper pod1
Change-Id: I9ff2fe3e8204d2561de140dc42a5cdb68638b3d0
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/slave-params.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jjb/opnfv/slave-params.yml b/jjb/opnfv/slave-params.yml index 37af018bc..f173bd928 100644 --- a/jjb/opnfv/slave-params.yml +++ b/jjb/opnfv/slave-params.yml @@ -357,6 +357,29 @@ description: 'Git URL to use on this Jenkins Slave' - parameter: + name: 'juniper-pod1-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - juniper-us-test-1 + default-slaves: + - juniper-us-test-1 + - string: + name: INSTALLER_VERSION + default: latest + description: 'Version of the installer to deploy' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: CEPH_DISKS + default: /srv + description: "Disks to use by ceph (comma separated list)" + +- parameter: name: 'orange-pod2-defaults' parameters: - node: |