Code Review
/
releng-xci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7d4a619
)
xci: Restore the OPNFV_SCENARIO variable
47/48747/1
author
Markos Chandras
<mchandras@suse.de>
Tue, 12 Dec 2017 16:55:08 +0000
(16:55 +0000)
committer
Markos Chandras
<mchandras@suse.de>
Tue, 12 Dec 2017 16:55:08 +0000
(16:55 +0000)
The variable was accidentally removed in
ab3c9ad0f9a4
so bring it back.
Change-Id: I48e4b8dd68969c8e5336e5e571a73f037fb65988
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/config/env-vars
patch
|
blob
|
history
diff --git
a/xci/config/env-vars
b/xci/config/env-vars
index
1068a13
..
67ce443
100755
(executable)
--- a/
xci/config/env-vars
+++ b/
xci/config/env-vars
@@
-31,3
+31,4
@@
export XCI_ANSIBLE_PIP_VERSION=2.3.2.0
export ANSIBLE_HOST_KEY_CHECKING=False
# subject of the certificate
export XCI_SSL_SUBJECT=${XCI_SSL_SUBJECT:-"/C=US/ST=California/L=San Francisco/O=IT/CN=xci.releng.opnfv.org"}
+export OPNFV_SCENARIO=${OPNFV_SCENARIO:-"os-nosdn-nofeature"}