Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from open-ness/openness_release_210302
Browse files Browse the repository at this point in the history
Openness release 210302
  • Loading branch information
cjnolan authored Apr 27, 2021
2 parents 85fb441 + f9f3c46 commit 93cb4f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ before_install:
- sudo apt-get install -y shellcheck
- sudo apt-get install -y pylint

script:
- ./run_ci_build.sh
#script:
# - ./run_ci_build.sh
8 changes: 4 additions & 4 deletions applications/eis-experience-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Edge Insights for Industrial (EII) is the framework for enabling smart manufactu
More details about EII:
[https://www.intel.com/content/www/us/en/internet-of-things/industrial-iot/edge-insights-industrial.html](https://www.intel.com/content/www/us/en/internet-of-things/industrial-iot/edge-insights-industrial.html)

Currently, `eis-experience-kit` supports EII version 2.4
Currently, `eis-experience-kit` supports EII version 2.4.1

- [Pre-requisites](#pre-requisites)
- [Installation Process](#installation-process)
Expand Down Expand Up @@ -51,7 +51,7 @@ The EII release package can be downloaded from here: [https://software.intel.com

During download select following option.
```sh
Download Version :2.4
Download Version :2.4.1
Target System OS :Ubuntu 18.04.LTS
Select Use Case :Video Analytic
```
Expand All @@ -67,7 +67,7 @@ After release package download follow this link for getting EII release package
```
**Note**:
- Run above download command on `Ubuntu 18.04.LTS` HOST or VM.
- After download success copy EII release package `Edge_Insights_for_Industrial_2.4` on ansible Host machine.
- After download success copy EII release package `Edge_Insights_for_Industrial_2.4.1` on ansible Host machine.

### Build Stage
Overview on `eis-experience-kit` architecture:
Expand Down Expand Up @@ -95,7 +95,7 @@ User can configure the installation of EII by modifying the files that contain v

```sh
eis_source: "release"
release_package_path: "/root/Edge_Insights_for_Industrial_2.4/IEdgeInsights/"
release_package_path: "/root/Edge_Insights_for_Industrial_2.4.1/IEdgeInsights/"
```


Expand Down
2 changes: 1 addition & 1 deletion applications/eis-experience-kit/host_vars/localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proxy_yum_url: ""

### EIS repository configuration
eis_source: "release"
release_package_path: "/root/Edge_Insights_for_Industrial_2.4/IEdgeInsights/" # provide release package till IEdgeInsights/ folder"
release_package_path: "/root/Edge_Insights_for_Industrial_2.4.1/IEdgeInsights/" # provide release package till IEdgeInsights/ folder"

eis_env_file: "{{ eis_sources_dir }}/build/.env"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

- name: delete ia_visualizer pod
command: kubectl -n eis delete deployment deployment-visualizer
when: display_visualizer_host == 'false'
when: display_visualizer_host == false
ignore_errors: yes

0 comments on commit 93cb4f1

Please sign in to comment.