diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-10 17:55:17 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-10 17:56:01 +0100 |
commit | 7defa8341a6b60067e3208d0e62da7a4b048a69f (patch) | |
tree | 5f779992dc95c2d6d9cc301dfe40aa2f1789374b /jjb/functest | |
parent | a0523c47c8286dafadb320c2d965df733905a60e (diff) |
Shorten and remove the word deploy from pod names
Change-Id: I128098d404a72711672026d4fc7b55fbd4f3b9bf
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 9e5e71b16..b8de928c2 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -22,7 +22,7 @@ installer_type: 'compass' installer_ip: '192.168.200.2' - joid: - node: 'intel-us-deploy-bare-pod5' + node: 'intel-pod5' installer_type: 'compass' installer_ip: '127.0.0.1' pod: @@ -38,8 +38,8 @@ node: 'huawei-us-deploy-bare-1' installer_type: 'compass' installer_ip: '192.168.200.2' - - intel-us-deploy-bare-pod5: - node: 'intel-us-deploy-bare-pod5' + - intel-pod5: + node: 'intel-pod5' installer_type: 'joid' installer_ip: '127.0.0.1' @@ -396,7 +396,7 @@ description: "Override GIT_BASE" - parameter: - name: intel-us-deploy-bare-pod5 + name: intel-pod5 parameters: - string: name: GIT_BASE |