Loading .dockerignore +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ # Avoid including these folders when building the components .git/ .gitlab/ .github/ .vscode/ coverage/ data/ Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ cython_debug/ # Other /tmp .github # Sqlite *.db Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ include: - local: '/src/ztp_server/.gitlab-ci.yml' - local: '/src/osm_client/.gitlab-ci.yml' - local: '/src/simap_connector/.gitlab-ci.yml' - local: '/src/pluggables/.gitlab-ci.yml' # This should be last one: end-to-end integration tests - local: '/src/tests/.gitlab-ci.yml' deploy/all.sh +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device pathcomp service slice n # Uncomment to activate E2E Orchestrator #export TFS_COMPONENTS="${TFS_COMPONENTS} e2e_orchestrator" # Uncomment to activate Pluggables Component #export TFS_COMPONENTS="${TFS_COMPONENTS} pluggables" # If not already set, set the tag you want to use for your images. export TFS_IMAGE_TAG=${TFS_IMAGE_TAG:-"dev"} Loading my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ export TFS_COMPONENTS="context device pathcomp service nbi webui" # Uncomment to activate Load Generator #export TFS_COMPONENTS="${TFS_COMPONENTS} load_generator" # Uncomment to activate Pluggables Component #export TFS_COMPONENTS="${TFS_COMPONENTS} pluggables" # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" Loading Loading
.dockerignore +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ # Avoid including these folders when building the components .git/ .gitlab/ .github/ .vscode/ coverage/ data/ Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ cython_debug/ # Other /tmp .github # Sqlite *.db Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ include: - local: '/src/ztp_server/.gitlab-ci.yml' - local: '/src/osm_client/.gitlab-ci.yml' - local: '/src/simap_connector/.gitlab-ci.yml' - local: '/src/pluggables/.gitlab-ci.yml' # This should be last one: end-to-end integration tests - local: '/src/tests/.gitlab-ci.yml'
deploy/all.sh +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device pathcomp service slice n # Uncomment to activate E2E Orchestrator #export TFS_COMPONENTS="${TFS_COMPONENTS} e2e_orchestrator" # Uncomment to activate Pluggables Component #export TFS_COMPONENTS="${TFS_COMPONENTS} pluggables" # If not already set, set the tag you want to use for your images. export TFS_IMAGE_TAG=${TFS_IMAGE_TAG:-"dev"} Loading
my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ export TFS_COMPONENTS="context device pathcomp service nbi webui" # Uncomment to activate Load Generator #export TFS_COMPONENTS="${TFS_COMPONENTS} load_generator" # Uncomment to activate Pluggables Component #export TFS_COMPONENTS="${TFS_COMPONENTS} pluggables" # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" Loading