Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment Client
Commits
653f6cd7
Commit
653f6cd7
authored
3 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
dca8f58d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/40_Usage.md
+12
-0
12 additions, 0 deletions
docs/40_Usage.md
docs/_index.md
+6
-6
6 additions, 6 deletions
docs/_index.md
with
18 additions
and
6 deletions
docs/40_Usage.md
+
12
−
0
View file @
653f6cd7
...
...
@@ -37,6 +37,18 @@ You can add an existing profile name to limit the execution to that profile only
To start a single profile start
`./deploy_app.sh -l`
to get a list of exisring configured profiles
and then
`./deploy_app.sh [PROFILE]`
.
Each execution on CLI or cronjob creates a log file per profile in /var/log/imldeployment-client/.
```
text
> ls -ltr /var/log/imldeployment-client/
total 60
-rw-r--r-- 1 root root 28613 Apr 25 15:09 profile_A__2022-04-25__150405.log
-rw-r--r-- 1 root root 30747 Apr 25 15:10 profile_B__2022-04-25__150959.log
```
Each logfile contens the profile name + 2 underscore + timestamp.
There is an automatic cleanup: the script keeps the last 10 logs per profile.
## ./bin/create_config.sh
The script is used to read a template (
*
.erb) to replace simple placeholders
...
...
This diff is collapsed.
Click to expand it.
docs/_index.md
+
6
−
6
View file @
653f6cd7
...
...
@@ -5,20 +5,20 @@ It handles a secure download, extracts the package, generates configs.
```
mermaid
graph LR
CI(CI deployment web gui ) --> |Build package| PkgDir
CI(CI<br>deployment<br>web gui) --> |Build| PkgDir
PkgDir[Package<br>dir]
PkgDir[Package dir]
PkgDir --> |rsync| Pkg1
PkgDir --> |rsync| Pkg2
PkgDir --> |rsync| Pkg3
Pkg1(CI package
server 1) --> |secure
download| DeployClient
Pkg2(CI package
server N)
Pkg1(CI package
<br>
server 1) --> |secure
<br>
download| DeployClient
Pkg2(CI package
<br>
server N)
Pkg3(Puppet master)
subgraph Appserver
DeployClient --> |installs| ApplicationA(Application A)
DeployClient --> |installs| ApplicationB(Application B)
DeployClient --> |installs| ApplicationA(Application A)
DeployClient --> |installs| ApplicationB(Application B)
end
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment