diff options
author | 2018-03-28 16:06:23 -0400 | |
---|---|---|
committer | 2018-04-12 21:22:42 +0000 | |
commit | a3c0456cc14a75e96808505e670d0cab37b30abc (patch) | |
tree | 2e06dfbea678b69276a2c86885f86bdca9ae774b /labs/zte | |
parent | 7f5c9b1933fc5302578a8f03c3f55795812820b4 (diff) |
JOID PDF-IDF support for intel-pod18
More info in gerrit comments.
Remove joid from all other idfs other than intel/pod18
add installer: ['apex', 'compass4nfv', 'daisy', 'fuel'] where missing
Change-Id: I2afc415599070e210736c5fc304f7cb150f05029
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'labs/zte')
-rw-r--r-- | labs/zte/idf-pod1.yaml | 1 | ||||
-rw-r--r-- | labs/zte/idf-pod2.yaml | 2 | ||||
-rw-r--r-- | labs/zte/idf-pod3.yaml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/labs/zte/idf-pod1.yaml b/labs/zte/idf-pod1.yaml index a7428fd9..6e8c1349 100644 --- a/labs/zte/idf-pod1.yaml +++ b/labs/zte/idf-pod1.yaml @@ -10,6 +10,7 @@ idf: version: 0.1 + installer: ['apex', 'compass4nfv', 'daisy', 'fuel'] net_config: oob: interface: 0 diff --git a/labs/zte/idf-pod2.yaml b/labs/zte/idf-pod2.yaml index 960151d0..0d8d7f67 100644 --- a/labs/zte/idf-pod2.yaml +++ b/labs/zte/idf-pod2.yaml @@ -11,7 +11,7 @@ idf: version: 0.1 # NOTE: Fuel checking is disabled until 'idf.fuel' is defined below - installer: ['apex', 'compass4nfv', 'daisy', 'joid'] + installer: ['apex', 'compass4nfv', 'daisy'] net_config: oob: interface: 0 diff --git a/labs/zte/idf-pod3.yaml b/labs/zte/idf-pod3.yaml index 1246a673..116bac59 100644 --- a/labs/zte/idf-pod3.yaml +++ b/labs/zte/idf-pod3.yaml @@ -11,7 +11,7 @@ idf: version: 0.1 # NOTE: Fuel checking is disabled until 'idf.fuel' is defined below - installer: ['apex', 'compass4nfv', 'daisy', 'joid'] + installer: ['apex', 'compass4nfv', 'daisy'] net_config: oob: interface: 0 |