iec.git
4 years agoRemove parameter of "cp" command 84/884/1 1.0.0
Jingzhao.Ni [Wed, 29 May 2019 10:08:05 +0000 (18:08 +0800)]
Remove parameter of "cp" command

The parameter may block the scripts when deploying
k8s environments.

Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I91e7a927d17ae15fd51c45047de091f4a3f4877a

4 years agoFix install bug 77/777/8
Jingzhao.Ni [Wed, 22 May 2019 10:41:12 +0000 (18:41 +0800)]
Fix install bug

Fix install bug which is about kube config

Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I1ef16554850992f38e0220440666f37caf35e5be

4 years agoInstall an essential software & Fix some bugs 76/776/5
Jingzhao.Ni [Wed, 22 May 2019 08:45:14 +0000 (16:45 +0800)]
Install an essential software & Fix some bugs

The software-properties-common software is essential
for add-apt-repository. Add it into k8s_common.sh file.
Fix bugs when running sshpass

Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I651dbee12177db72bd69708355250c0b005d347d

4 years agoMerge "Remove the quotes of True value in yaml file"
Jianlin Lv [Wed, 22 May 2019 07:06:04 +0000 (07:06 +0000)]
Merge "Remove the quotes of True value in yaml file"

4 years agoMerge "Fix some errors in IEC installation scripts"
Jianlin Lv [Wed, 22 May 2019 01:24:50 +0000 (01:24 +0000)]
Merge "Fix some errors in IEC installation scripts"

4 years ago[docs] Add installation instruction 61/761/4
Alexandru Avadanii [Mon, 20 May 2019 18:17:39 +0000 (20:17 +0200)]
[docs] Add installation instruction

For now, only script-based installation is described, since it's
the most flexible and easy to use in various environments.

Script-based installation also assumes the jumpserver/cluster nodes
have preinstalled operating systems, simplifying the configuration
necessary for more complete installation methods that also cover
VM/baremetal provisioning (e.g. OPNFV Compass/Fuel, which require
a lot more input, especially for baremetal deployments).

This can later be extended with Compass/Fuel/Airship/Heat specific
instructions.

JIRA: IEC-9

Change-Id: I34d274ed03b70c439c60db02df1e0e55c2c11b34
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
4 years agoFix some errors in IEC installation scripts 66/766/2
trevor tao [Tue, 21 May 2019 07:15:27 +0000 (15:15 +0800)]
Fix some errors in IEC installation scripts

1. Fix the error of source the wrong config file in startup.sh
2. Fix the error of adding the KUBECONFIG to the ~/.profile, which
would not be sourced when starting a BASH, it should be set in
~/.bashrc.

Change-Id: I98051d824788e9d950dc6b0b0634e08ea6bfe14d
Signed-off-by: trevor tao <trevor.tao@arm.com>
4 years agoRemove the quotes of True value in yaml file 68/768/4
trevor tao [Tue, 21 May 2019 08:22:56 +0000 (16:22 +0800)]
Remove the quotes of True value in yaml file

The quotes of the True value cause an error when deploying,
it should be removed.
Originally, the quotes was added to pass the yamllint check,
which causes this issue.

Change-Id: Ie7a262c66a3b56db00d1ccac6fc5a937d1a88988
Signed-off-by: trevor tao <trevor.tao@arm.com>
4 years agoMerge "Add src/xConnect directory"
Trevor Tao [Tue, 21 May 2019 09:39:18 +0000 (09:39 +0000)]
Merge "Add src/xConnect directory"

4 years agoMerge "Git submodule manage kubectl-deployer-docker"
Jianlin Lv [Tue, 21 May 2019 07:32:38 +0000 (07:32 +0000)]
Merge "Git submodule manage kubectl-deployer-docker"

4 years agoMerge "[tox] verify: Pin requests to 2.21.0"
Jianlin Lv [Tue, 21 May 2019 07:32:12 +0000 (07:32 +0000)]
Merge "[tox] verify: Pin requests to 2.21.0"

4 years agoAdd src/xConnect directory 60/760/2
Ciprian Barbu [Mon, 20 May 2019 17:10:08 +0000 (20:10 +0300)]
Add src/xConnect directory

Change-Id: I4cd33ef3e1618727c4572f79a4d9b858ebf1707c
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
4 years agoGit submodule manage kubectl-deployer-docker 47/747/2
jialv01 [Mon, 20 May 2019 03:24:18 +0000 (11:24 +0800)]
Git submodule manage kubectl-deployer-docker

Git submodule is used to manage kubectl-deployer-docker repo

Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
Change-Id: I822955bfef43304e19aec6b02b6393a4f4401a2e

4 years ago[tox] verify: Pin requests to 2.21.0 55/755/1
Alexandru Avadanii [Mon, 20 May 2019 14:11:09 +0000 (16:11 +0200)]
[tox] verify: Pin requests to 2.21.0

requests release 2.22.0 added a python requires that excludes all
versions of Python < 3.5. The LFCI's default 3 version is 3.4 so
causes build failure.

Change-Id: I8797c37bbe1b0fa54be348f09b60b98065e23ab7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agopin pynacl 1.1.2,fixed issue of image build fail 09/709/1
jialv01 [Wed, 15 May 2019 15:17:38 +0000 (23:17 +0800)]
pin pynacl 1.1.2,fixed issue of image build fail

Pin pynacl to 1.1.2 ,fixed issue of pwhash_scrypt failing on aarch64.

Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
Change-Id: I614d2d6529c6f6c5c744c7d1add8512ef1884403

5 years ago[tox] verify: Pin pygments to 2.3.x 90/690/1
Alexandru Avadanii [Mon, 13 May 2019 15:35:20 +0000 (17:35 +0200)]
[tox] verify: Pin pygments to 2.3.x

Pygments release 2.4.0 which added a python requires that excludes all
versions of Python < 3.5. The LFCI's default 3 version is 3.4 so causes
build failure.

Change-Id: Ie7992fb2c283c2b8aaf80b7475f90dbb22964703
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[docs] Add API documentation 27/627/1
Cristina Pauna [Tue, 7 May 2019 12:57:57 +0000 (15:57 +0300)]
[docs] Add API documentation

Since we don't expose any APIs in this release, the patch adds only
stubs that will be filled in in the future.

Change-Id: I2fb955b716e8f0f62fe2374811b1d71c9b230bac
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agoMerge "Add uninstall and test scripts for SEBA"
Jianlin Lv [Tue, 7 May 2019 01:54:39 +0000 (01:54 +0000)]
Merge "Add uninstall and test scripts for SEBA"

5 years ago[docs] Add release documentation 20/620/1
Cristina Pauna [Mon, 6 May 2019 12:20:08 +0000 (15:20 +0300)]
[docs] Add release documentation

JIRA: IEC-10
Release documentation for the first Akraino release
TODO: add links for the other docuements once they are created

Change-Id: Id422afc60c5a2804223921848cfd263063cc1624
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agoAdd uninstall and test scripts for SEBA 76/576/12
trevortao [Mon, 22 Apr 2019 07:42:49 +0000 (15:42 +0800)]
Add uninstall and test scripts for SEBA

Add uninstall and function test scripts for SEBA on arm.
Revised the install script to avoid the possible unnecessary
failure.

Revise install.sh to avoid long time waiting.

Change-Id: Ia9f8d96b9e87d03d20b4e948efe169d73b1e56e5
Signed-off-by: trevortao <trevor.tao@arm.com>
Signed-off-by: trevor tao <trevor.tao@arm.com>
5 years agotox: Disable pip cache for coala venv 07/607/1
Alexandru Avadanii [Thu, 2 May 2019 20:05:24 +0000 (22:05 +0200)]
tox: Disable pip cache for coala venv

Some packages required by coala venv are already cached by pip2,
leading to issues like [1] when trying to install them for pip3.
Bypass the pip cache in order to avoid this.

[1] https://github.com/pypa/pip/issues/5250

Change-Id: I9e8ce52223cdc84d855cc8fe899efa6e22b84ab9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoRevert patch 585 92/592/1
Cristina Pauna [Thu, 2 May 2019 08:41:53 +0000 (08:41 +0000)]
Revert patch 585

This reverts commit 09ea29e02d5212ef8114782417bf7374eaa7c853.
"Temporarily avoiding mistakes of 'tox -e coala'"

This patch needs to be reverted as it's currently breaking
all our verify jobs

Change-Id: Ie7443269627d988200aa4c2df737687f02c93293

5 years agoTemporarily avoiding mistakes of 'tox -e coala' 85/585/1
jialv01 [Sun, 28 Apr 2019 08:54:02 +0000 (16:54 +0800)]
Temporarily avoiding mistakes of 'tox -e coala'

Roll back part code of patch Change 571

Change-Id: I49ae228ac19a8d790f204056707bbf4f30061079
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoFix seba_charts submodule update 81/581/2
Ciprian Barbu [Wed, 24 Apr 2019 15:35:03 +0000 (18:35 +0300)]
Fix seba_charts submodule update

The submodule needs to first be initialized before use, or simply use
the git submodule update --init

Change-Id: Ie0133cd0da05717d164984ec5a0b2962b2ef42f0
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
5 years agoMerge "Add code verification tools"
Jianlin Lv [Thu, 25 Apr 2019 03:24:37 +0000 (03:24 +0000)]
Merge "Add code verification tools"

5 years agoAdd code verification tools 71/571/7
Cristina Pauna [Fri, 19 Apr 2019 13:53:27 +0000 (16:53 +0300)]
Add code verification tools

JIRA: IEC-2
Tools used to verify code style and correctness.
Usage command: tox -e coala

Change-Id: I9440349239446a6042664bdbb67f08fa0bc578b3
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agoMerge "Add IEC Foundation Installation Document"
Trevor Tao [Mon, 22 Apr 2019 07:47:27 +0000 (07:47 +0000)]
Merge "Add IEC Foundation Installation Document"

5 years agoAdd etcd&onos repo as submodule and support arm64 65/565/1
jialv01 [Thu, 18 Apr 2019 02:54:07 +0000 (10:54 +0800)]
Add etcd&onos repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
beats-docker,etcd-operator-docker,etcd, onos
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/beats-docker/build.arm
src/use_cases/seba_on_arm/docker/build/etcd-operator-docker/build.arm
src/use_cases/seba_on_arm/docker/build/etcd/build.arm
src/use_cases/seba_on_arm/docker/build/onos/build.arm
src/use_cases/seba_on_arm/patches/beats-docker/0001-Correct-path-errors-and-tar-command-errors.patch

Change-Id: I90ed064ef7264150d9c0d15312e6f2bb975e92e9
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd voltha repo as submodule and support arm64 54/554/1
jialv01 [Thu, 11 Apr 2019 09:55:41 +0000 (17:55 +0800)]
Add voltha  repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
freeradius, voltha
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/freeradius/build.arm
src/use_cases/seba_on_arm/docker/build/voltha/build.arm
src/use_cases/seba_on_arm/patches/voltha/0001-pin-pynacl-to-1.1.2-recent-version-fail-to-install.patch
src/use_cases/seba_on_arm/patches/voltha/0002-Support-ponsim-arm64-docker-image-build.patch
src/use_cases/seba_on_arm/src_repo/freeradius
src/use_cases/seba_on_arm/src_repo/voltha

Change-Id: I3edeefb7ce3feeb58d960e022ed1aeb38be52333
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd Nem-mon repo as submodule and support arm64 48/548/2
jialv01 [Thu, 11 Apr 2019 09:35:32 +0000 (17:35 +0800)]
Add Nem-mon repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
alertmanager/docker-curl/k8s-sidecar/kafka-topic-exporter/kube-state-metrics/node_exporter/prometheus/pushgateway/
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/alertmanager/
src/use_cases/seba_on_arm/docker/build/docker-curl/
src/use_cases/seba_on_arm/docker/build/k8s-sidecar/
src/use_cases/seba_on_arm/docker/build/kafka-topic-exporter/
src/use_cases/seba_on_arm/docker/build/kube-state-metrics/
src/use_cases/seba_on_arm/docker/build/node_exporter/
src/use_cases/seba_on_arm/docker/build/prometheus/
src/use_cases/seba_on_arm/docker/build/pushgateway/

Change-Id: Idb29d142e90749e3933060919a4a24449c87e09f
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd logging repo as submodule and support arm64 47/547/1
jialv01 [Thu, 11 Apr 2019 09:11:09 +0000 (17:11 +0800)]
Add logging repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
elasticsearch-docker,kibana-docker,kubernetes,logstash-docker,logstash_exporter
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/elasticsearch-docker/build.arm
src/use_cases/seba_on_arm/docker/build/kibana-docker/build.arm
src/use_cases/seba_on_arm/docker/build/kubernetes/build.arm
src/use_cases/seba_on_arm/docker/build/logstash-docker/build.arm
src/use_cases/seba_on_arm/docker/build/logstash_exporter/build.arm

Change-Id: I641a33fcd91403b68627a86dcb4e5f7286cb102a
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd SEBA-serv repo as submodule and support arm64 46/546/1
jialv01 [Thu, 11 Apr 2019 08:14:45 +0000 (16:14 +0800)]
Add SEBA-serv repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
rcord-synchronizer,onos-service,olt-service,fabric,fabric-crossconnect
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/patches/rcord-synchronizer/0001-Modify-rcord-Dockerfile-for-support-Arm64.patch
src/use_cases/seba_on_arm/src_repo/fabric
src/use_cases/seba_on_arm/src_repo/fabric-crossconnect
src/use_cases/seba_on_arm/src_repo/olt-service
src/use_cases/seba_on_arm/src_repo/onos-service
src/use_cases/seba_on_arm/src_repo/rcord-synchronizer

Change-Id: Iaa42ef687f74eaa8e434bec01c090998acfe352d
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd Base-k8s repo as submodule and support arm64 43/543/1
jialv01 [Wed, 10 Apr 2019 03:38:48 +0000 (11:38 +0800)]
Add Base-k8s repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
kubernetes-synchronizer, sadis-server, tosca-loader

2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/kubernetes-synchronizer/build.arm
src/use_cases/seba_on_arm/docker/build/sadis-server/build.arm
src/use_cases/seba_on_arm/docker/build/tosca-loader/build.arm
src/use_cases/seba_on_arm/src_repo/kubernetes-synchronizer
src/use_cases/seba_on_arm/src_repo/sadis-server
src/use_cases/seba_on_arm/src_repo/tosca-loader

Change-Id: Ia8a4007183618e96540d05fdd1822913f4ed0c87
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd XOS repo as submodule and support arm64 40/540/2
jialv01 [Thu, 4 Apr 2019 08:32:57 +0000 (16:32 +0800)]
Add XOS repo as submodule and support arm64

1.forked SEBA componants`s repo to IEC repo,include:
xos,xos-tosca,cord-tester,xos-gui,xos-rest-gw

2.Add patch files inorder to aarch64 docker image support
        src/use_cases/seba_on_arm/src_repo/cord-tester
        src/use_cases/seba_on_arm/src_repo/xos
        src/use_cases/seba_on_arm/src_repo/xos-gui
        src/use_cases/seba_on_arm/src_repo/xos-tosca
        src/use_cases/seba_on_arm/src_repo/xos-ws
        src/use_cases/seba_on_arm/docker/build/cord-tester/
        src/use_cases/seba_on_arm/docker/build/xos-gui/
        src/use_cases/seba_on_arm/docker/build/xos-tosca/
        src/use_cases/seba_on_arm/docker/build/xos-ws/
        src/use_cases/seba_on_arm/docker/build/xos/

Change-Id: I1a0f7c8e5983aab830dfff34bc2127477f37768f
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd kafka repo as submodule add support arm64 39/539/1
jialv01 [Thu, 4 Apr 2019 05:34:20 +0000 (13:34 +0800)]
Add kafka repo as submodule add  support arm64

1.forked SEBA componants`s repo to IEC repo,include:
contrib,jmx-prometheus-exporter,kafka-prometheus-jmx-exporter,zookeeper_exporter
2.Add patch files inorder to aarch64 docker image support
src/use_cases/seba_on_arm/docker/build/contrib/build.arm
src/use_cases/seba_on_arm/docker/build/jmx-prometheus-exporter/build.arm
src/use_cases/seba_on_arm/docker/build/kafka-prometheus-jmx-exporter/build.arm
src/use_cases/seba_on_arm/docker/build/zookeeper_exporter/build.arm
src/use_cases/seba_on_arm/patches/kafka-prometheus-jmx-exporter/0001-Modify-the-URL-to-properly-download-kafka-bin.patch

Change-Id: I3e3ee84896a079b75d765abc63ba699305bd10b1
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd repo as submodule add patch support arm64 38/538/1
jialv01 [Wed, 3 Apr 2019 05:53:06 +0000 (13:53 +0800)]
Add repo as submodule add patch support arm64

1.forked SEBA componants`s repo to IEC repo,include:
    kafka-exporter,cp-docker-images
2.Create new directory:src/use_cases/seba_on_arm/docker/build
    Store the script to build docker image
3.Create new directory:src/use_cases/seba_on_arm/patches
    This directory holds the patches files of the submodules
4.Add patch files inorder to aarch64 docker image support
    patches/kafka-exporter/0001-modify-Makefile-for-aarch64-support.patch
    build/cp-docker-images/build.arm
    build/kafka-exporter/build.arm

Change-Id: I53db4a633ba0a39f0bb2e8c8b17b3f5271fba2b1
Signed-off-by: jialv01 <Jianlin.Lv@arm.com>
5 years agoAdd SEBA Chart of arm and Install script 32/532/1
trevortao [Mon, 1 Apr 2019 04:14:12 +0000 (12:14 +0800)]
Add SEBA Chart of arm and Install script

Add SEBA Charts of aarch64 platform as submodule and initial
install script for SEBA components on arm.

Change-Id: I18aef5461dade29b02b1ffc134fb10d93ceaf128
Signed-off-by: trevortao <trevor.tao@arm.com>
5 years agoMerge "[ci] Add PDF/IDF config files for 2 virtual PODs"
Cristina Pauna [Wed, 27 Mar 2019 16:06:50 +0000 (16:06 +0000)]
Merge "[ci] Add PDF/IDF config files for 2 virtual PODs"

5 years agoMerge "Fix broken kubernetes-cni dependency"
Ciprian Barbu [Wed, 27 Mar 2019 14:37:54 +0000 (14:37 +0000)]
Merge "Fix broken kubernetes-cni dependency"

5 years agoFix broken kubernetes-cni dependency 11/511/2
Ciprian Barbu [Tue, 26 Mar 2019 15:43:40 +0000 (17:43 +0200)]
Fix broken kubernetes-cni dependency

Change-Id: If6cb5085c51db746498343012bd6475ea11292d4
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
5 years agoMerge "[scripts] Cleanup intermediate files"
Cristina Pauna [Wed, 27 Mar 2019 08:55:10 +0000 (08:55 +0000)]
Merge "[scripts] Cleanup intermediate files"

5 years agoMerge "Add script for auto deploying on multi-nodes"
Jingzhao Ni [Wed, 27 Mar 2019 03:50:52 +0000 (03:50 +0000)]
Merge "Add script for auto deploying on multi-nodes"

5 years agoAdd script for auto deploying on multi-nodes 03/503/3
Jingzhao [Mon, 25 Mar 2019 09:54:32 +0000 (17:54 +0800)]
Add script for auto deploying on multi-nodes

The automatic scripts could support multi-workers in 1-key
deployment.
1. A config file including the multi-worker information was
   added.
2. The automatic scripts--startup.sh--was modified for
   adapting the multi-worker nodes.

Change-Id: I286abfc60c1fd6b37a7c838d487d0c65b4cd4313
Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
5 years agoAdd functest-kubernetes verification for iec 02/502/3
Jingzhao [Mon, 25 Mar 2019 09:50:13 +0000 (17:50 +0800)]
Add functest-kubernetes verification for iec

Add a shell scripts for running functest-k8s-healthcheck images.
It help us to verify the basic function of K8s. On the other hand,
the functest is a good framework for functional test in future.

Change-Id: I837737a18446a3ae57ce610a570fa1aafe7f94ef
Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
5 years ago[ci] Add PDF/IDF config files for 2 virtual PODs 04/504/2
Alexandru Avadanii [Mon, 25 Mar 2019 14:08:47 +0000 (15:08 +0100)]
[ci] Add PDF/IDF config files for 2 virtual PODs

Add POD Descriptor File and Installer Descriptor File configuration for
the two IEC CI virtual PODs currently available in Jenkins [1, 2].

The configuration adheres to OPNFV standards [3, 4] and should be
compatible with all supported OPNFV installers (e.g. Compass4NFV, Fuel).

These configuration files will be leveraged by IEC CI jobs for daily
deployments / testing.

[1] https://jenkins.akraino.org/computer/prd-ubuntu1604-dev-48c-256g-1/
[2] https://jenkins.akraino.org/computer/prd-ubuntu1604-dev-48c-256g-2/
[3] https://opnfv-pharos.rtfd.org/en/latest/release/release-notes/lab-description/pdf.html
[4] https://opnfv-fuel.rtfd.io/en/latest/release/installation/\
    installation.instruction.html#opnfv-software-configuration-xdf

Change-Id: Ie57423cca65bf3f5c66ad9833f02d1a33d159734
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[scripts] Cleanup intermediate files 05/505/1
Alexandru Avadanii [Mon, 25 Mar 2019 14:40:44 +0000 (15:40 +0100)]
[scripts] Cleanup intermediate files

The installation scripts should not leave behind unused files created
during their run, but instead remove them on success:
- index.html, nginx-app.yaml generated by nginx testing;
- tiller-rba.yaml generated by tiller install;

Change-Id: Iebbfb13e0da6f9657dad65dc34cf62147210c487
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoMerge "Enable extra flag for both master and nodes"
Trevor Tao [Mon, 25 Mar 2019 08:42:43 +0000 (08:42 +0000)]
Merge "Enable extra flag for both master and nodes"

5 years agoEnable extra flag for both master and nodes 90/490/4
trevortao [Tue, 19 Mar 2019 08:56:24 +0000 (16:56 +0800)]
Enable extra flag for both master and nodes

Enable extra flag as k8s common for both k8s master and slave:
      --fail-swap-on=false
      --feature-gates HugePages=false

Change-Id: I3051796bbe083011837415ab07dbb1eb68a2fb55
Signed-off-by: trevortao <trevor.tao@arm.com>
5 years agoMerge "Openstack Heat templates for IEC deployment"
Ciprian Barbu [Mon, 18 Mar 2019 10:05:29 +0000 (10:05 +0000)]
Merge "Openstack Heat templates for IEC deployment"

5 years agoMerge "Add some scripts for verifing the K8s environment"
Trevor Tao [Fri, 15 Mar 2019 03:31:04 +0000 (03:31 +0000)]
Merge "Add some scripts for verifing the K8s environment"

5 years agoAdd some scripts for verifing the K8s environment 69/469/1
Jingzhao [Thu, 14 Mar 2019 02:49:33 +0000 (10:49 +0800)]
Add some scripts for verifing the K8s environment

Some scripts was added for checking the k8s running status.
1. Add a check_k8s_status function in startup.sh for checking
   the k8s status.
2. Modify the path of scripts for adapting new file organization

Change-Id: Icefd72b7f762fe9ccd223d4b34aac7cc97b4a234
Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
5 years agoOpenstack Heat templates for IEC deployment 11/411/13
Ciprian Barbu [Thu, 21 Feb 2019 17:27:18 +0000 (19:27 +0200)]
Openstack Heat templates for IEC deployment

Change-Id: Iadec664b9108639c8e62c4af41a8bf4aff80e305
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
5 years agoAdd Extra Flags to Kubelet to enable extra feature 64/464/1
trevortao [Wed, 13 Mar 2019 03:35:41 +0000 (11:35 +0800)]
Add Extra Flags to Kubelet to enable extra feature

Add the following extra flags to 10-kubeadm.conf for Kubelet
to start correctly and support hugepage requirement by SEBA
and other pods

--fail-swap-on=false
--feature-gates HugePages=false

Change-Id: I9e3084cd8b47d3d1b74165782340521c48acfad6
Signed-off-by: trevortao <trevor.tao@arm.com>
5 years agoMerge "Re-org the IEC repo to adapt to actual deployment"
Jingzhao Ni [Fri, 8 Mar 2019 01:52:37 +0000 (01:52 +0000)]
Merge "Re-org the IEC repo to adapt to actual deployment"

5 years agoMerge "Add docs structure"
Cristina Pauna [Thu, 7 Mar 2019 10:46:23 +0000 (10:46 +0000)]
Merge "Add docs structure"

5 years agoRe-org the IEC repo to adapt to actual deployment 53/453/1
trevortao [Thu, 7 Mar 2019 07:56:53 +0000 (15:56 +0800)]
Re-org the IEC repo to adapt to actual deployment

1. Setup a src folder to include all src files
for IEC;
2. Move installation scripts to src/foundation
sub-folder;
3. Add use_cases sub-folder for all possible
IEC use cases;
4. Add SEBA-on-arm as one of the IEC use cases;
other use cases could be added in the future;
5. Add doc/ folder to contain docs for IEC;
other folders could be added in the iec/ root
folder in the future;
6. Add a README file for SEBA-on-arm use case,
please see it for the structure of the
seba_on_arm/ folder;

Change-Id: Ie0fc876e91188c0611dcab953f7ba27f1f353530
Signed-off-by: trevortao <trevor.tao@arm.com>
5 years agoMerge "calico: Align IPv4 pool CIDR with k8s_master"
Ciprian Barbu [Wed, 6 Mar 2019 14:12:01 +0000 (14:12 +0000)]
Merge "calico: Align IPv4 pool CIDR with k8s_master"

5 years agoAdd docs structure 31/431/3
Cristina Pauna [Mon, 4 Mar 2019 16:26:28 +0000 (18:26 +0200)]
Add docs structure

Added docs templates according to
https://wiki.akraino.org/display/AK/Documentation+Sub-committee
Added tox config so we can build the docs.

To buil them locally:
iec$ tox -edocs

You can then visualize the result in a web browser:
docs/_build/html/index.html

Change-Id: I74ee9a14089ecce3174da6f28dd316d9d7afabe2
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agohelm: Add tiller service account 29/429/2
Alexandru Avadanii [Thu, 28 Feb 2019 20:07:12 +0000 (21:07 +0100)]
helm: Add tiller service account

Initialize tiller service account with cluster-admin role [1].
While at it, use multiarch tiller image from [2], as recommended
in [3], at least until upstream gcr.io repo gets proper multiarch
support.

[1] https://helm.sh/docs/using_helm/#role-based-access-control
[2] https://github.com/jessestuart/tiller-multiarch
[3] https://github.com/helm/helm/issues/3269

Change-Id: I3719b648de0cbec9fc8802c74763c45233a04861
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agocalico: Align IPv4 pool CIDR with k8s_master 27/427/1
Alexandru Avadanii [Thu, 28 Feb 2019 16:32:50 +0000 (17:32 +0100)]
calico: Align IPv4 pool CIDR with k8s_master

When a non-default pod-network-cidr is used for `kubeadm init`, the
same CIDR should be used by Calico in CALICO_IPV4POOL_CIDR.
Otherwise we will run into issues like those described in [1].

[1] https://github.com/projectcalico/calico/issues/683

Change-Id: Ifc5cd2847f12e85b23716d4b279fd635988132ef
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoMerge "setup-cni: Fix typo, allow absolute exec"
Alexandru Avadanii [Tue, 26 Feb 2019 13:31:05 +0000 (13:31 +0000)]
Merge "setup-cni: Fix typo, allow absolute exec"

5 years agoMerge "Add LICENSE, .gitignore file"
Alexandru Avadanii [Fri, 22 Feb 2019 14:26:33 +0000 (14:26 +0000)]
Merge "Add LICENSE, .gitignore file"

5 years agosetup-cni: Fix typo, allow absolute exec 12/412/1
Alexandru Avadanii [Fri, 22 Feb 2019 14:23:10 +0000 (15:23 +0100)]
setup-cni: Fix typo, allow absolute exec

The `setup-cni.sh` script should be able to run with a different
current working directory, so use absolute paths where appropiate.

Change-Id: Ic19cbe0c8d1098f8c4a0f547ceeeed442182d28d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoAdd LICENSE, .gitignore file 10/410/1
Alexandru Avadanii [Wed, 20 Feb 2019 14:19:47 +0000 (15:19 +0100)]
Add LICENSE, .gitignore file

Change-Id: I29bf52c0fbd1ae48ece5f6c634a442c9d4746100
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoAdd iec auto deployment scripts & Fix some bugs 07/407/4
Jingzhao [Mon, 18 Feb 2019 07:50:45 +0000 (15:50 +0800)]
Add iec auto deployment scripts & Fix some bugs

Add some files for automatic deployment from jumper host.
Add files for deploying k8s worker node.
Add some calico configuration files.
Rename the calico.sh file with setup-cni.sh file.

Change-Id: I24abd8f0f8507869064d6b9ceb0aa1f89a44f29c
Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
5 years agoAdd IEC Foundation Installation Document 06/406/2
Trevor Tao [Fri, 15 Feb 2019 15:21:10 +0000 (23:21 +0800)]
Add IEC Foundation Installation Document

Add IEC reference framework installation document, including the
installation description for docker, Kubernetes, Calico and Helm
on arm, which would be used as a basis for our development work.

Change-Id: I1400710c54f972398559324f0cb71187bf6282a3
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
5 years agoMove calico setup script to cni subdir 02/402/1
Alexandru Avadanii [Thu, 14 Feb 2019 14:37:39 +0000 (15:37 +0100)]
Move calico setup script to cni subdir

Change-Id: I0b466825b059fdb8d44a8a7d0840948814464c41
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoSync bootstrap scripts from Akraino IEC wiki 99/399/2
Alexandru Avadanii [Wed, 13 Feb 2019 14:58:41 +0000 (15:58 +0100)]
Sync bootstrap scripts from Akraino IEC wiki

Bring in sh scripts from IEC Wiki page [1]:

The initial setup scripts to be executed on all cluster nodes:
- k8s_common:
  * prerequisites;
  * Kubernetes Install for Ubuntu, using Kubeadm;

The following scripts should be executed on K8s master node:
- k8s_master:
  * setup host as K8s master;
- calico:
  * setup etcd, RBAC roles, calico;
- nginx:
  * verify basic K8s functionality;
- helm:
  * bring in `tiller` and `helm` binaries;

There is one more step that is not covered by the current scripts:
- K8s slave nodes should execute `kubeadm join` after the k8s_master
  script has completed;

[1] https://wiki.akraino.org/display/AK/\
    IEC+Blueprints+Installation+Overview

Change-Id: I8d4f78b7482486e2c4a31db35cddb0c1570307a5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoAdd .gitreview 98/398/1
Alexandru Avadanii [Wed, 13 Feb 2019 14:53:21 +0000 (15:53 +0100)]
Add .gitreview

Change-Id: If59dd3ce3190fde907135e6800a18d86ecfb9d36
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoInitial empty repository
Eric Ball [Wed, 30 Jan 2019 20:29:32 +0000 (20:29 +0000)]
Initial empty repository